MediaWiki:Common.css: Difference between revisions

From Trollpasta Wiki
Jump to navigationJump to search
Content added Content deleted
m (testing)
No edit summary
Line 3: Line 3:
body { color: #000000; font-size: 12px; font-family: "Arial"; }
body { color: #000000; font-size: 12px; font-family: "Arial"; }


#p-personal { font-size: 15px; font-family: "Arial"; }
a:visited { color: #8D1CDB !IMPORTANT; }

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

#p-personal a:link { color: #1E90FF !IMPORTANT; }

#p-personal a:visited { color: #D8EBFF !IMPORTANT; }

a:visited { color: #D8EBFF !IMPORTANT; }


a:link { color: #3222E9 !IMPORTANT; }
a:link { color: #3222E9 !IMPORTANT; }

Revision as of 12:49, 6 March 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"; }

#p-personal a:link { color: #1E90FF !IMPORTANT; }

#p-personal a:visited { color: #D8EBFF !IMPORTANT; }

a:visited { color: #D8EBFF !IMPORTANT; }

a:link { color: #3222E9 !IMPORTANT; }

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

a.new:visited { color: #3D69C4 !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; }