Difference between revisions of "MediaWiki:Common.css"

From BBReloaded
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: body { color: #ff9540; background-color: #211310; } a { color: #ff7200; } a:hover, a:active, a:focus { co...")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body {
 
    color: #ff9540;
 
    background-color: #211310;
 
}
 
 
a {
 
    color: #ff7200;
 
}
 
 
a:hover,
 
a:active,
 
a:focus {
 
    color: #ff9540;
 
  }
 
 
p {
 
color: #ff9540;
 
}
 

Revision as of 19:22, 11 October 2015

/* CSS placed here will be applied to all skins */