MediaWiki:Common.css: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* for logo */
/* for expandable */
a.mw-wiki-logo {
    background-size: 155px;
}
 
/* other global css tools */
.mw-collapsible-toggle {
.mw-collapsible-toggle {
     float: none !important;
     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 {
.mono {
  font-family:Courier;
    font-family:Courier;
}
}
.full {
.full {
  width: 100%;
    width: 100%;
}
div.expandable {
    background-color:#FFF8DC;
}
}

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%;
}