MediaWiki:Monobook.css

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
/*** Monobook Sidebar ***/
/*Ohne hässliches Padding */
#p-navigation ul {
		margin: 0;
}
#p-navigation > div {
        border: none;
		background: transparent;
		padding: 0;
}
/*Anderes als eine Liste*/
#p-navigation li {
		display:block;
        list-style-image: none !important;
        border: none;
		font-weight: bold;
	    font-size: 110%;
		
}
/*allgemeine Gestaltung der Links*/
#p-navigation li > a {
	display: block;
	position: relative;
	background: #9FC;
	color: black;
	padding: 0 0 0 10px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #EEEEEE;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomright: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	-webkit-border-top-right-radius: 1em;
 	-webkit-border-bottom-right-radius: 1em;

}
/*spezielles Menü nur für die erste Ebene*/
#p-navigation > div > ul > li > a {
	background: #9FC;
	margin: 1px 1px 0 1px;
	padding: 0 0 0 10px;
	color: black;
	width: auto;
	text-shadow: #e3e3e3 1px 1px 3px;
}
#p-navigation > div > ul > li.hover > a {
	color: #e3e3e3;
	text-shadow: white 1px 1px 3px;
}
#p-navigation > div > ul > li > a > em {
	right: 10px;
}
/* Marker Untermenü */
#p-navigation em {
	font-style: normal;
	font-size:16pt;
	font-weight:bold;
	line-height:20px;
	position:absolute;
	right:8px;
	top:0px
}


/*hover*/
#p-navigation li > ul > li.hover > a {
	background-color: #e3e3e3;
}
 
#p-navigation li.hover > ul.sub-menu {
	display:block;
}
 
/* general submenu*/
#p-navigation ul.sub-menu {
	border: 1px solid #aaa;
	display:none; background: #fff;
	position:absolute;
	padding: 1px;
	width: 250px;
	margin-left: 195px;
	margin-top: -22px;
	z-index: 100;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomright: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
}
/* Nur die erste */
#p-navigation > div > ul > li > ul.sub-menu {
	margin-left: 12.6em;
}


#p-Navigation .pBody a:hover,
#p-Interaction .pBody a:hover,
#p-search .pBody a:hover,
#p-tb .pBody a:hover,
#p-lang .pBody a:hover {
	color: #9FC;
}

#p-Navigation li a div:hover, 
#p-Interaction li a div:hover,
#p-tb li a div:hover,
#p-lang li a div:hover {
	width: 197px;
	background-color:#9FC;
}
/*** End Monobook Sidebar ***/