Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
spFormat { | spFormat { | ||
font-family: spFont; | font-family: spFont; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background: #B6E8FF url(https://www.worldofsp.com/wiki/images/0/0b/Wiki_bg_var1.png) 0 0 repeat; | ||
+ | } | ||
+ | |||
+ | div.pBody, div#content { | ||
+ | background-color: #fffef9; | ||
+ | } | ||
+ | |||
+ | #mw-head, mw-head-base { | ||
+ | background: #E6FFFF url(https://www.worldofsp.com/wiki/images/8/82/Wiki_bg_var1_top.png) 0 0 repeat; | ||
+ | /* | ||
+ | background: #E6FFFF; | ||
+ | background-color: transparent; | ||
+ | */ | ||
} | } |
Revision as of 00:48, 20 February 2025
/* CSS placed here will be applied to all skins */ @font-face { font-family: spFont; src: url(fonts/SpLanguage-Regular.ttf); } spFormat { font-family: spFont; } body { background: #B6E8FF url(https://www.worldofsp.com/wiki/images/0/0b/Wiki_bg_var1.png) 0 0 repeat; } div.pBody, div#content { background-color: #fffef9; } #mw-head, mw-head-base { background: #E6FFFF url(https://www.worldofsp.com/wiki/images/8/82/Wiki_bg_var1_top.png) 0 0 repeat; /* background: #E6FFFF; background-color: transparent; */ }