User:Kest/monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
body{ | |||
background-color: #000; | background: #000; | ||
} | |||
#ca-nstab-user, #ca-talk, #ca-edit, #ca-history, #ca-move, #ca-watch{ | |||
background: #44449; | |||
} | |||
#content{ | |||
background: #444449; | |||
border: #999; | |||
} | |||
.portlet { | |||
background: #555559; | |||
margin-left: 5px; | |||
padding-top: 1px; | |||
} | |||
.pBody{ | |||
background: #333339; | |||
border: #999; | |||
} | |||
.pBody a{ | |||
color: #90f; | |||
} | |||
.pBody a:visited{ | |||
color: #60f; | |||
} | |||
#p-logo{ | |||
background: #000; | |||
} | } |
Revision as of 19:27, 17 May 2008
body{ background: #000; } #ca-nstab-user, #ca-talk, #ca-edit, #ca-history, #ca-move, #ca-watch{ background: #44449; } #content{ background: #444449; border: #999; } .portlet { background: #555559; margin-left: 5px; padding-top: 1px; } .pBody{ background: #333339; border: #999; } .pBody a{ color: #90f; } .pBody a:visited{ color: #60f; } #p-logo{ background: #000; }