Difference between revisions of "MediaWiki:Common.css"
A fragment of the Garden of Remembering
m (fix arrows) |
(wtf) |
||
(2 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 */ | ||
#siteSub { | |||
display: block; | |||
} | |||
ul.nolines li.gallerybox div.thumb { | ul.nolines li.gallerybox div.thumb { | ||
Line 25: | Line 28: | ||
#editpage-copywarn { | #editpage-copywarn { | ||
display: none; | display: none; | ||
} | } | ||
Latest revision as of 00:08, 12 January 2024
/* CSS placed here will be applied to all skins */
#siteSub {
display: block;
}
ul.nolines li.gallerybox div.thumb {
border-width: 0;
background: transparent;
}
.center {
text-align: center;
margin: auto;
}
.monospace {
font-family: monospace, monospace;
}
.serif {
font-family: serif;
}
.sans-serif {
font-family: sans-serif;
}
#editpage-copywarn {
display: none;
}
/* Collapse stuff */
.NavHead {
background: url(/w/resources/src/mediawiki.icon/images/arrow-collapsed-ltr.svg) no-repeat 0 50%;
padding-left: 1.25em;
cursor: pointer;
}
.expanded .NavHead {
background: url(/w/resources/src/mediawiki.icon/images/arrow-expanded.svg) no-repeat 0 50%;
}