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

Template:HeadingBox/styles.css: Difference between revisions

Template page
ABadDriverLOL (talk | contribs)
m Protected "Template:HeadingBox/styles.css": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
m Changed border radius and margins
 
Line 2: Line 2:
margin: auto;
margin: auto;
padding: 2px;
padding: 2px;
border-radius: 9px;
border-radius: 12px;
margin-bottom: 5px;
margin-bottom: 8px;
margin-top: 24px;
}
}


Line 17: Line 18:
padding: 4px;
padding: 4px;
     font-size: 20px;
     font-size: 20px;
     border-radius: 9px;
     border-radius: 10px;
     text-align: center;
     text-align: center;
}
}

Latest revision as of 18:23, 24 April 2025

.heading-box {
	margin: auto;
	padding: 2px;
	border-radius: 12px;
	margin-bottom: 8px;
	margin-top: 24px;
}

body.dovedale-theme-light .heading-box {
	background: rgba(65, 31, 145, 0.2);
}

body.dovedale-theme-dark .heading-box {
	background: #171c26;
}

.heading-box > div {
	padding: 4px;
    font-size: 20px;
    border-radius: 10px;
    text-align: center;
}

body.dovedale-theme-light .heading-box > div {
	color: black;
    border: 1px solid black;
}

body.dovedale-theme-dark .heading-box > div {
	color: white;
    border: 1px solid #142952;
}
🍪 Yum Yum Yum! Cookies help us better deliver our services. By using our site, you agree to our use of cookies.