MediaWiki:Common.css: Difference between revisions
No edit summary |
(Forced typography removal) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
@font-face { | |||
@font-face{ | font-family:'nanook'; | ||
src:url(/images/f/f7/Nanook.otf) format('opentype') | |||
} | } | ||
@font-face{ | @font-face { | ||
font-family:'TINY5x3GX'; | |||
src:url(/images/f/f7/TINY5x3GX.ttf) format('truetype-variations') | |||
} | } | ||
body { | |||
font-family:monospace; | |||
body{ | font-size:1.4em; | ||
background-color:#ff8 | |||
} | } | ||
.mw-head { | |||
.mw-head{ | background-image:linear-gradient(yellow,#ff8) | ||
} | } | ||
.mw-logo-container { | .mw-logo-container { | ||
background:url(/images/f/f7/ppp-text.svg) no-repeat center; | |||
background-size:contain | |||
} | } | ||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
opacity:0 | |||
} | } | ||
#mw-page-base { | #mw-page-base { | ||
background-color:#ff8; | |||
background-image:none | |||
} | } | ||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
font-family:'nanook' | |||
} | } | ||
h1:nth-of-type(odd), | |||
h2:nth-of-type(odd), | |||
h3:nth-of-type(odd), | |||
h4:nth-of-type(odd), | |||
h1:nth-of-type(odd), | |||
.mw-body h1:nth-of-type(odd), | |||
.mw-body-content h1:nth-of-type(odd), | |||
h1:nth-of-type(odd), h2:nth-of-type(odd), h3:nth-of-type(odd), h4:nth-of-type(odd), h1:nth-of-type(odd), .mw-body h1:nth-of-type(odd), .mw-body-content h1:nth-of-type(odd), .mw-body-content h2:nth-of-type(odd) { | .mw-body-content h2:nth-of-type(odd) { | ||
} | } |
Latest revision as of 12:37, 31 January 2024
@font-face {
font-family:'nanook';
src:url(/images/f/f7/Nanook.otf) format('opentype')
}
@font-face {
font-family:'TINY5x3GX';
src:url(/images/f/f7/TINY5x3GX.ttf) format('truetype-variations')
}
body {
font-family:monospace;
font-size:1.4em;
background-color:#ff8
}
.mw-head {
background-image:linear-gradient(yellow,#ff8)
}
.mw-logo-container {
background:url(/images/f/f7/ppp-text.svg) no-repeat center;
background-size:contain
}
.mw-logo-wordmark {
opacity:0
}
#mw-page-base {
background-color:#ff8;
background-image:none
}
.mw-logo-wordmark {
font-family:'nanook'
}
h1:nth-of-type(odd),
h2:nth-of-type(odd),
h3:nth-of-type(odd),
h4:nth-of-type(odd),
h1:nth-of-type(odd),
.mw-body h1:nth-of-type(odd),
.mw-body-content h1:nth-of-type(odd),
.mw-body-content h2:nth-of-type(odd) {
}