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-color:#c9c2bb}
using System.Drawing;
 
body {background-color:#6c5035; color: white;}
/* background color for the bottom and left of each page, up to behind half of the logo */
/* background color for the bottom and left of each page, up to behind half of the logo */


#mw-page-base {background-color:#c9c2bb}
#mw-page-base {background-color:#6c5035; color: white;}
/* 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-color:#c9c2bb}
.mw - body {
    background - color:#6c5035; color: white;}
/* 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-color:#c9c2bb}
pre, tt, code {
        background - color:#6c5035; color: white;}
/* background color for preformatted text */
/* background color for preformatted text */


div#simpleSearch {background-color:#c9c2bb}
div#simpleSearch {background-color:#6c5035; color: white;}
/* background color for searchbox */
/* background color for searchbox */


div.thumbinner
div.thumbinner
{ background-color:#c9c2bb}
{
            background - color:#6c5035; color: white;}
/* background color for transparent images and image captions */
/* background color for transparent images and image captions */


table.wikitable { background-color:#c9c2bb}
table.wikitable {
                background - color:#6c5035; color: white;}
/* background color for tables (excluding ! table items) */
/* background color for tables (excluding ! table items) */


#toc {background-color:#c9c2bb}
#toc {background-color:#6c5035; color: white;}
/* 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-color:#c9c2bb}
#content {background-color:#6c5035; color: white;}
#bodyContent {background-color:#c9c2bb}
#bodyContent {background-color:#6c5035; color: white;}
#firstHeading {background-color:#c9c2bb}
#firstHeading {background-color:#6c5035; color: white;}
#catlinks {background-color:#c9c2bb}
#catlinks {background-color:#6c5035; color: white;}
#mw-head-base {background-color:#c9c2bb}
#mw-head-base {background-color:#6c5035; color: white;}
#mw-panel {background-color:#c9c2bb}  
#mw-panel {background-color:#6c5035; color: white;}  
#p-logo {background-color:#c9c2bb}
#p-logo {background-color:#6c5035; color: white;}
#p-navigation {background-color:#c9c2bb}
#p-navigation {background-color:#6c5035; color: white;}
#p-tb {background-color:#c9c2bb}  
#p-tb {background-color:#6c5035; color: white;}  
#p-tb-label {background-color:#c9c2bb}
#p-tb-label {background-color:#6c5035; color: white;}
#p-tb .body {background-color:#c9c2bb}
#p-tb .body {background-color:#6c5035; color: white;}
#footer {background-color:#c9c2bb}
#footer {background-color:#6c5035; color: white;}
#p-navigation .pBody { background-color: #c9c2bb; }  
#p-navigation .pBody { background-color: #6c5035; }  
#p-search { background-color: #c9c2bb; }
#p-search { background-color: #6c5035; }
#p-search .pBody { background-color: #c9c2bb; }
#p-search .pBody { background-color: #6c5035; }
#globalWrapper { background-color: #c9c2bb; }
#globalWrapper { background-color: #6c5035; }
#column-content { background-color: #c9c2bb; }
#column-content { background-color: #6c5035; }
#column-one { background-color: #c9c2bb; }
#column-one { background-color: #6c5035; }
#p-tools {background-color:#c9c2bb}
#p-tools {background-color:#6c5035; color: white;}
#p-tools .pBody {background-color:#c9c2bb}
#p-tools .pBody {background-color:#6c5035; color: white;}

Revision as of 02:48, 7 March 2025


using System.Drawing;

body {background-color:#6c5035; color: white;}
/* background color for the bottom and left of each page, up to behind half of the logo */

#mw-page-base {background-color:#6c5035; color: white;}
/* background color for behind the top half of the logo and at the top of each page */

.mw - body {
    background - color:#6c5035; color: white;}
/* background color for page content (excluding tables, images, and preformatted text) */

pre, tt, code {
        background - color:#6c5035; color: white;}
/* background color for preformatted text */

div#simpleSearch {background-color:#6c5035; color: white;}
/* background color for searchbox */

div.thumbinner
{
            background - color:#6c5035; color: white;}
/* background color for transparent images and image captions */

table.wikitable {
                background - color:#6c5035; color: white;}
/* background color for tables (excluding ! table items) */

#toc {background-color:#6c5035; color: white;}
/* background color for page table of contents */

/* additional attributes from list at HostKnox.com */
#content {background-color:#6c5035; color: white;}
#bodyContent {background-color:#6c5035; color: white;}
#firstHeading {background-color:#6c5035; color: white;}
#catlinks {background-color:#6c5035; color: white;}
#mw-head-base {background-color:#6c5035; color: white;}
#mw-panel {background-color:#6c5035; color: white;} 
#p-logo {background-color:#6c5035; color: white;}
#p-navigation {background-color:#6c5035; color: white;}
#p-tb {background-color:#6c5035; color: white;} 
#p-tb-label {background-color:#6c5035; color: white;}
#p-tb .body {background-color:#6c5035; color: white;}
#footer {background-color:#6c5035; color: white;}
#p-navigation .pBody { background-color: #6c5035; } 
#p-search { background-color: #6c5035; }
#p-search .pBody { background-color: #6c5035; }
#globalWrapper { background-color: #6c5035; }
#column-content { background-color: #6c5035; }
#column-one { background-color: #6c5035; }
#p-tools {background-color:#6c5035; color: white;}
#p-tools .pBody {background-color:#6c5035; color: white;}