User:Hellsop/monobook.css: Difference between revisions
Jump to navigation
Jump to search
Removing all content from page |
No edit summary |
||
| Line 1: | Line 1: | ||
body{ | |||
background: #000; | |||
} | |||
:link { color: #90f; } | |||
:link:visited { color: #60f; } | |||
a{color:#90f;} | |||
a:visited{color:#60f;} | |||
#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; | |||
} | |||
#footer a{ | |||
color: #f00; | |||
} | |||
Revision as of 20:01, 17 May 2008
body{
background: #000;
}
:link { color: #90f; }
:link:visited { color: #60f; }
a{color:#90f;}
a:visited{color:#60f;}
#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;
}
#footer a{
color: #f00;
}