Personal tools

Difference between revisions of "MediaWiki:Common.css"

From iis-projects

Jump to: navigation, search
Line 5: Line 5:
 
#p-personal a.new { color: #a8322d; }
 
#p-personal a.new { color: #a8322d; }
  
 +
li#pt-mytalk, li#pt-userpage, li#pt-preferences, li#pt-watchlist, li#pt-mycontris, li#pt-logout {
 +
    color: #956013;
 +
}
  
  

Revision as of 21:23, 3 February 2014

/* CSS placed here will be applied to all skins */
body { background-color : #1f407a;} 

#mw-page-base { background-color : #1f407a;} 
#p-personal a.new { color: #a8322d; }

li#pt-mytalk, li#pt-userpage, li#pt-preferences, li#pt-watchlist, li#pt-mycontris, li#pt-logout {
    color: #956013;
}


#mw-panel.collapsible-nav .portal h3 a {
    color: #956013!important;
}
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {
    color: #956013!important;
}

div#footer { background-color : #1f407a;} 
div#footer ul li {
  color: #fff!important;
}
div#footer ul li a:link,div#footer ul li a:visited {
    color: #956013!important;
}