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
Line 13: Line 13:


div.vectorTabs li a {
div.vectorTabs li a {
     color:#000000;
     color:#254b72;
}
}


Line 62: Line 62:


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: #254b72;
     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: #254b72;
     font-weight:bold;
     font-weight:bold;
}
}


#p-personal a{
#p-personal a{
     color: #000000;
     color: #254b72;
     font-weight: bold;
     font-weight: bold;
}
}


div#footer a {  
div#footer a {  
     color:#000000;  
     color:#254b72;  
}
}


#mw-panel.collapsible-nav .portal.collapsed h5 a {
#mw-panel.collapsible-nav .portal.collapsed h5 a {
     color:#0b5e7a;
     color:#254b72;
     font-weight: bold;
     font-weight: bold;
}
}