MediaWiki:Monobook.css

From MFIWiki
(Difference between revisions)
Jump to: navigation, search
Line 119: Line 119:
 
}
 
}
  
 +
#p-nav {
 +
    background: #000000 url("http://images.maquis.com/core/background/redblack.jpg") 0px 0px;
 +
}
  
 
/*id for the block that contains the logo (in the top left)*/
 
/*id for the block that contains the logo (in the top left)*/

Revision as of 04:45, 30 May 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;
}

/*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;
}

#p-nav {
    background: #000000 url("http://images.maquis.com/core/background/redblack.jpg") 0px 0px;
}

/*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 {
	width: 100%;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 520;
	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 {
	text-decoration: none;
	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 {
  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;
    padding: 0;
}

#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