User:LaundryPizza03/nightvector.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
Documentation for this user script can be added at User:LaundryPizza03/nightvector. |
/* Don't display some stuff on the main page */
.page-Main_Page #deleteconfirm,
.page-Main_Page #t-cite,
.page-Main_Page #footer-info-lastmod,
.action-view.page-Main_Page #siteSub,
.action-view.page-Main_Page #contentSub,
.action-view.page-Main_Page .firstHeading {
display: none !important;
}
/* Position coordinates */
#coordinates {
position: absolute;
top: 0;
right: 0;
float: right;
margin: 0;
padding: 0;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
/* correct position for VE */
.ve-ce-surface #coordinates {
margin-right: 2em;
margin-top: -1em;
}
.mw-indicator #coordinates {
position: absolute;
top: 3em;
right: 0;
line-height: 1.6;
text-align: right;
font-size: 92%;
white-space: nowrap;
}
/* FR topicon position */
div.flaggedrevs_short {
position: absolute;
top: -3em;
right: 100px;
z-index: 1;
}
/* Make "From Wikipedia, the free encyclopedia" a bit smaller */
#siteSub {
font-size: 92%;
}
/* Move page status indicators down slightly */
.mw-body .mw-indicators {
padding-top: 0.4em;
}
body { background: #100000; color: #ffffff}
.firstHeading, h2, h3, h4, h5, h6 { color: #ffffff; }
#content, #content table
#p-cactions ul li a { background: #000000; color: #ffffff}
#p-cactions ul li.selected a { background: #000000; color: #ffffff}
pre { background: #cccccc; color: #000000}
.ve-ui-mwSaveDialog-license,
#category-namespace-editnotice, #footer-info-copyright, #sitesub, .edithelp,
.posteditwindowhelplinks, #footer-icons, .ve-ui-mwSaveDialog-summaryLabel
{ background: #000000; color: #ffffff; }
/* Edit page */
textarea#wpTextbox1 { background: #000000; color: #ffffff}
input#wpSummary { background: #000000; color: #ffffff}
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3,
#editpage-head-copywarn, .editpage-head-copywarn,
#editnotice_BLP_editintro
{ background: #404040; color: #ffffff; }
/* search box and the buttons below it */
.searchButton {
background-color: #ffffff;
}
#searchInput { background: #000000; color: #ffffff; }
/* standard link colors */
a:link { color: #80d5ff; }
a:visited { color: #8090ff; }
a.new:link { color: #ffa199; }
a.new:visited { color: #ff6666; }
a.extiw:link { color: #80d5ff; } /* links to other Wikipedias */
a.extiw:visited { color: #8090ff; }
a.external:link { color: #80d5ff; } /* external links */
a.external:visited { color: #8090ff; }
p.catlinks {
color: #404040;
}