Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/**** SIDEBAR ****/ | /**** SIDEBAR ****/ | ||
#p-tb { display: none; } | |||
/* style the background of the sidebar section headers */ | /* style the background of the sidebar section headers */ | ||
.mediawiki #mw-panel .portal h3 { | .mediawiki #mw-panel .portal h3 { | ||
Line 21: | Line 23: | ||
color: black!important; | color: black!important; | ||
font-weight: bold; | font-weight: bold; | ||
text-shadow: 2px 2px | text-shadow: 2px 2px 2px black; | ||
text-transform: none; | text-transform: none; | ||
padding: 5px; | padding: 5px; | ||
margin-top: 6px; | margin-top: 6px; | ||
} | } |
Revision as of 07:28, 12 November 2021
/* CSS placed here will be applied to all skins */
/**** SIDEBAR ****/
#p-tb { display: none; }
/* 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: 2px;
font-weight: bold;
font-size : 14px;
}
#mw-panel .portal a, #mw-panel .portal a:visited {
font-size:13px!important;
color: black!important;
font-weight: bold;
text-shadow: 2px 2px 2px black;
text-transform: none;
padding: 5px;
margin-top: 6px;
}