MediaWiki:Common.css: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: .mw-collapsible-toggle { float: none !important; } .mono { font-family:Courier; } .full { width: 100%; } div.expandable { background-color:#FFF8DC; }")
(No difference)

Revision as of 09:45, 5 March 2023

/* CSS placed here will be applied to all skins */
.mw-collapsible-toggle {
    float: none !important;
}
.mono {
  font-family:Courier;
}
.full {
  width: 100%;
}
div.expandable {
    background-color:#FFF8DC;
}