Difference between revisions of "MediaWiki:Common.css"
From Rebeldroids Wiki
Line 15: | Line 15: | ||
− | #mw-content-text { background-color: #ffffff; | + | #mw-content-text { background-color: #ffffff; /*this changes the color behind the banner*/ |
+ | border-radius: 25px; | ||
+ | background: #73AD21; | ||
+ | padding: 20px; | ||
+ | width: 200px; | ||
+ | height: 150px; | ||
+ | |||
+ | } | ||
div#content { background-color: #73818c;} /*this changes the color of the tab frame*/ | div#content { background-color: #73818c;} /*this changes the color of the tab frame*/ | ||
Line 22: | Line 29: | ||
#mw-navigation { color: #FFFFFF;} /*changes the color of the text, left navigation*/ | #mw-navigation { color: #FFFFFF;} /*changes the color of the text, left navigation*/ | ||
− | a:visited { color: | + | a:visited { color: #cee4f2;} |
− | a:active { color: | + | a:active { color: #cee4f2;} |
− | a:link { color: | + | a:link { color: #cee4f2;} |
Revision as of 14:28, 11 June 2016
/* CSS placed here will be applied to all skins */ body { background-color: #3f5562;} /* this changes the color behind the left navigation bar*/ /*#mw-navigation { background-color: #73818c;}*/ #mw-page-base { background-color: #73818c;} #mw-head { background-color: #3f5562;} /*this controls the color of the header at the top*/ /*.noprint { background-color: #73818c;}*/ #mw-content-text { background-color: #ffffff; /*this changes the color behind the banner*/ border-radius: 25px; background: #73AD21; padding: 20px; width: 200px; height: 150px; } div#content { background-color: #73818c;} /*this changes the color of the tab frame*/ #mw-navigation { color: #FFFFFF;} /*changes the color of the text, left navigation*/ a:visited { color: #cee4f2;} a:active { color: #cee4f2;} a:link { color: #cee4f2;}