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, #p-tb ul, #p-Community ul, #p-lang ul, #p-SEVENGAMER ul{
		margin: 0;
}
#p-navigation > div, #p-tb > div, #p-Community > div, #p-lang > div, #p-SEVENGAMER > div{
        border: none;
		background: white;
		padding: 1px;
}
/*Anderes als eine Liste*/
#p-navigation li, #p-tb li, #p-Community li, #p-lang li, #p-SEVENGAMER 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-lang li > a, #p-SEVENGAMER li > a{
	display: block;
	position: relative;
	background: #0D1E41;
	color: white;
	padding: 0 0 0 10px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}
/*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-lang > div > ul > li > a, #p-SEVENGAMER > div > ul > li > a {
	background: #0D1E41;
	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-lang > div > ul > li.hover, #p-SEVENGAMER > div > ul > li.hover {
	background-color: white;
        color: #0D1E41;
        border: 1px solid #0D1E41;
}
#p-navigation > div > ul > li > a > em, #p-tb > div > ul > li > a > em, #p-Community > div > ul > li > a > em, #p-lang > div > ul > li > a > em, #p-SEVENGAMER > div > ul > li > a > em{
	right: 10px;
}
/* Marker Untermenü */
#p-navigation em, #p-tb em, #p-Community em, #p-lang em, #p-SEVENGAMER 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-lang li > ul > li.hover > a, #p-SEVENGAMER li > ul > li.hover > a {
	background-color: white;
        color: #0D1E41;
}
 
#p-navigation li.hover > ul.sub-menu, #p-tb li.hover > ul.sub-menu, #p-Community li.hover > ul.sub-menu, #p-lang li.hover > ul.sub-menu, #p-SEVENGAMER li.hover > ul.sub-menu {
	display:block;
        margin-left: 140px;
}

 
/* general submenu*/
#p-navigation ul.sub-menu, #p-tb ul.sub-menu, #p-Community ul.sub-menu, #p-lang ul.sub-menu, #p-SEVENGAMER ul.sub-menu {
	border: 1px solid #aaa;
	display:none; background: white;
	position:absolute;
	padding: 1px;
        min-width: 216px !important;
        max-width: 400px !important;
	margin-left: 300px;
	margin-top: -22px;
	z-index: 100;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/* 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-lang > div > ul > li > ul.sub-menu, #p-SEVENGAMER > div > ul > li > ul.sub-menu {
	margin-left: 12.1em;
}


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

Begrenze Body

Color old: #0D1E41
LS Light color: #E6E6E6
LS Dark color: #333333
************************************************/
body {
	background: #E6E6E6;
        width: 1200px !important;
        margin: auto;
}



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

Logo


*********************************************************/
#p-logo a {
	display: block !important;
	background-color: transparent;
}


#p-logo, #mw-wiki-logo, .mw-wiki-logo {
	margin-left: 5px; /* 21 */ 
        width: 302px; /* 233 */ 
} 


#mw-wiki-logo, .mw-wiki-logo {
        background-image: url('https://ffxiv.sevengamer.de/w/images/logo/ff14arr.png') !important;

}




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

content

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

#content {
        margin-top: 75px;
	margin-left: 180px !important;
	padding: 0px 1em 1.5em 1em !important;
	background: white !important;
	color: black !important;
	border: 2px solid #0D1E41 !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: 100px !important;
	margin-left: -216px !important;
}


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


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

Suche

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


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


#p-search {
	background: #0D1E41;
	padding-top: 1px;
	border: 1px solid #0D1E41;
	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: 302px;
	height: 16px;
}



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

Bearbeitungsbuttons oben


*********************************************************/
#p-cactions {
	margin-top: 110px !important;
	left: 200px !important;
	background-color: transparent;
}

#p-cactions li {
	border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	color: #000000;
	background: #ffffff;
 	padding: 5px 5px 5px 5px;
	border: solid #0D1E41 2px;
	text-decoration: none;
}

#p-cactions li.selected {
	border: 1px solid #0D1E41;
        font-weight: bold;
        color: black;
	border: solid #0D1E41 2px;
}

#p-cactions li:hover, #p-cactions li a:hover {
	background: #C0C0C0;
	text-decoration: none;
}


.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 .pBody ul {
	background: #ffffff;
	border: 2px solid #0D1E41;
	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;
        font-size: 16px;

}
#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;
        font-weight: bold;
}

li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	background: url(<!-- Bild -->) top left no-repeat;
        height: 64px;
        width: 64px;
	padding-left: 2px;
	text-transform: 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);

	
	padding: 0px 1em 1.5em 1em !important;
	color: black !important;
	border: 1px solid #0D1E41 !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 { display: none !important; }


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

Seitennotiz 

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




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



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

Menüpunkte ausblenden

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


#p-Items { display: none !important; }
#p-Handwerk_und_Sammeln { display: none !important; }
#p-Erforsche_Eorzea { display: none !important; }
#p-Missionen{ display: none !important; }
#p-Vorlagen { display: none !important; }
#p-Grundlagen { 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:#0D1E41;
 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-lang, #p-SEVENGAMER {
        margin-top: 15px;
	background: #0D1E41;
	padding-top: 1px;
	border: 1px solid #0D1E41;
	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-lang, #p-SEVENGAMER {
	margin: 1em 0;
	margin-left: 7px;
}





#p-navigation h3, #p-tb h3, #p-Community h3, #p-search h3, #p-lang h3, #p-SEVENGAMER h3 {

	color: white !important;
	font-weight: bold !important; 
	text-align: center !important; 
	font-size: 110% !important;
        border-left: none !important;
        border-bottom: none !important;
}


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

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