MediaWiki:Vector.css

From Source Entities
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*holy CRAP does this need be cleaned up*/

/*Begone, cannon fodder images!*/
#mw-page-base, div.vectorTabs, div.vectorTabs ul, div.vectorTabs ul li, div.vectorTabs span, div#mw-head div.vectorMenu h3, .client-js #preftoc li.selected a, .client-js #preftoc a, .client-js #preftoc a:active, .client-js #preftoc li, .client-js #preftoc{
    background:none;
}

/*Background - nothing but solid black*/
body {
    background-color: #000;
}
/*Text */
.mw-body, .client-js #preferences {
    padding: 1em;
    background-color: #000018;
    direction: ltr;
    border:none;
    color: #bbbbbb;
    font-family:Verdana;
}
/*paragraph spacing*/
.mw-body-content p {
    margin:0.5em 0 0 0;
}
.mbox-text p {
    margin:0;
}

/*Top tabs*/
#mw-head-base {
    height: 5em;
    background-image: linear-gradient(#000 50%,#000018 100%);
}
div.vectorTabs li.selected {
    background-image: linear-gradient(#000 0%,#808080 100%);
}
div.vectorTabs {
    float: left;
    height: 2.5em;
    padding-left: 1px;
}
div.vectorTabs li a {
    display: inline-block;
    height: 1.9em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    color: #bbb;
    cursor: pointer;
    font-size: 0.8em;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
    color: #fff;
    text-decoration: none;
}
div.vectorTabs li.new a {
    color:#ba0000
}
div.vectorTabs li.new a:visited {
    color:#ba0000
}
#p-cactions-label {
    border-bottom:none;
}
/*Search bar*/
#simpleSearch input {
    color:#bbb;
}
#searchInput {
    border-radius:0px;
}
/*Links*/
a {
    text-decoration: none;
    color: #88f;
    background: none;
}
a:visited {
    text-decoration: none;
    color: #44f;
    background: none;
}
a.new:visited {
    text-decoration: none;
    color: #ba0000;
    background: none;
}
#mw-panel .portal .body li a {
    text-decoration: none;
    color: #fff;
    background: none;
}
#mw-panel .portal .body li a:visited {
    text-decoration: none;
    color: #888888;
    background: none;
}
div.mw-changeslist-legend.mw-collapsible.mw-made-collapsible {
    background-color:black;
}
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select {
    background-color:white;
}
/*Sidebar*/
div.vectorMenu div.menu {
    min-width: 100%;
    position: absolute;
    top: 2.5em;
    left: -1px;
    background-color: #000;
    border: none;
    clear: both;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    text-align: left;
    display: none;
    z-index: 2;
}
div.vectorMenu li a {
    display: inline-block;
    padding: 0.625em;
    white-space: nowrap;
    color: #00b;
    cursor: pointer;
    font-size: 0.8em;
}
div.vectorMenu h3 span {
    position: relative;
    display: block;
    font-size: 0.8em;
    padding-left: 0.625em;
    padding-top: 1.25em;
    padding-right: 16px;
    font-weight: normal;
    color: #bbbbbb;
}
div#mw-head div.vectorMenu h3 {
    float: left;
    font-size: 1em;
    height: 2.5em;
    padding-right: 0.5em;
    margin-right: -1px;
}
/*Headers*/
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 {
    color: #fff;
    background: none;
    font-weight: normal;
    margin: 0;
        margin-bottom: 0px;
    overflow: hidden;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    border-bottom: 1px solid #a2a9b1;
    font-family:Verdana;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    background: none;
    font-weight: normal;
    margin: 0;
    margin-bottom: 0px;
    overflow: hidden;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    border-bottom: 1px solid #a2a9b1;
    font-family:Verdana;
}
html > .mediawiki > #content > h1+p, html > .mediawiki > #content > h2+p, html > .mediawiki > #content > h3+p, html > .mediawiki > #content > h4+p, html > .mediawiki > #content > h5+p, html > .mediawiki > #content > h6+p {
    margin-top:0px;
}
.mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 {
    border:none;
}
#contentSub {
    margin:0 0 0.25em 0;
}
#firstHeading {
    padding-top:0;
}
div#content {
    border-right: none !important;
}
.client-js #preftoc li.selected a {
    color: #fff;
}
.client-js #preftoc a, .client-js #preftoc a:active {
    display: inline-block;
    position: relative;
    color: #bbbbbb;
    padding: 0.5em;
    text-decoration: none;
    font-size: 0.9em;
}
.mw-editform #wpTextbox1 {
    background-color:#000;
    color:#bbbbbb;
}
.editOptions {
    background-color: #000;
    color: #bbb;
    border: 1px solid #c8ccd1;
        border-top-color: rgb(200, 204, 209);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: 0;
    padding: 1em 1em 1.5em 1em;
    margin-bottom: 2em;
}
code {
    color:#bbbbbb;
    background-color:#000;
    padding:0;
    border:none;
    line-height:1.425;/*resolves spacing differences between fonts*/
}
pre {
    margin-top:0.25em;
}
.fakepre > p {/*Keeps returns from looking screwy inside Template:Fakepre. They still look just slightly off, but trying to fix that has proved to be mental torture.*/
    margin:0px;
}
/*Effectively hides a useless div that made syntaxhighlights look like shit under certain conditions*/
.mw-highlight {
    background:none;
}
/*Makes bullet list bullets not blend in with the dark background*/
ul {
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%225%22 height=%2213%22%3E %3Ccircle cx=%222.5%22 cy=%229%22 r=%222.5%22 fill=%22%2323d%22/%3E %3C/svg%3E");
}
.catlinks {
    border: 1px solid #808080;
    background-color: #000018;
    padding: 5px;
    margin-top: 1em;
    clear: both;
}
#pagehistory li.selected a {
    color:#000;
}
#p-personal a {
    color:#bbb;
}
.toc {
    border:1px solid #bbb;
    background-color:#00000b;
}
.tocnumber {
    color:#bbb;
}
.mw-category-group h3 {
    border-bottom:none;
}
/*Give tables extra space under subheaders to keep them from clashing */
h3 + table, h4 + table, h5 + table, h6 + table, {
    margin-top:1em;
}
.mbox-image, .mbox-text {
    border:none;
}
div.thumbinner {
    background-color:black;
}
/* Space : and ; out a little more for readability */
dd {
    margin-bottom: 0.75em;
}
dl {
    margin-top: 0.25em;
    margin-bottom: -0.25em;
}
/*Can't believe this exists...*/
dd + dd {
    margin-top: -0.75em;
}
/*Images*/
img.thumbborder {
    border: 1px solid black;/*default color is a HORRIBLE blue-white*/
}
div.floatleft {/*gets rid of some unnecessary spacing*/
    margin: 0 0.5em 0em 0;
}
.mw-content-ltr div.magnify a {/*dark version of the 'enlarge' icon*/
    background-image: url(http://images.shoutwiki.com/src-ents/a/a7/Thumbnail_icon_dark.png);
}
html .thumbimage {
    background-color:transparent;
    border:none;
}
div.tright {
    margin:0 0 0 0;
}
div.tright + div.tright > div.thumbinner {
    border-top:none;
}
div.tleft {
    margin: 0.5em 0.5em 1.3em 0;
}
img[width="16"] {/*Makes inline icons look less derpy. We may have to adjust or abandon this for users on larger resolutions...*/
  vertical-align: -3px;
}
li.gallerybox div.thumb {/*Makes gallery backgrounds not-disgusting*/
    border: 1px solid #030310;
    background-color: #000;
}
#pagehistory li {/*Removes grating white lines in edit history pages*/
    border: none;
}
/*Tables*/
table {
    border-spacing:0;
    border-collapse:collapse;
}
.tbl td, .tbl th {
    border:1px grey solid;
    margin:0;
}
.tbl th {
    background-color:#444;
}
/*Footer*/
#footer #footer-info li {
    color:white;
}
/*body {
	margin:3000000px;
}*/