Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
margin-left: 2px; | margin-left: 2px; | ||
font-weight: bold; | font-weight: bold; | ||
font-size : | font-size : 14px; | ||
} | } | ||
Revision as of 08:03, 12 May 2022
/* 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: 1px 1px 1px #000000;
color: #00008B;
margin-left: 2px;
font-weight: bold;
font-size : 14px;
}
#mw-panel .portal a, #mw-panel .portal a:visited {
font-size:12px!important;
color: grey!important;
font-weight: bold;
text-shadow: 0px 0px 0px;
text-transform: none;
padding: 5px;
margin-top: 6px;
}