Template:Story top/styles.css

Template page
.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.