News (06 Aug 2024): Das Wiki läuft jetzt auf einem neuen Server. Aufgrund eines Upgrades von PHP mussten die Wiki-Software und die DPL-Erweiterung aktualisiert werden. Bitte meldet Fehler auf der Hauptseiten-Diskussion.

Benutzer:Redeemer/monobook.css

Aus GuildWiki
Zur Navigation springenZur Suche springen

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
/*
** YaSkin! (v0.2) - GuildWiki-Skin für Firefox 2 und 3 - erstellt auf Grundlage von MonoBook
** Dieser Skin funktioniert auch mit Opera und dem IE7, jedoch nutzt er die CSS3-Vorschaufunktionen in Firefox, die von Opera und IE7 nicht unterstützt werden
**
** Wer ihn benutzen will, kann ihn sich in seine monobook.css-Seite kopieren
**
** Copyright © Redeemer 2008
** Mit liebem Dank an Nancy
 */

/* @media screen, projection { */

	#content {
		margin: 154px 0 0 0em !important;
		margin-bottom: -60px;
	}
	#column-one {
		padding-top: 160px;
	}
/* } */
#content {
	border-left: none;
}

body {
	background: #000 url(http://kriegsturm.de/dateien/hintergrund.png) 0 0 no-repeat;
}

.firstHeading {
	background-color:#eee;
	-moz-border-radius: 10px;
	border:1px solid #f3f3f3;
	margin-top:8px;
	padding:5px;
	padding-left:6px;
	margin-left:-5px;
	margin-right:-5px;
	font-size:22px;
}

/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
	width:auto;
}

.portlet h5 {
	line-height:normal;
	font-weight:bold;
	color:white;
	margin-left:15px;
	-moz-opacity:0.75;
	line-height:normal;
}

.pBody {
	padding: 0 0em .3em .0em;
	width:auto !important;
}

.portlet ul {
	list-style-type: none;
	margin-top:-2px;
	width:auto !important;
}

.portlet li {
	list-style: none;
	display: inline;
	background: none;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #aaa;
	-moz-border-radius:6px;
	background-color: white;
	padding:1px 3px;
	-moz-opacity:0.75;
	line-height:normal;
	margin-left:-2px;
}
li
{
	width:auto !important;
}

li a
{
	width:auto !important;
}

.portlet li:hover
{
	-moz-opacity:1;
}
.portlet li a:hover
{
	text-decoration:none;
}

.portlet#p-navigation, .portlet#p-RedeemerWiki
{
	position:absolute;
	left:170px;
	top:50px;
}

.portlet#p-tb
{
	position:absolute;
	left:170px;
	top:85px;
}

.portlet#p-partner
{
	position:absolute;
	right:20px;
	top:112px;
}

.portlet#p-navigation .pBody, .portlet#p-RedeemerWiki .pBody, .portlet#p-tb .pBody, .portlet#p-partner .pBody {
	border:none;
	background: transparent;
	padding:none;
	margin:none;
	width:auto !important;
}

/* @media screen, projection { */
	#p-navigation a {
		display: inline;
	}
/* } */

#p-navigation .pBody {
	padding-right: 0;
}

#p-navigation li.active a, #p-navigation li.active a:hover {
	text-decoration: none;
	font-weight: bold;
}


/*
** Search portlet
*/
/* @media screen, projection { */
	#p-search {
	position: absolute;
	z-index: 3;
	right:20px;
	top:30px;
	width:168px;
	-moz-opacity:0.75;
	}
	
/* } */
#p-search:hover {
	-moz-opacity:1;
	}

#searchInput {
	width: 150px;
}

#searchBody.pBody
{
	-moz-border-radius: 8px;
	margin-top: -2px;
}

div.portlet label
{
	margin-left:-15px;
}

/*
** the personal toolbar
*/
/* @media screen, projection { */
	#p-personal {
		right: 0px;
	}
	#p-personal {
		width: auto;
		line-height: normal;
	}
	#p-personal .portlet,
	#p-personal .pBody {
		-moz-opacity:1.0 !important;
		display:block;
	}
/* this is the ul contained in the portlet */
	#p-personal ul {
		line-height:normal;
		padding: 0 0em 0 0px;
		margin-top:0px;
	}
	#p-personal li {
		-moz-border-radius:0;
		margin: 0;
		line-height: normal;
		background: white;
		-moz-opacity: 0.75;
		margin-left:-3px;
		border:1px solid white;
		padding-bottom: 1px;
	}
	#p-personal li a {
		padding-left:5px;
		padding-right:5px;
		padding-bottom:1px;
	}
	#p-personal li a:hover {
		padding-bottom: 2px;
		background-color:transparent !important;
		-moz-opacity: 1.0;
	}
	#p-personal li:hover {
		border-bottom:1px solid white;
		-moz-opacity: 1.0;
	}
	#p-personal li.active a:hover {
		background-color: white;
	}
	/* the icon in front of the user name, single quotes
	in bg url to hide it from iemac */
	li#pt-userpage a,
	li#pt-anonuserpage a,
	li#pt-login a {
		background: url(http://kriegsturm.de/dateien/user.png) top left no-repeat;
		background-position: 5px -2px;
		padding-left: 25px;
		text-transform: none;
		-moz-opacity: 1.0;
	}
	li#pt-userpage.active a,
	li#pt-anonuserpage.active a,
	li#pt-login.active a {
	background-color: transparent !important;
	}
	li#pt-userpage,
	li#pt-anonuserpage,
	li#pt-login {
		-moz-border-radius-bottomleft: 8px !important;
padding-left:0;
	}
/* } */
#p-personal li.active {
	-moz-opacity: 1.0;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	padding-bottom: 3px;
}
/*
** the page-related actions- page/talk, edit etc
*/
/* @media screen, projection { */
	#p-cactions {
		top: 134px;
		left: 127px;
	}
	#p-cactions ul {
		margin-top:4px;
	}
	#p-cactions li {
		-moz-border-radius:0;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-moz-opacity:0.75;
	}
	#p-cactions li.selected {
		-moz-opacity: 1.0;
	}
	#p-cactions li a {
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-moz-opacity:1.0;
	}
	
	#p-cactions li:hover {
	-moz-opacity:1.0 !important;
	}
/* } */

/*
** footer
*/
#footer {
	margin-top:20px;
}

/* lol, lol, css hacks! */

div.InfoboxKrReiterK
{
visibility:visible;
}

body.ns-3 div.content {
  background: url('/gwiki/images/b/bf/Tannenb%C3%A4ume.jpg') bottom right no-repeat;
}