MediaWiki:Common.css: Difference between revisions

From Trollpasta Wiki
Jump to navigationJump to search
Content added Content deleted
mNo edit summary
mNo edit summary
Line 6: Line 6:


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

.mw-body-content a:link { color: #004ECE; } /* normal unvisited links */

.mw-body-content a:link.new { color: #004ECE; } /* new links */

a:visited { color: #4088FF !IMPORTANT; }

a.new:link { color: #3269C4 !IMPORTANT; }

a.new:visited { color: #4088FF !IMPORTANT; }


body { background-color: #383838; }
body { background-color: #383838; }

Revision as of 05:52, 26 February 2021

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

body { color: #000000; font-size: 12px; font-family: "Arial"; }

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

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

.mw-body-content a:link { color: #004ECE; } /* normal unvisited links */

.mw-body-content a:link.new { color: #004ECE; } /* new links */

a:visited { color: #4088FF !IMPORTANT; }

a.new:link { color: #3269C4 !IMPORTANT; }

a.new:visited { color: #4088FF !IMPORTANT; }

body { background-color: #383838; }

#globalWrapper { background-color: #383838; }

#catlinks { background-color: #FFFFFF; }

#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; }