MediaWiki:Common.css: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
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 */
/* other global css tools */

Revision as of 11:59, 5 March 2023

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

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