MediaWiki:Common.css: Difference between revisions
Appearance
imported>PikaJade m Protected "MediaWiki:Common.css": as funny as all of this is this site should preferably be usable ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
imported>PikaJade No edit summary |
||
| Line 6: | Line 6: | ||
* { | * { | ||
font-family: 'Comic Sans MS', Papyrus, fantasy !important; | font-family: 'Comic Sans MS', Papyrus, fantasy !important; | ||
text-transform: | text-transform: full-width; | ||
cursor: wait; | cursor: wait; | ||
} | } | ||
Revision as of 04:12, 21 July 2025
/* CSS placed here will be applied to all skins */
body {
background-color: #95fcb9;
opacity: 0.85;
}
* {
font-family: 'Comic Sans MS', Papyrus, fantasy !important;
text-transform: full-width;
cursor: wait;
}