User:Dispenser/myskin.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:Dispenser/myskin. |
/*
= Dark Wiki =
; Bugs
* Hidden selected text when using find.
== Wikipedia Navigation ==
<pre><nowiki>*/
#column-one {
background: ButtonFace;
position: fixed;
border-top: 1px solid ButtonHighlight;
border-left: 1px solid ButtonHighlight;
right: 0;
bottom: 0;
width: 30em;
}
.portlet {
color: ButtonText;
float: left;
}
.portlet h5 {
margin-top: 0.5em;
margin-bottom: 0;
border-bottom: 1px solid silver;
}
.portlet a {
color: MenuText;
}
.portlet a:visited {
color: #222;
}
#p-tb, #p-navigation, #p-personal, #p-interact{
-moz-opacity: 0.5;
padding-left: 1em;
padding-bottom: 3px;
width: 9em;
}
#p-personal {
float: right;
}
#p-logo a {
background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Wikipedia-logo.png/16px-Wikipedia-logo.png) no-repeat center !important;
position:fixed;
top: 0; left: 0;
z-index: 4;
width: 24px;
height: 2em;
}
#column-one ul{
display: none;
margin: 0;
padding: 0;
list-style-type: none;
}
#column-one:hover ul{
display: block;
}
#column-one:hover > div{
-moz-opacity: 1.0;
}
#p-search {
position: fixed;
top: 0; left: 24px;
z-index: 4;
width: 50%;
padding: 0.2em;
}
#p-cactions h5, #p-search h5 {
display: none;
}
#p-cactions {
position: fixed;
top: 0; right: 0;
width: 100% !important;
background: ButtonFace;
padding: 0.5em;
padding-bottom: 3px;
border-bottom: 1px solid ButtonShadow;
display: block;
z-index: 3;
font-size: smaller;
}
#p-cactions ul {
display: block;
height: auto;
text-align: right;
}
#p-cactions li {
display: inline;
}
#p-cactions li a {
display: inline;
padding: 0.1em 0.3em 3px;
border: 1px outset #eeeeee;
border-bottom: 1px solid ButtonShadow;
text-decoration: none;
}
#p-cactions .new a {
color: #739900;
}
#p-cactions li.selected a {
background-color: white;
border: 1px solid orange;
border-bottom: 1px solid white;
}
#p-cactions li a:hover {
background-color: ButtonHighlight;
}
#p-lang {
width: auto;
clear: both;
DISPLAY: NONE;
}
#p-lang ul {
padding-left: 0;
}
#p-lang li {
list-item-style: none;
display: inline;
}
#jump-to-nav {
display: none;
}
#toc {
float: right;
width: 30%;
background-color: #000;
color: #CCC;
padding: 0.5em;
margin: 0.5em;
}
#catlinks {
background-color: #333;
border: 1px solid #666;
padding: 0.1em 0.75em 0.1em 0.75em;
margin: 1em 1% 0.5em 0;
}
#footer {
font-size: 0.9em;
clear: both;
border-top: 1px solid black;
text-align: center;
}
#f-poweredbyico {
float: left;
}
#f-copyrightico {
float: right;
}
#f-list > li{
display:inline;
margin: auto 1em;
white-space: nowrap;
}
/*
== User Account Pages ==
*/
#preftoc {
text-align:center;
padding: 2px;
margin: 1em auto 0.5em;
}
#preftoc li{
display:inline;
}
#preftoc li a{
padding: 0.5em;
text-decoration: none;
color: #ccc;
}
#preftoc li a:hover{
color: #fff;
}
#preftoc li.selected a{
border: 1px solid #aaa;
border-bottom: solid #222;
background: #222;
}
#preferences {
margin: 0;
border: 1px solid #aaa;
padding: 1.5em;
background: #222;
}
.prefsection {
border: none;
}
.prefsection fieldset {
border: 1px solid #aaa;
float: left;
margin-right: 2em;
}
.prefsection legend {
font-weight: bold;
}
.prefsection div {
clear:both;
}
/*</nowiki></pre>
== Wikipedia Editing ==
<pre><nowiki>*/
td.diff-otitle {
background: #333;
}
td.diff-ntitle { background:#333; }
td.diff-addedline {
background: #1B3C21;
}
td.diff-deletedline {
background: #5B5B16;
}
td.diff-context {
background:#222;
font-size: 0.9em;
}
span.diffchange {
color: #c00;
font-weight: bold;
}
input[type="submit"] {
border: 1px outset #369;
background-color: #369;
color: white;
}
input[type="text"], textarea {
border: 1px inset grey;
}
textarea {
padding-left: 0.1em;
}
/*</nowiki></pre>
== Talk pages ==
<pre><nowiki>*/
/* .boilerplate, .metadata */
.messagebox {
background-color: white;
color: black;
font-size: 90%;
}
.messagebox a:link {
color: blue;
}
.messagebox a:visited {
color: purple;
}
/*</nowiki></pre>
== Hide except form the Printer ==
<pre><nowiki>*/
.printfooter {
DISPLAY: NONE;
}
/*</nowiki></pre>
==Content layout==
<pre><nowiki>*/
body {
background: black url(http://darkstyles.net/darkgoogle/images/google-ig-background.png) repeat-x fixed top;
color: #cccccc;
font-size: small;
overflow: auto;
top: 10em;
}
#bodyContent {
margin-left: 2%;
font-size: 130%;
}
#bodyContent > h2 {
margin-left: -2%;
}
#bodyContent > h3 {
margin-left: -2%;
}
#siteSub {
font-weight: normal;
font-size: 1.0em;
margin-left: -2.0em;
font-size: 0.9em;
}
#content {
margin-top: 2.25em;
margin-bottom: 2.25em;
}
.firstHeading {
text-align: center;
}
h1 {
font-size: 1.5em;
border-bottom: 1px solid #888888;
}
h2 {
font-size: 1.3em;
border-bottom: 1px dotted #888888;
}
h3, h4, h5, h6 {
font-size: 1.1em;
}
h1, h2, h3 {
color: #fff;
margin: 0;
}
pre, code {
background-color: #222;
padding: 0.2em;
border: 1px dashed #666;
}
.wikitable, .prettytable {
color: black;
}
/*</nowiki></pre>
==Image Related==
<pre><nowiki>*/
img {
border: none;
}
.thumb {
width: auto;
border: 1px solid #444;
padding: 0.5em;
background-color: #222;
}
.thumb div{
width:auto;
}
.tright, .floatright {
margin: 0.25em 0 0.5em 0.5em;
float: right;
clear: right;
}
.tleft, .floatleft {
margin: 0.25em 0.5em 0.5em 0;
float: left;
clear: left;
}
/*</nowiki></pre>
== Navigational & Info Boxes ==
<pre><nowiki>*/
.navbox, .NavFrame, .toccolours, .infobox{
background: #4F4F4F;
color: #CCC;
border: #666 1px solid;
padding: 2px;
}
.navbox{
background:#222 ! important;
}
.navbox th, .toccolours th {
background: #003 !important;
}
.infobox th {
background: #222;
}
.navhead {
text-align: center;
position: relative;
}
.NavHead {
background: #333 !important;
}
/*</nowiki></pre>
== Hyperlink classes ==
<pre><nowiki>*/
a:link {
color: #758FB9;
/*
color:#ccb797 ! important;
text-decoration: none ! important;
*/
}
a:visited {
color: #d5bf9b;
}
a:active {
color: red;
}
.new, a.new:link, a.new:visited {
color: #F99;
}
a:hover, a.new:hover {
color: #CCCCCC;
text-decoration: underline;
}
a.external {
background: url(http://en.wikipedia.org/skins-1.5/monobook/external.png) center right no-repeat;
padding-right: 13px;
}
a[href ^="https://"] {
background: url(http://en.wikipedia.org/skins-1.5/monobook/lock_icon.gif) center right no-repeat;
padding-right: 16px;
}
a[href ^="mailto:"] {
background-color: #CFE0F6;
background: url(http://en.wikipedia.org/skins-1.5/monobook/mail_icon.gif) center right no-repeat;
padding-right: 18px;
}
a[href ^="news://"] {
background: url(http://en.wikipedia.org/skins-1.5/monobook/news_icon.png) center right no-repeat;
padding-right: 18px;
}
a[href ^="ftp://"] {
background: url(http://en.wikipedia.org/skins-1.5/monobook/file_icon.gif) center right no-repeat;
padding-right: 18px;
}
a[href ^="irc://"] {
background: url(http://en.wikipedia.org/skins-1.5/monobook/discussionitem_icon.gif) center right no-repeat;
padding-right: 18px;
}
/* </nowiki></pre>*/