Difference between revisions of "MediaWiki:Common.css"
A fragment of the Garden of Remembering
m (fix arrows) |
|||
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 { |
Revision as of 19:13, 17 March 2021
/* 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;
}
body:not(.rootpage-The_Garden_of_Remembering) #p-Lost_Projects,
body:not(.rootpage-The_Garden_of_Remembering) #p-Memories {
display: none !important;
}
/* 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%;
}