MediaWiki:Monobook.css

From MFIWiki
Revision as of 02:47, 29 May 2006 by Landrews (Talk | contribs)

Jump to: navigation, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* 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;
}

/*Standard Internal Links*/
a { color: #99FFFF; }
a:visited { color: #00CCFF; }
a:active { color: #CCFFFF; }
a:hover { color: #FFFFFF; }

/*horazontal line*/
hr {
  background-color: none;
}

/*maintain heading sizes the standard color*/
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: #FF6D6D; }

#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;
}


/*id for the block that contains the logo (in the top left)*/
#p-logo {
  height: 160px;
}
/* end id for the block that contains the logo (in the top left)*/


input.searchButton {
  background-color: black;
  color: yellow;
}

/*the list of links that include the login or logout page at the top of the page.*/
#p-personal {
    position:relative;
    z-index:3;
    width: 11.6em;
}

#p-personal .pBody {
    width: 10.7em;
    border: none;
    margin: 0 0 0.1em 0em;
    float: none;
    overflow: hidden;
    font-size: 95%;
    background: Black;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0 0.8em 0.3em .5em;
}

#p-personal ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("/style/monobook/bullet.gif");

    font-size:95%;
    margin: 0 0 0 1.5em;
    padding:0;
    text-align:left;
    text-transform: none;
}

#p-personal li {
    display: list-item;
    padding:0;
    margin: 0 0 0 0;
    margin-bottom: 0.1em;
}

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

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

#p-personal li a.new {
  color: #FF3030
}
/* 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 {
    background: black;
}

#p-cactions li a {
    background-color: black;
    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 {
    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