Difference between revisions of "User:Mocam/monobook.css"

From EVE University Wiki
Jump to: navigation, search
(Created page with 'table.checkit { width: 300px; border: 10px solid darkgrey; vertical-align: top; font-family: sans-serif; background-color: #1F1F1F; color: …')
 
 
Line 3: Line 3:
 
border:          10px solid darkgrey;
 
border:          10px solid darkgrey;
 
vertical-align:  top;
 
vertical-align:  top;
font-family:      sans-serif;
+
font-family:      Algerian;
 
background-color: #1F1F1F;
 
background-color: #1F1F1F;
 
color:            antiquewhite;
 
color:            antiquewhite;
Line 11: Line 11:
 
vertical-align: center;
 
vertical-align: center;
 
font-size:      130%;
 
font-size:      130%;
font-family:    serif;
+
font-family:    Tahoma;
 
font-stretch:  narrower;
 
font-stretch:  narrower;
 
font-variant:  small-caps;
 
font-variant:  small-caps;
 
}
 
}

Latest revision as of 05:57, 28 December 2009

table.checkit {
	width:            300px;
	border:           10px solid darkgrey;
	vertical-align:   top;
	font-family:      Algerian;
	background-color: #1F1F1F;
	color:            antiquewhite;
}
table.checkit th {
	padding:        0.5em;
	vertical-align: center;
	font-size:      130%;
	font-family:    Tahoma;
	font-stretch:   narrower;
	font-variant:   small-caps;
}