Difference between revisions of "MediaWiki:Common.css"
From Halcove
| Line 22: | Line 22: | ||
box-shadow: none; | box-shadow: none; | ||
border: none; | border: none; | ||
} | |||
#mw-site-navigation { | |||
background: #c1c1c1; | |||
} | } | ||
#mw-content { | #mw-content { | ||
background: #c1c1c1; | background: #c1c1c1; | ||
} | } | ||
Revision as of 05:59, 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: #c1c1c1;
box-shadow: none;
}
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
background: #c1c1c1;
box-shadow: none;
border: none;
}
#mw-site-navigation {
background: #c1c1c1;
}
#mw-content {
background: #c1c1c1;
}