MediaWiki:Common.css: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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;
    font-size: 14px;
}
}



Latest revision as of 23:15, 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;
    font-size: 14px;
}

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