Difference between revisions of "MediaWiki:Common.css"
From Halcove
Tag: Reverted |
Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Main page background */ | |||
#mw-content { | |||
background: #c1c1c1; | |||
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk { | |||
background: #c1c1c1; | |||
box-shadow: none; | |||
} | |||
/* Three colored bars */ | |||
.color-middle { | .color-middle { | ||
height: 0.35em; | height: 0.35em; | ||
| Line 10: | Line 19: | ||
background: #b3bed3; | background: #b3bed3; | ||
} | } | ||
/* End three colored bars */ | |||
#mw-content-container { | #mw-content-container { | ||
border-bottom: solid 4px #262626; | border-bottom: solid 4px #262626; | ||
} | } | ||
body { | body { | ||
background: #1a1a1a; | background: #1a1a1a; | ||
Revision as of 05:38, 13 March 2022
/* CSS placed here will be applied to all skins */
/* Main page background */
#mw-content {
background: #c1c1c1;
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
background: #c1c1c1;
box-shadow: none;
}
/* Three colored bars */
.color-middle {
height: 0.35em;
background: #b159ea;
}
.color-right {
background: #b3bed3;
}
.color-left {
background: #b3bed3;
}
/* End three colored bars */
#mw-content-container {
border-bottom: solid 4px #262626;
}
body {
background: #1a1a1a;
}
.mw-footer-container {
border-top: solid 0px #262626;
box-shadow: inset 0 7px 2px -4px rgb(0 0 0 / 10%);
color: #ffffff;
}