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:
/* CSS placed here will be applied to all skins */
body {background: aqua}
body {background: #e6ffb4}
/* background color for the bottom and left of each page, up to behind half of the logo */
#content {background: #e6ffb4}
 
#bodyContent {background: #e6ffb4}
#mw-page-base {background: aqua}
#firstHeading {background: #e6ffb4}
/* background color for behind the top half of the logo and at the top of each page */
#catlinks {background: #e6ffb4}
 
#mw-head-base {background: #e6ffb4}
.mw-body {background: aqua}
#mw-panel {background: #e6ffb4}  
/* background color for page content (excluding tables, images, and preformatted text) */
#p-logo {background: #e6ffb4}
 
#p-navigation {background: #e6ffb4}
pre, tt, code {background: aqua}
#p-tb {background: #e6ffb4}  
/* background color for preformatted text */
#p-tb-label {background: #e6ffb4}
 
#p-tb .body {background: #e6ffb4}
div#simpleSearch {background: aqua}
#footer {background: #e6ffb4}
/* 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}