Difference between revisions of "MediaWiki:Monobook.css"

From Vendetta Online Wiki
Jump to: navigation, search
m (Added dotted grey border to h3)
(I haven't a clue what this does. ;))
Line 14: Line 14:
 
h3 {
 
h3 {
 
border-bottom: 1px dotted grey;
 
border-bottom: 1px dotted grey;
 +
}
 +
body {
 +
text-transform:lowercase;
 
}
 
}

Revision as of 18:38, 1 April 2006

table {
   font-size: 95%;
   background: White;
	border-collapse:collapse;
}
td {
	padding:5px;
}
th {
	background:#aec6d6;
	padding-left:2px;
	padding-right:2px;
}
h3 {
	border-bottom: 1px dotted grey;
}
body {
	text-transform:lowercase;
}