Difference between revisions of "MediaWiki:Common.css"

From Halcove
(Created page with "→‎CSS placed here will be applied to all skins: .color-middle { height: 0.35em; background: #b159ea;")
 
m
Line 3: Line 3:
     height: 0.35em;
     height: 0.35em;
     background: #b159ea;
     background: #b159ea;
}
.color-right {
    background: #b3bed3;
}
.color-left {
    background: #b3bed3;
}

Revision as of 14:51, 12 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;
}