MediaWiki:Monobook.css: Difference between revisions

From altgothic
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
body{
body{
background: #000;
background: #000;
}
}


:link { color: #90f; }
:link { color: #407; }
:link:visited { color: #60f; }
:link:visited { color: #309; }
:link.interwiki, :link.external { color: #003399; }


a{color:#90f;}
a{color:#407;}
a:visited{color:#60f;}
a:visited{color:#309;}


#content{
#content{
background: #55555A;
background: #88888f;
border: 1px solid #333;
border: 1px solid #333;
}
}


#p-cactions ul li a{
#p-cactions ul li a{
background: #66666A;
background: #99999f;
color: #90f;
color: #407;
}
}


Line 24: Line 24:
}
}
#p-cactions ul li.selected a{
#p-cactions ul li.selected a{
background: #55555A;
background: #88888f;
color: #60f;
color: #309;




Line 34: Line 34:


#p-cactions li a:hover{
#p-cactions li a:hover{
background: #55555A;
background: #88888f;
}
}


.portlet {
.portlet {
background: #66666A;
background: #99999f;
margin-left: 4px;
margin-left: 4px;
padding-top: 2px;
padding-top: 2px;
Line 44: Line 44:


.pBody{
.pBody{
background: #44444A;
background: #77777c;
border: 1px solid #333;
border: 1px solid #333;
}
}
.pBody a{
.pBody a{
color: #90f;
color: #407;
}
}
.pBody a:visited{
.pBody a:visited{
color: #60f;
color: #309;
}
}


#p-logo{
#p-logo{
Line 61: Line 61:


#footer{
#footer{
background:#66666A;
background:#99999f;
border: 1px solid #333;
border: 1px solid #333;
}
}

Revision as of 17:35, 18 May 2008

body{
background: #000;
}

:link { color: #407; }
:link:visited { color: #309; }
:link.interwiki, :link.external { color: #003399; }

a{color:#407;}
a:visited{color:#309;}

#content{
background: #88888f;
border: 1px solid #333;
}

#p-cactions ul li a{
background: #99999f;
color: #407;
}

#p-cactions ul li{
border: 1px solid #333;
}
#p-cactions ul li.selected a{
background: #88888f;
color: #309;


}
#p-cactions ul li.selected{
border: 1px solid #333;
}

#p-cactions li a:hover{
background: #88888f;
}

.portlet {
background: #99999f;
margin-left: 4px;
padding-top: 2px;
}

.pBody{
background: #77777c;
border: 1px solid #333;
}
.pBody a{
color: #407;
}
.pBody a:visited{
color: #309;
}



#p-logo{
background: #000;
}

#footer{
background:#99999f;
border: 1px solid #333;
}
#footer a{
color: #f00;
}