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 edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* for logo */
a.mw-wiki-logo {
    background-size: 155px;
}
/* other global css tools */
.mw-collapsible-toggle {
.mw-collapsible-toggle {
     float: none !important;
     float: none !important;

Revision as of 11:23, 5 March 2023

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

/* for logo */
a.mw-wiki-logo {
    background-size: 155px;
}

/* other global css tools */
.mw-collapsible-toggle {
    float: none !important;
}
.mono {
  font-family:Courier;
}
.full {
  width: 100%;
}
div.expandable {
    background-color:#FFF8DC;
}