MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
(qud-box tweaks to work around inherited mediawiki css)
(added alternative white border for qud-box)
Line 1,634: Line 1,634:
     width: 9999px;
     width: 9999px;
     right: -9997px;
     right: -9997px;
}
.white-border .qud-box-header:before,
.white-border .qud-box-header:after,
.white-border .qud-box-footer-left:before,
.white-border .qud-box-footer-left:after
{
    background: #fff;
}
.white-border .qud-box {
    border: 4px solid #b1c9c3;
    border-top: 0;
    border-bottom: 0;
}
}