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: inherit;} |
#content table.wikitable { | #content table.wikitable { | ||
border: 0; | border: 0; | ||
| − | background: | + | background: inherit !important; |
} | } | ||
#content table.wikitable th, #content table.wikitable td { | #content table.wikitable th, #content table.wikitable td { | ||
border: 0; | border: 0; | ||
| − | background: | + | background: inherit !important; |
} | } | ||
table.wikitable ul { | table.wikitable ul { | ||
| − | background: | + | background: inherit !important; |
} | } | ||
| − | + | body {background-color: #F0F0F0;color: #000000;} | |
| − | + | ||
| − | body {background-color: # | + | |
span.dynatree-node a { padding-left: 13px;} | span.dynatree-node a { padding-left: 13px;} | ||
| Line 42: | Line 40: | ||
table.wikitable > tr > th, table.wikitable > * > tr > th {background-color: inherit} | table.wikitable > tr > th, table.wikitable > * > tr > th {background-color: inherit} | ||
| + | |||
| + | img {max-width: 100%} | ||
| + | |||
| + | .container-fluid { padding-left: 0px;} | ||
.gallerytext { text-align: center;} | .gallerytext { text-align: center;} | ||
Revision as of 05:12, 23 March 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: inherit;}
#content table.wikitable {
border: 0;
background: inherit !important;
}
#content table.wikitable th, #content table.wikitable td {
border: 0;
background: inherit !important;
}
table.wikitable ul {
background: inherit !important;
}
body {background-color: #F0F0F0;color: #000000;}
span.dynatree-node a { padding-left: 13px;}
.treeview .checkbox {display: inline;}
.treeview input[type=checkbox] {margin-left: 5px; margin-right: 5px;}
.treeview ul > li:before {background-color: inherit}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {border: 0px}
table.wikitable {border: 0px}
table.wikitable > tr > th, table.wikitable > * > tr > th {background-color: inherit}
img {max-width: 100%}
.container-fluid { padding-left: 0px;}
.gallerytext { text-align: center;}
ul.gallery {text-indent: 0px !important; padding-left: 0px !important;}
table.padded td, th { padding:10px;}