Difference between revisions of "MediaWiki:Common.css"
A fragment of the Garden of Remembering
(wtf) |
|||
(One intermediate revision by the same user not shown) | |||
Line 28: | 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%;
}