MediaWiki:Common.css: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 9: Line 9:
}
}
div.expandable {
div.expandable {
     background-color:#FFF8DC;
     background-color:azure;
     margin-top: 4px;
     margin-top: 4px;
     margin-bottom: 4px;
     margin-bottom: 4px;

Revision as of 22:49, 5 March 2023

/* CSS placed here will be applied to all skins */

/* for expandable */
.mw-collapsible-toggle {
    float: none !important;
}
.mw-collapsible-preview {
    display: inline-block;
}
div.expandable {
    background-color:azure;
    margin-top: 4px;
    margin-bottom: 4px;
}

/* global css tools */
.mono {
    font-family:Courier;
}
.full {
    width: 100%;
}