MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(151 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 2: Zeile 2:


/*Ohne hässliches Padding */
/*Ohne hässliches Padding */
#p-navigation ul {
#p-navigation ul, #p-tb ul, #p-Community ul, #p-Offizielle_Links ul{
margin: 0;
margin: 0;
}
}
#p-navigation > div {
#p-navigation > div, #p-tb > div, #p-Community > div, #p-Offizielle_Links > div {
         border: none;
         border: none;
background: transparent;
background: white;
padding: 0;
padding: 1px;
}
}
/*Anderes als eine Liste*/
/*Anderes als eine Liste*/
#p-navigation li {
#p-navigation li, #p-tb li, #p-Community li, #p-Offizielle_Links li{
                margin-top: 1px;
display:block;
display:block;
        list-style-image: none !important;
                list-style-image: none !important;
        border: none;
                font-weight: bold;
font-weight: bold;
        font-size: 110%;
    font-size: 110%;
}
}
/*allgemeine Gestaltung der Links*/
/*allgemeine Gestaltung der Links*/
#p-navigation li > a {
#p-navigation li > a, #p-tb li > a, #p-Community li > a, #p-Offizielle_Links li > a{
display: block;
display: block;
position: relative;
position: relative;
background: #9FC;
background: #335AB6;
color: black;
color: white;
padding: 0 0 0 10px;
padding: 0 0 0 10px;
line-height: 24px;
line-height: 22px;
font-weight: bold;
font-weight: bold;
text-decoration: none;
text-decoration: none;
Zeile 39: Zeile 39:
}
}
/*spezielles Menü nur für die erste Ebene*/
/*spezielles Menü nur für die erste Ebene*/
#p-navigation > div > ul > li > a {
#p-navigation > div > ul > li > a, #p-tb > div > ul > li > a, #p-Community > div > ul > li > a, #p-Offizielle_Links > div > ul > li > a {
background: #9FC;
background: #335AB6;
margin: 1px 1px 0 1px;
margin: 1px 1px 0 1px;
padding: 0 0 0 10px;
padding: 0 0 0 10px;
color: black;
color: white;
width: auto;
width: auto;
text-shadow: #e3e3e3 1px 1px 3px;
 
}
}
#p-navigation > div > ul > li.hover > a {
#p-navigation > div > ul > li.hover > a, #p-tb > div > ul > li.hover > a, #p-Community > div > ul > li.hover > a, #p-Offizielle_Links > div > ul > li.hover > a{
color: #e3e3e3;
background-color: white;
text-shadow: white 1px 1px 3px;
        color: #335AB6;
        border: 1px solid #335AB6;
}
}
#p-navigation > div > ul > li > a > em {
#p-navigation > div > ul > li > a > em, #p-tb > div > ul > li > a > em, #p-Community > div > ul > li > a > em, #p-Offizielle_Links > div > ul > li > a > em{
right: 10px;
right: 10px;
}
}
/* Marker Untermenü */
/* Marker Untermenü */
#p-navigation em {
#p-navigation em, #p-tb em, #p-Community em, #p-Offizielle_Links em {
font-style: normal;
font-style: normal;
font-size:16pt;
font-size:16pt;
Zeile 62: Zeile 63:
position:absolute;
position:absolute;
right:8px;
right:8px;
top:0px
top:0px;
}
}




/*hover*/
/*hover*/
#p-navigation li > ul > li.hover > a {
 
background-color: #e3e3e3;
#p-navigation li > ul > li.hover > a, #p-tb li > ul > li.hover > a, #p-Community li > ul > li.hover > a, #p-Offizielle_Links li > ul > li.hover > a {
background-color: white;
        color: #335AB6;
}
}
   
   
#p-navigation li.hover > ul.sub-menu {
#p-navigation li.hover > ul.sub-menu, #p-tb li.hover > ul.sub-menu, #p-Community li.hover > ul.sub-menu, #p-Offizielle_Links li.hover > ul.sub-menu{
display:block;
display:block;
}
}
   
   
/* general submenu*/
/* general submenu*/
#p-navigation ul.sub-menu {
#p-navigation ul.sub-menu, #p-tb ul.sub-menu, #p-Community ul.sub-menu, #p-Offizielle_Links ul.sub-menu {
border: 1px solid #aaa;
border: 1px solid #aaa;
display:none; background: #fff;
display:none; background: white;
position:absolute;
position:absolute;
padding: 1px;
padding: 1px;
width: 180px;
        min-width: 196px !important;
margin-left: 195px;
        max-width: 380px !important;
margin-left: 180px;
margin-top: -22px;
margin-top: -22px;
z-index: 100;
z-index: 100;
Zeile 93: Zeile 97:
}
}
/* Nur die erste */
/* Nur die erste */
#p-navigation > div > ul > li > ul.sub-menu {
#p-navigation > div > ul > li > ul.sub-menu, #p-tb > div > ul > li > ul.sub-menu, #p-Community > div > ul > li > ul.sub-menu, #p-Offizielle_Links > div > ul > li > ul.sub-menu{
margin-left: 12.6em;
margin-left: 12.1em;
}
}


Zeile 109: Zeile 113:


#content {
#content {
margin-left: 176px !important;
        width: 1000px !important;
margin-left: 196px !important;
margin-right: 25px !important;
margin-right: 25px !important;
padding: 0px 1em 1.5em 1em !important;
padding: 0px 1em 1.5em 1em !important;
background: white !important;
background: white !important;
color: black !important;
color: black !important;
border: 1px solid #000000 !important;
border: 2px solid #335AB6 !important;
line-height: 1.5em !important;
line-height: 1.5em !important;
z-index: 2 !important;
z-index: 2 !important;
Zeile 121: Zeile 126:
border-top-right-radius: 1em;
border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
border-bottom-right-radius: 1em;
}
}


Zeile 129: Zeile 136:
}
}


#mw-content-text {
margin-right: 15px !important;
}


/*********************************************************
/*********************************************************
Zeile 143: Zeile 154:


#p-logo {
#p-logo {
margin-left: 1px; /* 21 */  
margin-left: 5px; /* 21 */  
         width: 165px; /* 233 */  
         width: 165px; /* 233 */  
}  
}  




/*********************************************************
/*********************************************************


Hintergrundbild
Suche


*********************************************************/
*********************************************************/


body {
 
background: #000000 url(<!-- PFAD hier -->) repeat;
#searchInput {
margin-bottom: 6px !important;
background: #ffffff;
border: 1px solid #335AB6;
margin-bottom: 3px;
padding: 2px;
width: 110px;
}
 
 
#p-search, #p-facebook {
background: #335AB6;
padding-top: 1px;
border: 1px solid #335AB6;
border-bottom-left-radius: 1em;
border-top-left-radius: 1em;
border-bottom-right-radius: 1em;
border-top-right-radius: 1em;
        margin: 1em 0;
margin-left: 7px;
}
 
#p-search h5 {
display: block;
border: none;
position: relative;
        color: black;
left: -180px;
width: 282px;
height: 16px;
background: url(http://kh.se-heaven.de/images/kh/f/fa/Sidebar-Suche.png) no-repeat 180px top;
}
}


#p-search .pBody {
padding: 0;
margin: 0;
}


/*********************************************************


Suche


*********************************************************/




#searchInput {
margin-bottom: 6px !important;
}
#mw-searchButton {
display: none;
margin-bottom: 10px !important;
}


/*********************************************************
/*********************************************************
Zeile 180: Zeile 216:
*********************************************************/
*********************************************************/
#p-cactions {
#p-cactions {
margin-top: 50px !important;
margin-top: 53px !important;
left: 183px !important;
left: 183px !important;
background-color: transparent;
background-color: transparent;
Zeile 187: Zeile 223:


#p-cactions li {
#p-cactions li {
border: 1px solid #9FC;
border: 2px solid #335AB6;
border-bottom: none;
border-bottom: none;
}
}
#p-cactions li.selected {
#p-cactions li.selected {
border: 1px solid #9FC;
border: 1px solid #335AB6;
border-bottom: none;
border-bottom: none;
}
}


#p-cactions li a:hover {
#p-cactions li a:hover {
z-index: 3;
text-decoration: none;
text-decoration: none;
background-color: white;
background-color: white;
border: 1px solid #9FC;
border: 1px solid #335AB6;
border-bottom: none;
border-bottom: none;
         color: black;
         color: black;
Zeile 224: Zeile 259:
**********************************************/
**********************************************/


#p-personal li{
    padding: 3px;
    background-image: -moz-linear-gradient(bottom, #FFFFFF, #FFFFFF);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF); /* Webkit */
    background-image: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF); /* Opera */
    background-image: -ms-linear-gradient(bottom, #FFFFFF, #FFFFFF); /* IE */
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px; /* FF 3.6 */
    border-top:0;
    border: 1px solid#335AB6;
    -moz-transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
    -moz-transition-property: padding, font-size, opacity, border, background;
    -moz-transition-timing-function: ease-in, ease-out, ease-out, linear, ease-out;


#p-personal .pBody ul {
background: #ffffff;
border: 1px solid #9FC;
float: right;
padding-left: 0;
height: 32px;
border-bottom-left-radius: 0.5em;
border-bottom-right-radius: 0.5em;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
        margin-top: 10px;
        margin-right: 15px;
}
}
#p-personal li {
 
height: 32px;
#p-personal li:hover{
color: #000000;
    padding:5px 3px;
margin: 0;
    background-image: -moz-radial-gradient(center left, ellipse farthest-corner, #FFFFFF, #FFFFFF, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -moz-linear-gradient(bottom, #EAFBC1, rgba(255, 255, 255, 0.3));
    background-image: -webkit-radial-gradient(center left, ellipse farthest-corner, white 0, white 33.33%, rgba(255, 255, 255, 0) 66.67%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(left, #EAFBC1 0, rgba(255, 255, 255, 0.3) 100%); /* Webkit */
    background-image: -o-linear-gradient(left, #FFFFFF 0, rgba(255, 255, 255, 0.3) 100%); /* Opera (doesn't support radial gradients yet) */
    background-image: -ms-radial-gradient(center left, ellipse farthest-corner, #FFFFFF 0, #FFFFFF 33.33%, rgba(255, 255, 255, 0) 66.67%, rgba(255, 255, 255, 0) 100%), -ms-linear-gradient(left, #EAFBC1 0, rgba(255, 255, 255, 0.3) 100%); /* IE */
    border:2px solid#335AB6;
 
    border-top:0;
}
}
#p-personal li a {
 
color: #000000;
#p-personal li a:hover{
padding: 0.5em;
    background:none;
}
#p-personal li a:hover {
background: transparent;
}
#p-personal li a.new {
color: #F00;
}
}


li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
background: url(http://www.spieleforum.de/customavatars/avatar127225_1.gif) top right no-repeat;
padding-left: 20px;
text-transform: none;
height: 32px;
}




Zeile 268: Zeile 296:




/*********************************************
Footer
**********************************************/


/* Navigation and other left-menu boxes */
#p-Navigation, #p-Interaction, #p-search, #p-tb, #p-lang {
margin: 1em 0;
margin-left: 7px;
}
.pBody {
padding: 0;
margin: 0;
}


#p-Navigation ul, #p-Interaction ul, #p-search ul, #p-tb ul, #p-lang ul {
div#footer {
margin: 0;
background:#f9f9f9;
padding: 0;
background:linear-gradient(top,#f9f9f9,#ddd);
}
background:-o-linear-gradient(top,#f9f9f9,#ddd);
#p-Navigation li, #p-Interaction li, #p-search li, #p-tb li, #p-lang li {
background:-ms-linear-gradient(top,#f9f9f9,#ddd);
list-style: none;
background:-moz-linear-gradient(top,#f9f9f9,#ddd);
font-family: Tahoma,arial,sans-serif;
background:-webkit-linear-gradient(top,#f9f9f9,#ddd);
font-weight: bold;
margin-left: 196px !important;
font-size: 110%;
margin-right: 25px !important;
display: block;
padding: 0px 1em 1.5em 1em !important;
margin: 0;
color: black !important;
padding: 2px 0 2px 5px;
border: 1px solid #335AB6 !important;
}
line-height: 1.5em !important;
#p-tb li, #p-lang li {
z-index: 2 !important;
margin-left: 11px;
border-top-left-radius: 1em;
}
#p-Navigation, #p-Interaction, #p-search, #p-tb, #p-lang {
background: #FFFFFF;
width: 250;
padding-top: 1px;
border: 1px solid #000000;
border-bottom-left-radius: 1em;
border-bottom-left-radius: 1em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
border-bottom-right-radius: 1em;
border-top-right-radius: 1em;
        width: 1000px !important;
}
#p-search, #p-lang, #p-lang .pBody, #p-lang .pBody ul, #searchform, #searchBody {
border-bottom-left-radius: 1em !important;
border-bottom-right-radius: 1em !important;
}
#p-Navigation h5, #p-Interaction h5, #p-search h5, #p-tb h5, #p-lang h5 {
display: block;
border: none;
position: relative;
left: -180px;
width: 282px;
height: 16px;
}
}


#p-Navigation h5 {
li#lastmod { display: none !important; }
background: url(http://www.khwiki.net/images/2/2f/Sidebar-Navigation.png) no-repeat 180px top;
 
}
 
#p-Interaction h5 {
/*********************************************
background: url(http://www.khwiki.net/images/9/93/Sidebar-Community.png) no-repeat 180px top;
}
#p-search h5 {
background: url(<!-- Schriftzug für die Suche -->) no-repeat 180px top;
}
#p-tb h5 {
background: url(<!-- Schriftzug für Werkzeugkasten -->) no-repeat 180px top;
}
#p-lang h5 {
background: url(<!-- Schriftzug für andere Sprachen -->) no-repeat 180px top;
}


#p-Navigation .pBody,
Seitennotiz
#p-Interaction .pBody,
#p-search .pBody,
#p-tb .pBody,
#p-lang .pBody {
display: block;
background: #FFFFFF;
}
#p-Navigation .pBody a,
#p-Interaction .pBody a,
#p-search .pBody a,
#p-tb .pBody a,
#p-lang .pBody a {
color: #000;
text-decoration: none;
}
#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;
}
#p-Navigation li a div, #p-Interaction li a div, #p-tb li a div, #p-lang li a div, #feedlinks {
padding: 2px 5px !important;
width: 197px;
}


/* Search box */
**********************************************/
#searchInput {
background: #ffffff;
border: 1px solid #000000;
margin-bottom: 3px;
padding: 2px;
width: 110px;
}
#p-search .pBody {
padding: 0;
margin: 0;
}






div#footer {
background-color: white;
border-top: 2px solid #9FC;
border-bottom: 2px solid #9FC;
margin: .6em 0 1em 0;
padding: .4em 0 1.2em 0;
text-align: center;
font-size: 90%;
}


#siteNotice {
#siteNotice {
Zeile 435: Zeile 376:
overflow: auto;
overflow: auto;
}
}
/*******************************************************
Menüpunkte ausblenden
*******************************************************/
#p-Auktionshaus { display: none !important; }
#p-Vorlagen { display: none !important; }
#p-Hauptnavigation { dislpay: none !important; }
#p-Grundlagen { display: none !important; }
#p-Anderes { display: none !important; }
#p-Kampf_und_Missionen { display: none !important; }
/*********************************************
Buttonstyle
**********************************************/
input[type='submit'], input[type='reset'], input[type='button'] {
padding:1px 6px 3px;
border:3px double #aaa;
border-radius:4px;
cursor:pointer;
color:#222;
background:#f7f7f7;
background:linear-gradient(top,#f7f7f7,#e7e7e7);
background:-o-linear-gradient(top,#f7f7f7,#e7e7e7);
background:-ms-linear-gradient(top,#f7f7f7,#e7e7e7);
background:-moz-linear-gradient(top,#f7f7f7,#e7e7e7);
background:-webkit-linear-gradient(top,#f7f7f7,#e7e7e7);
text-shadow:1px 1px 2px #aaa;
}
input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover {
border-color:#335AB6;
box-shadow:0 0 5px #5D6D91;
}
input[type='submit']:active, input[type='reset']:active, input[type='button']:active {
padding:1px 5px 3px 7px;
}
/*********************************************************
Navigation & Werkzeug
*********************************************************/
#p-navigation, #p-tb, #p-Community, #p-Offizielle_Links {
        margin-top: 15px;
background: #335AB6;
padding-top: 1px;
border: 1px solid #335AB6;
border-bottom-left-radius: 1em;
border-top-left-radius: 1em;
border-bottom-right-radius: 1em;
border-top-right-radius: 1em;
}
#p-navigation, #p-tb, #p-Community, #p-Offizielle_Links {
margin: 1em 0;
margin-left: 7px;
}
#p-navigation h5, #p-tb h5, #p-Community h5, #p-Offizielle_Links h5 {
display: block;
border: none;
position: relative;
        top: 3px;
left: -180px;
width: 282px;
height: 16px;
}
#p-navigation h5 {
background: url(http://kh.se-heaven.de/images/kh/2/2f/Sidebar-Navigation.png) no-repeat 180px top; }
#p-tb h5 {
background: url(http://kh.se-heaven.de/images/kh/5/5f/Sidebar-Werkzeuge.png) no-repeat 180px top;
}
#p-Community h5 {
background: url(http://kh.se-heaven.de/images/kh/9/93/Sidebar-Community.png) no-repeat 180px top;
}
#p-search h5 {
background: url(http://kh.se-heaven.de/images/kh/f/fa/Sidebar-Suche.png) no-repeat 180px top;
}
#p-lang h5 {
background: url(http://kh.se-heaven.de/images/kh/9/96/Sidebar-Andere_Wikis.png) no-repeat 180px top;
}
#p-Offizielle_Links h5 {
background: url(http://kh.se-heaven.de/images/kh/9/93/Sidebar-Community.png) no-repeat 180px top;
}
#p-facebook h5 {
background: url(http://kh.se-heaven.de/images/kh/9/93/Sidebar-Community.png) no-repeat 180px top;
}
#p-facebookbody {background-color: white !important;}

Aktuelle Version vom 27. Juli 2016, 21:35 Uhr

/** Monobook Sidebar **/

/*Ohne hässliches Padding */
#p-navigation ul, #p-tb ul, #p-Community ul, #p-Offizielle_Links ul{
		margin: 0;
}
#p-navigation > div, #p-tb > div, #p-Community > div, #p-Offizielle_Links > div {
        border: none;
		background: white;
		padding: 1px;
}
/*Anderes als eine Liste*/
#p-navigation li, #p-tb li, #p-Community li, #p-Offizielle_Links li{
                margin-top: 1px;
		display:block;
                list-style-image: none !important;
                font-weight: bold;
	        font-size: 110%;
		
}
/*allgemeine Gestaltung der Links*/
#p-navigation li > a, #p-tb li > a, #p-Community li > a, #p-Offizielle_Links li > a{
	display: block;
	position: relative;
	background: #335AB6;
	color: white;
	padding: 0 0 0 10px;
	line-height: 22px;
	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, #p-tb > div > ul > li > a, #p-Community > div > ul > li > a, #p-Offizielle_Links > div > ul > li > a {
	background: #335AB6;
	margin: 1px 1px 0 1px;
	padding: 0 0 0 10px;
	color: white;
	width: auto;

}
#p-navigation > div > ul > li.hover > a, #p-tb > div > ul > li.hover > a, #p-Community > div > ul > li.hover > a, #p-Offizielle_Links > div > ul > li.hover > a{
	background-color: white;
        color: #335AB6;
        border: 1px solid #335AB6;
}
#p-navigation > div > ul > li > a > em, #p-tb > div > ul > li > a > em, #p-Community > div > ul > li > a > em, #p-Offizielle_Links > div > ul > li > a > em{
	right: 10px;
}
/* Marker Untermenü */
#p-navigation em, #p-tb em, #p-Community em, #p-Offizielle_Links 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, #p-tb li > ul > li.hover > a, #p-Community li > ul > li.hover > a, #p-Offizielle_Links li > ul > li.hover > a {
	background-color: white;
        color: #335AB6;
}
 
#p-navigation li.hover > ul.sub-menu, #p-tb li.hover > ul.sub-menu, #p-Community li.hover > ul.sub-menu, #p-Offizielle_Links li.hover > ul.sub-menu{
	display:block;
}
 
/* general submenu*/
#p-navigation ul.sub-menu, #p-tb ul.sub-menu, #p-Community ul.sub-menu, #p-Offizielle_Links ul.sub-menu {
	border: 1px solid #aaa;
	display:none; background: white;
	position:absolute;
	padding: 1px;
        min-width: 196px !important;
        max-width: 380px !important;
	margin-left: 180px;
	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, #p-tb > div > ul > li > ul.sub-menu, #p-Community > div > ul > li > ul.sub-menu, #p-Offizielle_Links > div > ul > li > ul.sub-menu{
	margin-left: 12.1em;
}










/* CSS placed here will affect users of the Monobook skin */

#content {
        width: 1000px !important;
	margin-left: 196px !important;
	margin-right: 25px !important;
	padding: 0px 1em 1.5em 1em !important;
	background: white !important;
	color: black !important;
	border: 2px solid #335AB6 !important;
	line-height: 1.5em !important;
	z-index: 2 !important;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;


}


#column-content {
	margin-top: 50px !important;
	margin-left: -196px !important;
}


#mw-content-text {
margin-right: 15px !important;
}

/*********************************************************

Logo


*********************************************************/
#p-logo a, #p-logo a:hover {
	display: block !important;
	background-image: url(<!-- PFAD hier -->) !important;
	background-color: transparent;
}

#p-logo {
	margin-left: 5px; /* 21 */ 
        width: 165px; /* 233 */ 
} 



/*********************************************************

Suche

*********************************************************/


#searchInput {
	margin-bottom: 6px !important;
	background: #ffffff;
	border: 1px solid #335AB6;
	margin-bottom: 3px;
	padding: 2px;
	width: 110px;
}


#p-search, #p-facebook {
	background: #335AB6;
	padding-top: 1px;
	border: 1px solid #335AB6;
	border-bottom-left-radius: 1em;
	border-top-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-top-right-radius: 1em;
        margin: 1em 0;
	margin-left: 7px;
}

#p-search h5 {
	display: block;
	border: none;
	position: relative;
        color: black;
	left: -180px;
	width: 282px;
	height: 16px;
	background: url(http://kh.se-heaven.de/images/kh/f/fa/Sidebar-Suche.png) no-repeat 180px top;
}

#p-search .pBody {
	padding: 0;
	margin: 0;
}






/*********************************************************

Bearbeitungsbuttons oben

*********************************************************/
#p-cactions {
	margin-top: 53px !important;
	left: 183px !important;
	background-color: transparent;
	border-bottom: none;
}

#p-cactions li {
	border: 2px solid #335AB6;
	border-bottom: none;
}
#p-cactions li.selected {
	border: 1px solid #335AB6;
	border-bottom: none;
}

#p-cactions li a:hover {
	text-decoration: none;
	background-color: white;
	border: 1px solid #335AB6;
	border-bottom: none;
        color: black;
}

#p-cactions ul li, #p-cactions ul li a {
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}


.toc {
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}


/********************************************* 

Benutzerareal links oben 

**********************************************/

#p-personal li{
    padding: 3px;
    background-image: -moz-linear-gradient(bottom, #FFFFFF, #FFFFFF);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF); /* Webkit */
    background-image: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF); /* Opera */
    background-image: -ms-linear-gradient(bottom, #FFFFFF, #FFFFFF); /* IE */
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px; /* FF 3.6 */
    border-top:0;
    border: 1px solid#335AB6;
    -moz-transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
    -moz-transition-property: padding, font-size, opacity, border, background;
    -moz-transition-timing-function: ease-in, ease-out, ease-out, linear, ease-out;

}

#p-personal li:hover{
    padding:5px 3px;
    background-image: -moz-radial-gradient(center left, ellipse farthest-corner, #FFFFFF, #FFFFFF, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -moz-linear-gradient(bottom, #EAFBC1, rgba(255, 255, 255, 0.3));
    background-image: -webkit-radial-gradient(center left, ellipse farthest-corner, white 0, white 33.33%, rgba(255, 255, 255, 0) 66.67%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(left, #EAFBC1 0, rgba(255, 255, 255, 0.3) 100%); /* Webkit */
    background-image: -o-linear-gradient(left, #FFFFFF 0, rgba(255, 255, 255, 0.3) 100%); /* Opera (doesn't support radial gradients yet) */
    background-image: -ms-radial-gradient(center left, ellipse farthest-corner, #FFFFFF 0, #FFFFFF 33.33%, rgba(255, 255, 255, 0) 66.67%, rgba(255, 255, 255, 0) 100%), -ms-linear-gradient(left, #EAFBC1 0, rgba(255, 255, 255, 0.3) 100%); /* IE */
    border:2px solid#335AB6;

    border-top:0;
}

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







/********************************************* 

Footer

**********************************************/


div#footer {
	background:#f9f9f9;
	background:linear-gradient(top,#f9f9f9,#ddd);
	background:-o-linear-gradient(top,#f9f9f9,#ddd);
	background:-ms-linear-gradient(top,#f9f9f9,#ddd);
	background:-moz-linear-gradient(top,#f9f9f9,#ddd);
	background:-webkit-linear-gradient(top,#f9f9f9,#ddd);
	margin-left: 196px !important;
	margin-right: 25px !important;
	padding: 0px 1em 1.5em 1em !important;
	color: black !important;
	border: 1px solid #335AB6 !important;
	line-height: 1.5em !important;
	z-index: 2 !important;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
        width: 1000px !important;
}

li#lastmod { display: none !important; }


/********************************************* 

Seitennotiz 

**********************************************/




#siteNotice {
	padding: 10px 0.9em 0 0.9em;
	background: white;
	margin-bottom: 5px;
	border-radius: 0.5em;
	border: none;
}

/**********  Tauscht das * gegen ein anderes icon, wenn man ein bild einbindet wie bei .portlet ul *************/


ul {
	line-height: 1.5em;
	list-style-type: square;

	margin: .5em 0 0 1.5em;
	padding: 0;

}
/**********  Bild vor den Menüpunkten *************/

.portlet ul {
	line-height: 1.5em;
	list-style-type: none;
	list-style-image: url(http://ffxiii.se-heaven.de/images/ff13/c/c7/Finger.png);
        margin: 0 0 0 3em;
	font-size: 95%;
}


.portlet ul a:hover {
font-size: 100%;
font-weight: bold;
}



pre {
	overflow: auto;
}

/*******************************************************

Menüpunkte ausblenden

*******************************************************/


#p-Auktionshaus { display: none !important; }

#p-Vorlagen { display: none !important; }

#p-Hauptnavigation { dislpay: none !important; }

#p-Grundlagen { display: none !important; }

#p-Anderes { display: none !important; }

#p-Kampf_und_Missionen { display: none !important; }


/********************************************* 

Buttonstyle

**********************************************/


input[type='submit'], input[type='reset'], input[type='button'] {
 padding:1px 6px 3px;
 border:3px double #aaa;
 border-radius:4px;
 cursor:pointer;
 color:#222;
 background:#f7f7f7;
 background:linear-gradient(top,#f7f7f7,#e7e7e7);
 background:-o-linear-gradient(top,#f7f7f7,#e7e7e7);
 background:-ms-linear-gradient(top,#f7f7f7,#e7e7e7);
 background:-moz-linear-gradient(top,#f7f7f7,#e7e7e7);
 background:-webkit-linear-gradient(top,#f7f7f7,#e7e7e7);
 text-shadow:1px 1px 2px #aaa;
}
input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover {
 border-color:#335AB6;
 box-shadow:0 0 5px #5D6D91;
}
input[type='submit']:active, input[type='reset']:active, input[type='button']:active {
 padding:1px 5px 3px 7px;
}




/*********************************************************

Navigation & Werkzeug

*********************************************************/


#p-navigation, #p-tb, #p-Community, #p-Offizielle_Links {
        margin-top: 15px;
	background: #335AB6;
	padding-top: 1px;
	border: 1px solid #335AB6;
	border-bottom-left-radius: 1em;
	border-top-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-top-right-radius: 1em;
}

#p-navigation, #p-tb, #p-Community, #p-Offizielle_Links {
	margin: 1em 0;
	margin-left: 7px;
}


#p-navigation h5, #p-tb h5, #p-Community h5, #p-Offizielle_Links h5 {
	display: block;
	border: none;
	position: relative;
        top: 3px;
	left: -180px;
	width: 282px;
	height: 16px;
}


#p-navigation h5 {
	background: url(http://kh.se-heaven.de/images/kh/2/2f/Sidebar-Navigation.png) no-repeat 180px top; }

#p-tb h5 {
	background: url(http://kh.se-heaven.de/images/kh/5/5f/Sidebar-Werkzeuge.png) no-repeat 180px top;
}

#p-Community h5 {
	background: url(http://kh.se-heaven.de/images/kh/9/93/Sidebar-Community.png) no-repeat 180px top;
}

#p-search h5 {
	background: url(http://kh.se-heaven.de/images/kh/f/fa/Sidebar-Suche.png) no-repeat 180px top;
}

#p-lang h5 {
	background: url(http://kh.se-heaven.de/images/kh/9/96/Sidebar-Andere_Wikis.png) no-repeat 180px top;
}

#p-Offizielle_Links h5 {
	background: url(http://kh.se-heaven.de/images/kh/9/93/Sidebar-Community.png) no-repeat 180px top;
}

#p-facebook h5 {
	background: url(http://kh.se-heaven.de/images/kh/9/93/Sidebar-Community.png) no-repeat 180px top;
}

#p-facebookbody {background-color: white !important;}