Difference between revisions of "MediaWiki:Common.css"

From Halcove
Tag: Reverted
Tag: Reverted
Line 24: Line 24:
}
}
.mw-footer-container {
.mw-footer-container {
    border-top: solid 1px #262626;
     box-shadow: inset 0 7px 2px -4px rgb(0 0 0 / 10%);
     box-shadow: inset 0 7px 2px -4px rgb(0 0 0 / 10%);
     color: #ffffff;
     color: #ffffff;
}
}

Revision as of 05:29, 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;
}
body {
    background: #1a1a1a;
}
#mw-content-container {
    border-bottom: solid 4px #262626;
}
.mw-footer-container {
    border-top: solid 1px #262626;
    box-shadow: inset 0 7px 2px -4px rgb(0 0 0 / 10%);
    color: #ffffff;
}