MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
#p-cactions ul li a{ | #p-cactions ul li a{ | ||
background: # | background: #66666A; | ||
color: #90f; | color: #90f; | ||
} | } | ||
| Line 24: | Line 24: | ||
} | } | ||
#p-cactions ul li.selected a{ | #p-cactions ul li.selected a{ | ||
background: # | background: #55555A; | ||
color: #60f; | color: #60f; | ||
| Line 34: | Line 34: | ||
#p-cactions li a:hover{ | #p-cactions li a:hover{ | ||
background: # | background: #55555A; | ||
} | } | ||
.portlet { | .portlet { | ||
background: # | background: #66666A; | ||
margin-left: 4px; | margin-left: 4px; | ||
padding-top: 2px; | padding-top: 2px; | ||
| Line 44: | Line 44: | ||
.pBody{ | .pBody{ | ||
background: # | background: #44444A; | ||
border: 1px solid #333; | border: 1px solid #333; | ||
} | } | ||
| Line 61: | Line 61: | ||
#footer{ | #footer{ | ||
background:# | background:#66666A; | ||
border: 1px solid #333; | border: 1px solid #333; | ||
} | } | ||
Revision as of 17:00, 18 May 2008
/* CSS placed here will affect users of the Monobook skin */
body{
background: #000;
}
:link { color: #90f; }
:link:visited { color: #60f; }
a{color:#90f;}
a:visited{color:#60f;}
#content{
background: #55555A;
border: 1px solid #333;
}
#p-cactions ul li a{
background: #66666A;
color: #90f;
}
#p-cactions ul li{
border: 1px solid #333;
}
#p-cactions ul li.selected a{
background: #55555A;
color: #60f;
}
#p-cactions ul li.selected{
border: 1px solid #333;
}
#p-cactions li a:hover{
background: #55555A;
}
.portlet {
background: #66666A;
margin-left: 4px;
padding-top: 2px;
}
.pBody{
background: #44444A;
border: 1px solid #333;
}
.pBody a{
color: #90f;
}
.pBody a:visited{
color: #60f;
}
#p-logo{
background: #000;
}
#footer{
background:#66666A;
border: 1px solid #333;
}
#footer a{
color: #f00;
}