MediaWiki:Monobook.css

From MFIWiki
(Difference between revisions)
Jump to: navigation, search
m (Reverted edit of Landrews, changed back to last version by Scummings)
Line 4: Line 4:
  
 
#content {
 
#content {
   background-color: #000000;
+
   background: Black;
 
   color: yellow;
 
   color: yellow;
 
}
 
}
Line 18: Line 18:
 
}
 
}
  
/*Standard Internal Links*/
+
a {
a { color: #99FFFF; }
+
  color: #99FFFF;
 +
}
 +
 
 
a:visited { color: #00CCFF; }
 
a:visited { color: #00CCFF; }
 
a:active { color: #CCFFFF; }
 
a:active { color: #CCFFFF; }
a:hover { color: #FFFFFF; }
 
  
/*horazontal line*/
 
 
hr {
 
hr {
 
   background-color: none;
 
   background-color: none;
 
}
 
}
  
/*maintain heading sizes the standard color*/
 
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
 
   color: Yellow;
 
   color: Yellow;
Line 40: Line 39:
 
textarea {
 
textarea {
 
   color: Yellow;
 
   color: Yellow;
   background: Black;
+
   background-color: Black;
 
}
 
}
  
Line 51: Line 50:
  
 
.not-patrolled {
 
.not-patrolled {
     background-color: #A00000;
+
     background-color: #a00000;
 
}
 
}
  
Line 68: Line 67:
  
 
div.townBox {
 
div.townBox {
   background: black;
+
   background:black;
 
}
 
}
  
Line 90: Line 89:
 
#bodyContent a.external { color: #99FFFF; }
 
#bodyContent a.external { color: #99FFFF; }
  
#bodyContent a.new { color: #FF6D6D; }
+
#bodyContent a.new { color: #EE2C2C; }
  
 
#bodyContent a[href ^="http://"] {
 
#bodyContent a[href ^="http://"] {
Line 119: Line 118:
 
}
 
}
  
 
/*id for the block that contains the logo (in the top left)*/
 
 
#p-logo {
 
#p-logo {
 
   height: 160px;
 
   height: 160px;
 
}
 
}
/* end id for the block that contains the logo (in the top left)*/
 
 
  
 
input.searchButton {
 
input.searchButton {
 
   background-color: black;
 
   background-color: black;
  color: yellow;
 
 
}
 
}
  
/*the list of links that include the login or logout page at the top of the page.*/
+
#p-personal li a:hover {
#p-personal {
+
  background-color: black;
width: 100%;
+
white-space: nowrap;
+
padding: 0;
+
margin: 0;
+
position: relative;
+
left: 0;
+
top: 0;
+
z-index: 0;
+
border: none;
+
background: none;
+
overflow: visible;
+
line-height: 1.2em;
+
 
}
 
}
  
#p-personal h5 {
 
display: none;
 
}
 
#p-personal .portlet,
 
#p-personal .pBody {
 
padding: 0;
 
margin: 0;
 
border: none;
 
z-index: 0;
 
overflow: visible;
 
background: none;
 
}
 
/* this is the ul contained in the portlet */
 
#p-personal ul {
 
border: none;
 
line-height: 1.4em;
 
color: #2f6fab;
 
padding: 0 2em 0 3em;
 
margin: 0;
 
text-align: right;
 
text-transform: lowercase;
 
list-style: none;
 
z-index: 0;
 
background: none;
 
cursor: default;
 
}
 
#p-personal li {
 
z-index: 0;
 
border: none;
 
padding: 0;
 
display: inline;
 
color: #2f6fab;
 
margin-left: 1em;
 
line-height: 1.2em;
 
background: none;
 
}
 
#p-personal li.active {
 
font-weight: bold;
 
}
 
 
#p-personal li a {
 
#p-personal li a {
text-decoration: none;
+
  color: #00EE76
color: #00EE76;
+
padding-bottom: .2em;
+
background: none;
+
}
+
#p-personal li a:hover {
+
background-color: black;
+
padding-bottom: .2em;
+
text-decoration: none;
+
}
+
#p-personal li.active a:hover {
+
background-color: transparent;
+
 
}
 
}
  
 
#p-personal li a.new {
 
#p-personal li a.new {
   color: #FF3030
+
   color: #EE2C2C
 
}
 
}
/* end the list of links that include the login or logout page at the top of the page.*/
 
  
 
/*the list of tabs above the main content*/
 
 
#p-cactions li {
 
#p-cactions li {
 
     background: black;
 
     background: black;
    padding: 0;
 
 
}
 
}
  
Line 218: Line 146:
 
     color: #00EE76;
 
     color: #00EE76;
 
}
 
}
 
/* tab bottom not removed on hover */
 
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
 
#p-cactions li.selected a:hover { z-index: 3; }
 
 
/*end the list of tabs above the main content*/
 
 
  
 
#footer {
 
#footer {

Revision as of 20:33, 2 June 2006

/* edit this file to customize the monobook skin for the entire site */

/*<pre><nowiki>*/

#content {
  background: Black;
  color: yellow;
}

body {
  background: #000000 url("http://images.maquis.com/core/background/redblack.jpg") 0px 0px;
  color: Yellow;
}

table {
  background: none;
  color: yellow;
}

a {
  color: #99FFFF;
}

a:visited { color: #00CCFF; }
a:active { color: #CCFFFF; }

hr {
  background-color: none;
}

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

legend {
  background: none;
}

textarea {
  color: Yellow;
  background-color: Black;
}

@media All {
  head:first-child+body input {
    color: Yellow;
    background-color: black;
  }
}

.not-patrolled {
    background-color: #a00000;
}

code { 
  background-color: #000000; 
}

pre {
  color: Yellow;
  background-color: #000000;
}

#toc {
  background-color:#000000;
}

div.townBox {
  background:black;
}

table.diff { 
  background:#000000; 
}

td.diff-otitle { 
  background:#000000; 
}

td.diff-ntitle { 
  background:#000000; 
}

#bodyContent .plainlinks a {
  background: none !important;
  padding: 0;
}

#bodyContent a.external { color: #99FFFF; }

#bodyContent a.new { color: #EE2C2C; }

#bodyContent a[href ^="http://"] {
    background:inherit !important;
    padding-right:inherit !important;
}

#preftoc li {
  border: none;
}
#preftoc li.selected {
    background-color: black;
    border: 1px dashed #99FFFF;
}

#preftoc a,
#preftoc a:active {
    display: block;
    color: #99FFFF;
}

.portlet h6 {
  background: #000000;
}

.pBody {
  background: black;
}

#p-logo {
  height: 160px;
}

input.searchButton {
  background-color: black;
}

#p-personal li a:hover {
  background-color: black;
}

#p-personal li a {
  color: #00EE76
}

#p-personal li a.new {
  color: #EE2C2C
}

#p-cactions li {
    background: black;
}

#p-cactions li a {
    background-color: black;
    color: #00EE76;
}

#footer {
    background-color: black;
}

/* Allmessages table */

#allmessagestable th {
	background-color: #8B8682;
}

#allmessagestable tr.orig {
	background-color: #CD3700;
}

#allmessagestable tr.new {
	background-color: #5E2612;
}

#allmessagestable tr.def {
	background-color: #8B5A2B;
}

/* Diff stuff */
#pagehistory li.selected {
  background-color: #660000;
}

td.diff-addedline {
    background: #385E0F;
    font-size: smaller;
}
td.diff-deletedline {
    background: #8A3324;
    font-size: smaller;
}
td.diff-context {
    background: #303030;
    font-size: smaller;
}
span.diffchange {
    color: #EED5D2;
    font-weight: bold;
}

/* File TOC */
ul#filetoc {
  background-color: #330000;
}

/* thumbnails */
div.thumb {
    margin-bottom: 0.5em;
    border-style: solid; border-color: Black;
    width: auto;
}
div.thumb div {
    border:1px solid #cccccc;
    padding: 3px !important;
    background-color:#000000;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    border:1px solid #cccccc;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4;
    padding: 0.3em 0 0.1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
    margin-right:0.5em;
    border-width: 0.5em 1.4em 0.8em 0;
}

.urlexpansion,
.hiddenStructure {
    display: none;
}
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }

}

/*</nowiki></pre>*/
Personal tools