MediaWiki:Monobook.css

aus dem Koch-Wiki (kochwiki.org)
Wechseln zu:Navigation, Suche

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
/*Großbuchstaben in den Navigationsbereichen*/
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}

/*fetter bearbeiten-link*/
#ca-edit a{font-weight:bold !important;}

/* body { background: #eee1c8; } */
body { background: #fffef9 url(/skins/common/images/hintergrund.png) 0 0 repeat-x; }

/* Neues Logo festlegen */
/* #p-logo a { background-image: url(/skins/common/images/logo_temp.gif) !important; } */

/* Höhe der Logobox festlegen. Standardwert: 155px */
#p-logo, #p-logo a, #p-logo a:hover { height: 130px; }

/* Abstand des Navigationsmenü vom Seitenanfang. Standardwert: 160px */
#column-one { padding-top: 130px; }

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

.pBody { background: #fffbf5; }

#p-personal { top:1px; }

#footer { background-color: #fffbf5; }

#p-cactions li a { background-color: #fffef9; }

#content,
#mytabs li.selected a,
#p-cactions li.selected a { background-color: #fffef9; }


/* Vermeide hässliche weiße Ränder bei Float-Objekten
 	auf nicht-weißen Hintergründen. */
 
 div.thumb {
 	border: none;
 }
 div.tright {
 	border: none;
 	margin: 0.5em 0 0.8em 1.4em;
 }
 div.tleft {
 	border: none;
 	margin: 0.5em 1.4em 0.8em 0;
 }

table.gallery {
	background-color: #fffef9;
}

table.gallery td {
	background-color: #fffef9;
	border: solid 2px #fffef9;
}

#catlinks { background-color:#fffbf5; }

table {
    background: #fffef9;
}

/* Delete first H1-header in "Hauptseite" */ 

  BODY.page-Hauptseite H1.firstHeading { 
    display: none;
}

div.topicontable{margin:0em; margin-top: 1em; padding:0px; border:solid 1px #aaa; background-color:#fffbf5;}
div.topicon{
  display: block; 
  position:absolute; 
  z-index:1; 
  border:none; 
  background:none; 
  right:12px; top:0.3em; 
  float:right; margin:0.0em; 
  padding:0.0em; 
  line-height:1.5em; 
  text-align:right; 
  text-indent:0; 
  font-size:90%; 
  text-transform:none; 
  white-space:normal;
}
div.topicontable + div.topicon{right:32px;}