MediaWiki:Vector.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
K
K
Zeile 12: Zeile 12:
 
* ...
 
* ...
 
_______________________________________*/
 
_______________________________________*/
#mw-page-base {
 
background: #f5f5ee;
 
}
 
 
body {
 
body {
 
  background: #f5f5ee url(/rel_jap/bg/bg0.gif);
 
  background: #f5f5ee url(/rel_jap/bg/bg0.gif);
 +
}
 +
 +
#mw-logo,
 +
#mw-panel {
 +
background: #f5f5ee;
 
}
 
}
 
/*********************************
 
/*********************************

Version vom 6. Januar 2012, 20:50 Uhr

/*____________________________________

* Header, Headings
** Logo
* Left & Right
**TOC
** Navigation
** Boxes
* Plain Tags
* Systemtext
* Footer
* ...
_______________________________________*/
body {
 background: #f5f5ee url(/rel_jap/bg/bg0.gif);
}

#mw-logo,
#mw-panel {
 background: #f5f5ee;
}
/*********************************
			HEADER, HEADINGS
**********************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
}

	
/*******	H2, H3,... 	***********/

h2 { 
	font: bold 1.6em/1.2em "Trebuchet MS";
	color:#333;
	text-align: center;
	margin: 1.2em -6pt 1em; 
	padding: .5em 6pt .17em;
	border-bottom: 1px solid #aaa;
	clear:both;
}

h2.noborder {padding-bottom:0; border:0;}

h3 { 
	font: bold italic 1.3em/1.2em "Trebuchet MS";
	color:#333;
	text-align: left;
	margin: 1em -6pt;
	margin-bottom:.8em; 
	padding: .5em 6pt .17em;
	background:url(/rel_jap/bilderneu/hr_aaa.jpg) no-repeat bottom right;
	border-bottom: 0px solid #aaa;
}

h4 { 
  font-family:"Trebuchet MS"; 
  font-weight:bold; 
  font-size: 1.2em;
  line-height:1.5em; 
  color:#333;
}



/*******************************
			LEFT & RIGHT
********************************/

#toc, 
#siteNotice, 
.top12 {
 position: absolute; 
 top: 185px;
 }
#toc, 
#siteNotice, 
.sidebox,
.sidebox_Wrapper, 
.left_Wrapper {
 position: absolute; 
 width: 180px !important; right:-92px;
 font: normal normal 12px Arial !important;
 }
#siteNotice, 
.left_Wrapper {
 left:-92px;
 right:auto;
}

.sidebox_Wrapper .sidebox,
.left_Wrapper .sidebox,
.sidebox_Wrapper #toc {
	position:static; margin-bottom:1em;
	}
/*******************************
				TOC
********************************/

.toclevel-3,
.toclevel-4, .toclevel-5, .toclevel-6,
.tocnumber, 
.toctoggle {display:none;}

table#toc, .toc {
 width: 178px;
 left:auto;
 background-color: #fff;
 margin:0 0 1em 0 !important; 
 padding: 0;
 border:1px solid #aaa; 
 border-spacing: 0;
 }
#toctitle h2 { 	
 font: bold 1.1em/2em Arial; color: #666;
 display:block;
 margin:  1px !important; 
 padding: 0 .3em;
 background-color: #788099;
 color:#FFF;
 border: 1px solid #ccc;
 border-width: 1px 0;
 }	
#toc ul,
#toc li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 ;
	padding: 0;
	text-align: left;
	overflow:hidden; 
	background:#fff;
	}
#toc ul ul, .toc ul ul {
 margin: 0 0 0 0.5em;
 }
#toc ul ul li, .toc ul ul li{
 padding-left: 1em;
 }
#toc a:hover  { background:none; text-decoration: none;}
#toc a .toctext {color: #666; }
#toc a:hover .toctext {color: #000; background:#eeeee8; text-decoration:none}


#toc li.toclevel-1 {
	margin:0;
	padding:1px ;
	}
#toc li.toclevel-1 li { 
	font-size: .94em; 
	margin:0 !important;
	}
#toc li .toctext	{ 
	line-height:1.5em;
	padding: .2em 0;
 }
#toc li.toclevel-1 .toctext	{ 
	display: block;  
	padding-left:1.5em; 
	text-indent:-1em; 
	border-bottom:1px solid #e5e5e5;
	margin:0;
	}
#toc li.toclevel-2 .toctext	{ 
	display: block;  
	padding-left:2em; 
	text-indent:-2em; 
	font-size: .94em; 
	}


/********************************************
	 	NAVIGATION
**********************************************/

#siteNotice { 
 display: none;
 z-index:12; 
 margin: 0 !important; padding:0 !important;
 line-height: 1.2em;
 color:#555;
}

#siteNotice.fixed { 
 position: fixed; display:block;
 top:16px; 
 left:10px;
 }

#siteNotice.absolute { 
 position: absolute; display:block;
}

#siteNotice a { color: #016;}
#siteNotice ul { list-style: none;}

#googlesearch {
 padding:3px;
 background-color:#FBFBF7; 
 border: 1px solid #aaa;
 }

#chapters {
 margin: 0 0 1px; 
 padding: 0;
 font: normal normal 13px Arial;
 border: 1px solid #aaa;
 background-color: #eee;
}

#chapters dl, 
#chapters dd {margin:0; padding:0;} 

#chapters a,
#chapters strong.selflink {
  display: block; 
  background-color:#fff;
  color:#333;
  font-weight: normal;
}
#chapters a:hover {background-color:#eee; text-decoration: none;}

#chapters dl a,
#chapters dl strong.selflink { 
  text-transform: lowercase;
  text-align:center;
  margin: 0 1.2em;
  padding:0 .1em;
  line-height:2em;
}
#chapters div .pBody {
 font-size: 95%;
  position: absolute; top: -2.3em; left: 12.3em; 
  margin:0; padding:1px 0;
  width:16em; display:none;
  overflow: visible;
  background: url(no.gif);  
  border:0;
  z-index:4;
 }
#chapters div:hover .pBody { 
 display: block; 
 }
#chapters ul, 
#chapters ol { 
  list-style:none; 
  margin: 1em;
  padding: 0 ;
  border: 1px solid #ccc;
  border-width: 1px 1px .2em;
 }
#chapters li { 
  margin: 0; padding: 0; 
  text-indent: .5em;
  list-style:none; 
  border-style: solid;
  border-width: 0 1px 1px;
}

#chapters li a,
#chapters li strong.selflink { 
  display:block;
  marging: 0; padding: 0 1em; 
  border-style: solid;
  border-width: 0 .4em ;
  line-height: 1.5em;
  text-align:left;
  background-color:#fff;
  text-indent:0;
}
#chapters li strong.selflink { 
  padding: 0 .5em 0 1.5em !important; 
  background-image: url(/rel_jap/bilderneu/redarrow2.gif);
  background-position: .2em ;
  background-repeat:no-repeat;
  border-width: 0 .4em 0 2px;
}

#chapters .sidepage { 
  position:absolute; 
  margin-top:-1.5em;
  right:1.5em; 
  width: 1.5em; 
  height: 1.5em;
  border-bottom: 1px solid;
  background: url(/rel_jap/w/skins/common/images/Arr_r_grau.gif) .3em  no-repeat;
}

#chapters li li {
 font-size: .94em;
 }
#chapters li .sidepage ul {
  position: absolute; 
  width: 14.5em;
  left:auto;
  right:-14.5em;
  margin-top: -4.2em;
  padding:1em 1em 1em .1em;
  border:0;
}

#chapters li ul {display:none;}
#chapters li .sidepage:hover ul {display:block;}

#chapters li .sidepage ul {
  background-image:none; 
  width:14em;
  margin:0 0 0 .2em; 
  top:-2.5em;
  left:1.2em;
  right:auto;
} 

#chapters li li {font-size: .94em; margin-left:1.5em; }

#chapters li .sidepage ul li {font-size: .94em; margin-left:0; visibility:visible; }

#chapters li ul div {height:2px}

/********************************************
	 	SIDEBOX
**********************************************/

.sidebox {
	overflow: visible; top:auto;	
	padding-top:.3em;
}
.sbBody {
 position:relative; z-index:2;
 background-color: #fafaf8;
 border: 1px solid #aaa;
 padding: .8em 0; 
 /*overflow:hidden;*/
}
.sbUe {
 position:absolute; left: -1.2em;
 z-index:4;  
	line-height: 13px;
	text-transform:uppercase; text-align:left;
	text-transform:uppercase; 
	font-size:10px;
	font-family: Courier, mono; color:#555; 
	overflow:visible;
} 
.sbUe a {
 display:block; 
 width:200px; height:112px;
 padding:13px 0;
 color:#333;
 }
.sbUe a:hover {
 color:#C33;
 text-decoration:none;
 background:none;
 }
.sbUe span, 
.sbUe b, 
.sbUe i { 
  float:left; 
  width: 1em; 
  clear: both; 
  text-align: center;
  font-family: Arial; 
  font-size:11px;
  text-transform:uppercase; 
  text-transform:lowercase; 
	background:#eeeee8;
	border: solid #bbb 1px;
} 
.sbUe a:hover span, 
.sbUe a:hover b, 
.sbUe a:hover i { 
	background:#fffeee;
} 
.sbUe span {
	border-width:  0 1px;}
.sbUe b {
	border-width:  1px 1px 0; line-height:.5em;}
.sbUe i {
	border-width: 0 1px 1px; line-height:.5em;}

.left_Wrapper .sbUe { left:auto; right:-1.2em;}

.left_Wrapper .sbUe span,
.left_Wrapper .sbUe b,
.left_Wrapper .sbUe i {
  float:right; }

.sidebox .bildtext a  {
  display:block;  color:#555; }
.sidebox .bildtext a:hover  {
  color:#000;  background:#eeeee8; }

/************************************
		PLAIN TAGS
*************************************/

img {
	border: none;
	vertical-align: middle;
}
p {
	margin: .4em 0 .7em 0;
	line-height: 1.5em;
}
p img {
	margin: 0;
}

hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 ;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}
fieldset {
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
form {
	border: none;
	margin: 0;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

/********************************************
	 	SYSTEMTEXT
**********************************************/
#contentSub, 
#contentSub2,
.usermessage {
	position: absolute; z-index:12; 
	right:0; top:2em; left:auto;
	font-size: 84%;
	line-height: 1.2em;
	margin: 0 1em;
	text-align:right;
	color:#555;
}
span.subpages {	display: none; }

	/* Edit section links */
#content .editsection {
	float: right;
	color:#ddd; 
	font: normal 9px Arial; 
	width:8em; 
	margin-right:-7em;
	text-align: left;
	}
#content .editsection a,
#content .editsection a:visited { 
 color: #ddd; 
 font-size:9px;
 }
#content .editsection a:hover { color: #555; text-decoration:none;}

#content h1 .editsection { display:none;}

.mw-warning {
	border: 1px solid #aaa;
	background-color: #fafaf8;
	padding: 5px;
	font-size: 95%;
}

/****************************************
			FOOTER
*****************************************/

div#footer {
 position: relative;
 height: 30px;
 margin:0; padding: 5px 0;
 background-color: #f9f9f0;
 border: 1px solid #aaa;
 border-width: 1px 0;
 text-align: center;
 }
#footer a,
#footer a:visited { 
 color:#016;
 }
#footer li {
 list-style: none;
 font-size: 10px !important; 
 line-height: 15px !important;
 margin:0 !important; padding:0 !important;
 }
#footer-info {
 margin: 0 100px;
 }
#footer-places {
 position: absolute; left:10px; top:5px;
 width: 100px;
 }
#footer-icons { 
 position: absolute; right:0; top:5px;
 width: 100px;
 }
#f-poweredbyicooo {
 margin: 5px;
 }
#footer-info-copyright,
#footer-places-privacy {
 display:none;
 }


.printfooter {
	display: none;
}