MediaWiki:Common.css: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
     float: none !important;
     float: none !important;
}
}
.mw-collapsible-text {
    display: inline-block;
}
.mono {
.mono {
   font-family:Courier;
   font-family:Courier;

Revision as of 22:25, 5 March 2023

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

/* other global css tools */
.mw-collapsible-toggle {
    float: none !important;
}
.mw-collapsible-text {
    display: inline-block;
}

.mono {
  font-family:Courier;
}
.full {
  width: 100%;
}
div.expandable {
    background-color:#FFF8DC;
}