User:QuickQuokka/userpage/styles.css: Difference between revisions

From TestWiki
Content added Content deleted
No edit summary
(Test)
Line 16: Line 16:
text-align: center;
text-align: center;
font-weight: bold;
font-weight: bold;
font-family: serif;
font-family: 'Georgia', serif;
}
}


Line 22: Line 22:
color: #e4d8ca !important;
color: #e4d8ca !important;
font-size: 125%;
font-size: 125%;
font-family: serif !important;
font-weight: bold;
font-weight: bold;
font-family: 'Georgia', serif !important;
}
}

Revision as of 23:53, 4 September 2023

.quokkaContent{
	border-radius: 1.5em;
	border: 0.75em solid #328f87;
	background-color: #124;
	min-height: 15em;
	color: #e4d8ca !important;
	font-size: 115%;
	padding: 3% 5%
}

.quokkaContent a{
	color: #89c6c4 !important;
}

.quokkaHeader{
	text-align: center;
	font-weight: bold;
	font-family: 'Georgia', serif;
}

.quokkaContent .mw-headline{
	color: #e4d8ca !important;
	font-size: 125%;
	font-weight: bold;
	font-family: 'Georgia', serif !important;
}