Difference between revisions of "MediaWiki:Common.css"
From NorCon MUSH
| Line 9: | Line 9: | ||
a:link {color: #11249E;} | a:link {color: #11249E;} | ||
.mw-body a.external:link {color: #11249E;} | .mw-body a.external:link {color: #11249E;} | ||
| − | ul > li.gallerybox:before {background: # | + | ul > li.gallerybox:before {background: #f9f9f9;} |
#content table.wikitable { | #content table.wikitable { | ||
border: 0; | border: 0; | ||
| − | background: # | + | background: #f9f9f9 !important; |
} | } | ||
#content table.wikitable th, #content table.wikitable td { | #content table.wikitable th, #content table.wikitable td { | ||
border: 0; | border: 0; | ||
| − | background: # | + | background: #f9f9f9 !important; |
} | } | ||
table.wikitable ul { | table.wikitable ul { | ||
| − | background: # | + | background: #f9f9f9 !important; |
} | } | ||
| − | table { background: # | + | table { background:#f9f9f9 !important} |
| + | |||
| + | body {background-color: #f9f9f9;} | ||
Revision as of 23:33, 5 February 2015
li.gallerybox {text-indent:0px;}
p.dragon, .dragon-talk {color:#342D7E;}
p.galleries{color:#236B8E;}
p.st{color:red;}
.navbar-inverse > li > a {color: #FFFFFF !important}
a:link {color: #11249E;}
.mw-body a.external:link {color: #11249E;}
ul > li.gallerybox:before {background: #f9f9f9;}
#content table.wikitable {
border: 0;
background: #f9f9f9 !important;
}
#content table.wikitable th, #content table.wikitable td {
border: 0;
background: #f9f9f9 !important;
}
table.wikitable ul {
background: #f9f9f9 !important;
}
table { background:#f9f9f9 !important}
body {background-color: #f9f9f9;}