MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* Lin's magic custom CSS! ORIGINAL CHARACTER DON'T STEAL */ | /* Lin's magic custom CSS! ORIGINAL CHARACTER DON'T STEAL */ | ||
/* Colors: */ | |||
/* Grey: 7f7f7f */ | |||
/* Dark grey: 3a3a3a */ | |||
/* Red: ed353a */ | |||
/* Dark red: 541315 */ | |||
body { | body { | ||
| Line 17: | Line 23: | ||
font-size: 115%; | font-size: 115%; | ||
width: 147px; | width: 147px; | ||
border-top: 2px solid # | border-top: 2px solid #541315; | ||
border-right: 2px solid #541315; | |||
border-bottom: 2px solid #541315; | |||
} | } | ||
Revision as of 00:39, 20 June 2011
/* Lin's magic custom CSS! ORIGINAL CHARACTER DON'T STEAL */
/* Colors: */
/* Grey: 7f7f7f */
/* Dark grey: 3a3a3a */
/* Red: ed353a */
/* Dark red: 541315 */
body {
background-color: #7f7f7f;
}
.title {
font-size: 200%;
}
#searchInput {
width: 123px;
}
#p-Navigation, #p-search, #p-tb, #p-Information, #p-General_Categories, #p-Organizations, #p-Lore, #footer {
font-family: Palatino Linotype, Georgia, Serif;
font-size: 115%;
width: 147px;
border-top: 2px solid #541315;
border-right: 2px solid #541315;
border-bottom: 2px solid #541315;
}
#pBody {
font-size: 300%;
}