User:Kest/monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
background: #000; | background: #000; | ||
} | } | ||
:link { color: #90f; } | |||
:link:visited { color: #60f; } | |||
:link:active, :link.new { color: #FF0000; } | |||
#content{ | #content{ | ||
| Line 25: | Line 29: | ||
border: 1px solid #333; | border: 1px solid #333; | ||
} | } | ||
#p-cactions li a:hover{ | |||
background: #444449; | |||
} | |||
.portlet { | .portlet { | ||
background: #555559; | background: #555559; | ||
Revision as of 19:49, 17 May 2008
body{
background: #000;
}
:link { color: #90f; }
:link:visited { color: #60f; }
:link:active, :link.new { color: #FF0000; }
#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;
}