MediaWiki:Common.css: Difference between revisions

From Trollpasta Wiki
Jump to navigationJump to search
Content added Content deleted
No edit summary
No edit summary
Line 7: Line 7:
#p-cactions .pBody { font-size: 12px; font-family: "Arial"; }
#p-cactions .pBody { font-size: 12px; font-family: "Arial"; }


body { background-color: #587FC1; }
body { background-color: #1F1F1F; }


#globalWrapper { background-color: #1F1F1F; }
#globalWrapper { background-color: #1F1F1F; }


#catlinks { background-color: #FFFFFF; }
#catlinks { background-color: #006EC3; }


#p-navigation { background-color: #006EC3; }
#p-navigation { background-color: #006EC3; }
Line 27: Line 27:
#content { background-color: #D8EBFF; }
#content { background-color: #D8EBFF; }


#footer { background-color: #1C8CFF!important; }
#footer { background-color: #FFFFFF!important; }

Revision as of 21:45, 24 February 2021

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

body { color: #FFFFFF; font-size: 13px; font-family: "Arial"; }

#p-personal { font-size: 12px; font-family: "Arial"; }

#p-cactions .pBody { font-size: 12px; font-family: "Arial"; }

body { background-color: #1F1F1F; }

#globalWrapper { background-color: #1F1F1F; }

#catlinks { background-color: #006EC3; }

#p-navigation { background-color: #006EC3; }

#p-navigation .pBody { background-color: #D8EBFF; }

#p-search { background-color: #006EC3; }

#p-search .pBody { background-color: #D8EBFF; }

#p-tb { background-color: #006EC3; }

#p-tb .pBody { background-color: #D8EBFF; }

#content { background-color: #D8EBFF; }

#footer { background-color: #FFFFFF!important; }