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

Template:Story top/styles.css: Difference between revisions

Template page
Content added Content deleted
(ChaoticShadow changed the content model of the page Template:Story top/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
mNo edit summary
Line 1: Line 1:
.story-top {
.story-top {
background-color: #fff;
background-color:#fff; text-align:center; color:#424362; margin:20px 3px 20px 0; border:2px solid #00cdba; border-radius: 10px; box-shadow: 2px 3px #00cdba; padding:10px; line-height:2;
text-align: center;
color: #424362;
font-weight: bold;
margin: 20px 3px 20px 0;
border: 2px solid #00cdba;
border-radius: 10px;
box-shadow: 2px 3px #00cdba;
padding: 10px;
line-height: 2;
}
}

Revision as of 05:57, 16 April 2022

.story-top {
	background-color: #fff;
	text-align: center;
	color: #424362;
	font-weight: bold;
	margin: 20px 3px 20px 0;
	border: 2px solid #00cdba;
	border-radius: 10px;
	box-shadow: 2px 3px #00cdba;
	padding: 10px;
	line-height: 2;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.