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: 907d56}
.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: 907d56}
pre, tt, code {background-color:#35302b}
/* background color for preformatted text */
/* background color for preformatted text */


div#simpleSearch {background: 907d56}
div#simpleSearch {background-color:#35302b}
/* background color for searchbox */
/* background color for searchbox */


div.thumbinner {background: 907d56}
div.thumbinner
{ background-color:#35302b}
/* background color for transparent images and image captions */
/* background color for transparent images and image captions */


table.wikitable {background: 907d56}
table.wikitable { background-color:#35302b}
/* background color for tables (excluding ! table items) */
/* background color for tables (excluding ! table items) */


#toc {background: 907d56}
#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: 907d56}
#content {background-color:#35302b}
#bodyContent {background: 907d56}
#bodyContent {background-color:#35302b}
#firstHeading {background: 907d56}
#firstHeading {background-color:#35302b}
#catlinks {background: 907d56}
#catlinks {background-color:#35302b}
#mw-head-base {background: 907d56}
#mw-head-base {background-color:#35302b}
#mw-panel {background: 907d56}  
#mw-panel {background-color:#35302b}  
#p-logo {background: 907d56}
#p-logo {background-color:#35302b}
#p-navigation {background: 907d56}
#p-navigation {background-color:#35302b}
#p-tb {background: 907d56}  
#p-tb {background-color:#35302b}  
#p-tb-label {background: 907d56}
#p-tb-label {background-color:#35302b}
#p-tb .body {background: 907d56}
#p-tb .body {background-color:#35302b}
#footer {background: 907d56}
#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}