Difference between revisions of "MediaWiki:Common.css"
A fragment of the Garden of Remembering
(wtf) |
|||
(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 */ | ||
#siteSub { | |||
display: block; | |||
} | |||
ul.nolines li.gallerybox div.thumb { | ul.nolines li.gallerybox div.thumb { | ||
Line 11: | Line 14: | ||
} | } | ||
.monospace { | |||
font-family: monospace, monospace; | |||
} | |||
.serif { | |||
font-family: serif; | |||
} | |||
.sans-serif { | |||
font-family: sans-serif; | |||
} | } | ||
#editpage-copywarn { | |||
display: none; | display: none; | ||
} | } | ||
Line 22: | Line 32: | ||
/* Collapse stuff */ | /* Collapse stuff */ | ||
.NavHead { | .NavHead { | ||
background: url(/w/resources/src/mediawiki.icon/images/arrow-collapsed-ltr. | background: url(/w/resources/src/mediawiki.icon/images/arrow-collapsed-ltr.svg) no-repeat 0 50%; | ||
padding-left: 1.25em; | padding-left: 1.25em; | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
.expanded .NavHead { | .expanded .NavHead { | ||
background: url(/w/resources/src/mediawiki.icon/images/arrow-expanded. | background: url(/w/resources/src/mediawiki.icon/images/arrow-expanded.svg) no-repeat 0 50%; | ||
} | } |
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%;
}