User:Whiteknight/myskin1.css

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac);
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5;
  • Konqueror: simply click the Reload button, or press F5;
  • Opera users may need to completely clear their cache in Tools→Preferences.
/* <pre> */  
/* Based originally off the skin "Skinordi Bluedi", 
   by [[wikipedia:en:User:Stevertigo]]. Modified and expanded
   by [[Wikibooks:en:User:Whiteknight]].
*/

/*Basics*/

.navpopup { 
   background-color: lightgoldenrodyellow  !important;
   font-family:      sans    !important;
   color:            #000000     !important;
   font-size:        medium   !important;
}

body {
   background: #000000;
   color: #fafad2;
}

#content { 
   background : #000000; 
   color: #FAFAD2;
   border: 1px solid #000980;
}

.autocomment { 
   color: #CCCCCC; 
}

fieldset { 
   background: transparent; 
   border: 1px solid #000040;
}

legend { 
   background: transparent; 
   border: 1px solid #000040;
}

.pBody {
   background-color: #000000;
   border: 1px solid #000980;
}

#p-personal li a { 
   color: #6A69A1; 
}

#p-personal li a:hover {
   background-color: #000000; 
   border-bottom: 1px solid #6A69A1;
}

#infobox { 
   background: #000520;
   color: #00FFFF;
   border: 1px solid #000044;
}

#p-logo { 
   background: url(http://upload.wikimedia.org/wikipedia/commons/e/e1/Wikipedia-logo-en-Gold.png) no-repeat; 
   position: absolute;  /*needed to use z-index */
   top: 8px;
   left: 0px;
   height: 0px;
   width: 0px;
   padding: 0 0 150px 150px;
   overflow: hidden;
}

/* Headings */

h1, h2, h3, h4, h5, h6 { 
   color: #c0c0c0; 
}

#bodyContent h1, #bodyContent h2, #bodyContent h3, 
#bodyContent h4, #bodyContent h5, #bodyContent h6 { 
   color : #c0c0c0; 
}

h1 { 
   border-bottom: 2px solid #000080; 
}

h2 { 
   border-bottom: 1px solid #000080; 
}

/*Text Formatters*/

abbr, acronym, .explain {
   border-bottom: 1px dotted #000040;
   color: black;
   background: #000020;
   cursor: help;
}

code { 
   background-color: #005555;
   color: #000000;
}

pre {
   padding: 1em;
   border: 1px dashed #00AAAA;
   color: gray;
   background-color: #000020;
   line-height: 1.1em;
   overflow: auto;
}

/* Tabs */

#mytabs .hiddenStructure { 
   display: none; 
}

#mytabs li {
   display: inline;
   border: 1px solid #000040;
   border-top: none;
   padding: 0.1em 0 0 0;
   margin: 0 0.3em 0 0;
   overflow: visible;
   background: #000000;
   color: #70a0ff;
}

#mytabs li.selected {
   border-color: #000033;
   padding: 0.2em 0 0 0;
}

#mytabs li a {
   background-color: #000000;;
   color: #003091;
   border: none;
   padding: 0.3em 0.8em 0 0.8em;
   text-decoration: none;
   text-transform: lowercase;
   position: relative;
   margin: 0;
}

#ca-nstab-special li.selected a {
  background-color: #000000;;
   color: #003091;
   border: none;
   padding: 0.3em 0.8em 0 0.8em;
   text-decoration: none;
   text-transform: lowercase;
   position: relative;
   margin: 0;
}

#mytabs li.selected a { 
   z-index: 3; 
}

#mytabs .new a { 
   color:#ffb940; 
}

#mytabs li a:hover {
   z-index: 3;
   text-decoration: none;
}

#mytabs h5 { 
   display: none; 
}

#mytabs li.istalk { 
   margin-right: 0; 
}

#mytabs li.istalk a { 
   padding-right: 0.5em; 
}

#mytabs-ca-addsection a { 
   padding-left: 0.4em;
   padding-right: 0.4em;
}

li#mytabs-ca-talk { 
   margin-right: 1.6em; 
}

li#mytabs-ca-watch { 
   margin-left: 1.6em; 
}

/* "Navigation" nav box */
#p-nav { 
   background-color: #111111;
   color: Gray; 
}

#p-nav .pBody, #p-navigation .pBody { 
   background-color: #000000; 
   border: 1px solid #000040;
}

#p-community .pBody { 
   background-color: #000000; 
   border: 1px solid #000040;
}

/* edit search window and buttons  */
#searchInput, #wpSummary { 
   border: 1px inset !important; 
   color: #a6afd0; 
   background : #000000; 
} 

input.searchButton { 
   background : #000000; 
   color : #0048ff; 
}

input.searchButton { 
   background : #000000; 
   border-top: 2px solid #002222;
   border-left: 2px solid #002222;
   border-right: 2px solid #008080;
   border-bottom: 2px solid #008080;
   color : #162756; 
}

#p-search { 
   background: #333451; 
   color: Black; 
}

#p-search .pBody { 
   background: #000000;
   border: 1px solid #000666;
}

/*Toolbox colors and styles*/

#p-tbx { 
   background: #000040; 
}

#p-tbx .pBody { 
   background-color: #000000; 
   border: 1px solid #000040;
}

#p-tb { 
   background: #000040; 
}

#p-tb .pBody { 
   background-color: #000000; 
   border: 1px solid #000040;
}

/* "Languages" nav box */
#p-lang { 
   background: #000040; 
}

#p-lang .pBody { 
   background-color: #000000; 
   border: 1px solid #000040;
}

/* Page Footer */
#footer {
   background-color: Black;
   color: #c0c0c0;
   border-top: 1px solid #ff8f00;
   border-bottom: 1px solid #ff8f00;
   margin: 0.6em 0em 1em 0em;
   padding: 0.4em 0em 1.2em 0em;
   text-align: center;
   font-size: 90%;
}

/*Category Box*/

#catlinks {
   border: 1px solid #352f5f;
   background-color: #000000;
   color: #00AAAA;
   padding: 5px;
   margin-top: 1em;
   clear: both;
}

/* The warning of new messages */
.usermessage {
   background-color: #000716;
   border: 1px solid #502b00;
   color: #678232;
   font-weight: bold;
}

/* Color of the TOC */
#toc { 
   background: #000020; 
   border: 1px solid #000080; 
}

/*Special Styles for Whiteknight's User page*/
.WKBookClass {
   margin-bottom: 5px;
   background: #000000;
   border: 1px solid #000080;
   color: #C0C0C0;
}

.WKLinkClass {
   float: right;
   clear: right;
}

.WKNotesClass {
   border-top: 0px;
}

.WKHeadClass {
   background-color: #000020;
   border-bottom: 1px solid #000080;
   padding-left: 5px;
   padding-right: 5px;
}

.WKBackground { 
   background: #000000; 
}

/* Links */
a { 
   color: #a38d71; 
}

a:visited { 
   color: #008080; 
}

a:active, a.new { 
   color: #424bb8; 
}

a.interwiki, a.external { 
   color: #798da9; 
}

a.stub { 
   color: #798da9; 
}

/* Colors of edit input elements  */
textarea { 
   color: #87ceeb; 
   background : #000000;
}

input.historysubmit {
   padding: 0 0.3em 0.3em 0.3em !important;
   font-size: 94%;
   cursor: pointer;
   height: 1.7em !important;
   margin-left: 1.6em;
}

input[type="radio"],
input[type="checkbox"] { 
   border:none; 
   background-color: #000016;
}

select {
   background-color: #000016;
   border: 1px solid #000980;  
   color: #0041a2;
   vertical-align: top;
}

/* history diffs */

table.diff, td.diff-otitle, td.diff-ntitle {
   background-color: #000000;
}

td.diff-otitle, td.diff-ntitle {
   text-align: center;
}

td.diff-marker {
   text-align: right;
}

.rtl td.diff-marker {
   text-align: left;
}

td.diff-lineno {
   font-weight: bold;
   text-align: center;
}

td.diff-addedline {
   background: #000088;
   font-size: smaller;
}

td.diff-deletedline {
   background: #008800;
   font-size: smaller;
}

td.diff-context {
   background: #CCCCCC;
   color: #000000 !important;
   font-size: smaller;
}

.diffchange {
   color: #880000;
   font-weight: bold;
   text-decoration: none;
}

table.diff {
   border: 1px solid #000080;
   width: 98%;
   table-layout: fixed;
   border-spacing: 4px;
}

table.diff td {
   padding: 0px;
   margin: 2px;
}

table.diff col.diff-marker {
   width: 2%;
}

table.diff col.diff-content {
   width: 48%;
}

table.diff td div {
   overflow: auto;
}

/* page colors by namespace, and #p-cactions colors */

/* Colors of bottom of special pages */ 
.ns--1 * #content { background : #000000; } 
.ns--1 * #content { color : #c0c0c0; } 
.ns--1 * #p-cactions li { background : #000000; } 
.ns--1 * #p-cactions li a { background : #000000; }  
.ns--1 * #p-cactions li a { color : #00bbbb; } 
/* Colors of bottom of articles */ 
.ns-0 * #content { background : #000000; } 
.ns-0 * #content { color : #c0c0c0; } 
.ns-0 * #p-cactions li { background : #000000; } 
.ns-0 * #p-cactions li a { background : #000000; }  
.ns-0 * #p-cactions li a { color : #00bbbb; }  
/* Colors at bottom of the Article talk pages */ 
.ns-1 * #content { background : #000000; } 
.ns-1 * #content { color : #c0c0c0; } 
.ns-1 * #p-cactions li { background : #000000; } 
.ns-1 * #p-cactions li a { background : #000000; } 
.ns-1 * #p-cactions li a { color : #00bbbb; }  
 /* Colors at bottom of the User pages */ 
.ns-2 * #content { background : #000000; } 
.ns-2 * #content { color : #c0c0c0; } 
.ns-2 * #p-cactions li { background : #000000; } 
.ns-2 * #p-cactions li a { background : #000000; }  
.ns-2 * #p-cactions li a { color : #00bbbb; }  
/* Colors at bottom of the User talk pages */ 
.ns-3 * #content { background : #000000; } 
.ns-3 * #content { color : #c0c0c0; } 
.ns-3 * #p-cactions li { background : #000000; } 
.ns-3 * #p-cactions li a { background : #000000; }  
.ns-3 * #p-cactions li a { color : #7070FF; }  
/* Colors at bottom of Wikibooks pages */ 
.ns-4 * #content { background : #000000; } 
.ns-4 * #content { color : #c0c0c0; } 
.ns-4 * #p-cactions li { background : #000000; } 
.ns-4 * #p-cactions li a { background : #000000; }  
.ns-4 * #p-cactions li a { color : #00bbbb; }  
/* Colors at bottom of the Wikipedia talk pages */ 
.ns-5 * #content { background : #000000; } 
.ns-5 * #content { color : #C0C0C0; } 
.ns-5 * #p-cactions li { background : #000000; } 
.ns-5 * #p-cactions li a { background : #000000; }  
.ns-5 * #p-cactions li a { color : #00bbbb; }  
/* Colors of bottom of the Image talk pages */ 
.ns-7 * #content { background : #000000; } 
.ns-7 * #content { color : #c0c0c0; } 
.ns-7 * #p-cactions li { background : #000000; } 
.ns-7 * #p-cactions li a { background : #000000; }  
.ns-7 * #p-cactions li a { color : #00bbbb; }  
/* Colors of bottom of the MediaWiki pages*/ 
.ns-8 * #content { background : #000000; } 
.ns-8 * #content { color : #c0c0c0; } 
.ns-8 * #p-cactions li { background : #000000; } 
.ns-8 * #p-cactions li a { background : #000000; }  
.ns-8 * #p-cactions li a { color : #00bbbb; }  
/* Colors of bottom of the pages of MediaWiki talk */ 
.ns-9 * #content { background : #000000; } 
.ns-9 * #content { color : #c0c0c0; } 
.ns-9 * #p-cactions li { background : #000000; } 
.ns-9 * #p-cactions li a { background : #000000; }  
.ns-9 * #p-cactions li a { color : #00bbbb; }  
/* Colors of bottom of the template pages of */ 
.ns-10 * #content { background : #000000; } 
.ns-10 * #content { color : #c0c0c0; } 
.ns-10 * #p-cactions li { background : #000000; } 
.ns-10 * #p-cactions li a { background : #000000; }  
.ns-10 * #p-cactions li a { color : #00bbbb; }  
/* Colors of bottom of the template talk pages */ 
.ns-11 * #content { background : #000000; } 
.ns-11 * #content { color : #c0c0c0; } 
.ns-11 * #p-cactions li { background : #000000; } 
.ns-11 * #p-cactions li a { background : #000000; }  
.ns-11 * #p-cactions li a { color : #00bbbb; }  
/* Colors of bottom of the Help pages */ 
.ns-12 * #content { background : #000000; } 
.ns-12 * #content { color : #c0c0c0; } 
.ns-12 * #p-cactions li { background : #000000; } 
.ns-12 * #p-cactions li a { background : #000000; }  
.ns-12 * #p-cactions li a { color : #00bbbb; }  
/* Colors of bottom of the Help talk pages */ 
.ns-13 * #content { background : #000000; } 
.ns-13 * #content { color : #c0c0c0; } 
.ns-13 * #p-cactions li { background : #000000; } 
.ns-13 * #p-cactions li a { background : #000000; }  
.ns-13 * #p-cactions li a { color : #00bbbb; }  
/* Colors of bottom of the Category page talk */ 
.ns-15 * #content { background : #000000; } 
.ns-15 * #content { color : #c0c0c0; } 
.ns-15 * #p-cactions li { background : #000000; } 
.ns-15 * #p-cactions li a { background : #000000; }  
.ns-15 * #p-cactions li a { color : #00bbbb; } 
/* Colors for Subject Namespace */
.ns-112 * #content { background : #000000; } 
.ns-112 * #content { color : #c0c0c0; } 
.ns-112 * #p-cactions li { background : #000000; } 
.ns-112 * #p-cactions li a { background : #000000; }  
.ns-112 * #p-cactions li a { color : #00bbbb; } 
.ns-113 * #content { background : #000000; } 
.ns-113 * #content { color : #c0c0c0; } 
.ns-113 * #p-cactions li { background : #000000; } 
.ns-113 * #p-cactions li a { background : #000000; }  
.ns-113 * #p-cactions li a { color : #00bbbb; }


/*PrettyTextBox, messagebox, other template modifiers*/

.PrettyTextBox {
   background: #000020;
   border: 1px solid #000080;
   color: #C0C0C0;
}

.InformationBox {
   background: #000020;
   border: 1px solid #000080;
   color: #C0C0C0;
}

/*Table Styles*/

table { 
   background-color: #000000;
   color: #C0C0C0;
   border-collapse: collapse;
   border-spacing: 0px;
}

table.wikitable, table.prettytable {
   margin: 1em 1em 1em 0;
   background: #000000 !important;
   border: 1px #000080 solid !important;
   border-collapse: collapse;
}

table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
   background: #000000 !important;
   border: 1px #000080 solid !important;
   padding: 0.2em;
}

table.wikitable th, table.prettytable th {
   background: #000020 !important;
   text-align: center;
}

table.wikitable caption, table.prettytable caption, table.gallery caption {
   margin-left: inherit;
   margin-right: inherit;
}

/*Images and Thumbnails*/

img {
   border: 1px solid #AAAAAA;
   background-color: black;
}

img:hover {
   background-color: white;
}

div.thumb {
   background: #000020 !important;
   border: 1px solid #000080 !important;
   color: #C0C0C0;
   margin-left: 1em;
   margin-bottom: 0.5em;
}

div.tright {
   background: #000020 !important;
   border: none !important;
   color: #C0C0C0;
}

div.thumbinner {
   background: #000020 !important;
   border: 1px solid #000080 !important;
   color: #C0C0C0;
}

div.thumbcaption {
   background: #000000 !important;
   color: #C0C0C0;
}

.thumb img {
   background-color: white;
}

/*Image Galleries*/

table.gallery {
   margin: 1em 1em 1em 0;
   background: #000020 !important;
   border: 1px #000080 solid !important;
   border-collapse: collapse;
   padding: .2em;
}

table.gallery th, table.gallery td {
   background: #000020 !important;
   border: 1px #000080 solid !important;
   padding: 0.2em;
}

table.gallery th {
   background: #000020 !important;
   text-align: center;
}

div.gallerybox {
   background: #000020 !important;
   border: none !important;
   color: #C0C0C0;
}
div.gallerytext {
   background: #000020 !important;
   border: none !important;
   color: #C0C0C0;
}

hr {
   color: #000080 !important;
   border-bottom: 1px solid #000080;
   background-color: #000000;
}

.source-css .kw1, .source-javascript .kw1 {
  color: #FAFAD2;
}

.source-javascript .kw2 {
  color: #C0C0C0;
}

.source-javascript .kw3 {
  color: lightgoldenrodyellow;
}