MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/**** SIDEBAR ****/
/* style the background of the sidebar section headers */
.mediawiki #mw-panel .portal h3 {
padding: 0.5em;
border-radius: 2px;
}
/* text styles for sidebar headers */
#mw-panel, .mediawiki .portal h3,
#pageWrapper #mw-panel h3 a {
text-transform: uppercase;
text-shadow: 2px 2px 5px black;
color: red;
margin-left: 0px;
font-weight: bold;
font-size : 14px;
}
#mw-panel .portal a, #mw-panel .portal a:visited {
font-size:12px!important;
color: black!important;
font-weight: bold;
text-transform: none;
padding: 5px;
margin-top: 6px;
}