MediaWiki:Common.css

From MeliWiki
Revision as of 15:34, 8 June 2010 by Mick (Talk | contribs)

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */

body{

  background: url('header_02.png') #555 no-repeat 50% 0;

}

#content{

  color: #333;
  margin-top: 10.8em;
  

}

h5{
  
  color: #fff;

}

#p-cactions .pBody{

  margin-top: 8.7em;  

}

a, #bodyContent a.external{
  color: #FF7A09;

}

a:visited, #bodyContent a.external:visited{
  color: #FF7A09;

}

a:hover, #bodyContent a.external:hover{

  color: #333;
}

#p-personal li a{

   color: #fff;

}

a.new, #p-personal a.new{


   color: #FF7A09;

}

a.new:hover, #p-personal a.new:hover, #p-personal li a:hover{


   color: #EEC900;
   background: none;

}