MediaWiki:Common.css: Difference between revisions

From Green Policy
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
#mw-page-base {
#mw-page-base {
   background: none;
   background: none;
}
#p-navigation {
  background: white;
  opacity: .1;
}
}

Revision as of 13:23, 28 March 2014

#p-logo a { background: url(images/logotop.png) 35% 50% no-repeat !important; }
a:visited { 
  color: green
}

body {
  background: #f9f9f9 url(/mw/images/Green_Wallpaper.jpg) 0 0 repeat;
}

#mw-page-base {
  background: none;
}