User:Kest/monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
:link:visited { color: #60f; } | :link:visited { color: #60f; } | ||
:link:active, :link.new { color: #FF0000; } | :link:active, :link.new { color: #FF0000; } | ||
:link.interwiki, :link.external { color: #6699ff; } | |||
:link.stub { color: #772233; } | |||
#content{ | #content{ | ||
Line 55: | Line 57: | ||
#p-logo{ | #p-logo{ | ||
background: #000; | background: #000; | ||
} | |||
#footer{ | |||
background:#555559; | |||
border: 1px solid #333; | |||
} | } |
Revision as of 19:52, 17 May 2008
body{ background: #000; } :link { color: #90f; } :link:visited { color: #60f; } :link:active, :link.new { color: #FF0000; } :link.interwiki, :link.external { color: #6699ff; } :link.stub { color: #772233; } #content{ background: #444449; border: 1px solid #333; } #p-cactions ul li a{ background: #555559; color: #90f; } #p-cactions ul li{ border: 1px solid #333; } #p-cactions ul li.selected a{ background: #444449; color: #60f; } #p-cactions ul li.selected{ border: 1px solid #333; } #p-cactions li a:hover{ background: #444449; } .portlet { background: #555559; margin-left: 4px; padding-top: 2px; } .pBody{ background: #333339; border: 1px solid #333; } .pBody a{ color: #90f; } .pBody a:visited{ color: #60f; } #p-logo{ background: #000; } #footer{ background:#555559; border: 1px solid #333; }