Difference between revisions of "MediaWiki:Common.css"

From NorCon MUSH
Line 10: Line 10:
 
.mw-body a.external:link {color: #11249E;}
 
.mw-body a.external:link {color: #11249E;}
 
ul > li.gallerybox:before {background: #FFFFFF}
 
ul > li.gallerybox:before {background: #FFFFFF}
 +
 +
#content table.wikitable {
 +
border: 0;
 +
background: #FFFFFF;
 +
}
 +
 +
#content table.wikitable th, #content table.wikitable td {
 +
border: 0;
 +
background:  #FFFFFF;
 +
}
 +
 +
table.wikitable ul {
 +
background: #FFFFFF;
 +
}

Revision as of 23:10, 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: #FFFFFF}

#content table.wikitable {
border: 0;
background: #FFFFFF;
}

#content table.wikitable th, #content table.wikitable td {
border: 0;
background:  #FFFFFF;
}

table.wikitable ul {
background: #FFFFFF;
}