Difference between revisions of "MediaWiki:Common.css"
| Line 11: | Line 11: | ||
| − | #mw-panel .portal h3 {font-weight: bold; color: #663300; background-color: #EEE3A4; padding: 5px;} | + | #mw-panel .portal h3 {border: none; font-weight: bold; color: #663300; background-color: #EEE3A4; padding: 5px;} |
#mw-panel .portal {background-color: white} | #mw-panel .portal {background-color: white} | ||
Revision as of 15:21, 10 April 2019
/* CSS placed here will be applied to all skins */
/* hiding "powered by MediaWiki" icon */
#footer-poweredbyico { display: none; }
body {background: #E3D8C2}
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
#mw-page-base {background: #E3D8C2}
/* changes the background color behind the top half of the logo and at top of each page */
#mw-panel .portal h3 {border: none; font-weight: bold; color: #663300; background-color: #EEE3A4; padding: 5px;}
#mw-panel .portal {background-color: white}