Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Mocam (talk | contribs)
Created page with 'table.checkit { width: 300px; border: 10px solid darkgrey; vertical-align: top; font-family: sans-serif; background-color: #1F1F1F; color: …'
 
Mocam (talk | contribs)
No edit summary
 
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;
}