MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 324: | Zeile 324: | ||
padding-right: 0; | padding-right: 0; | ||
} | } | ||
+ | /********************************************* | ||
+ | * Links | ||
+ | *Struktur | ||
+ | * HEADINGS | ||
+ | * SYSTEMTEXT | ||
+ | * personal toolbar | ||
+ | * sidebar | ||
+ | * general styles | ||
+ | |||
+ | **********************************************/ | ||
+ | |||
+ | /* LINKS */ | ||
+ | |||
+ | |||
+ | a { | ||
+ | text-decoration: none; | ||
+ | color: #a22e00; | ||
+ | color: #a9461b; | ||
+ | background: none; | ||
+ | } | ||
+ | a:hover { | ||
+ | color:#9d4119; | ||
+ | background-color:#f5f5ee; | ||
+ | } | ||
+ | |||
+ | /*Links in Klassen*/ | ||
+ | a.new { | ||
+ | color: #a9461b; | ||
+ | } | ||
+ | a.new:visited { | ||
+ | color: #a9461b; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* STRUKTUR */ | ||
+ | |||
+ | #content { | ||
+ | margin-top:0; | ||
+ | background-color:#fff; | ||
+ | min-width:50em; | ||
+ | font-family: Georgia, serif, Times ; | ||
+ | } | ||
+ | |||
+ | #bodyContent { | ||
+ | } | ||
+ | |||
+ | /* HEADINGS */ | ||
+ | |||
+ | #headScreen { display:none; /*für Head Farbe 2*/ } | ||
+ | |||
+ | /* firstHeading */ | ||
+ | |||
+ | #firstHeading { display:none; } | ||
+ | |||
+ | |||
+ | /* H1 */ | ||
+ | #bodyContent h1 { | ||
+ | font-size:1em; | ||
+ | margin:0 0 1.7em; | ||
+ | padding: 6.4em 0 2em; | ||
+ | font-weight: bold; | ||
+ | text-align:center; | ||
+ | border:0; | ||
+ | min-width:30em; | ||
+ | } | ||
+ | |||
+ | #bodyContent h1 .mw-headline { | ||
+ | font: bold 2.2em/1.2em "Trebuchet MS"; | ||
+ | display: block; | ||
+ | margin: 0; | ||
+ | padding: .2em 0; | ||
+ | } | ||
+ | h1 .mw-headline span { | ||
+ | display:block; | ||
+ | font-weight: normal; | ||
+ | font-size: .75em; line-height:2em; | ||
+ | margin-top:-.8em; | ||
+ | } | ||
+ | h1 .mw-headline span.bottom {margin: 0 0 -1em;} | ||
+ | |||
+ | h2.noborder {padding-bottom:0; border:0;} | ||
+ | /* SYSTEMTEXT */ | ||
+ | |||
+ | #contentSub, #contentSub2 { | ||
+ | position: absolute; | ||
+ | right:1em; top:2.5em; left:1em; | ||
+ | text-align:left; | ||
+ | font-size: 84%; | ||
+ | line-height: 1.2em; | ||
+ | margin: 0 ; | ||
+ | } | ||
+ | |||
+ | #tagline { | ||
+ | position:absolute; right: 0; left:0; text-align: right; | ||
+ | color:#555; | ||
+ | border:0; | ||
+ | background-color:#eeeee8; | ||
+ | z-index:3; | ||
+ | } | ||
+ | /* Systemnachrichten */ | ||
+ | /* beobachten, ... */ | ||
+ | |||
+ | #mw-js-message { | ||
+ | position: absolute; | ||
+ | z-index: 12; left: 3em; top:0; | ||
+ | font:normal .9em Arial; | ||
+ | margin: 0; padding:.5em 1.5em; | ||
+ | background:#ffe url(../../../bg/help2.gif) top right no-repeat; | ||
+ | border: 1px solid #fff000; color:#000; | ||
+ | opacity: .8; | ||
+ | filter: alpha(opacity=80); | ||
+ | } | ||
+ | |||
+ | /********** personal toolbar und see actions ********************/ | ||
+ | #dropdown { | ||
+ | position:absolute; | ||
+ | top: 1.1em; left: 8em; right:0; | ||
+ | z-index:3} | ||
+ | |||
+ | #p-personal { | ||
+ | position:absolute; top: -1.1em;} | ||
+ | #p-cactions div, | ||
+ | #p-newtools div { | ||
+ | width: 10.5em; | ||
+ | } | ||
+ | #p-cactions ul, | ||
+ | #p-newtools ul { | ||
+ | margin: 0; | ||
+ | } | ||
+ | #p-cactions li, | ||
+ | #p-newtools li { | ||
+ | padding: 0 .5em; | ||
+ | display:block; | ||
+ | } | ||
+ | #p-cactions a, | ||
+ | #p-newtools a { | ||
+ | display:block; | ||
+ | padding: 0 .1em !important; | ||
+ | } | ||
+ | |||
+ | #p-cactions, | ||
+ | #p-newtools { | ||
+ | position: absolute; top: 0; right: auto; | ||
+ | display:block; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | font-size: 1em; line-height: 1.2em; | ||
+ | border: 0; | ||
+ | background-color:#ddddd3; | ||
+ | color: #555; | ||
+ | white-space: normal; | ||
+ | } | ||
+ | #p-newtools {left: 1em} | ||
+ | #p-cactions {left: 12em} | ||
+ | |||
+ | #p-newtools h5, | ||
+ | #p-personal h5, | ||
+ | #p-cactions h5 { | ||
+ | display:block; | ||
+ | width: 7.2em; | ||
+ | float:none; | ||
+ | position: static; | ||
+ | margin: 1px 1px 0; padding:0 1.5em; | ||
+ | font-size: 1em; | ||
+ | font-weight:bold; | ||
+ | line-height: 1.2em; height:1.2em; | ||
+ | text-align:center; | ||
+ | text-transform:lowercase; | ||
+ | border: solid #aaa; | ||
+ | border-width: 1px 1px 0; | ||
+ | background-image: none; | ||
+ | } | ||
+ | #p-personal h5 { | ||
+ | position:absolute; top:-200px; width:auto; | ||
+ | } | ||
+ | |||
+ | #p-newtools .pBody, | ||
+ | #p-cactions .pBody { | ||
+ | margin: 0 ; | ||
+ | padding:0 ; | ||
+ | border:0; | ||
+ | font-size: 1em; | ||
+ | background: none; | ||
+ | position: static; | ||
+ | width:auto; | ||
+ | } | ||
+ | #p-cactions ul, | ||
+ | #p-newtools ul { | ||
+ | display:none; /* hide */ | ||
+ | position:relative; | ||
+ | margin: 0 1px 1px !important; | ||
+ | padding:0 !important; | ||
+ | list-style:none; | ||
+ | line-height: 1.5em; | ||
+ | background:#eeeee5; | ||
+ | border: 1px solid #bbb; | ||
+ | font-size: .94em; | ||
+ | width:10m !important; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | #p-cactions:hover ul, | ||
+ | #p-newtools:hover ul | ||
+ | { display: block; } /* show */ | ||
+ | |||
+ | #p-cactions li, | ||
+ | #p-newtools li { | ||
+ | display: block; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | width: auto; | ||
+ | font-size: 1em; | ||
+ | line-height: 1.5em; | ||
+ | background-color: #eeeee5; | ||
+ | border-bottom: 1px solid #aaa; | ||
+ | text-align: center; | ||
+ | background-image: none; | ||
+ | } | ||
+ | #p-cactions li.space, | ||
+ | #p-newtools li.space{ | ||
+ | border-bottom: double 3px;} | ||
+ | /* links */ | ||
+ | #p-cactions li a, | ||
+ | #p-newtools li a{ | ||
+ | display:block; | ||
+ | margin:0 1em; padding:0 ; | ||
+ | border:0; | ||
+ | font-size: 1em; | ||
+ | line-height: 1.5em; | ||
+ | height: 1.5em; | ||
+ | color: #000; | ||
+ | background: none; | ||
+ | } | ||
+ | #p-cactions li a:hover, | ||
+ | #p-newtools li a:hover { | ||
+ | text-decoration: none; | ||
+ | color: #000; | ||
+ | border:0; padding:0; | ||
+ | background: #fff; | ||
+ | background-color: #fff; | ||
+ | } | ||
+ | #p-personal { | ||
+ | background-position: top left; | ||
+ | background-repeat:no-repeat; | ||
+ | background-image: url(../monobook/user.gif); | ||
+ | z-index:3; | ||
+ | } | ||
+ | /* hide */ | ||
+ | |||
+ | #p-cactions li, | ||
+ | #p-tb, | ||
+ | #p-personal li#pt-mytalk, | ||
+ | #p-personal li#pt-anontalk, | ||
+ | #p-personal li#pt-watchlist, | ||
+ | #p-personal li#pt-mycontris, | ||
+ | .sysop { | ||
+ | display: none; | ||
+ | } | ||
+ | /* show */ | ||
+ | #p-cactions li#ca-talk, | ||
+ | #p-cactions li#ca-edit, | ||
+ | #p-cactions li#ca-move, | ||
+ | #p-cactions li#ca-watch, | ||
+ | #p-cactions li#ca-unwatch, | ||
+ | #p-cactions li#ca-delete, | ||
+ | #p-cactions li#ca-history, | ||
+ | #p-cactions li#ca-protect, | ||
+ | #p-cactions li#ca-unprotect { | ||
+ | display:block; | ||
+ | } | ||
+ | /* links */ | ||
+ | #p-cactions li a, #p-cactions li a.new, | ||
+ | #p-newtools li a { | ||
+ | display:block; | ||
+ | margin:0 1em; padding:0 ; | ||
+ | border:0; | ||
+ | font-size: 1em; | ||
+ | line-height: 1.5em; | ||
+ | height: 1.5em; | ||
+ | color: #000; | ||
+ | background: none; | ||
+ | } | ||
+ | #p-cactions li a:hover, | ||
+ | #p-newtools li a:hover { | ||
+ | text-decoration: none; | ||
+ | color: #000; | ||
+ | border:0; padding:0 !important; | ||
+ | background: #fff !important; | ||
+ | background-color: #fff !important; | ||
+ | } | ||
+ | |||
+ | /*Sidebar*/ | ||
+ | |||
+ | #sidebar { } | ||
+ | #sidebar.absolute { position: absolute; top:15.8em;} | ||
+ | #sidebar.fixed { position: fixed; top:16px; } | ||
+ | |||
+ | #chapters {} | ||
+ | |||
+ | /* general styles*/ | ||
+ | p { | ||
+ | line-height:1.5em; | ||
+ | margin:0 0 1.5em} | ||
+ | |||
+ | p+p {margin-top:-.5em;} | ||
+ | |||
+ | #bodyContent > p { | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | ul { | ||
+ | margin: 0; padding: .3em 0 .8em 1.5em; | ||
+ | } | ||
+ | ol { | ||
+ | margin: 0; padding: .3em 0 .8em 1.5em; | ||
+ | } | ||
+ | li { | ||
+ | margin-bottom: .5em; | ||
+ | } | ||
+ | dl { | ||
+ | margin-top: .2em; | ||
+ | margin-bottom: .5em; | ||
+ | } | ||
+ | #bodyContent > p, | ||
+ | #bodyContent > dl, | ||
+ | #bodyContent > ol, | ||
+ | #bodyContent > ul { | ||
+ | font-size: 1.2em; | ||
+ | } | ||
+ | table,tr,td { background:none;} | ||
+ | |||
+ | #toolbar {padding-top:10em} /* Bearbeiten ....*/ | ||
+ | |||
+ | /*______________________________________________ | ||
+ | |||
+ | BILDER | ||
+ | Sidebox | ||
+ | Bildbox (Galerie1) | ||
+ | Dia | ||
+ | Galerie2 (Sidepage) | ||
+ | TEXT | ||
+ | Textbox | ||
+ | Linkbox | ||
+ | Zitat | ||
+ | Thisway | ||
+ | POPUPS | ||
+ | GLOSSAR | ||
+ | ______________________________________________ | ||
+ | */ | ||
+ | |||
+ | #toc, | ||
+ | .sidebox, | ||
+ | .sidebox_Wrapper, | ||
+ | .left_Wrapper { | ||
+ | position: absolute; | ||
+ | right:-7em; left:auto; | ||
+ | font: normal normal 1em Arial; | ||
+ | margin:0 0 1em 0; | ||
+ | padding: 0; | ||
+ | border:0; | ||
+ | width: 14em; | ||
+ | } | ||
+ | .top12 {top:13.3em;} | ||
+ | .left_Wrapper { | ||
+ | right: auto; left:-7em; top: auto; | ||
+ | } | ||
+ | .sidebox_Wrapper .sidebox, | ||
+ | .left_Wrapper .sidebox, | ||
+ | .sidebox_Wrapper #toc { | ||
+ | position:static; margin-bottom:1em; | ||
+ | } | ||
+ | |||
+ | |||
+ | /********************************************* | ||
+ | TOC | ||
+ | **********************************************/ | ||
+ | |||
+ | #toc {} | ||
+ | #toc li.toclevel-1 .toctext {display:none;} | ||
+ | #toc li.toclevel-2 .toctext {display: block;} | ||
+ | |||
+ | |||
+ | /*************************************** | ||
+ | BILDER | ||
+ | ***************************************/ | ||
+ | .box { margin: 1.5em 0;} | ||
+ | |||
+ | .bild img { border: 1px solid #aaa; padding: 1px;} | ||
+ | |||
+ | .bildtext { | ||
+ | font-size: .91em; | ||
+ | font-family: Arial; | ||
+ | color:#554; | ||
+ | text-align:center; | ||
+ | padding: 0 6px; | ||
+ | } | ||
+ | |||
+ | /******* sidebox *******/ | ||
+ | |||
+ | .sidebox { | ||
+ | overflow: visible; top:auto; | ||
+ | padding-top:.3em; | ||
+ | } | ||
+ | |||
+ | .sbUe { | ||
+ | position:absolute; left:-1.3em; | ||
+ | width:.6em; z-index:4; | ||
+ | margin: 1.2em 0 0; padding:0 .3em; | ||
+ | line-height: 13px; | ||
+ | text-transform:uppercase; text-align:left; | ||
+ | text-transform:lowercase; | ||
+ | font-size:12px; | ||
+ | font-family: Typewriter, Courier, mono; | ||
+ | background:#eeeee8; color:#555; | ||
+ | border: solid #bbb 1px; | ||
+ | border-width: 1px 0 1px 1px; | ||
+ | overflow:visible; | ||
+ | } | ||
+ | .sbUe a{ | ||
+ | display:block; padding:6px 0 0; | ||
+ | background: url(../../../w2/skins/newCSS/no.gif); | ||
+ | width:15em; height:112px; | ||
+ | color:#333; | ||
+ | } | ||
+ | .sbUe a:hover { | ||
+ | background: url(../../../w2/skins/newCSS/no.gif); color:#C33; | ||
+ | text-decoration:none;} | ||
+ | |||
+ | .left_Wrapper .sbUe { left:auto; right:-1.3em; border-width: 1px 1px 1px 0;} | ||
+ | .left_Wrapper .sbUe a { | ||
+ | position:relative; text-align: right; left:-14.4em; | ||
+ | } | ||
+ | |||
+ | .sbBody { | ||
+ | position:relative; z-index:2; | ||
+ | background-color: #fafaf8; | ||
+ | border: 1px solid #aaa; | ||
+ | padding: .8em 0; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | .sidebox .bildtext a { | ||
+ | display:block; color:#555; } | ||
+ | .sidebox .bildtext a:hover { | ||
+ | color:#000; background:#eeeee8; } | ||
+ | |||
+ | /******* bildbox *******/ | ||
+ | |||
+ | .bildbox { | ||
+ | text-align:center; | ||
+ | margin: .5em 0; padding: 1em 0; | ||
+ | } | ||
+ | table.bildbox { | ||
+ | margin: 0 auto 1.5em; padding: 0; | ||
+ | max-width: 640px; | ||
+ | } | ||
+ | .bildbox td, | ||
+ | .bild td, | ||
+ | td.bildbox, | ||
+ | td.bild {vertical-align:top;} | ||
+ | |||
+ | .bildbox img {border:1px solid #aaa; padding: 1px; margin:.25em;} | ||
+ | |||
+ | .largebox {margin-left: -3em; margin-right: -3em; } | ||
+ | .noborder img {border:0;} | ||
+ | .nomargin {margin:0; padding:0} | ||
+ | |||
+ | /******* dia *******/ | ||
+ | |||
+ | .dia { | ||
+ | border: 1px solid #fff; | ||
+ | margin: auto; | ||
+ | } | ||
+ | .dia_aussen { | ||
+ | background: #f5f5ee; | ||
+ | border: 1px solid #999; | ||
+ | margin:4px;padding:0; | ||
+ | } | ||
+ | .noborder .dia_aussen { | ||
+ | border: 1px solid #fff; | ||
+ | } | ||
+ | .dia_aussen:hover { | ||
+ | background: #eeeee8; | ||
+ | border: 1px solid #ccc; | ||
+ | margin:0; padding:4px; | ||
+ | } | ||
+ | |||
+ | .dia_innen { | ||
+ | border: 1px solid #f5f5ee; | ||
+ | overflow:hidden; | ||
+ | background: #fff; | ||
+ | } | ||
+ | .dia img {border:0; padding:0; margin:0} | ||
+ | |||
+ | .sbBody .dia { | ||
+ | border: 1px solid #fafaf8; | ||
+ | } | ||
+ | |||
+ | .noborder .dia_aussen, | ||
+ | .noborder .dia_innen { | ||
+ | border: 1px solid #fff; | ||
+ | } | ||
+ | /************ Galerie 2, Sidepage **************/ | ||
+ | |||
+ | .galerie2 { | ||
+ | margin: 3em auto 2em; | ||
+ | text-align:center; | ||
+ | background: #eeeee8; | ||
+ | border: 1px solid #eeeee8; | ||
+ | } | ||
+ | .galerie2 .dia_innen { | ||
+ | float:left; | ||
+ | width: 96px; | ||
+ | height:120px; | ||
+ | border-collapse:separate; | ||
+ | } | ||
+ | .galerie2 .dia_innen:hover {border-color:#fc3;} | ||
+ | .galerie2 .bildtext { | ||
+ | clear:left; | ||
+ | padding: .6em 0 .8em; | ||
+ | } | ||
+ | .galerie2 .bildtext span { | ||
+ | padding: 0 2em; | ||
+ | background: url(/rel_jap/w/skins/common/images/lupe.gif) no-repeat right top; | ||
+ | } | ||
+ | .galerie2 h2, | ||
+ | .galerie2 .bildtext span span { | ||
+ | padding: auto 0 ; margin: auto 0 ; | ||
+ | border:0; background:none; | ||
+ | } | ||
+ | /************************************** | ||
+ | TEXTE | ||
+ | **************************************/ | ||
+ | |||
+ | /****** textbox ******/ | ||
+ | |||
+ | .textbox { | ||
+ | float: right; width: 22em; | ||
+ | margin: .2em -18em 2em 2em; | ||
+ | } | ||
+ | .textbox_body { | ||
+ | padding: 1em; border: 1px solid #ccc; | ||
+ | background-color:#f5f5f1; | ||
+ | } | ||
+ | .textbox h2, | ||
+ | .textbox h3, | ||
+ | .textbox h4 { | ||
+ | margin:.5em 0 1em !important; | ||
+ | padding: 0 !important; | ||
+ | font: bold 1.3em "Trebuchet MS"; | ||
+ | text-align: center; | ||
+ | border:none; background-image:none; | ||
+ | } | ||
+ | |||
+ | /****** linkbox ******/ | ||
+ | |||
+ | .linkbox { | ||
+ | margin: 3em -1em 2em; | ||
+ | padding: 0; color:#332; | ||
+ | } | ||
+ | .linkbox h2 { | ||
+ | margin:0 !important ; | ||
+ | padding: 0 16pt .18em !important; | ||
+ | text-align:left; | ||
+ | border:0; | ||
+ | color: #554 !important; | ||
+ | font-style:normal; | ||
+ | } | ||
+ | .linkbox p, | ||
+ | .linkbox li {line-height: 1.75em !important;} | ||
+ | |||
+ | .linkbox ul { margin-bottom:0; margin-top:0; | ||
+ | padding-top:0; padding-bottom:0} | ||
+ | .linkbox p { margin:1em 0;} | ||
+ | |||
+ | .linkbox > div { | ||
+ | margin: 0; | ||
+ | padding: 1.5em 2em; | ||
+ | border-color: #aaa; | ||
+ | border-style: solid dotted; | ||
+ | border-width: 1px 2px; | ||
+ | background: #f3f3ea; | ||
+ | background: #f5f5ee; | ||
+ | } | ||
+ | |||
+ | /***** thisway ******/ | ||
+ | |||
+ | #thisway { | ||
+ | margin: 3em 0 0; | ||
+ | text-align:right; color:#888;} | ||
+ | #thisway ul {text-align: left; float: left; width: 12em;} | ||
+ | #thisway li {padding: 0; line-height: 1.1em; | ||
+ | font-size: 11px; } | ||
+ | #thisway div { | ||
+ | padding: 0; | ||
+ | margin: 0 -10em 1em ; | ||
+ | text-align: right; | ||
+ | background:#fff; | ||
+ | font-size: .9em; | ||
+ | line-height: 35px;} | ||
+ | #thisway span { | ||
+ | white-space:nowrap; | ||
+ | padding:.5em 2em; | ||
+ | border: 1px solid #aaa; | ||
+ | border-width: 0; | ||
+ | } | ||
+ | #thisway img { float:right;} | ||
+ | #bodyContent #thisway a {text-decoration: none; background:none; color:#a9461b; padding:0;} | ||
+ | #bodyContent #thisway a:hover {color:#9d4119; background-color:#f5f5ee; } | ||
+ | /* Kommentare */ | ||
+ | |||
+ | #showtalk { | ||
+ | margin: 4em -1em 0; | ||
+ | color:#332; | ||
+ | } | ||
+ | |||
+ | #showtalk .show {display:block;} | ||
+ | #showtalk .hide {display:none;} | ||
+ | |||
+ | #showtalkUe h2 { | ||
+ | font-size: 1em; | ||
+ | padding: .2em .5em; | ||
+ | margin: 0; | ||
+ | background: none; | ||
+ | border-bottom: 1px solid #ccc; | ||
+ | text-align:left; | ||
+ | clear:none; | ||
+ | color:#003; | ||
+ | font-family:Georgia, "Times New Roman", Times, serif; | ||
+ | } | ||
+ | #showtalkUe span.show { | ||
+ | float: right; | ||
+ | cursor: pointer; | ||
+ | font-size: .9em; | ||
+ | color:#888; | ||
+ | } | ||
+ | |||
+ | #showtalk span.show:hover { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | #talkText { | ||
+ | padding: 1em 2em; background:#f5f5ff; | ||
+ | border: 1px solid #ccc; | ||
+ | border-top: 0; | ||
+ | } | ||
+ | #talkFooter { | ||
+ | border-top: 1px solid #ccc; | ||
+ | margin: 2em 0 0; | ||
+ | text-align: center; | ||
+ | display:block; | ||
+ | font-size: .9em; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | #talkFooter:hover { background:#e5e5ff;} | ||
+ | |||
+ | |||
+ | .writeTalk { | ||
+ | text-align: center; | ||
+ | margin:5em 0 3em; | ||
+ | font-size: .91em; | ||
+ | border-top: 1px solid #ccc;} | ||
+ | .writeTalk a { | ||
+ | position:relative; top:-.9em; | ||
+ | border: 1px solid #ccc; | ||
+ | padding: .4em 1.2em !important; | ||
+ | background: #e9e9ee !important; | ||
+ | color:#000 !important; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | .writeTalk a:hover { | ||
+ | border: 1px solid #aaa; | ||
+ | text-decoration:none; | ||
+ | background: #d5d5ff !important; | ||
+ | color:#003 !important; | ||
+ | } | ||
+ | |||
+ | /************************************* | ||
+ | POPUPS | ||
+ | **************************************/ | ||
+ | |||
+ | #ppScreen { | ||
+ | position:absolute; left:0px; top:0px; z-index:19; | ||
+ | display: none; | ||
+ | background:#000; color:#777; | ||
+ | opacity: .7; | ||
+ | filter: alpha(opacity=70); | ||
+ | } | ||
+ | |||
+ | #ppImgDiv { | ||
+ | position:absolute; z-index:20; | ||
+ | margin:auto; padding:2px; | ||
+ | border:1px solid #777; | ||
+ | background:#cfc7bb; | ||
+ | color:#333; | ||
+ | font-family: Verdana, Arial, Helvetica, sans-serif; | ||
+ | font-size:1.27em; line-height:1.2em; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | #ppImgDiv p { | ||
+ | text-align:left; | ||
+ | padding: .5em 0; | ||
+ | font-size: 1em; | ||
+ | } | ||
+ | |||
+ | #ppImgDiv img { | ||
+ | padding:2px; border: 1px solid #999; | ||
+ | } | ||
+ | |||
+ | #ppImgDiv #ppIndex { | ||
+ | padding: 2px; | ||
+ | border-bottom:1px solid #999; | ||
+ | font-size:12px !important; | ||
+ | } | ||
+ | .ppFloat { | ||
+ | position: absolute; color:#fff; | ||
+ | border:0; | ||
+ | text-align: left; padding: 40px 15px 10px; | ||
+ | } | ||
+ | .ppClick { | ||
+ | position: absolute; color:#fff; | ||
+ | border:0; | ||
+ | text-align: right; padding: 5px 85px 5px 10px; font-size:11px !important; | ||
+ | background: url(/rel_jap/bg/help.gif) no-repeat right; | ||
+ | } | ||
+ | .ppClick span { visibility: hidden; } | ||
+ | .ppClick:hover span { visibility: visible; } | ||
+ | |||
+ | #ppImgDiv a { color: #eb8; | ||
+ | border:0;} | ||
+ | #ppImgDiv .ppFloat a:hover { color: #eb8; background:#000; } | ||
+ | |||
+ | .pp_text { display:none } | ||
+ | |||
+ | /*vorwärts rückwärts*/ | ||
+ | |||
+ | #bck1, #nxt1 { | ||
+ | position: absolute; top:0; | ||
+ | display: block; | ||
+ | padding: 0; margin: 0; | ||
+ | text-align:center; | ||
+ | } | ||
+ | #bck1 { | ||
+ | left: 0; | ||
+ | background:url(/rel_jap/bg/larr.gif) no-repeat bottom left ; | ||
+ | } | ||
+ | #bck1:hover { | ||
+ | background:url(/rel_jap/bg/larr2.gif) no-repeat bottom left; | ||
+ | } | ||
+ | #nxt1 { | ||
+ | text-align:right; | ||
+ | background:url(/rel_jap/bg/rarr.gif) no-repeat bottom right ; | ||
+ | } | ||
+ | #nxt1:hover { | ||
+ | background:url(/rel_jap/bg/rarr2.gif) no-repeat bottom right ; | ||
+ | } | ||
+ | |||
+ | /*************************************** | ||
+ | GLOSSAR | ||
+ | ****************************************/ | ||
+ | |||
+ | .glossar { | ||
+ | color: #666; | ||
+ | font-family: "Trebuchet MS"; | ||
+ | } | ||
+ | .glossar2 { | ||
+ | color:#124374; | ||
+ | font-family: "Trebuchet MS", Arial; | ||
+ | font-weight:bold; | ||
+ | cursor: help; | ||
+ | cursor: url(/rel_jap/bilderneu/kanji26.cur), help; | ||
+ | position:relative; | ||
+ | } | ||
+ | .glossar2:hover {background:#f3f5ff; | ||
+ | } | ||
+ | |||
+ | .glossar2 span { display: block; } | ||
+ | |||
+ | .glossar2 .g_body { | ||
+ | position:absolute; | ||
+ | top:1.4em; left:-8em; | ||
+ | text-align:center; | ||
+ | font: normal 9pt/12pt Arial; | ||
+ | z-index:1; | ||
+ | } | ||
+ | .textbox .glossar2 {font-weight:bold;} | ||
+ | .glossar2#showTooltip { position:relative;} | ||
+ | |||
+ | .glossar2 .g_body { display: none; } | ||
+ | |||
+ | .glossar2#showTooltip .g_body, | ||
+ | .glossar2:hover .g_body { display: block; } | ||
+ | |||
+ | |||
+ | .glossar2 .g_schatten, | ||
+ | .glossar2 .g_tooltip { | ||
+ | width:17em; position:absolute; | ||
+ | border: #26a solid 1px; | ||
+ | background-color: #f3f5ff; color:#048; | ||
+ | padding:.5em; | ||
+ | cursor: default; | ||
+ | filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#666677,direction=135); | ||
+ | -webkit-box-shadow: 1px 1px 3px #667; | ||
+ | -moz-box-shadow: 1px 1px 3px #667; | ||
+ | box-shadow: 1px 1px 3px #667; | ||
+ | } | ||
+ | .glossar2 .g_schatten { | ||
+ | margin: 4px; position:absolute; | ||
+ | background: #004; | ||
+ | border-color: #d7dae9; | ||
+ | opacity: .15; | ||
+ | filter: alpha(opacity=15); | ||
+ | } | ||
+ | .g_romaji, | ||
+ | .g_text, | ||
+ | .g_kanji { padding: 0 1em; } | ||
+ | .glossar2 .g_kanji {font-size: 1.6em; line-height:1em; padding-bottom:.3em;} | ||
+ | .glossar2 .g_romaji, | ||
+ | .glossar2 .g_romaji i { | ||
+ | font:normal normal x-small/1em Arial; | ||
+ | padding-bottom:.5em; text-transform:uppercase; | ||
+ | } | ||
+ | .jap {font-family:"MS Mincho", "MS PGothic" } | ||
+ | .g_link { } | ||
+ | |||
+ | /* Namespace 100, NS_GRUND, Grundbegriffe */ | ||
+ | |||
+ | .ns-100 #tagline { color:#224; background-color:#CBCBD7; } | ||
+ | .ns-100 h1, | ||
+ | .ns-100 h2, | ||
+ | .ns-100 h3 { color:#336; } | ||
+ | |||
+ | .ns-100 #column-content #content { | ||
+ | border-top-color:#334 | ||
+ | } | ||
+ | .ns-100 #bgH1 { | ||
+ | background:#778 url(/rel_jap/bg/bg_grund.gif); | ||
+ | border-color:#334; | ||
+ | } | ||
+ | .ns-100 #headScreen { | ||
+ | background-color: none; | ||
+ | border-color: none; | ||
+ | } | ||
+ | .ns-100 #toc h2, | ||
+ | .ns-100 #p-personal ul, | ||
+ | .ns-100 #p-personal li a, | ||
+ | .ns-100 #dropdown div, | ||
+ | .ns-100 #dropdown h5 { | ||
+ | background-color:#445; | ||
+ | color:#dadade; | ||
+ | border-color:#808088; | ||
+ | } | ||
+ | .ns-100 #p-personal li a:hover { | ||
+ | background-color:#667; | ||
+ | color:#fafafe; | ||
+ | } | ||
+ | |||
+ | /* Namespace 102, NS_BAU, Bauten */ | ||
+ | |||
+ | .ns-102 #tagline {color:#500; background-color:#f7c69e;} | ||
+ | .ns-102 h1, | ||
+ | .ns-102 h2, | ||
+ | .ns-102 h3 { color:#821c00; } | ||
+ | |||
+ | .ns-102 #column-content #content { | ||
+ | border-top-color:#9b4024; | ||
+ | } | ||
+ | .ns-102 #bgH1{ | ||
+ | background:#8b3014 url(/rel_jap/bg/bg_bauten.gif); | ||
+ | border-color:#d87e51; | ||
+ | } | ||
+ | .ns-102 #headScreen { | ||
+ | background-color:#9b4024; | ||
+ | border-color:#e7a67e; | ||
+ | } | ||
+ | .ns-102 #toc h2, | ||
+ | .ns-102 #p-personal ul, | ||
+ | .ns-102 #p-personal li a, | ||
+ | .ns-102 #dropdown div, | ||
+ | .ns-102 #dropdown h5 { | ||
+ | background-color:#9b4024; | ||
+ | color:#ffebce; | ||
+ | border-color:#d7977a; | ||
+ | } | ||
+ | .ns-102 #p-personal li a:hover { | ||
+ | background-color:#c2502d; | ||
+ | color:#fff; | ||
+ | } | ||
+ | .ns-102 #p-cactions ul, | ||
+ | .ns-102 #p-newtools ul, | ||
+ | .ns-102 #p-cactions li, | ||
+ | .ns-102 #p-newtools li, | ||
+ | .ns-102 .textbox_body { background-color:#ffe5cb; border-color:#d98; color: #422;} | ||
+ | |||
+ | /* Namespace 104, NS_ALLTAG, Alltag */ | ||
+ | |||
+ | .ns-104 #tagline { color:#332; background-color:#dfdfa8; } | ||
+ | .ns-104 h1, | ||
+ | .ns-104 h2, | ||
+ | .ns-104 h3 { color:#664; } | ||
+ | |||
+ | .ns-104 #column-content #content { | ||
+ | border-top-color:#886; | ||
+ | } | ||
+ | .ns-104 #bgH1 { | ||
+ | background:#9E9E6A url(/rel_jap/bg/bg_alltag.gif); | ||
+ | border-color:#B8B885; | ||
+ | } | ||
+ | .ns-104 #headScreen { | ||
+ | background-color:#A6A66F; | ||
+ | border-color:#dfdfa8; | ||
+ | } | ||
+ | .ns-104 #toc h2, | ||
+ | .ns-104 #p-personal ul, | ||
+ | .ns-104 #p-personal li a, | ||
+ | .ns-104 #dropdown div, | ||
+ | .ns-104 #dropdown h5 { | ||
+ | background-color:#a0a06b; | ||
+ | color:#ffe; | ||
+ | border-color:#cc9; | ||
+ | } | ||
+ | .ns-104 #p-personal li a:hover { | ||
+ | background-color:#c0c08b; | ||
+ | color:#fff; | ||
+ | } | ||
+ | |||
+ | .ns-104 #p-cactions ul, | ||
+ | .ns-104 #p-newtools ul, | ||
+ | .ns-104 #p-cactions li, | ||
+ | .ns-104 #p-newtools li, | ||
+ | .ns-104 .textbox_body { background-color:#e6e6bb; color:#442; border-color:#B8B885;} | ||
+ | |||
+ | /* Namespace 106, NS_IKON, Ikonographie */ | ||
+ | |||
+ | .ns-106 #tagline { background-color:#c1bcd6; color:#103;} | ||
+ | .ns-106 h1, | ||
+ | .ns-106 h2, | ||
+ | .ns-106 h3 { color:#326; } | ||
+ | |||
+ | .ns-106 #column-content #content { | ||
+ | border-top-color:#326; | ||
+ | } | ||
+ | .ns-106 #bgH1 { | ||
+ | background:#766E90 url(/rel_jap/bg/bg_ikon.gif); | ||
+ | border-color:#3C325B; | ||
+ | } | ||
+ | .ns-106 #headScreen { | ||
+ | background-color:#3C325B; | ||
+ | border-color:#766E90; | ||
+ | } | ||
+ | .ns-106 #toc h2, | ||
+ | .ns-106 #p-personal ul, | ||
+ | .ns-106 #p-personal li a, | ||
+ | .ns-106 #dropdown div, | ||
+ | .ns-106 #dropdown h5 { | ||
+ | background-color:#3C325B; | ||
+ | color:#d8d3f0; | ||
+ | border-color:#867da3; | ||
+ | } | ||
+ | .ns-106 #p-personal li a:hover { | ||
+ | background-color:#5C527B; | ||
+ | color:#f8f3ff; | ||
+ | } | ||
+ | |||
+ | .ns-106 #p-cactions ul, | ||
+ | .ns-106 #p-newtools ul, | ||
+ | .ns-106 #p-cactions li, | ||
+ | .ns-106 #p-newtools li, | ||
+ | .ns-106 .textbox_body { | ||
+ | background-color:#c1bcd6; color:#103; border-color:#766E90; } | ||
+ | |||
+ | /* Namespace 108, NS_MYTHEN, Mythen */ | ||
+ | |||
+ | .ns-108 #tagline { background-color:#DEE4CF; color:#333;} | ||
+ | .ns-108 h1, | ||
+ | .ns-108 h2, | ||
+ | .ns-108 h3 { color:#829082; } | ||
+ | |||
+ | .ns-108 #column-content #content { | ||
+ | border-top-color:#CCD3BF; | ||
+ | } | ||
+ | .ns-108 #bgH1 { | ||
+ | background-color:#CCD3BF; | ||
+ | background: url(/rel_jap/bg/bg_mythen.gif) #CCD3BF; | ||
+ | border-color: #9ea693; | ||
+ | } | ||
+ | .ns-108 #headScreen { | ||
+ | color:#f0f4e0; | ||
+ | background-color:#DEE4CF; | ||
+ | border-color:#919B86; | ||
+ | } | ||
+ | .ns-108 #p-logo { border-color:#e8ecd9; } | ||
+ | |||
+ | .ns-108 #toc h2, | ||
+ | .ns-108 #p-personal ul, | ||
+ | .ns-108 #p-personal li a, | ||
+ | .ns-108 #dropdown div, | ||
+ | .ns-108 #dropdown h5 { | ||
+ | background-color:#9ea693; | ||
+ | color:#ffe; | ||
+ | border-color:#d3dcc7; | ||
+ | } | ||
+ | .ns-108 #p-personal li a:hover { | ||
+ | background-color:#786; | ||
+ | color:#ffe; | ||
+ | } | ||
+ | |||
+ | .ns-108 #p-cactions ul, | ||
+ | .ns-108 #p-newtools ul, | ||
+ | .ns-108 #p-cactions li, | ||
+ | .ns-108 #p-newtools li, | ||
+ | .ns-108 .textbox_body { | ||
+ | background-color:#f0f4e0; color:#333; border-color:#CCD3BF; } | ||
+ | |||
+ | /* Namespace 110, NS_GESCHICHTE, Geschichte */ | ||
+ | |||
+ | .ns-110 #tagline { background-color:#c3dde8;color:#013; } | ||
+ | .ns-110 h1, | ||
+ | .ns-110 h2, | ||
+ | .ns-110 h3 { color:#246; } | ||
+ | .ns-110 #column-content #content { | ||
+ | border-top-color:#246; | ||
+ | } | ||
+ | .ns-110 #bgH1 { | ||
+ | background-color:#5e7e99; | ||
+ | background: url(/rel_jap/bg/bg_geschichte.gif) #5e7e99; | ||
+ | border-color:#357; | ||
+ | } | ||
+ | .ns-110 #headScreen { | ||
+ | background-color:#357; | ||
+ | border-color:#8aacb9; | ||
+ | } | ||
+ | .ns-110 #p-logo { border-color:#9fbdcb; } | ||
+ | |||
+ | .ns-110 #toc h2, | ||
+ | .ns-110 #p-personal ul, | ||
+ | .ns-110 #p-personal li a, | ||
+ | .ns-110 #dropdown div, | ||
+ | .ns-110 #dropdown h5 { | ||
+ | background-color:#357; | ||
+ | color:#c0e1ee; | ||
+ | border-color:#8aacb9; | ||
+ | } | ||
+ | .ns-110 #p-personal li a:hover { | ||
+ | background-color:#579; | ||
+ | color:#eef; | ||
+ | } | ||
+ | /* Namespace 112, NS_TEXTE, Texte */ | ||
+ | |||
+ | .ns-112 #tagline { color:#5c5033; background-color:#E8DFA7;} | ||
+ | .ns-112 h1, | ||
+ | .ns-112 h2, | ||
+ | .ns-112 h3 { color:#86682E; } | ||
+ | .ns-112 #column-content #content { | ||
+ | border-top-color:#86682E; | ||
+ | } | ||
+ | .ns-112 #bgH1{ | ||
+ | background-color:#87743B; | ||
+ | background: url(/rel_jap/bg/bg_texte.gif) #87743B; | ||
+ | border-color:#ccba7b; | ||
+ | } | ||
+ | .ns-112 #headScreen { | ||
+ | background-color:#9c8347; | ||
+ | border-color:#ccba7b; | ||
+ | } | ||
+ | |||
+ | .ns-112 #toc h2, | ||
+ | .ns-112 #p-personal ul, | ||
+ | .ns-112 #p-personal li a, | ||
+ | .ns-112 #dropdown div, | ||
+ | .ns-112 #dropdown h5 { | ||
+ | background-color:#9c8347; | ||
+ | color:#F2F0d1; | ||
+ | border-color:#ccba7b; | ||
+ | } | ||
+ | .ns-112 #p-personal li a:hover { | ||
+ | background-color:#bca367; | ||
+ | color:#fff; | ||
+ | } | ||
+ | |||
+ | .ns-112 #p-cactions ul, | ||
+ | .ns-112 #p-newtools ul, | ||
+ | .ns-112 #p-cactions li, | ||
+ | .ns-112 #p-newtools li, | ||
+ | .ns-112 .textbox_body {color:#5c5033; background-color:#F5F3C9; border-color:#97844B;} |
Version vom 24. März 2011, 11:13 Uhr
.mw-warning-with-logexcerpt { display:none;}
/*******************/
.anmToc {font-size: .9em; color:#555; padding: .2em .5em; margin:2px 0 0; border: 1px solid #aaa;}
/*******************/
code, pre { font-size:1.3em; background-color: #f5f5ff;}
/********* Wiki Spezialseiten ***********/
table.diff {padding-top: 11em}
.mw-specialpagesgroup {background:#eeeee5 !important}
.fullImageLink {text-align: center; background-color: #f5f5f5; border: 1px solid #aaa; margin: 0 auto 1em; padding: 3em 0 1em; }
/*********************************/
.prettytable {
margin: 1em auto 1em;
border: 1px #aaa solid;
border-collapse: collapse;
background: #f9f9f9;
}
.prettytable th,
.prettytable td {
border: 1px #aaa solid;
padding: .2em .5em;
}
.prettytable th {
text-align: center;
background: #e9e9e9;
font-family: 'MS Trebuchet' Arial;
}
.prettytable caption {
font-weight: bold;
}
/********** Anmerkungen*************/
sup.reference {font-size: .8em; line-height: 1em; vertical-align:text-top; }
.bildtext sup.reference {font-size: .9em; }
/********** Systemtext*************/
#siteSub {display:block; text-align: right; font: normal normal .8em Arial; }
#contentSub {z-index:1;}
textarea {font: normal 1em/2em Verdana; background:#ffe; color:#005;}
li#pt-mytalk,
#p-tb li#t-recentchangeslinked,
#p-tb li#t-permalink,
#p-tb li#t-print {
display:none; }
/****** zitat ******/
.zitat {margin:1.5em 0 ; padding: 0 2em 0 3em;}
.zitat p, zitat li {line-height:1.75em !important;}
.quelle {text-align: right; color:#888; font-size: .9em;}
.linkbox .quelle { margin-top: 2em; margin-bottom:-4em; font-family: Arial;}
/* ****** GLOSSAR ******** */
.g_romaji {display: none; }
.g_text,
.g_kanji { padding: 0 1em; }
table.glossar_table {
border:1px solid #ccc ;
border-width: 1px 1px 0;
}
.glossar_table td {
border:1px solid #ccc; border-width: 0 0 1px ;
vertical-align:top;
padding: 1px 3px;
background:#fff
}
.glossar_table .jap {font-size:1.2em;}
.glossar_table h2,
.glossar_table h2 span,
.glossar_table h2 a {
border: 0; margin: 0 !important; padding: 0;
}
.glossar_table h2 a {
display: block; padding: .6em .1em; width: 2.3em
}
/* footer */
/* ***** FARBEN *********/
#chapters #p-Meta {
background-color:#cecbad;}
.ns-4 #chapters #p-Meta dl a,
#chapters #p-Meta a:hover,
#chapters #p-Meta:hover dl a,
#chapters #p-Meta li:hover > a,
#chapters #p-Meta .self_parent > a,
#chapters #p-Meta strong.selflink {
color:#555;
background-color:#E8E7CA;
border-color:#a8a87e;}
#chapters #p-Meta ul {
border-bottom-color:#d9d8b6;}
#chapters #p-Meta li {
background:#aaa787; color:#f7f6e6; border-color:#b6b18e; }
#chapters #p-Meta li a {
color:#554; background:#f7f6e6; border-color:#d9d8b6;}
#chapters #p-Meta li .sidepage {
background-image: url(/rel_jap/w/skins/common/images/Arr_r_graugelb.gif);
background-color:#E8E7CA;
border-color:#a8a87e;}
#chapters #p-Meta li .sidepage:hover,
#chapters #p-Meta .self_parent .sidepage {
background-color:#b6b18e;}
#chapters #p-Grundbegriffe {
background-color:#334;}
.ns-100 #chapters #p-Grundbegriffe dl a,
#chapters #p-Grundbegriffe a:hover,
#chapters #p-Grundbegriffe:hover dl a,
#chapters #p-Grundbegriffe li:hover > a,
#chapters #p-Grundbegriffe .self_parent > a,
#chapters #p-Grundbegriffe strong.selflink {
background-color:#b0b0bb; color:#113; border-color:#445;}
#chapters #p-Grundbegriffe li {
background-color:#445; color:#dadade; border-color:#898996;}
#chapters #p-Grundbegriffe ul {
border-bottom-color:#898996;}
#chapters #p-Grundbegriffe li a {
background-color:#CBCBD7; color:#113; border-color:#898996;}
#chapters #p-Grundbegriffe li .sidepage {
background-image: url(/rel_jap/w/skins/common/images/Arr_r_grau.gif);
background-color:#b0b0bb; border-color:#898996;}
#chapters #p-Grundbegriffe li .sidepage:hover,
#chapters #p-Grundbegriffe .self_parent .sidepage {
background-color:#898996;}
#chapters #p-Bauten {
background-color:#bf2c00;
background-color:#ae3711;}
.ns-102 #chapters #p-Bauten dl a,
#chapters #p-Bauten a:hover,
#chapters #p-Bauten:hover dl a,
#chapters #p-Bauten li:hover > a,
#chapters #p-Bauten .self_parent > a,
#chapters #p-Bauten strong.selflink {
background-color:#f7c69e; color:#720; border-color:#ae3711; }
#chapters #p-Bauten li {
background-color:#9b4024; color:#ffebce; border-color:#d7764e;}
#chapters #p-Bauten ul {
border-bottom-color:#d7764e;}
#chapters #p-Bauten li a {
background-color:#ffe5cb; color:#720; border-color:#d7764e;}
#chapters #p-Bauten li .sidepage {
background-image: url(/rel_jap/w/skins/common/images/Arr_r_rot.gif);
background-color:#f7c69e; border-color:#d7764e; }
#chapters #p-Bauten li .sidepage:hover,
#chapters #p-Bauten .self_parent .sidepage {
background-color:#d7764e;
}
#chapters #p-Alltag {
background-color:#A6A66F;}
.ns-104 #chapters #p-Alltag dl a,
#chapters #p-Alltag a:hover,
#chapters #p-Alltag:hover dl a,
#chapters #p-Alltag li:hover > a,
#chapters #p-Alltag .self_parent > a,
#chapters #p-Alltag strong.selflink {
background-color:#dfdfa8; color:#331; border-color:#A6A66F;}
#chapters #p-Alltag li {
color:#ffe; background-color:#9E9E6A; border-color:#B8B885; }
#chapters #p-Alltag ul {
border-bottom-color:#B8B885;}
#chapters #p-Alltag li a {
background-color:#efefc2; color:#442; border-color:#B8B885;}
#chapters #p-Alltag li .sidepage {
background-image: url(/rel_jap/w/skins/common/images/Arr_r_gruen.gif);
background-color:#dfdfa8; border-color:#B8B885;}
#chapters #p-Alltag li .sidepage:hover,
#chapters #p-Alltag .self_parent .sidepage { background-color:#B8B885; }
#chapters #p-Ikonographie {
background-color:#3C325B;}
.ns-106 #chapters #p-Ikonographie dl a,
#chapters #p-Ikonographie a:hover,
#chapters #p-Ikonographie:hover dl a,
#chapters #p-Ikonographie li:hover > a,
#chapters #p-Ikonographie .self_parent > a,
#chapters #p-Ikonographie strong.selflink {
background-color:#a19cb6; color:#103; border-color:#4F466D;}
#chapters #p-Ikonographie li {
background-color:#4F466D; color:#eef; border-color:#766E90; }
#chapters #p-Ikonographie ul {
border-bottom-color:#766E90;}
#chapters #p-Ikonographie li a {
background-color:#c1bcd6; color:#103; border-color:#766E90;}
#chapters #p-Ikonographie li .sidepage {
background-image: url(/rel_jap/w/skins/common/images/Arr_r_lila.gif);
background-color:#a19cb6; border-color:#766E90; }
#chapters #p-Ikonographie li .sidepage:hover,
#chapters #p-Ikonographie .self_parent .sidepage {
background-color:#766E90; }
#chapters #p-Mythen {
background-color:#B1BBA6;}
.ns-108 #chapters #p-Mythen dl a,
#chapters #p-Mythen a:hover,
#chapters #p-Mythen:hover dl a,
#chapters #p-Mythen li:hover > a,
#chapters #p-Mythen .self_parent > a,
#chapters #p-Mythen strong.selflink {
background-color:#DEE4CF; color:#333; border-color:#bbc6b0;}
#chapters #p-Mythen li {
background-color:#A9B29E; color:#f0f4e0; border-color:#CCD3BF;}
#chapters #p-Mythen ul {
border-bottom-color:#CCD3BF;}
#chapters #p-Mythen li a {
background-color:#f0f4e0; color:#333; border-color:#CCD3BF;}
#chapters #p-Mythen li .sidepage {
background-image: url(/rel_jap/w/skins/common/images/Arr_r_graugruen.gif);
background-color:#DEE4CF; border-color:#bbc6b0;}
#chapters #p-Mythen li .sidepage:hover,
#chapters #p-Mythen .self_parent .sidepage {
background-color:#CCD3BF; }
#chapters #p-Geschichte {
background-color:#357;}
.ns-110 #chapters #p-Geschichte dl a,
#chapters #p-Geschichte a:hover,
#chapters #p-Geschichte:hover dl a,
#chapters #p-Geschichte li:hover > a,
#chapters #p-Geschichte .self_parent > a,
#chapters #p-Geschichte strong.selflink {
background-color:#A9CBDB;color:#012; border-color:#5C7E94;}
#chapters #p-Geschichte li {
background-color:#357; color:#c0e1ee; border-color:#7C9EB4; }
#chapters #p-Geschichte ul {
border-bottom-color:#7C9EB4;}
#chapters #p-Geschichte li a {
color:#135; background-color:#c0e1ee; border-color:#7C9EB4;}
#chapters #p-Geschichte li .sidepage {
background-image: url(/rel_jap/w/skins/common/images/Arr_r_blau.gif);
background-color:#A9CBDB;color:#012; border-color:#7C9EB4; }
#chapters #p-Geschichte li .sidepage:hover,
#chapters #p-Geschichte .self_parent .sidepage {
background-color:#7C9EB4;
}
#chapters #p-Texte {
background-color:#ac9a5b;}
.ns-112 #chapters #p-Texte dl a,
#chapters #p-Texte a:hover,
#chapters #p-Texte:hover dl a,
#chapters #p-Texte li:hover > a,
#chapters #p-Texte .self_parent > a,
#chapters #p-Texte strong.selflink {
background-color:#E8DFA7; color:#5c5033; border-color:#97844B;}
#chapters #p-Texte .pBody { top: 14em;}
#chapters #p-Texte li {
background-color:#ac9a5b; color:#ffe; border-color:#ac9a5b;}
#chapters #p-Texte ul {
border-bottom-color:#ac9a5b;}
#chapters #p-Texte li a {
color:#5c5033; background-color:#F2F0C7; border-color:#ac9a5b;}
#chapters #p-Texte li .sidepage {
background-image: url(/rel_jap/w/skins/common/images/Arr_r_gelb.gif);
background-color:#E8DFA7; border-color:#ac9a5b;}
#chapters #p-Texte li .sidepage:hover,
#chapters #p-Texte .self_parent .sidepage {
background-color:#ac9a5b; }
/******* Einzelseiten *******/
.page-Alltag_Matsuri #p-logo{
background: url(/rel_jap/bilder/matsuri23.gif) no-repeat bottom right;
}
.page-Ikonographie_Glücksgötter #toc {margin-top:-60px
}
.page-Ikonographie_Glücksgötter #toctitle {
background: #fff url(/rel_jap/w/images/c/cf/Takarabune.gif) no-repeat top;
padding-top: 200px;
}
.page-Mythen_Geister #toc h2 {
background: url(/rel_jap/w/skins/common/images/yurei_kyosai_kl.gif) no-repeat bottom left;
padding-top: 96px;}
.page-Mythen_Tengu_und_Oni #toc h2 {
background: url(/rel_jap/w/skins/common/images/tengu_kurama.gif) no-repeat top left;
padding-top: 77px;}
.page-Mythen_Symboltiere_Namazue #toc {margin-top:-100px
}
.page-Mythen_Symboltiere_Namazue #toctitle {
background: #fff url(/rel_jap/w/images/thumb/d/de/Namazu_shamisen.png/120px-Namazu_shamisen.png) no-repeat top;
padding-top: 194px;
}
.page-Geschichte_Amidismus #toc h2 {
background: url(/rel_jap/bilder2/kuya3.gif) no-repeat 50px 0;
padding-top: 77px;}
/*********** WIKI GADGETS *****************/
a.toparrow {
color:#aaa;
font-weight: normal; font-style:normal; font-size:9px; line-height: 1.2em;
text-align: center;
float: right; width:2.5em;
padding:0;
margin: 0 -6pt 0 0;
text-decoration:none; }
a.toparrow:hover {color:#555;}
#showtalk a.toparrow {display:none;}
a.toparrow, .editsection {margin-top:9px;}
.noborder a.toparrow {display:none;}
div#content a.external[href^="http://www.univie.ac.at/rel_jap/an"],
div#content a.external[href^="http://www.univie.ac.at/rel_jap/w"],
#mw_content a.external[href^="http://www.univie.ac.at/rel_jap/w"],
#mw_content a.external[href^="http://www.univie.ac.at/rel_jap/an"] {
background: none;
padding-right: 0;
}
/*********************************************
* Links
*Struktur
* HEADINGS
* SYSTEMTEXT
* personal toolbar
* sidebar
* general styles
**********************************************/
/* LINKS */
a {
text-decoration: none;
color: #a22e00;
color: #a9461b;
background: none;
}
a:hover {
color:#9d4119;
background-color:#f5f5ee;
}
/*Links in Klassen*/
a.new {
color: #a9461b;
}
a.new:visited {
color: #a9461b;
}
/* STRUKTUR */
#content {
margin-top:0;
background-color:#fff;
min-width:50em;
font-family: Georgia, serif, Times ;
}
#bodyContent {
}
/* HEADINGS */
#headScreen { display:none; /*für Head Farbe 2*/ }
/* firstHeading */
#firstHeading { display:none; }
/* H1 */
#bodyContent h1 {
font-size:1em;
margin:0 0 1.7em;
padding: 6.4em 0 2em;
font-weight: bold;
text-align:center;
border:0;
min-width:30em;
}
#bodyContent h1 .mw-headline {
font: bold 2.2em/1.2em "Trebuchet MS";
display: block;
margin: 0;
padding: .2em 0;
}
h1 .mw-headline span {
display:block;
font-weight: normal;
font-size: .75em; line-height:2em;
margin-top:-.8em;
}
h1 .mw-headline span.bottom {margin: 0 0 -1em;}
h2.noborder {padding-bottom:0; border:0;}
/* SYSTEMTEXT */
#contentSub, #contentSub2 {
position: absolute;
right:1em; top:2.5em; left:1em;
text-align:left;
font-size: 84%;
line-height: 1.2em;
margin: 0 ;
}
#tagline {
position:absolute; right: 0; left:0; text-align: right;
color:#555;
border:0;
background-color:#eeeee8;
z-index:3;
}
/* Systemnachrichten */
/* beobachten, ... */
#mw-js-message {
position: absolute;
z-index: 12; left: 3em; top:0;
font:normal .9em Arial;
margin: 0; padding:.5em 1.5em;
background:#ffe url(../../../bg/help2.gif) top right no-repeat;
border: 1px solid #fff000; color:#000;
opacity: .8;
filter: alpha(opacity=80);
}
/********** personal toolbar und see actions ********************/
#dropdown {
position:absolute;
top: 1.1em; left: 8em; right:0;
z-index:3}
#p-personal {
position:absolute; top: -1.1em;}
#p-cactions div,
#p-newtools div {
width: 10.5em;
}
#p-cactions ul,
#p-newtools ul {
margin: 0;
}
#p-cactions li,
#p-newtools li {
padding: 0 .5em;
display:block;
}
#p-cactions a,
#p-newtools a {
display:block;
padding: 0 .1em !important;
}
#p-cactions,
#p-newtools {
position: absolute; top: 0; right: auto;
display:block;
margin:0;
padding:0;
font-size: 1em; line-height: 1.2em;
border: 0;
background-color:#ddddd3;
color: #555;
white-space: normal;
}
#p-newtools {left: 1em}
#p-cactions {left: 12em}
#p-newtools h5,
#p-personal h5,
#p-cactions h5 {
display:block;
width: 7.2em;
float:none;
position: static;
margin: 1px 1px 0; padding:0 1.5em;
font-size: 1em;
font-weight:bold;
line-height: 1.2em; height:1.2em;
text-align:center;
text-transform:lowercase;
border: solid #aaa;
border-width: 1px 1px 0;
background-image: none;
}
#p-personal h5 {
position:absolute; top:-200px; width:auto;
}
#p-newtools .pBody,
#p-cactions .pBody {
margin: 0 ;
padding:0 ;
border:0;
font-size: 1em;
background: none;
position: static;
width:auto;
}
#p-cactions ul,
#p-newtools ul {
display:none; /* hide */
position:relative;
margin: 0 1px 1px !important;
padding:0 !important;
list-style:none;
line-height: 1.5em;
background:#eeeee5;
border: 1px solid #bbb;
font-size: .94em;
width:10m !important;
overflow:hidden;
}
#p-cactions:hover ul,
#p-newtools:hover ul
{ display: block; } /* show */
#p-cactions li,
#p-newtools li {
display: block;
padding: 0;
margin: 0;
width: auto;
font-size: 1em;
line-height: 1.5em;
background-color: #eeeee5;
border-bottom: 1px solid #aaa;
text-align: center;
background-image: none;
}
#p-cactions li.space,
#p-newtools li.space{
border-bottom: double 3px;}
/* links */
#p-cactions li a,
#p-newtools li a{
display:block;
margin:0 1em; padding:0 ;
border:0;
font-size: 1em;
line-height: 1.5em;
height: 1.5em;
color: #000;
background: none;
}
#p-cactions li a:hover,
#p-newtools li a:hover {
text-decoration: none;
color: #000;
border:0; padding:0;
background: #fff;
background-color: #fff;
}
#p-personal {
background-position: top left;
background-repeat:no-repeat;
background-image: url(../monobook/user.gif);
z-index:3;
}
/* hide */
#p-cactions li,
#p-tb,
#p-personal li#pt-mytalk,
#p-personal li#pt-anontalk,
#p-personal li#pt-watchlist,
#p-personal li#pt-mycontris,
.sysop {
display: none;
}
/* show */
#p-cactions li#ca-talk,
#p-cactions li#ca-edit,
#p-cactions li#ca-move,
#p-cactions li#ca-watch,
#p-cactions li#ca-unwatch,
#p-cactions li#ca-delete,
#p-cactions li#ca-history,
#p-cactions li#ca-protect,
#p-cactions li#ca-unprotect {
display:block;
}
/* links */
#p-cactions li a, #p-cactions li a.new,
#p-newtools li a {
display:block;
margin:0 1em; padding:0 ;
border:0;
font-size: 1em;
line-height: 1.5em;
height: 1.5em;
color: #000;
background: none;
}
#p-cactions li a:hover,
#p-newtools li a:hover {
text-decoration: none;
color: #000;
border:0; padding:0 !important;
background: #fff !important;
background-color: #fff !important;
}
/*Sidebar*/
#sidebar { }
#sidebar.absolute { position: absolute; top:15.8em;}
#sidebar.fixed { position: fixed; top:16px; }
#chapters {}
/* general styles*/
p {
line-height:1.5em;
margin:0 0 1.5em}
p+p {margin-top:-.5em;}
#bodyContent > p {
text-align: justify;
}
ul {
margin: 0; padding: .3em 0 .8em 1.5em;
}
ol {
margin: 0; padding: .3em 0 .8em 1.5em;
}
li {
margin-bottom: .5em;
}
dl {
margin-top: .2em;
margin-bottom: .5em;
}
#bodyContent > p,
#bodyContent > dl,
#bodyContent > ol,
#bodyContent > ul {
font-size: 1.2em;
}
table,tr,td { background:none;}
#toolbar {padding-top:10em} /* Bearbeiten ....*/
/*______________________________________________
BILDER
Sidebox
Bildbox (Galerie1)
Dia
Galerie2 (Sidepage)
TEXT
Textbox
Linkbox
Zitat
Thisway
POPUPS
GLOSSAR
______________________________________________
*/
#toc,
.sidebox,
.sidebox_Wrapper,
.left_Wrapper {
position: absolute;
right:-7em; left:auto;
font: normal normal 1em Arial;
margin:0 0 1em 0;
padding: 0;
border:0;
width: 14em;
}
.top12 {top:13.3em;}
.left_Wrapper {
right: auto; left:-7em; top: auto;
}
.sidebox_Wrapper .sidebox,
.left_Wrapper .sidebox,
.sidebox_Wrapper #toc {
position:static; margin-bottom:1em;
}
/*********************************************
TOC
**********************************************/
#toc {}
#toc li.toclevel-1 .toctext {display:none;}
#toc li.toclevel-2 .toctext {display: block;}
/***************************************
BILDER
***************************************/
.box { margin: 1.5em 0;}
.bild img { border: 1px solid #aaa; padding: 1px;}
.bildtext {
font-size: .91em;
font-family: Arial;
color:#554;
text-align:center;
padding: 0 6px;
}
/******* sidebox *******/
.sidebox {
overflow: visible; top:auto;
padding-top:.3em;
}
.sbUe {
position:absolute; left:-1.3em;
width:.6em; z-index:4;
margin: 1.2em 0 0; padding:0 .3em;
line-height: 13px;
text-transform:uppercase; text-align:left;
text-transform:lowercase;
font-size:12px;
font-family: Typewriter, Courier, mono;
background:#eeeee8; color:#555;
border: solid #bbb 1px;
border-width: 1px 0 1px 1px;
overflow:visible;
}
.sbUe a{
display:block; padding:6px 0 0;
background: url(../../../w2/skins/newCSS/no.gif);
width:15em; height:112px;
color:#333;
}
.sbUe a:hover {
background: url(../../../w2/skins/newCSS/no.gif); color:#C33;
text-decoration:none;}
.left_Wrapper .sbUe { left:auto; right:-1.3em; border-width: 1px 1px 1px 0;}
.left_Wrapper .sbUe a {
position:relative; text-align: right; left:-14.4em;
}
.sbBody {
position:relative; z-index:2;
background-color: #fafaf8;
border: 1px solid #aaa;
padding: .8em 0;
overflow:hidden;
}
.sidebox .bildtext a {
display:block; color:#555; }
.sidebox .bildtext a:hover {
color:#000; background:#eeeee8; }
/******* bildbox *******/
.bildbox {
text-align:center;
margin: .5em 0; padding: 1em 0;
}
table.bildbox {
margin: 0 auto 1.5em; padding: 0;
max-width: 640px;
}
.bildbox td,
.bild td,
td.bildbox,
td.bild {vertical-align:top;}
.bildbox img {border:1px solid #aaa; padding: 1px; margin:.25em;}
.largebox {margin-left: -3em; margin-right: -3em; }
.noborder img {border:0;}
.nomargin {margin:0; padding:0}
/******* dia *******/
.dia {
border: 1px solid #fff;
margin: auto;
}
.dia_aussen {
background: #f5f5ee;
border: 1px solid #999;
margin:4px;padding:0;
}
.noborder .dia_aussen {
border: 1px solid #fff;
}
.dia_aussen:hover {
background: #eeeee8;
border: 1px solid #ccc;
margin:0; padding:4px;
}
.dia_innen {
border: 1px solid #f5f5ee;
overflow:hidden;
background: #fff;
}
.dia img {border:0; padding:0; margin:0}
.sbBody .dia {
border: 1px solid #fafaf8;
}
.noborder .dia_aussen,
.noborder .dia_innen {
border: 1px solid #fff;
}
/************ Galerie 2, Sidepage **************/
.galerie2 {
margin: 3em auto 2em;
text-align:center;
background: #eeeee8;
border: 1px solid #eeeee8;
}
.galerie2 .dia_innen {
float:left;
width: 96px;
height:120px;
border-collapse:separate;
}
.galerie2 .dia_innen:hover {border-color:#fc3;}
.galerie2 .bildtext {
clear:left;
padding: .6em 0 .8em;
}
.galerie2 .bildtext span {
padding: 0 2em;
background: url(/rel_jap/w/skins/common/images/lupe.gif) no-repeat right top;
}
.galerie2 h2,
.galerie2 .bildtext span span {
padding: auto 0 ; margin: auto 0 ;
border:0; background:none;
}
/**************************************
TEXTE
**************************************/
/****** textbox ******/
.textbox {
float: right; width: 22em;
margin: .2em -18em 2em 2em;
}
.textbox_body {
padding: 1em; border: 1px solid #ccc;
background-color:#f5f5f1;
}
.textbox h2,
.textbox h3,
.textbox h4 {
margin:.5em 0 1em !important;
padding: 0 !important;
font: bold 1.3em "Trebuchet MS";
text-align: center;
border:none; background-image:none;
}
/****** linkbox ******/
.linkbox {
margin: 3em -1em 2em;
padding: 0; color:#332;
}
.linkbox h2 {
margin:0 !important ;
padding: 0 16pt .18em !important;
text-align:left;
border:0;
color: #554 !important;
font-style:normal;
}
.linkbox p,
.linkbox li {line-height: 1.75em !important;}
.linkbox ul { margin-bottom:0; margin-top:0;
padding-top:0; padding-bottom:0}
.linkbox p { margin:1em 0;}
.linkbox > div {
margin: 0;
padding: 1.5em 2em;
border-color: #aaa;
border-style: solid dotted;
border-width: 1px 2px;
background: #f3f3ea;
background: #f5f5ee;
}
/***** thisway ******/
#thisway {
margin: 3em 0 0;
text-align:right; color:#888;}
#thisway ul {text-align: left; float: left; width: 12em;}
#thisway li {padding: 0; line-height: 1.1em;
font-size: 11px; }
#thisway div {
padding: 0;
margin: 0 -10em 1em ;
text-align: right;
background:#fff;
font-size: .9em;
line-height: 35px;}
#thisway span {
white-space:nowrap;
padding:.5em 2em;
border: 1px solid #aaa;
border-width: 0;
}
#thisway img { float:right;}
#bodyContent #thisway a {text-decoration: none; background:none; color:#a9461b; padding:0;}
#bodyContent #thisway a:hover {color:#9d4119; background-color:#f5f5ee; }
/* Kommentare */
#showtalk {
margin: 4em -1em 0;
color:#332;
}
#showtalk .show {display:block;}
#showtalk .hide {display:none;}
#showtalkUe h2 {
font-size: 1em;
padding: .2em .5em;
margin: 0;
background: none;
border-bottom: 1px solid #ccc;
text-align:left;
clear:none;
color:#003;
font-family:Georgia, "Times New Roman", Times, serif;
}
#showtalkUe span.show {
float: right;
cursor: pointer;
font-size: .9em;
color:#888;
}
#showtalk span.show:hover {
text-decoration: underline;
}
#talkText {
padding: 1em 2em; background:#f5f5ff;
border: 1px solid #ccc;
border-top: 0;
}
#talkFooter {
border-top: 1px solid #ccc;
margin: 2em 0 0;
text-align: center;
display:block;
font-size: .9em;
cursor: pointer;
}
#talkFooter:hover { background:#e5e5ff;}
.writeTalk {
text-align: center;
margin:5em 0 3em;
font-size: .91em;
border-top: 1px solid #ccc;}
.writeTalk a {
position:relative; top:-.9em;
border: 1px solid #ccc;
padding: .4em 1.2em !important;
background: #e9e9ee !important;
color:#000 !important;
font-weight: bold;
}
.writeTalk a:hover {
border: 1px solid #aaa;
text-decoration:none;
background: #d5d5ff !important;
color:#003 !important;
}
/*************************************
POPUPS
**************************************/
#ppScreen {
position:absolute; left:0px; top:0px; z-index:19;
display: none;
background:#000; color:#777;
opacity: .7;
filter: alpha(opacity=70);
}
#ppImgDiv {
position:absolute; z-index:20;
margin:auto; padding:2px;
border:1px solid #777;
background:#cfc7bb;
color:#333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1.27em; line-height:1.2em;
text-align:center;
}
#ppImgDiv p {
text-align:left;
padding: .5em 0;
font-size: 1em;
}
#ppImgDiv img {
padding:2px; border: 1px solid #999;
}
#ppImgDiv #ppIndex {
padding: 2px;
border-bottom:1px solid #999;
font-size:12px !important;
}
.ppFloat {
position: absolute; color:#fff;
border:0;
text-align: left; padding: 40px 15px 10px;
}
.ppClick {
position: absolute; color:#fff;
border:0;
text-align: right; padding: 5px 85px 5px 10px; font-size:11px !important;
background: url(/rel_jap/bg/help.gif) no-repeat right;
}
.ppClick span { visibility: hidden; }
.ppClick:hover span { visibility: visible; }
#ppImgDiv a { color: #eb8;
border:0;}
#ppImgDiv .ppFloat a:hover { color: #eb8; background:#000; }
.pp_text { display:none }
/*vorwärts rückwärts*/
#bck1, #nxt1 {
position: absolute; top:0;
display: block;
padding: 0; margin: 0;
text-align:center;
}
#bck1 {
left: 0;
background:url(/rel_jap/bg/larr.gif) no-repeat bottom left ;
}
#bck1:hover {
background:url(/rel_jap/bg/larr2.gif) no-repeat bottom left;
}
#nxt1 {
text-align:right;
background:url(/rel_jap/bg/rarr.gif) no-repeat bottom right ;
}
#nxt1:hover {
background:url(/rel_jap/bg/rarr2.gif) no-repeat bottom right ;
}
/***************************************
GLOSSAR
****************************************/
.glossar {
color: #666;
font-family: "Trebuchet MS";
}
.glossar2 {
color:#124374;
font-family: "Trebuchet MS", Arial;
font-weight:bold;
cursor: help;
cursor: url(/rel_jap/bilderneu/kanji26.cur), help;
position:relative;
}
.glossar2:hover {background:#f3f5ff;
}
.glossar2 span { display: block; }
.glossar2 .g_body {
position:absolute;
top:1.4em; left:-8em;
text-align:center;
font: normal 9pt/12pt Arial;
z-index:1;
}
.textbox .glossar2 {font-weight:bold;}
.glossar2#showTooltip { position:relative;}
.glossar2 .g_body { display: none; }
.glossar2#showTooltip .g_body,
.glossar2:hover .g_body { display: block; }
.glossar2 .g_schatten,
.glossar2 .g_tooltip {
width:17em; position:absolute;
border: #26a solid 1px;
background-color: #f3f5ff; color:#048;
padding:.5em;
cursor: default;
filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#666677,direction=135);
-webkit-box-shadow: 1px 1px 3px #667;
-moz-box-shadow: 1px 1px 3px #667;
box-shadow: 1px 1px 3px #667;
}
.glossar2 .g_schatten {
margin: 4px; position:absolute;
background: #004;
border-color: #d7dae9;
opacity: .15;
filter: alpha(opacity=15);
}
.g_romaji,
.g_text,
.g_kanji { padding: 0 1em; }
.glossar2 .g_kanji {font-size: 1.6em; line-height:1em; padding-bottom:.3em;}
.glossar2 .g_romaji,
.glossar2 .g_romaji i {
font:normal normal x-small/1em Arial;
padding-bottom:.5em; text-transform:uppercase;
}
.jap {font-family:"MS Mincho", "MS PGothic" }
.g_link { }
/* Namespace 100, NS_GRUND, Grundbegriffe */
.ns-100 #tagline { color:#224; background-color:#CBCBD7; }
.ns-100 h1,
.ns-100 h2,
.ns-100 h3 { color:#336; }
.ns-100 #column-content #content {
border-top-color:#334
}
.ns-100 #bgH1 {
background:#778 url(/rel_jap/bg/bg_grund.gif);
border-color:#334;
}
.ns-100 #headScreen {
background-color: none;
border-color: none;
}
.ns-100 #toc h2,
.ns-100 #p-personal ul,
.ns-100 #p-personal li a,
.ns-100 #dropdown div,
.ns-100 #dropdown h5 {
background-color:#445;
color:#dadade;
border-color:#808088;
}
.ns-100 #p-personal li a:hover {
background-color:#667;
color:#fafafe;
}
/* Namespace 102, NS_BAU, Bauten */
.ns-102 #tagline {color:#500; background-color:#f7c69e;}
.ns-102 h1,
.ns-102 h2,
.ns-102 h3 { color:#821c00; }
.ns-102 #column-content #content {
border-top-color:#9b4024;
}
.ns-102 #bgH1{
background:#8b3014 url(/rel_jap/bg/bg_bauten.gif);
border-color:#d87e51;
}
.ns-102 #headScreen {
background-color:#9b4024;
border-color:#e7a67e;
}
.ns-102 #toc h2,
.ns-102 #p-personal ul,
.ns-102 #p-personal li a,
.ns-102 #dropdown div,
.ns-102 #dropdown h5 {
background-color:#9b4024;
color:#ffebce;
border-color:#d7977a;
}
.ns-102 #p-personal li a:hover {
background-color:#c2502d;
color:#fff;
}
.ns-102 #p-cactions ul,
.ns-102 #p-newtools ul,
.ns-102 #p-cactions li,
.ns-102 #p-newtools li,
.ns-102 .textbox_body { background-color:#ffe5cb; border-color:#d98; color: #422;}
/* Namespace 104, NS_ALLTAG, Alltag */
.ns-104 #tagline { color:#332; background-color:#dfdfa8; }
.ns-104 h1,
.ns-104 h2,
.ns-104 h3 { color:#664; }
.ns-104 #column-content #content {
border-top-color:#886;
}
.ns-104 #bgH1 {
background:#9E9E6A url(/rel_jap/bg/bg_alltag.gif);
border-color:#B8B885;
}
.ns-104 #headScreen {
background-color:#A6A66F;
border-color:#dfdfa8;
}
.ns-104 #toc h2,
.ns-104 #p-personal ul,
.ns-104 #p-personal li a,
.ns-104 #dropdown div,
.ns-104 #dropdown h5 {
background-color:#a0a06b;
color:#ffe;
border-color:#cc9;
}
.ns-104 #p-personal li a:hover {
background-color:#c0c08b;
color:#fff;
}
.ns-104 #p-cactions ul,
.ns-104 #p-newtools ul,
.ns-104 #p-cactions li,
.ns-104 #p-newtools li,
.ns-104 .textbox_body { background-color:#e6e6bb; color:#442; border-color:#B8B885;}
/* Namespace 106, NS_IKON, Ikonographie */
.ns-106 #tagline { background-color:#c1bcd6; color:#103;}
.ns-106 h1,
.ns-106 h2,
.ns-106 h3 { color:#326; }
.ns-106 #column-content #content {
border-top-color:#326;
}
.ns-106 #bgH1 {
background:#766E90 url(/rel_jap/bg/bg_ikon.gif);
border-color:#3C325B;
}
.ns-106 #headScreen {
background-color:#3C325B;
border-color:#766E90;
}
.ns-106 #toc h2,
.ns-106 #p-personal ul,
.ns-106 #p-personal li a,
.ns-106 #dropdown div,
.ns-106 #dropdown h5 {
background-color:#3C325B;
color:#d8d3f0;
border-color:#867da3;
}
.ns-106 #p-personal li a:hover {
background-color:#5C527B;
color:#f8f3ff;
}
.ns-106 #p-cactions ul,
.ns-106 #p-newtools ul,
.ns-106 #p-cactions li,
.ns-106 #p-newtools li,
.ns-106 .textbox_body {
background-color:#c1bcd6; color:#103; border-color:#766E90; }
/* Namespace 108, NS_MYTHEN, Mythen */
.ns-108 #tagline { background-color:#DEE4CF; color:#333;}
.ns-108 h1,
.ns-108 h2,
.ns-108 h3 { color:#829082; }
.ns-108 #column-content #content {
border-top-color:#CCD3BF;
}
.ns-108 #bgH1 {
background-color:#CCD3BF;
background: url(/rel_jap/bg/bg_mythen.gif) #CCD3BF;
border-color: #9ea693;
}
.ns-108 #headScreen {
color:#f0f4e0;
background-color:#DEE4CF;
border-color:#919B86;
}
.ns-108 #p-logo { border-color:#e8ecd9; }
.ns-108 #toc h2,
.ns-108 #p-personal ul,
.ns-108 #p-personal li a,
.ns-108 #dropdown div,
.ns-108 #dropdown h5 {
background-color:#9ea693;
color:#ffe;
border-color:#d3dcc7;
}
.ns-108 #p-personal li a:hover {
background-color:#786;
color:#ffe;
}
.ns-108 #p-cactions ul,
.ns-108 #p-newtools ul,
.ns-108 #p-cactions li,
.ns-108 #p-newtools li,
.ns-108 .textbox_body {
background-color:#f0f4e0; color:#333; border-color:#CCD3BF; }
/* Namespace 110, NS_GESCHICHTE, Geschichte */
.ns-110 #tagline { background-color:#c3dde8;color:#013; }
.ns-110 h1,
.ns-110 h2,
.ns-110 h3 { color:#246; }
.ns-110 #column-content #content {
border-top-color:#246;
}
.ns-110 #bgH1 {
background-color:#5e7e99;
background: url(/rel_jap/bg/bg_geschichte.gif) #5e7e99;
border-color:#357;
}
.ns-110 #headScreen {
background-color:#357;
border-color:#8aacb9;
}
.ns-110 #p-logo { border-color:#9fbdcb; }
.ns-110 #toc h2,
.ns-110 #p-personal ul,
.ns-110 #p-personal li a,
.ns-110 #dropdown div,
.ns-110 #dropdown h5 {
background-color:#357;
color:#c0e1ee;
border-color:#8aacb9;
}
.ns-110 #p-personal li a:hover {
background-color:#579;
color:#eef;
}
/* Namespace 112, NS_TEXTE, Texte */
.ns-112 #tagline { color:#5c5033; background-color:#E8DFA7;}
.ns-112 h1,
.ns-112 h2,
.ns-112 h3 { color:#86682E; }
.ns-112 #column-content #content {
border-top-color:#86682E;
}
.ns-112 #bgH1{
background-color:#87743B;
background: url(/rel_jap/bg/bg_texte.gif) #87743B;
border-color:#ccba7b;
}
.ns-112 #headScreen {
background-color:#9c8347;
border-color:#ccba7b;
}
.ns-112 #toc h2,
.ns-112 #p-personal ul,
.ns-112 #p-personal li a,
.ns-112 #dropdown div,
.ns-112 #dropdown h5 {
background-color:#9c8347;
color:#F2F0d1;
border-color:#ccba7b;
}
.ns-112 #p-personal li a:hover {
background-color:#bca367;
color:#fff;
}
.ns-112 #p-cactions ul,
.ns-112 #p-newtools ul,
.ns-112 #p-cactions li,
.ns-112 #p-newtools li,
.ns-112 .textbox_body {color:#5c5033; background-color:#F5F3C9; border-color:#97844B;}