Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tag: Reverted |
Tag: Reverted |
||
Line 1: | Line 1: | ||
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */ | |||
body { | |||
background: red; | |||
} | |||
/* Changes the background color behind the top half of the logo and at top of each page: */ | |||
#mw-page-base { | |||
background: red; | |||
} | |||
@import url('https://fonts.googleapis.com/css2?family=Corinthia&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Corinthia&display=swap'); | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ |
Revision as of 13:53, 13 December 2021
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
background: red;
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background: red;
}
@import url('https://fonts.googleapis.com/css2?family=Corinthia&display=swap');
/* 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 4px #808080;
color: #00008B;
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: 0px 0px 0px;
text-transform: none;
padding: 5px;
margin-top: 6px;
}