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