Difference between revisions of "MediaWiki:Common.css"
From Halcove
Tag: Reverted |
Tag: Manual revert |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.color-middle { | .color-middle { | ||
height: 0.35em; | height: 0.35em; | ||
| Line 13: | Line 11: | ||
} | } | ||
#mw-content-container { | #mw-content-container { | ||
border-bottom: solid 4px # | border-bottom: solid 4px #545962; | ||
} | } | ||
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk { | #mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk { | ||
background: # | background: #eaecf2; | ||
box-shadow: none; | box-shadow: none; | ||
} | } | ||
Revision as of 05:45, 13 March 2022
/* CSS placed here will be applied to all skins */
.color-middle {
height: 0.35em;
background: #b159ea;
}
.color-right {
background: #b3bed3;
}
.color-left {
background: #b3bed3;
}
#mw-content-container {
border-bottom: solid 4px #545962;
}
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
background: #eaecf2;
box-shadow: none;
}