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

HTML, BODY

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


html, body {

	color: #eef5ff;
	font: 12px 'DroidSansRegular', Helvetica, Arial, sans-serif;
        margin: auto !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 */ 
} 





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

content

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

#content {
        min-height: 500px !important;
        min-width: 1080px !important;
        margin-left: 206px !important;
	margin-right: 25px !important;
	padding: 0px 1em 1.5em 1em !important;
	color: #eef5ff !important;
	border: none /* 3px solid #7F376A */ !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;


}

#content {
        background: transparent url('http://ffxiv-2.se-heaven.de/images/ff14arr/6/6e/Content-row.png') repeat-y 0 0 !important;

}



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

column-content

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

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




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

bodyContent

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



#bodyContent {
          margin-top: 50px !important;
          margin-left: 20px !important;
}


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

firstheading

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

.firstHeading, #firstHeading {
        background: url('http://ffxiv-2.se-heaven.de/images/ff14arr/0/05/Content-header.png') no-repeat !important;
	margin-bottom: -20px !important;
	text-align: center !important;
	border-bottom: none !important;
	font-size: 32px;
}

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

Links

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

a:link {color: #00aeff; font-weight: normal; text-decoration: none;}
a:visited {color: #00aeff; font-weight: normal; text-decoration: none;}
a:hover {color: #00aeff; font-weight: normal; text-decoration: none;}
a:active {color:#00aeff; font-weight: normal; text-decoration: none;}


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

Header

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



h1 {
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-family: 'DINNeuzeitGroteskStdBoldCnRg', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style:normal;
}
h2 {
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-family: 'DINNeuzeitGroteskStdBoldCnRg', Helvetica, Arial, sans-serif;
	font-size: 20x;
	font-style:normal;
}
h3 {
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-family: 'DINNeuzeitGroteskStdLightRg', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style:normal;
}
h4 {
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-family: 'DINNeuzeitGroteskStdBoldCnRg', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style:normal;
}
h5 {
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-family: 'DINNeuzeitGroteskStdBoldCnRg', Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-style:normal;
}


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

Footer

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


div#footer {
	background: url('http://ffxiv-2.se-heaven.de/images/ff14arr/e/e9/Footer.jpg') repeat;
        width: 1080px !important;
	margin-left: 216px !important;
	margin-right: 25px !important;
	padding: 0px 1em 1.5em 1em !important;
	border: none !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;
}

li#lastmod, li#viewcount { display: none !important; }


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

Bearbeitungsbuttons oben

*********************************************************/
#p-cactions {
        background: url('http://ffxiv-2.se-heaven.de/images/ff14arr/0/05/Content-header.png') !important;
	margin: auto;
	margin-top: 50px !important;
	left: 300px !important;
	border-bottom: none;
}

#p-cactions li {
	border: none;
        color: white;
	
}
#p-cactions li.selected {
	border: none;
	background-color: transparent;
        font-weight: bold;
        color: black;
}

#p-cactions li a:hover {
	text-decoration: none;
	background-color: transparent;
	border: none;
        color: white;
        font-weight: bold;
}

/* Aktuelle auswahl ansicht */
#p-cactions ul li, #p-cactions ul li a {
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	background-color: #00aeff;
        color: black;
}

#p-cactions ul li.selected {
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	background-color: transparent;
        color: black;
}

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

Benutzerareal links oben 

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


#p-personal .pBody ul {
	background: #ffffff;
	border: 2px solid #335AB6;
	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;
	color: #000000;
	margin: 0;
}
#p-personal li a {
	color: #000000;
	padding: 0.5em;
}
#p-personal li a:hover {
	background: transparent;
        font-weight: bold;
}
#p-personal li a.new {
	color: #F00;

}



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

Abschnittauflistung

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


.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;
}


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

Suche

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


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

#p-search {
	background: #335AB6;
	width: 250;
	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;
}



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

fixes für weiße Schrift auf weißem Hintergrund - schriftfarbe nun Schwarz

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

#wpSummaryLabel {color: black !important;}
#mw-editpage-minoredit {color: black !important;}
#mw-editpage-watch {color: black !important;}
#mw-templatesUsedExplanation {color: black !important;}
.editHelp {color: black !important;}
.templatesUsed {color: black !important;}
#mw-htmlform-info {color: black !important;}
legend {color: black !important; }
code {color: black !important;}


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

Inhalte ausblenden

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

#ca-watch {display: none !important;}


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

Monobook Sidebar

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

/*Ohne hässliches Padding */
#p-navigation ul, #p-tb ul{
		margin: 0;
}
#p-navigation > div, #p-tb > div {
        border: none;
		background: transparent !important;
		padding: 1px;
}
/*Anderes als eine Liste*/
#p-navigation li, #p-tb 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{
	display: block;
	position: relative;
	background: #335AB6;
	color: #7F376A;
	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 {
	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 {
	background-color: white;
        color: #335AB6;
        border: 1px solid #335AB6;
}
#p-navigation > div > ul > li > a > em, #p-tb > div > ul > li > a > em {
	right: 10px;
}
/* Marker Untermenü */
#p-navigation em, #p-tb 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 {
	background-color: white;
        color: #335AB6;
}
 
#p-navigation li.hover > ul.sub-menu, #p-tb li.hover > ul.sub-menu {
	display:block;
}
 
/* general submenu*/
#p-navigation ul.sub-menu, #p-tb ul.sub-menu {
	border: 1px solid #aaa;
	display:none; background: white;
	position:absolute;
	padding: 1px;
	min-width: 180px;
        max-width: 380px;
	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 {
	margin-left: 12.1em;
}



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

Kategorie links 


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

/* Category Box */
div.catlinks {
 background: url('http://ffxiv-2.se-heaven.de/images/ff14arr/e/e9/Footer.jpg') repeat !important;
 border-radius:8px;
 border: 3px solid #fff !important;
 padding:5px 11px !important;
}

div.catlinks span {
 padding:0 8px;
}