Difference between revisions of "MediaWiki:Common.css"

From MeliWiki
Jump to: navigation, search
Line 59: Line 59:
  
 
   color: #BA0000;
 
   color: #BA0000;
 +
  background: none;
  
 
}
 
}

Revision as of 14:51, 8 June 2010

/* 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.5em;  

}

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: #BA0000;
   background: none;

}