User:ThetaBeta/common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
body { | body { | ||
background-color: #333333 !important; | background-color: #333333 !important; | ||
| Line 15: | Line 17: | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: inherit; | color: inherit; | ||
} | } | ||
| Line 59: | Line 57: | ||
li.gallerybox div.thumb { | li.gallerybox div.thumb { | ||
background-color: #444 !important; | background-color: #444 !important; | ||
} | } | ||
} /** End */ | } /** End */ | ||
Revision as of 19:21, 21 March 2016
body {
background-color: #333333 !important;
color: #ddd !important;
font-size: 1.0em;
}
a {
color: #fff !important;
}
a.new {
color: #888 !important;
}
h1, h2, h3, h4, h5, h6 {
color: inherit;
}
div#mw-panel div.portal div.body ul {
list-style-type: disc;
}
table.wikitable {
color: #ddd;
}
div#content {
background: none;
color: #ddd;
border-color: #ddd;
}
div#mw-panel {
padding-top: 0em;
top: 20px;
}
#mw-panel.collapsible-nav .portal {
background: none !important;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
div.thumbinner {
background: none;
}
table, tr, th, td,
#toc,
.toc,
.mw-warning,
.catlinks,
.collapsible,
.collapsible th,
li.gallerybox div.thumb {
background-color: #444 !important;
}
} /** End */