Jump to content

MediaWiki:Vector.css: Difference between revisions

Created page with "CSS placed here will affect users of the Vector skin: background colors and whatnot: body { background-color:#ffffff; background-repeat:repeat-x; } #mw-pag..."
 
No edit summary
 
(32 intermediate revisions by the same user not shown)
Line 2: Line 2:
/* background colors and whatnot */
/* background colors and whatnot */
body {
body {
     background-color:#ffffff;
     background-color:#f0f0f0;
     background-repeat:repeat-x;
     background-repeat:repeat-x;


Line 13: Line 13:


div.vectorTabs li a {
div.vectorTabs li a {
     color:#000000;
     color:#202e49;
}
}


#mw-head-base {
#mw-head-base {
     background: rgba(189, 189, 189, .1);
     background: rgba(215, 239, 242, .5);
     border-top: 1px solid #a7d7f9;
     border-top: 1px solid #a7d7f9;
     border-left: 1px solid #a7d7f9;
     border-left: 1px solid #a7d7f9;
Line 27: Line 27:


div.vectorTabs a{
div.vectorTabs a{
     color: black;
     color: #202e49;
     font-weight: bold;
     font-weight: bold;
}
}
Line 57: Line 57:


div#mw-panel div.portal div.body ul li a {
div#mw-panel div.portal div.body ul li a {
     color: #000000;
     color: #202e49;
     font-weight:bold;
     font-weight:bold;
}
}


div#mw-panel div.portal div.body ul li a:hover {
div#mw-panel div.portal div.body ul li a:hover {
     color: #000000;
     color: #202e49;
     font-weight:bold;
     font-weight:bold;
}
}


div#mw-panel div.portal div.body ul li a:visited {
div#mw-panel div.portal div.body ul li a:visited {
     color: #000000;
     color: #202e49;
     font-weight:bold;
     font-weight:bold;
}
}


#p-personal a{
#p-personal a{
     color: #000000;
     color: #202e49;
     font-weight: bold;
     font-weight: bold;
}
}


div#footer a {  
div#footer a {  
     color:#000000;  
     color:#202e49;  
}
}


#mw-panel.collapsible-nav .portal.collapsed h5 a {
#mw-panel.collapsible-nav .portal.collapsed h5 a {
     color:#0b5e7a;
     color:#202e49;
     font-weight: bold;
     font-weight: bold;
}
}
Line 91: Line 91:
div#mw-panel div.portal div.body {
div#mw-panel div.portal div.body {
     background-image:none;
     background-image:none;
}
#mw-panel.collapsible-nav .portal.collapsed h3 a {
    color:#202e49;
    font-weight: bold;
}
}