Sjabloon:Gebruiker:Nieuwsgierige Gebruiker/styles.css

Uit Wikiquote
.mw-Header {
	background:aqua;
	border-radius:20px;
	border:1px solid #000000;
	box-shadow:2px 3px 3px;
	font-family:Arial Black;
	color:Gold;
	text-shadow:0.3px 0.3px 0.4px lightyellow;
	font-size:60px;
	text-align:center;
}

#about {
	background:#00D7FF;
	font-size:12px;
	text-shadow:0.3px 0.3px 0.4px darkgray;
	color:black;
	font-family:'Braggadocio';
}

#contact {
	font-size:12px;
	background:skyblue;
	border:1px solid orange;
	font-family:'Blackadder ICT';
}

#footer {
	font-size:11px;
	background:none;
	font-family:Serif;
}