Template:Story top/styles.css

Template page
Revision as of 06:06, 16 April 2022 by ChaoticShadow (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.story-top {
	text-align: center;
	font-weight: bold;
	margin: 20px 3px 20px 0;
	border: 2px solid var(--theme-primary-0);
	border-radius: 10px;
	box-shadow: 2px 3px var(--theme-primary-0);
	padding: 10px;
}

.story-top a,
.story-top a:hover {
	text-decoration: none;
}

/*
 * Vector skin
 */
body.skin-vector .story-top a {
	color: #424362;
}

/*
 * Citizen skin
 */
body.skin-citizen .story-top {
	background: var(--color-surface-1);
}

body.skin-citizen .story-top a {
	color: var(--color-base);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.