User:QuickQuokka/userpage/styles.css

From TestWiki
Revision as of 00:14, 5 September 2023 by QuickQuokka (talk | contribs) (Oopsie daisies, wrong class, like the time I accidentally walked into Ms, Samantha's math class. I am such a silly goose, I may be the silliest silly billy goose of all the silly billy geese.)
.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 !important;
}

.quokkaHeader .mainTitle{
	font-size: 350%;
}

.quokkaHeader .subTitle{
	font-size: 200%;
}

.quokkaContent h1, .quokkaContent h2{
	border-bottom: none;
}

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

@media screen and (max-width: 650px){
	.quokkaHeader .mainTitle{
		font-size: 11vw;
	}
}

@media screen and (max-width: 540px){
	.quokkaHeader .subTitle{
		font-size: 7vw;
	}
}