MediaWiki:Common.css: Difference between revisions
From Project Ultima WIki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* | body {background: aqua} | ||
body {background: # | /* background color for the bottom and left of each page, up to behind half of the logo */ | ||
#content {background: | |||
#bodyContent {background: | #mw-page-base {background: aqua} | ||
#firstHeading {background: | /* background color for behind the top half of the logo and at the top of each page */ | ||
#catlinks {background: | |||
#mw-head-base {background: | .mw-body {background: aqua} | ||
#mw-panel {background: | /* background color for page content (excluding tables, images, and preformatted text) */ | ||
#p-logo {background: | |||
#p-navigation {background: | pre, tt, code {background: aqua} | ||
#p-tb {background: | /* background color for preformatted text */ | ||
#p-tb-label {background: | |||
#p-tb .body {background: | div#simpleSearch {background: aqua} | ||
#footer {background: | /* background color for searchbox */ | ||
div.thumbinner {background: aqua} | |||
/* background color for transparent images and image captions */ | |||
table.wikitable {background: aqua} | |||
/* background color for tables (excluding ! table items) */ | |||
#toc {background: aqua} | |||
/* background color for page table of contents */ | |||
/* additional attributes from list at HostKnox.com */ | |||
#content {background: aqua} | |||
#bodyContent {background: aqua} | |||
#firstHeading {background: aqua} | |||
#catlinks {background: aqua} | |||
#mw-head-base {background: aqua} | |||
#mw-panel {background: aqua} | |||
#p-logo {background: aqua} | |||
#p-navigation {background: aqua} | |||
#p-tb {background: aqua} | |||
#p-tb-label {background: aqua} | |||
#p-tb .body {background: aqua} | |||
#footer {background: aqua} |
Revision as of 02:26, 7 March 2025
body {background: aqua} /* background color for the bottom and left of each page, up to behind half of the logo */ #mw-page-base {background: aqua} /* background color for behind the top half of the logo and at the top of each page */ .mw-body {background: aqua} /* background color for page content (excluding tables, images, and preformatted text) */ pre, tt, code {background: aqua} /* background color for preformatted text */ div#simpleSearch {background: aqua} /* background color for searchbox */ div.thumbinner {background: aqua} /* background color for transparent images and image captions */ table.wikitable {background: aqua} /* background color for tables (excluding ! table items) */ #toc {background: aqua} /* background color for page table of contents */ /* additional attributes from list at HostKnox.com */ #content {background: aqua} #bodyContent {background: aqua} #firstHeading {background: aqua} #catlinks {background: aqua} #mw-head-base {background: aqua} #mw-panel {background: aqua} #p-logo {background: aqua} #p-navigation {background: aqua} #p-tb {background: aqua} #p-tb-label {background: aqua} #p-tb .body {background: aqua} #footer {background: aqua}