MediaWiki:Monobook.css

Aus BS-Wiki: Wissen teilen
Wechseln zu: Navigation, Suche
/* edit this file to customize the monobook skin for the entire site */
 /* Links nicht unterstreichen */
 a { 
        text-decoration: none; 
 }
 
 /* Großbuchstaben in den Navigationsbereichen */
 
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {
 	text-transform: none;
 }
 
 /* Fetter Bearbeiten-Link */
 
 #ca-edit a {
 	font-weight: bold !important;
 }
 /* +++++ 2. SONSTIGE ANPASSUNGEN (Spezialseiten, u. a.) +++++ */

 /* Markierung von Redirects in [[Special:Allpages]]  */
 
 .allpagesredirect {
        font-style: italic;
 }
/* ########################################################################################
** ### Main-Definitions ###################################################################
** ########################################################################################
*/
@media all {
* {
	margin:0;
	padding:0;
}

option { padding-left: 0.4em }

html { height: 100% }

#breadcrump {margin:0 0 10px 0;}

	body {
		min-height: 101%;
		
		font-size: 100.01%;
		position: relative;
		
		padding: 0;
		
		font-size: 81.25%;
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	}

fieldset, img { border:0; }

select, input, textarea { font-size: 99% }

/* ########################################################################################
** ### Basic-Layouts ######################################################################
** ########################################################################################
*/
	
#header {
	position:relative;
	height: 90px;
	color: #fff;
	
}

#nav {
	clear:both;
	width: auto;
}

#page {
	border:0;
	width:900px;
}

#page_margins {
	text-align:left;
	border: 0;
	width: 900px;
	margin:auto;
}


/* ###########################################################################################
** ### Main-Navigation ####################################################################
** ########################################################################################
*/

#nav_main {
	width:100%;
	float:left;
	color: #000;

	font: normal 0.85em 'Verdana', sans-serif;
}

	#nav_main ul {
		white-space: nowrap;
		margin:0;
		padding:0 0 0 50px;
		list-style:none;
	}

		#nav_main li {
			float:left;
			margin: 0 6px 0 0;
		}

			#nav_main a {
				float:left;
				display:block;
				color:#737373;
				padding:3px 6px 8px 6px;
				text-transform: none;
				text-decoration:none;
				font-weight:normal;
				width: auto; /* nur IE 5.x */
			}

/* Commented Backslash Hack
	   hides rule from IE5-Mac \*/
	#nav_main a { float:none; }
/* End IE5-Mac hack */

#nav_main a:hover {
	color:#000;
	background-color: transparent;
}

#nav_main #current {

	border-left:1px solid #dc7005;
	border-right:1px solid #dc7005;
}

#nav_main #current a {
	color:#fff;
	font-weight:bold;
}

/* ###########################################################################################
** ### Sub-Navigation #####################################################################
** ########################################################################################
*/
	
#sub_nav_main {
	width:100%;
	float:left;

	border:none;
	font: normal 0.85em 'Verdana', sans-serif;
}

	#sub_nav_main ul {
		white-space: nowrap;
		margin:0;
		padding:0 0 0 40px;
		list-style:none;
		height:21px;
	}

		#sub_nav_main li {
			float:left;
			margin: 0;
		}

			#sub_nav_main a {
				float:left;
				display:block;
				
				background: transparent;
				padding:2px 11px 2px 11px;
				text-transform: none;
				text-decoration:none;
				font-weight:normal;
				width: auto; /* nur IE 5.x */
				width/**/:/**/ .1em; /* f�r IE 6.0 */
			}

#sub_nav_main > ul a { width:auto; }  /* f�r alle anderen Browser */

/* Commented Backslash Hack
	   hides rule from IE5-Mac \*/
	#sub_nav_main a { float:none; }

/* End IE5-Mac hack */

#sub_nav_main a:hover {
	color:#fff;
	background-color: transparent;
}

#sub_nav_main #sub_current {
	border-width:0
}

#sub_nav_main #sub_current a {
	color:#fff;
	font-weight:bold;
}

/* ######################################################################################################
** ### Markupfreie CSS-Floatclearing-L�sungen ###########################################################
** ######################################################################################################
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: block; }

.floatbox { overflow:hidden; }

#ie_clearing { display: none }

/* ######################################################################################################
** ### Standard-Formatierungen f�r Listen & Zitate ######################################################
** ######################################################################################################
*/

table .vac_name {
	width:180px;
	}

table .vac_date1 {
	width:90px;
	}
table .vac_date2 {
	width:90px;
	}
table .vac_comment {
	width:130px;
	}
table th {
	font-size:110%;
	font-weight:bold;
	background:#7ec5e4;
	color:#fff;
	padding:3px 4px 3px 5px;
}

ul, ol, dl { margin: 0 0 1em 1em }

ul {
list-style-image: url(../img/dot.png);
}

li {
	margin-left: 1.5em;
	line-height: 1.5em;
}

dt { font-weight: bold; }

dd { margin: 0 0 1em 2em; }

blockquote, cite {
	margin: 0 0 1em 1.5em;
	font-size: 0.93em;
	width: auto;
}

/* ######################################################################################################
** # Standard-Vorgaben ##################################################################################
** ######################################################################################################
** 

/* ### �berschriften, Flie�texte ###################################################################### */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight:normal;
}

h1 {
	font-size: 1.8em;
	color: #363636;
	margin: 0 0 0.25em 0;
}

h2 {
	font-size: 1.4em;
	color: #363636;
	margin: 0 0 0.25em 0;
	border-bottom: 2px #ddd solid;
}

h3 {
	font-size: 1.0em;
	color: #363636;
	margin: 0 0 0.25em 0;
	padding-top: 0.3em;
	font-weight:bold;
}

h4 {
	font-size: 1.0em;
	color: #888;
	margin: 0 0 0.30em 0;
	padding-top: 1em;
	font-weight:bold;
	border-bottom: 1px #ddd solid;
}

h5 {
	font-size: 1.0em;
	color: #888;
	margin: 0 0 0.30em 0;
	font-style:italic;
}

h6 {
	font-size: 1.0em;
	color: #888;
	margin: 0 0 0.30em 0;
	font-style:italic;
}

p, ul, dd, dt { line-height: 1.5em; }

p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

strong, b { font-weight: bold; }

em, i { font-style:italic; }

pre, code { font-family: "Courier New", Courier, monospace; }

hr {
	color: #3785aa;
	background:transparent;
	margin: -0.5em 0 1.5em 0;
	padding: 0 0 0.5em 0;
	border:0;
	border-bottom: 1px #a4a49f solid;
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

table, td, tr {
vertical-align:top;
}

}
 @media print {

body * {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}

blockquote { font-family: "Times New Roman", Times, serif; }

code.css, code.xhtml, em.file { font-family:"Courier New", Courier, mono; }

h1 {
	font-size: 16pt;
	font-weight:bold;
	color: #336699;
	background:inherit;
	margin:0.4em 0 0.5em 0;
	border-bottom: 1px #ccc solid;
}

h2 {
	font-size: 14pt;
	font-weight:bold;
	color: #666;
	background: inherit;
	margin:0.2em 0 0.5em 0;
	padding: 0.3em;
}

h3 {
	font-size: 12pt;
	font-weight:bold;
	margin:0.4em 0 0.3em 0;
}


}