Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Main page/gamestatus/styles.css

Template page
Revision as of 10:27, 8 May 2025 by Zippy (talk | contribs) (1 revision imported: Going to "borrow" parts of the star citizen main page to make this look nicer)
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)
#home-gamestatus {
	padding: 0;
	display: flex;
}

.home-gamestatus-patches,
.home-gamestatus-links {
	padding: var(--space-md);
}

.home-gamestatus-patches {
	background: var(--color-surface-2);
	border-top-left-radius: var(--border-radius-medium);
	border-bottom-left-radius: var(--border-radius-medium);
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.home-gamestatus-links {
	flex-grow: 1;
}

.home-badge.home-gamestatus-patch__type {
	background: var(--color-surface-3);
}

.home-badge.home-gamestatus-patch__type--live {
	background: var( --background-color-success-subtle );
	color: var( --color-success );
}

.home-badge.home-gamestatus-patch__type--live::before {
	content: '๐ŸŽ‰ ';
}

.home-badge.home-gamestatus-patch__type--evo {
	background: var( --background-color-destructive-subtle );
	color: var( --color-destructive );
}

.home-badge.home-gamestatus-patch__type--evo::before {
	content: '๐Ÿšจ ';
}

.home-badge.home-gamestatus-patch__type--ptu {
	background: var( --background-color-warning-subtle );
	color: var( --color-base );
}

.home-badge.home-gamestatus-patch__type--ptu::before {
	content: '๐Ÿงช ';
}

.home-gamestatus-patch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    gap: var(--space-xs);
}

.home-gamestatus-patches__divider {
    height: 1px;
    background: var(--border-color-base);
}

.home-gamestatus-patch__name {
    font-size: var(--font-size-xxx-large);
    font-weight: var(--font-weight-medium);
}

.home-gamestatus-links .home-link {
	margin-top: 0;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.