Jump to content

MediaWiki:Common.css: Difference between revisions

From Dark Future
No edit summary
No edit summary
Line 3: Line 3:
#body { color: #5a7425; }
#body { color: #5a7425; }


#content { color: #F8F9FA; }  
#content { color: #F8F9FA; font-size: 12px; font-family: "Sans-serif"; }  
#content p { color: #F8F9FA; }  
#content p { color: #F8F9FA; font-size: 12px; font-family: "Sans-serif"; }  
#content h1 { color: #F8F9FA; }  
#content h1 { color: #F8F9FA; font-size: 12px; font-family: "Sans-serif"; }  
#content h2 { color: #F8F9FA; }  
#content h2 { color: #F8F9FA; font-size: 12px; font-family: "Sans-serif"; }  
#mw-panel .portal { color: #F8F9FA; }
#mw-panel .portal { color: #F8F9FA; }
#p-navigation { color: #F8F9FA; }  
#p-navigation { color: #F8F9FA; }  

Revision as of 22:38, 30 October 2024

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

#body { color: #5a7425; }

#content { color: #F8F9FA; font-size: 12px; font-family: "Sans-serif"; } 
#content p { color: #F8F9FA; font-size: 12px; font-family: "Sans-serif"; } 
#content h1 { color: #F8F9FA; font-size: 12px; font-family: "Sans-serif"; } 
#content h2 { color: #F8F9FA; font-size: 12px; font-family: "Sans-serif"; } 
#mw-panel .portal { color: #F8F9FA; }
#p-navigation { color: #F8F9FA; } 
#p-navigation h3 { color: #F8F9FA; } 
#p-navigation .pBody { color: #F8F9FA; } 
#p-tb { color: #F8F9FA; } 

#footer ul li { color: #F8F9FA; } 
#footer-info { color: #5a7425; }

#left-navigation { color: #F8F9FA; } 
#right-navigation { color: #F8F9FA; } 

#bodyContent { background-color: #14171A; }
#firstHeading { background-color: #14171A; }