Benutzer:TestTester/monobook.css

Aus CacheWiki
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/***** Edit this file to customize the monobook skin for the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Common.css]] */

/* NOTE: Please report all problems to [[User:Chicken7]]. Thanks. */

/*<pre><nowiki>*/

/* Background */
body {
    background-color: #1e90ff;
    background-image: url("http://images.wikia.com/banjokazooie/images//9/96/Footprint_newtest.png");
    background-repeat: repeat;
    background-position: center; 
}

#bodyContent, #content, #footer {	 
background-color: #fa8072;	 
color: #000000;	 
}

/* Wikitable */

table.wikitable {
  margin: 1em 1em 1em 0;
  background: #FFFFFF;
  border: 1px #AAA solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td {
  border: 1px #AAA solid;
  padding: 0.2em;
}

table.wikitable th {
  background: #FCFCFC;
  text-align: center;
}

table.wikitable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

/* You have new messages box */
.usermessage {
   background-color: #333333;
   border: 3px solid #ffd700;
   color: #00008b;
   font-weight: normal;
   margin: .5em 0em .5em 0em;
   padding: 4px;
   vertical-align: middle;
}

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
}

.mw-plusminus-pos {
  color: #006500;
}

.mw-plusminus-neg {
  color: #8B0000;
}

#pagehistory li.selected {
	background-color: #FFA07A;
	border: 1px dashed #FFA07A;
}

/* Appearance when MOUSE HOVERS OVER TABS */
#p-cactions ul li a:hover { 
	color: #000;
	background-color: #fa8072;
}

/* Change color of SELECTED tabs */
#p-cactions ul li.selected a { 
	background: #fa8072;
	color: #000;
}

/* Change color of NON SELECTED tabs */
#p-cactions ul li a { 
	background: #FFA07A;
	font-weight: bold;
	color: #000;
}

*/

/* Link colours */

#column-one { padding-top: 140px !important; }

h5 { color: #ffd700; }
a { color: #191970; }
a:visited { color: #191970; }
a:hover { text-decoration: underline; }
a.new { color: #0000FF; }

/* Link colors */
.portlet a {
	color: #191970;
	background: none;
}

/* Sidebar */
.pBody {
	background-color: #333333;
	color: #FFd700;
}

div.pBody {
	background-color: #D2691E;
	border:3px solid #ffd700;
}

/* Area where it says your username, talk page, etc. */
#p-personal a {
	color: #ffd700 !important;
	background-color: transparent;
        font-weight: bold;
}

/* Table of Contents */
#toc {
    border:4px solid #ffd700;
    background-color:#D2691E;
    padding:5px;
    font-size: 95%;
}

/* <-- Search box on the side */
#p-search {
    position:relative;
    z-index:3;
}    
#p-search .pBody {
    text-align: center;
}
input.searchButton {
    margin-top:1px;
    padding: 0 0.4em !important;
    font-size: 95%;
    color: White;
    cursor: pointer;
    background-color: #CD853F;
    border: 1px solid #a0522d;  
}
#searchInput {
    border: 2px solid #a0522d;  
    width:10.9em;
    margin: 0 0 0 0;
    background-color: #FFDEAD;
    font-size: 95%;
    color: 8B4513;
}
#p-search .pBody {
    padding: 0.5em 0.4em 0.4em 0.4em;
}

/* Making the sitenotice and some other transparent */
table { background: transparent; }

/*</nowiki></pre>*/