MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 1: | Zeile 1: | ||
− | + | /* Framework */ | |
− | margin: 1em | + | html, |
+ | body { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | font-size: 1em; | ||
+ | background: #eeeee5 url(/rel_jap/bg/bg0.gif); | ||
+ | color: black; | ||
+ | font-family: Arial, sans-serif; | ||
+ | } | ||
+ | /* Content */ | ||
+ | div#content { | ||
+ | position:relative; | ||
+ | z-index:1; | ||
+ | margin: 15px 0 1.5em 160px; | ||
+ | padding:0 ; | ||
+ | line-height: 1.5em; | ||
+ | min-width: 50em; | ||
+ | font-family: Georgia, serif, Times ; | ||
+ | background:#fff; | ||
+ | border-color: #ace; | ||
+ | border-style: solid dotted solid; | ||
+ | border-width: 1px 0 2px 2px; | ||
+ | } | ||
+ | .action-view div#content { | ||
+ | margin: 15px 100px 1.5em; | ||
+ | border-color: #aaa; | ||
+ | border-width: 1px 2px 2px; | ||
+ | } | ||
+ | |||
+ | /**** bodyContent ****/ | ||
+ | |||
+ | #bodyContent { | ||
+ | position:static; | ||
+ | padding: 0 3.5em 3.5em; | ||
+ | font-size:.8em; | ||
+ | width: auto; | ||
+ | } | ||
+ | .action-view #bodyContent { | ||
+ | padding: 3.5em 130px 120px; | ||
+ | max-width:50em; | ||
+ | margin:auto; | ||
+ | } | ||
+ | .ns-6.action-view #bodyContent { | ||
+ | max-width: 900px; | ||
+ | } | ||
+ | .ns-8.action-view #bodyContent { | ||
+ | max-width: none; | ||
+ | } | ||
+ | .mw-content-ltr { | ||
+ | font-size: 1em; | ||
+ | } | ||
+ | .action-view .mw-content-ltr { | ||
+ | font-size:120%; | ||
+ | } | ||
+ | |||
+ | /*** Head ***/ | ||
+ | |||
+ | #mw-page-base, | ||
+ | #mw-head-base, | ||
+ | #mw-head { | ||
+ | position:absolute; | ||
+ | z-index:4; | ||
+ | } | ||
+ | #mw-page-base { | ||
+ | height: 160px; | ||
+ | position:absolute; | ||
+ | } | ||
+ | #mw-head-base { | ||
+ | top:-1px; left:0; right:0; | ||
+ | height: 5em; | ||
+ | margin:0; | ||
+ | border-bottom: 1px solid #def; | ||
+ | background: #f5f5ee url(/rel_jap/wikibilder/logo_head3.jpg) top left repeat-x ; | ||
+ | } | ||
+ | #mw-page-base { | ||
+ | z-index:0; | ||
+ | top: 0; | ||
+ | right: 0; | ||
+ | width: 100%; | ||
+ | background: #bbb url(/rel_jap/bg/bg_head0.gif); | ||
+ | border-bottom: 5px solid #aaa; | ||
+ | } | ||
+ | /* Code am Seitenende */ | ||
+ | #mw-head { | ||
+ | top: 0; | ||
+ | right: 0; | ||
+ | width: 100%; | ||
+ | background: #f5f5ee url(/rel_jap/wikibilder/logo_head3.jpg) top left repeat-x ; | ||
+ | } | ||
+ | div#mw-head h5 { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | /* Navigation Containers */ | ||
+ | .action-view #left-navigation, | ||
+ | .action-view #right-navigation{ | ||
+ | display:none; | ||
+ | } | ||
+ | /* Logo */ | ||
+ | #p-logo { | ||
+ | position: absolute; | ||
+ | z-index:4; | ||
+ | top: -160px; | ||
+ | left: 0; | ||
+ | width: 10em; | ||
+ | height: 160px; | ||
+ | background: #f5f5ee url(/rel_jap/wikibilder/logo_head3.jpg) top left repeat-x ; | ||
} | } | ||
− | # | + | #p-logo a { |
− | text-align:left; | + | display: block; |
− | background-color:# | + | width: 10em; |
− | padding: | + | height: 160px; |
+ | background-repeat: no-repeat; | ||
+ | background-position: center center; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #mw-panel { | ||
+ | z-index:4; | ||
+ | background: #f5f5ee; | ||
+ | border-bottom: 1px solid #def; | ||
+ | } | ||
+ | .action-view #p-logo, | ||
+ | .action-view #mw-panel, | ||
+ | .action-view #mw-head-base { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* Tagline */ | ||
+ | |||
+ | #siteSub { | ||
+ | display:block; | ||
+ | text-align: right; | ||
+ | font: normal normal 12px Arial; | ||
+ | border:1px solid #ccc; | ||
+ | border-width: 1px 0 0; | ||
+ | } | ||
+ | .action-view #siteSub { | ||
+ | position:absolute; | ||
+ | z-index:3; | ||
+ | right: -2px; left:-2px; top: -2px; | ||
+ | margin:0 0 2.5em; | ||
+ | padding: .2em 1em; | ||
+ | text-align: right; | ||
+ | color:#333; | ||
+ | border-width: 1px 1px 2px; | ||
+ | background-color:#e8e8e1; | ||
+ | } | ||
+ | #p-personal li { | ||
+ | line-height: 1.125em; | ||
+ | padding: 0 .75em 0 0; | ||
+ | margin:0; | ||
+ | float: left; | ||
+ | font-size: 0.75em; | ||
+ | white-space: nowrap; | ||
} | } | ||
− | + | ||
− | + | .action-view #p-personal { | |
− | + | display: none; | |
− | + | left: 115px; right:auto; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | # | + | |
− | + | #p-personal li#pt-mytalk, | |
− | + | #p-personal li#pt-anontalk, | |
− | + | #p-personal li#pt-watchlist, | |
+ | #p-personal li#pt-mycontris { | ||
+ | display: none; | ||
} | } | ||
− | # | + | /* hide */ |
− | + | .action-view #p-tb, | |
− | + | .action-view #p-personal li#pt-mytalk, | |
+ | .action-view #p-personal li#pt-preferences, | ||
+ | .action-view #p-personal li#pt-logout, | ||
+ | .action-view #p-personal li#pt-anontalk, | ||
+ | .action-view #p-personal li#pt-watchlist, | ||
+ | .action-view #p-personal li#pt-mycontris, | ||
+ | .action-view #p-personal li#pt-login { | ||
+ | display: none; | ||
} | } | ||
+ | |||
+ | |||
+ | /* Panel */ | ||
+ | div#mw-panel { | ||
+ | position: absolute; | ||
+ | top: 160px; | ||
+ | padding-top: 1em; | ||
+ | width: 9.5em; | ||
+ | left: 0; | ||
+ | } | ||
+ | /**************************************** | ||
+ | FOOTER | ||
+ | *****************************************/ | ||
− | + | div#footer { | |
− | # | + | position: relative; |
− | text-align: | + | height: 30px; |
− | font-size: | + | padding: 5px 0; |
− | margin- | + | background: #f9f9f0; |
+ | border: 1px solid #aaa; | ||
+ | border-width: 1px 0; | ||
+ | text-align: center; | ||
+ | margin: 5px 0; | ||
+ | } | ||
+ | div#footer ul { | ||
+ | list-style: none; | ||
+ | list-style-image: none; | ||
+ | list-style-type: none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | div#footer ul li { | ||
+ | list-style: none; | ||
+ | font-size: 10px ; | ||
+ | line-height: 15px ; | ||
+ | margin:0 ; padding:0 ; | ||
+ | } | ||
+ | div#footer #footer-places li { | ||
+ | float: left; | ||
+ | margin-right: 1em; | ||
+ | line-height: 15px; | ||
} | } | ||
− | + | #footer a, | |
− | + | #footer a:visited { | |
− | + | color:#016; | |
− | + | } | |
− | + | #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; | display:none; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | /***** | + | .printfooter { |
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | * | ||
+ | * The following code is highly modified from monobook. It would be nice if the | ||
+ | * preftoc id was more human readable like preferences-toc for instance, | ||
+ | * howerver this would require backporting the other skins. | ||
+ | */ | ||
− | + | /* Preferences */ | |
− | background: url(/ | + | #preftoc { |
+ | /* Tabs */ | ||
+ | width: 100%; | ||
+ | float: left; | ||
+ | clear: both; | ||
+ | margin: 0 !important; | ||
+ | padding: 0 !important; | ||
+ | /* @embed */ | ||
+ | background-image: url(images/preferences-break.png); | ||
+ | background-position: bottom left; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | #preftoc li { | ||
+ | /* Tab */ | ||
+ | float: left; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | padding-right: 1px; | ||
+ | height: 2.25em; | ||
+ | white-space: nowrap; | ||
+ | list-style-type: none; | ||
+ | list-style-image: none; | ||
+ | /* @embed */ | ||
+ | background-image: url(images/preferences-break.png); | ||
+ | background-position: bottom right; | ||
+ | background-repeat: no-repeat; | ||
} | } | ||
− | + | #preferences { | |
− | + | float: left; | |
− | + | width: 100%; | |
− | background: | + | margin: 0; |
− | padding | + | margin-top: -2px; |
− | } | + | clear: both; |
− | + | border: solid 1px #cccccc; | |
− | + | background-color: #f9f9f9; | |
− | padding- | + | /* @embed */ |
− | . | + | background-image: url(images/preferences-base.png); |
− | + | } | |
− | + | #preferences fieldset { | |
+ | border: none; | ||
+ | border-top: solid 1px #cccccc; | ||
+ | } | ||
+ | #preferences fieldset.prefsection { | ||
+ | border: none; | ||
+ | padding: 0; | ||
+ | margin: 1em; | ||
+ | } | ||
+ | #preferences legend { | ||
+ | color: #666666; | ||
+ | } | ||
+ | #preferences fieldset.prefsection legend.mainLegend { | ||
+ | display: none; | ||
+ | } | ||
+ | #preferences td { | ||
+ | padding-left: 0.5em; | ||
+ | padding-right: 0.5em; | ||
+ | } | ||
+ | #preferences td.htmlform-tip { | ||
+ | font-size: x-small; | ||
+ | padding: .2em 2em; | ||
+ | color: #666666; | ||
+ | } | ||
+ | #preferences div.mw-prefs-buttons { | ||
+ | padding: 1em; | ||
+ | } | ||
+ | #preferences div.mw-prefs-buttons input { | ||
+ | margin-right: 0.25em; | ||
+ | } | ||
− | + | /* | |
− | + | * Styles for the user login and create account forms | |
− | + | */ | |
− | + | #userlogin, #userloginForm { | |
− | padding | + | border: solid 1px #cccccc; |
− | + | padding: 1.2em; | |
− | + | margin: .5em; | |
− | + | float: left; | |
− | + | } | |
− | |||
− | |||
− | |||
− | + | #userlogin { | |
− | + | min-width: 20em; | |
− | + | max-width: 90%; | |
− | + | width: 40em; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | /* | |
− | + | * | |
− | + | * The following code is slightly modified from monobook | |
− | # | + | * |
+ | */ | ||
+ | |||
+ | /* Links */ | ||
+ | a { | ||
+ | text-decoration: none; | ||
+ | color: #0645ad; | ||
background: none; | background: none; | ||
− | + | } | |
+ | a:visited { | ||
+ | color: #0b0080; | ||
+ | } | ||
+ | a:active { | ||
+ | color: #faa700; | ||
+ | } | ||
+ | a:hover, a:focus { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | a.stub { | ||
+ | color: #772233; | ||
+ | } | ||
+ | a.new, #p-personal a.new { | ||
+ | color: #ba0000; | ||
+ | } | ||
+ | a.new:visited, #p-personal a.new:visited { | ||
+ | color: #a55858; | ||
} | } | ||
− | /* | + | /* Inline Elements */ |
+ | img { | ||
+ | border: none; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | hr { | ||
+ | height: 1px; | ||
+ | color: #aaa; | ||
+ | background-color: #aaa; | ||
− | + | border: 0; | |
− | + | margin: .2em 0 .2em 0; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | /* | + | /* Structural Elements */ |
− | |||
− | |||
− | |||
− | + | ||
− | + | p { | |
− | + | margin:0 0 1em; | |
− | + | line-height: 1.5em; | |
− | + | } | |
− | + | p+p { | |
− | + | margin-top:-.3em; | |
− | + | } | |
− | + | .action-view #bodyContent p { | |
− | + | text-align: justify; | |
− | + | } | |
− | + | p img { | |
− | + | margin: 0; | |
− | + | } | |
− | + | q { | |
− | + | font-family: Times, "Times New Roman", serif; | |
− | } | + | font-style: italic; |
− | + | } | |
− | padding- | + | code { |
+ | background-color: #f9f9f9; | ||
+ | } | ||
+ | pre { | ||
+ | padding: 1em; | ||
+ | border: 1px dashed #2f6fab; | ||
+ | color: black; | ||
+ | background-color: #f9f9f9; | ||
+ | line-height: 1.3em; | ||
+ | } | ||
+ | .mw-content-ltr ul { | ||
+ | line-height: 1.5em; | ||
+ | list-style-type: square; | ||
+ | margin: 0; | ||
+ | padding: .3em 0 .8em 1.5em; | ||
+ | /* @embed */ | ||
+ | list-style-image: url(images/bullet-icon.png); | ||
+ | } | ||
+ | .mw-content-ltr ol { | ||
+ | line-height: 1.5em; | ||
+ | margin: 0; | ||
+ | padding: .3em 0 .8em 1.5em; | ||
+ | list-style-image: none; | ||
+ | } | ||
+ | li { | ||
+ | margin-bottom: .5em; | ||
+ | } | ||
+ | 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; | ||
+ | } | ||
+ | /* Tables */ | ||
+ | table { | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | /* Forms */ | ||
+ | fieldset { | ||
+ | border: 1px solid #2f6fab; | ||
+ | margin: 1em 0 1em 0; | ||
+ | padding: 0 1em 1em; | ||
+ | line-height: 1.5em; | ||
+ | } | ||
+ | fieldset.nested { | ||
+ | margin: 0 0 0.5em 0; | ||
+ | padding: 0 0.5em 0.5em; | ||
+ | } | ||
+ | legend { | ||
+ | padding: .5em; | ||
+ | font-size: 95%; | ||
+ | } | ||
+ | form { | ||
+ | border: none; | ||
+ | margin: 0; | ||
} | } | ||
− | + | textarea { | |
− | + | width: 100%; | |
− | + | padding: .1em; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | select { | |
− | + | vertical-align: top; | |
} | } | ||
− | + | #contentSub {z-index:1;} | |
− | + | textarea {font: normal 1em/2em Verdana; background:#ffe; color:#005;} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
− | + | /* CONTENT */ | |
− | |||
− | |||
− | |||
− | . | + | /* Images */ |
− | + | /* @noflip */div.floatright, table.floatright { | |
− | + | margin: 0 0 .5em .5em; | |
− | + | border: 0; | |
− | + | } | |
− | + | div.floatright p { font-style: italic; } | |
− | + | /* @noflip */div.floatleft, table.floatleft { | |
+ | margin: 0 .5em .5em 0; | ||
+ | border: 0; | ||
+ | } | ||
+ | div.floatleft p { font-style: italic; } | ||
+ | /* Thumbnails */ | ||
+ | div.thumb { | ||
+ | margin-bottom: .5em; | ||
+ | width: auto; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | div.thumbinner { | ||
+ | border: 1px solid #ccc; | ||
+ | padding: 3px !important; | ||
+ | background-color: #f9f9f9; | ||
+ | font-size: 94%; | ||
+ | text-align: center; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | html .thumbimage { | ||
+ | border: 1px solid #ccc; | ||
+ | } | ||
+ | html .thumbcaption { | ||
+ | border: none; | ||
+ | text-align: left; | ||
+ | line-height: 1.4em; | ||
+ | padding: 3px !important; | ||
+ | font-size: 94%; | ||
+ | } | ||
+ | div.magnify { | ||
+ | float: right; | ||
+ | border: none !important; | ||
+ | background: none !important; | ||
+ | } | ||
+ | div.magnify a, div.magnify img { | ||
+ | display: block; | ||
+ | border: none !important; | ||
+ | background: none !important; | ||
+ | } | ||
+ | /* @noflip */div.tright { | ||
+ | margin: .5em 0 1.3em 1.4em; | ||
+ | } | ||
+ | /* @noflip */div.tleft { | ||
+ | margin: .5em 1.4em 1.3em 0; | ||
} | } | ||
− | . | + | img.thumbborder { |
− | + | border: 1px solid #dddddd; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | . | + | /* Warning */ |
− | + | .mw-warning { | |
− | + | margin-left: 50px; | |
− | + | margin-right: 50px; | |
− | + | text-align: center; | |
} | } | ||
− | . | + | /* User Message */ |
− | + | .usermessage { | |
− | + | background-color: #ffce7b; | |
− | + | border: 1px solid #ffa500; | |
+ | color: black; | ||
+ | font-weight: bold; | ||
+ | margin: 2em 0 1em; | ||
+ | padding: .5em 1em; | ||
+ | vertical-align: middle; | ||
} | } | ||
− | + | /* Site Notice (includes notices from CentralNotice extension) */ | |
− | + | #siteNotice { | |
− | + | position: relative; | |
− | + | text-align: center; | |
− | + | font-size: 0.8em; | |
+ | margin: 0; | ||
} | } | ||
− | + | #localNotice { | |
− | + | margin-bottom: 0.9em; | |
− | |||
− | |||
} | } | ||
− | /* | + | /* Categories */ |
− | . | + | .catlinks { |
− | + | border: 1px solid #aaa; | |
− | + | background-color: #f9f9f9; | |
− | + | padding: 5px; | |
− | + | margin-top: 1em; | |
− | + | clear: both; | |
− | |||
− | |||
} | } | ||
− | /* | + | /* Sub-navigation */ |
− | + | #jump-to-nav { | |
− | + | display: none; | |
− | |||
− | # | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | # | + | #contentSub, #contentSub2 { |
− | + | font-size: 84%; | |
+ | line-height: 1.2em; | ||
+ | margin: 0 0 1.4em 1em; | ||
+ | color: #7d7d7d; | ||
+ | width: auto; | ||
} | } | ||
− | # | + | #contentSub, |
− | + | #contentSub2, | |
+ | .usermessage { | ||
+ | position: absolute; z-index:12; | ||
+ | right:0; top:2em; left:auto; | ||
} | } | ||
− | # | + | span.subpages { display: none; } |
− | + | ||
+ | .mw-warning { | ||
+ | border: 1px solid #aaa; | ||
+ | background-color: #fafaf8; | ||
+ | padding: 5px; | ||
+ | font-size: 95%; | ||
} | } | ||
− | + | ||
− | + | /* Emulate Center */ | |
− | + | .center { | |
− | + | width: 100%; | |
− | + | text-align: center; | |
− | |||
− | |||
} | } | ||
− | + | *.center * { | |
− | + | margin-left: auto; | |
+ | margin-right: auto; | ||
} | } | ||
− | + | /* Small for tables and similar */ | |
− | + | .small { | |
+ | font-size: 94%; | ||
} | } | ||
− | + | ||
− | + | /************************** | |
− | + | Headings | |
− | + | ***************************/ | |
− | + | ||
− | + | h1, h2, h3, h4, h5, h6 { | |
− | + | font-weight: normal; | |
− | + | margin: 0; | |
− | + | padding-top: .5em; | |
− | + | padding-bottom: .17em; | |
− | |||
− | |||
} | } | ||
− | + | ||
− | + | /* firstHeading */ | |
− | + | ||
− | + | #firstHeading { | |
− | + | position: relative; | |
− | margin: 0 | + | margin: 0 100px; |
− | padding: 0 | + | padding: 3.8em 0 .2em; |
− | |||
text-align: left; | text-align: left; | ||
− | + | font: bold 1.8em/1.2em "Trebuchet MS"; | |
− | + | border: 0; | |
− | + | text-align:center; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
+ | .action-view #firstHeading { | ||
+ | height: 136px; | ||
+ | padding: 0; | ||
+ | } | ||
+ | #firstHeading > span { | ||
+ | position: absolute; bottom: 0; left: 0; | ||
+ | display: block; width: 100%; | ||
+ | padding: 0; margin: auto; | ||
+ | vertical-align: bottom; | ||
+ | } | ||
+ | #firstHeading span span { | ||
+ | display:block; | ||
+ | font-weight: normal; | ||
+ | font-size: .75em; line-height:2em; | ||
+ | } | ||
+ | #firstHeading span span.bottom { | ||
+ | line-height: 1.2em; | ||
+ | padding-top:.15em; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* H2, H3,... */ | ||
− | + | h2 { | |
− | + | font: bold 1.5em/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; | ||
+ | } | ||
− | . | + | /* Edit section links */ |
− | + | .editsection { | |
− | margin: | + | float: right; |
+ | color:#ddd; | ||
+ | font: normal 9px Arial; | ||
+ | width:8em; | ||
+ | margin-right:-7em; | ||
+ | text-align: left; | ||
} | } | ||
− | + | .editsection a, | |
− | + | .editsection a:visited { | |
− | + | color: #ddd; | |
− | + | font-size:9px; | |
− | |||
− | |||
− | |||
} | } | ||
− | . | + | .editsection a:hover { color: #555; text-decoration:none;} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | . | + | h1 .editsection { display:none;} |
− | |||
− | |||
− | /* | + | /* Ende Headings */ |
− | . | + | /* Icon for Usernames */ |
− | + | #pt-userpage, | |
− | + | #pt-anonuserpage, | |
+ | #pt-login { | ||
+ | /* @embed */ | ||
+ | background: url(images/user-icon.png) left top no-repeat; | ||
+ | padding-left: 15px !important; | ||
+ | text-transform: none; | ||
} | } | ||
− | . | + | |
− | + | .redirectText { | |
− | + | font-size: 140%; | |
− | |||
} | } | ||
− | . | + | |
− | + | .redirectMsg img { | |
+ | vertical-align: text-bottom; | ||
} | } | ||
− | . | + | |
− | + | .toccolours { | |
− | + | border: 1px solid #aaa; | |
− | + | background-color: #f9f9f9; | |
+ | padding: 5px; | ||
+ | font-size: 95%; | ||
+ | } | ||
+ | #mw-js-message { | ||
+ | font-size: 0.8em; | ||
} | } | ||
− | + | /* Watch/Unwatch Icon Styling */ | |
− | + | ||
− | + | #ca-talk, | |
− | + | #mw-clearyourcache { | |
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | #ca-unwatch.icon a, | ||
+ | #ca-watch.icon a { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | outline: none; | ||
+ | display: block; | ||
+ | width: 26px; | ||
+ | /* This hides the text but shows the background image */ | ||
+ | padding-top: 3.1em; | ||
+ | margin-top: 0; | ||
+ | /* Only applied in IE6 */ | ||
+ | margin-top: -0.8em !ie; | ||
+ | height: 0; | ||
+ | overflow: hidden; | ||
+ | /* @embed */ | ||
+ | background-image: url(images/watch-icons.png); | ||
+ | } | ||
+ | #ca-unwatch.icon a { | ||
+ | background-position: -43px 60%; | ||
+ | } | ||
+ | #ca-watch.icon a { | ||
+ | background-position: 5px 60%; | ||
} | } | ||
− | . | + | #ca-unwatch.icon a:hover, |
− | + | #ca-unwatch.icon a:focus { | |
+ | background-position: -67px 60%; | ||
} | } | ||
− | . | + | #ca-watch.icon a:hover, |
− | + | #ca-watch.icon a:focus { | |
− | . | + | background-position: -19px 60%; |
− | + | } | |
+ | #ca-unwatch.icon a.loading, | ||
+ | #ca-watch.icon a.loading { | ||
+ | /* @embed */ | ||
+ | background-image: url(images/watch-icon-loading.gif); | ||
+ | background-position: 5px 60%; | ||
+ | } | ||
+ | #ca-unwatch.icon a span, | ||
+ | #ca-watch.icon a span { | ||
+ | display: none; | ||
+ | } | ||
+ | div.vectorTabs ul { | ||
+ | /* @embed */ | ||
+ | background-image:url(images/tab-break.png); | ||
+ | background-position:right bottom; | ||
+ | background-repeat:no-repeat; | ||
+ | } | ||
+ | |||
+ | /* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */ | ||
+ | .tipsy { | ||
+ | font-size: 0.8em; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | /******** | + | /******************************* |
− | + | LEFT & RIGHT | |
− | + | ********************************/ | |
− | |||
− | |||
− | |||
− | |||
− | . | + | #toc, |
− | position: | + | #nv, |
− | + | .top12 { | |
+ | position: absolute; | ||
+ | top: 185px; | ||
} | } | ||
− | . | + | #toc, |
− | + | #nv, | |
− | + | .sidebox, | |
− | + | .sidebox_Wrapper, | |
− | + | .left_Wrapper { | |
+ | position: absolute; | ||
+ | width: 180px !important; right:-92px; | ||
+ | font: normal normal 12px Arial !important; | ||
} | } | ||
− | . | + | #nv, |
− | + | .left_Wrapper { | |
+ | left:-92px; | ||
+ | right:auto; | ||
+ | } | ||
+ | .sidebox_Wrapper .sidebox, | ||
+ | .left_Wrapper .sidebox, | ||
+ | .sidebox_Wrapper #toc { | ||
+ | position:static; | ||
+ | margin-bottom:1em; | ||
} | } | ||
+ | /******************************* | ||
+ | TOC | ||
+ | ********************************/ | ||
− | /* | + | /* Table of Contents */ |
− | + | #toc { | |
− | + | font-size: 95%; | |
− | + | border: 1px solid #aaa; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | .toclevel-3, | |
+ | .toclevel-4, .toclevel-5, .toclevel-6, | ||
+ | .tocnumber, | ||
+ | .toctoggle {display:none;} | ||
− | . | + | table#toc, .toc { |
− | margin:0; padding: 0; | + | width: 178px; |
− | + | left:auto; | |
− | + | background-color: #fff; | |
+ | margin:0 0 1.1em 0 !important; | ||
+ | padding: 0; | ||
+ | border:1px solid #aaa; | ||
+ | border-spacing: 0; | ||
} | } | ||
− | . | + | #toctitle h2 { |
− | + | font: bold 1.1em/2em Arial; color: #666; | |
− | margin:0 | + | display:block; |
− | list-style:none; | + | text-align: center; |
− | + | margin: 1px !important; | |
+ | padding: 0 .3em; | ||
+ | background-color: #788099; | ||
+ | background-repeat: no-repeat; | ||
+ | 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 !important; | ||
} | } | ||
− | . | + | #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 { |
− | padding: 0 | + | 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:1em; | ||
+ | text-indent:-1em; | ||
+ | font-size: .94em; | ||
} | } | ||
− | |||
− | |||
− | |||
− | # | + | |
− | + | /******************************************** | |
+ | NAVIGATION | ||
+ | **********************************************/ | ||
+ | |||
+ | #nv { | ||
+ | position: absolute; | ||
+ | z-index:12; | ||
+ | margin: 0 !important; padding:0 !important; | ||
+ | line-height: 1.2em; | ||
+ | color:#555; | ||
} | } | ||
− | + | #nv.fixed { | |
− | + | position: fixed; | |
− | . | + | top:16px; |
− | + | left:10px; | |
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | #nv.absolute { | ||
+ | position: absolute; display:block; | ||
+ | } | ||
− | + | #nv a { color: #016;} | |
+ | #nv ul { list-style: none;} | ||
− | + | #googlesearch { | |
− | + | text-align:center; | |
− | # | + | 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/wikibilder/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/wikibilder/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} |
− | + | ||
− | + | /* ***** 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/wikibilder/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;} | ||
+ | .page-Grundbegriffe #chapters #p-Grundbegriffe dl a, | ||
+ | .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/wikibilder/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;} | ||
+ | .page-Bauten #chapters #p-Bauten dl a, | ||
+ | .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/wikibilder/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;} | ||
+ | .page-Alltag #chapters #p-Alltag dl a, | ||
+ | .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/wikibilder/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;} | |
− | + | .page-Ikonographie #chapters #p-Ikonographie dl a, | |
− | + | .ns-106 #chapters #p-Ikonographie dl a, | |
− | border- | + | #chapters #p-Ikonographie a:hover, |
− | + | #chapters #p-Ikonographie:hover dl a, | |
− | + | #chapters #p-Ikonographie li:hover > a, | |
− | color:# | + | #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/wikibilder/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;} | ||
+ | .page-Mythen #chapters #p-Mythen dl a, | ||
+ | .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/wikibilder/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;} | |
− | + | .page-Geschichte #chapters #p-Geschichte dl a, | |
− | + | .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/wikibilder/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;} | ||
+ | .page-Texte #chapters #p-Texte dl a, | ||
+ | .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/wikibilder/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; } | ||
− | # | + | #chapters #p-Wiki { |
− | + | background-color:#444;} | |
− | + | .ns--1 #chapters #p-Wiki dl a, | |
− | + | #chapters #p-Wiki a:hover, | |
− | + | #chapters #p-Wiki :hover dl a, | |
− | + | #chapters #p-Wiki li:hover > a, | |
− | + | #chapters #p-Wiki .self_parent > a, | |
− | + | #chapters #p-Wiki strong.selflink { | |
− | } | + | background-color:#bbb; color:#222; border-color:#555;} |
+ | #chapters #p-Wiki li { | ||
+ | background-color:#555; color:#ddd; border-color:#999;} | ||
+ | #chapters #p-Wiki ul { | ||
+ | border-bottom-color:#999;} | ||
+ | #chapters #p-Wiki li a { | ||
+ | background-color:#ddd; color:#222; border-color:#999;} | ||
+ | #chapters #p-Wiki li .sidepage { | ||
+ | background-image: url(/rel_jap/wikibilder/Arr_r_grau.gif); | ||
+ | background-color:#bbb; border-color:#999;} | ||
+ | #chapters #p-Wiki li .sidepage:hover, | ||
+ | #chapters #p-Wiki .self_parent .sidepage { | ||
+ | background-color:#999;} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | /******************************************** | |
− | + | BOXEN | |
− | + | **********************************************/ | |
− | + | .bildtext { | |
− | + | line-height:1.4em; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
+ | /** SIDEBOX **/ | ||
− | + | .sidebox { | |
− | + | overflow: visible; | |
− | + | top:auto; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | . | + | .sbBody { |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
position:relative; | position:relative; | ||
− | + | z-index:2; | |
− | + | background-color: #fafaf8; | |
− | padding: | + | border: 1px solid #aaa; |
− | text-align: | + | padding: 1em 0; |
− | + | } | |
− | + | .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, | ||
+ | .sbUe a:visited { | ||
+ | display:block; | ||
+ | width:200px; height:112px; | ||
+ | padding:17px 0; | ||
color:#333; | color:#333; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | . | + | .sbUe a:hover { |
− | + | color:#C33; | |
− | + | text-decoration:none; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | color:# | ||
− | |||
− | text- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
background: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 { | ||
+ | margin-bottom:-.2em; | ||
+ | } | ||
+ | .sidebox .bildtext a { | ||
+ | display:block; color:#555; } | ||
+ | .sidebox .bildtext a:hover { | ||
+ | color:#000; background:#eeeee8; } | ||
+ | |||
+ | /******** Suchmaske ***********/ | ||
− | + | #mw-searchoptions > table { width:35%; } | |
− | + | #mw-search-ns1, | |
+ | #mw-search-ns3, | ||
+ | #mw-search-ns5, | ||
+ | #mw-search-ns7, | ||
+ | #mw-search-ns9, | ||
+ | #mw-search-ns11, | ||
+ | #mw-search-ns13, | ||
+ | #mw-search-ns15, | ||
+ | #mw-search-ns101, | ||
+ | #mw-search-ns103, | ||
+ | #mw-search-ns105, | ||
+ | #mw-search-ns107, | ||
+ | #mw-search-ns109, | ||
+ | #mw-search-ns111, | ||
+ | #mw-search-ns113, | ||
+ | #mw-search-ns121, | ||
+ | #mw-search-ns123, | ||
+ | #mw-search-ns125 { | ||
+ | display: none; | ||
+ | } | ||
+ | #mw-search-ns1 + label, | ||
+ | #mw-search-ns3 + label, | ||
+ | #mw-search-ns5 + label, | ||
+ | #mw-search-ns7 + label, | ||
+ | #mw-search-ns9 + label, | ||
+ | #mw-search-ns11 + label, | ||
+ | #mw-search-ns13 + label, | ||
+ | #mw-search-ns15 + label, | ||
+ | #mw-search-ns101 + label, | ||
+ | #mw-search-ns103 + label, | ||
+ | #mw-search-ns105 + label, | ||
+ | #mw-search-ns107 + label, | ||
+ | #mw-search-ns109 + label, | ||
+ | #mw-search-ns111 + label, | ||
+ | #mw-search-ns113 + label, | ||
+ | #mw-search-ns121 + label, | ||
+ | #mw-search-ns123 + label, | ||
+ | #mw-search-ns125 + label { | ||
+ | color:#eee; | ||
+ | display: block; | ||
+ | width: .1em; | ||
+ | height: .1em; | ||
+ | overflow: hidden; | ||
+ | } | ||
− | . | + | /*********************************/ |
− | + | ||
− | + | .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; | |
− | + | } | |
− | |||
− | . | ||
− | |||
− | |||
− | |||
− |
Version vom 18. Januar 2013, 15:14 Uhr
/* Framework */
html,
body {
margin: 0;
padding: 0;
font-size: 1em;
background: #eeeee5 url(/rel_jap/bg/bg0.gif);
color: black;
font-family: Arial, sans-serif;
}
/* Content */
div#content {
position:relative;
z-index:1;
margin: 15px 0 1.5em 160px;
padding:0 ;
line-height: 1.5em;
min-width: 50em;
font-family: Georgia, serif, Times ;
background:#fff;
border-color: #ace;
border-style: solid dotted solid;
border-width: 1px 0 2px 2px;
}
.action-view div#content {
margin: 15px 100px 1.5em;
border-color: #aaa;
border-width: 1px 2px 2px;
}
/**** bodyContent ****/
#bodyContent {
position:static;
padding: 0 3.5em 3.5em;
font-size:.8em;
width: auto;
}
.action-view #bodyContent {
padding: 3.5em 130px 120px;
max-width:50em;
margin:auto;
}
.ns-6.action-view #bodyContent {
max-width: 900px;
}
.ns-8.action-view #bodyContent {
max-width: none;
}
.mw-content-ltr {
font-size: 1em;
}
.action-view .mw-content-ltr {
font-size:120%;
}
/*** Head ***/
#mw-page-base,
#mw-head-base,
#mw-head {
position:absolute;
z-index:4;
}
#mw-page-base {
height: 160px;
position:absolute;
}
#mw-head-base {
top:-1px; left:0; right:0;
height: 5em;
margin:0;
border-bottom: 1px solid #def;
background: #f5f5ee url(/rel_jap/wikibilder/logo_head3.jpg) top left repeat-x ;
}
#mw-page-base {
z-index:0;
top: 0;
right: 0;
width: 100%;
background: #bbb url(/rel_jap/bg/bg_head0.gif);
border-bottom: 5px solid #aaa;
}
/* Code am Seitenende */
#mw-head {
top: 0;
right: 0;
width: 100%;
background: #f5f5ee url(/rel_jap/wikibilder/logo_head3.jpg) top left repeat-x ;
}
div#mw-head h5 {
margin: 0;
padding: 0;
}
/* Navigation Containers */
.action-view #left-navigation,
.action-view #right-navigation{
display:none;
}
/* Logo */
#p-logo {
position: absolute;
z-index:4;
top: -160px;
left: 0;
width: 10em;
height: 160px;
background: #f5f5ee url(/rel_jap/wikibilder/logo_head3.jpg) top left repeat-x ;
}
#p-logo a {
display: block;
width: 10em;
height: 160px;
background-repeat: no-repeat;
background-position: center center;
text-decoration: none;
}
#mw-panel {
z-index:4;
background: #f5f5ee;
border-bottom: 1px solid #def;
}
.action-view #p-logo,
.action-view #mw-panel,
.action-view #mw-head-base {
display: none;
}
/* Tagline */
#siteSub {
display:block;
text-align: right;
font: normal normal 12px Arial;
border:1px solid #ccc;
border-width: 1px 0 0;
}
.action-view #siteSub {
position:absolute;
z-index:3;
right: -2px; left:-2px; top: -2px;
margin:0 0 2.5em;
padding: .2em 1em;
text-align: right;
color:#333;
border-width: 1px 1px 2px;
background-color:#e8e8e1;
}
#p-personal li {
line-height: 1.125em;
padding: 0 .75em 0 0;
margin:0;
float: left;
font-size: 0.75em;
white-space: nowrap;
}
.action-view #p-personal {
display: none;
left: 115px; right:auto;
}
#p-personal li#pt-mytalk,
#p-personal li#pt-anontalk,
#p-personal li#pt-watchlist,
#p-personal li#pt-mycontris {
display: none;
}
/* hide */
.action-view #p-tb,
.action-view #p-personal li#pt-mytalk,
.action-view #p-personal li#pt-preferences,
.action-view #p-personal li#pt-logout,
.action-view #p-personal li#pt-anontalk,
.action-view #p-personal li#pt-watchlist,
.action-view #p-personal li#pt-mycontris,
.action-view #p-personal li#pt-login {
display: none;
}
/* Panel */
div#mw-panel {
position: absolute;
top: 160px;
padding-top: 1em;
width: 9.5em;
left: 0;
}
/****************************************
FOOTER
*****************************************/
div#footer {
position: relative;
height: 30px;
padding: 5px 0;
background: #f9f9f0;
border: 1px solid #aaa;
border-width: 1px 0;
text-align: center;
margin: 5px 0;
}
div#footer ul {
list-style: none;
list-style-image: none;
list-style-type: none;
margin: 0;
padding: 0;
}
div#footer ul li {
list-style: none;
font-size: 10px ;
line-height: 15px ;
margin:0 ; padding:0 ;
}
div#footer #footer-places li {
float: left;
margin-right: 1em;
line-height: 15px;
}
#footer a,
#footer a:visited {
color:#016;
}
#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;
}
/*
*
* The following code is highly modified from monobook. It would be nice if the
* preftoc id was more human readable like preferences-toc for instance,
* howerver this would require backporting the other skins.
*/
/* Preferences */
#preftoc {
/* Tabs */
width: 100%;
float: left;
clear: both;
margin: 0 !important;
padding: 0 !important;
/* @embed */
background-image: url(images/preferences-break.png);
background-position: bottom left;
background-repeat: no-repeat;
}
#preftoc li {
/* Tab */
float: left;
margin: 0;
padding: 0;
padding-right: 1px;
height: 2.25em;
white-space: nowrap;
list-style-type: none;
list-style-image: none;
/* @embed */
background-image: url(images/preferences-break.png);
background-position: bottom right;
background-repeat: no-repeat;
}
#preferences {
float: left;
width: 100%;
margin: 0;
margin-top: -2px;
clear: both;
border: solid 1px #cccccc;
background-color: #f9f9f9;
/* @embed */
background-image: url(images/preferences-base.png);
}
#preferences fieldset {
border: none;
border-top: solid 1px #cccccc;
}
#preferences fieldset.prefsection {
border: none;
padding: 0;
margin: 1em;
}
#preferences legend {
color: #666666;
}
#preferences fieldset.prefsection legend.mainLegend {
display: none;
}
#preferences td {
padding-left: 0.5em;
padding-right: 0.5em;
}
#preferences td.htmlform-tip {
font-size: x-small;
padding: .2em 2em;
color: #666666;
}
#preferences div.mw-prefs-buttons {
padding: 1em;
}
#preferences div.mw-prefs-buttons input {
margin-right: 0.25em;
}
/*
* Styles for the user login and create account forms
*/
#userlogin, #userloginForm {
border: solid 1px #cccccc;
padding: 1.2em;
margin: .5em;
float: left;
}
#userlogin {
min-width: 20em;
max-width: 90%;
width: 40em;
}
/*
*
* The following code is slightly modified from monobook
*
*/
/* Links */
a {
text-decoration: none;
color: #0645ad;
background: none;
}
a:visited {
color: #0b0080;
}
a:active {
color: #faa700;
}
a:hover, a:focus {
text-decoration: underline;
}
a.stub {
color: #772233;
}
a.new, #p-personal a.new {
color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
color: #a55858;
}
/* Inline Elements */
img {
border: none;
vertical-align: middle;
}
hr {
height: 1px;
color: #aaa;
background-color: #aaa;
border: 0;
margin: .2em 0 .2em 0;
}
/* Structural Elements */
p {
margin:0 0 1em;
line-height: 1.5em;
}
p+p {
margin-top:-.3em;
}
.action-view #bodyContent p {
text-align: justify;
}
p img {
margin: 0;
}
q {
font-family: Times, "Times New Roman", serif;
font-style: italic;
}
code {
background-color: #f9f9f9;
}
pre {
padding: 1em;
border: 1px dashed #2f6fab;
color: black;
background-color: #f9f9f9;
line-height: 1.3em;
}
.mw-content-ltr ul {
line-height: 1.5em;
list-style-type: square;
margin: 0;
padding: .3em 0 .8em 1.5em;
/* @embed */
list-style-image: url(images/bullet-icon.png);
}
.mw-content-ltr ol {
line-height: 1.5em;
margin: 0;
padding: .3em 0 .8em 1.5em;
list-style-image: none;
}
li {
margin-bottom: .5em;
}
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;
}
/* Tables */
table {
font-size: 100%;
}
/* Forms */
fieldset {
border: 1px solid #2f6fab;
margin: 1em 0 1em 0;
padding: 0 1em 1em;
line-height: 1.5em;
}
fieldset.nested {
margin: 0 0 0.5em 0;
padding: 0 0.5em 0.5em;
}
legend {
padding: .5em;
font-size: 95%;
}
form {
border: none;
margin: 0;
}
textarea {
width: 100%;
padding: .1em;
}
select {
vertical-align: top;
}
#contentSub {z-index:1;}
textarea {font: normal 1em/2em Verdana; background:#ffe; color:#005;}
/* CONTENT */
/* Images */
/* @noflip */div.floatright, table.floatright {
margin: 0 0 .5em .5em;
border: 0;
}
div.floatright p { font-style: italic; }
/* @noflip */div.floatleft, table.floatleft {
margin: 0 .5em .5em 0;
border: 0;
}
div.floatleft p { font-style: italic; }
/* Thumbnails */
div.thumb {
margin-bottom: .5em;
width: auto;
background-color: transparent;
}
div.thumbinner {
border: 1px solid #ccc;
padding: 3px !important;
background-color: #f9f9f9;
font-size: 94%;
text-align: center;
overflow: hidden;
}
html .thumbimage {
border: 1px solid #ccc;
}
html .thumbcaption {
border: none;
text-align: left;
line-height: 1.4em;
padding: 3px !important;
font-size: 94%;
}
div.magnify {
float: right;
border: none !important;
background: none !important;
}
div.magnify a, div.magnify img {
display: block;
border: none !important;
background: none !important;
}
/* @noflip */div.tright {
margin: .5em 0 1.3em 1.4em;
}
/* @noflip */div.tleft {
margin: .5em 1.4em 1.3em 0;
}
img.thumbborder {
border: 1px solid #dddddd;
}
/* Warning */
.mw-warning {
margin-left: 50px;
margin-right: 50px;
text-align: center;
}
/* User Message */
.usermessage {
background-color: #ffce7b;
border: 1px solid #ffa500;
color: black;
font-weight: bold;
margin: 2em 0 1em;
padding: .5em 1em;
vertical-align: middle;
}
/* Site Notice (includes notices from CentralNotice extension) */
#siteNotice {
position: relative;
text-align: center;
font-size: 0.8em;
margin: 0;
}
#localNotice {
margin-bottom: 0.9em;
}
/* Categories */
.catlinks {
border: 1px solid #aaa;
background-color: #f9f9f9;
padding: 5px;
margin-top: 1em;
clear: both;
}
/* Sub-navigation */
#jump-to-nav {
display: none;
}
#contentSub, #contentSub2 {
font-size: 84%;
line-height: 1.2em;
margin: 0 0 1.4em 1em;
color: #7d7d7d;
width: auto;
}
#contentSub,
#contentSub2,
.usermessage {
position: absolute; z-index:12;
right:0; top:2em; left:auto;
}
span.subpages { display: none; }
.mw-warning {
border: 1px solid #aaa;
background-color: #fafaf8;
padding: 5px;
font-size: 95%;
}
/* Emulate Center */
.center {
width: 100%;
text-align: center;
}
*.center * {
margin-left: auto;
margin-right: auto;
}
/* Small for tables and similar */
.small {
font-size: 94%;
}
/**************************
Headings
***************************/
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
margin: 0;
padding-top: .5em;
padding-bottom: .17em;
}
/* firstHeading */
#firstHeading {
position: relative;
margin: 0 100px;
padding: 3.8em 0 .2em;
text-align: left;
font: bold 1.8em/1.2em "Trebuchet MS";
border: 0;
text-align:center;
}
.action-view #firstHeading {
height: 136px;
padding: 0;
}
#firstHeading > span {
position: absolute; bottom: 0; left: 0;
display: block; width: 100%;
padding: 0; margin: auto;
vertical-align: bottom;
}
#firstHeading span span {
display:block;
font-weight: normal;
font-size: .75em; line-height:2em;
}
#firstHeading span span.bottom {
line-height: 1.2em;
padding-top:.15em;
}
/* H2, H3,... */
h2 {
font: bold 1.5em/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;
}
/* Edit section links */
.editsection {
float: right;
color:#ddd;
font: normal 9px Arial;
width:8em;
margin-right:-7em;
text-align: left;
}
.editsection a,
.editsection a:visited {
color: #ddd;
font-size:9px;
}
.editsection a:hover { color: #555; text-decoration:none;}
h1 .editsection { display:none;}
/* Ende Headings */
/* Icon for Usernames */
#pt-userpage,
#pt-anonuserpage,
#pt-login {
/* @embed */
background: url(images/user-icon.png) left top no-repeat;
padding-left: 15px !important;
text-transform: none;
}
.redirectText {
font-size: 140%;
}
.redirectMsg img {
vertical-align: text-bottom;
}
.toccolours {
border: 1px solid #aaa;
background-color: #f9f9f9;
padding: 5px;
font-size: 95%;
}
#mw-js-message {
font-size: 0.8em;
}
/* Watch/Unwatch Icon Styling */
#ca-talk,
#mw-clearyourcache {
display: none !important;
}
#ca-unwatch.icon a,
#ca-watch.icon a {
margin: 0;
padding: 0;
outline: none;
display: block;
width: 26px;
/* This hides the text but shows the background image */
padding-top: 3.1em;
margin-top: 0;
/* Only applied in IE6 */
margin-top: -0.8em !ie;
height: 0;
overflow: hidden;
/* @embed */
background-image: url(images/watch-icons.png);
}
#ca-unwatch.icon a {
background-position: -43px 60%;
}
#ca-watch.icon a {
background-position: 5px 60%;
}
#ca-unwatch.icon a:hover,
#ca-unwatch.icon a:focus {
background-position: -67px 60%;
}
#ca-watch.icon a:hover,
#ca-watch.icon a:focus {
background-position: -19px 60%;
}
#ca-unwatch.icon a.loading,
#ca-watch.icon a.loading {
/* @embed */
background-image: url(images/watch-icon-loading.gif);
background-position: 5px 60%;
}
#ca-unwatch.icon a span,
#ca-watch.icon a span {
display: none;
}
div.vectorTabs ul {
/* @embed */
background-image:url(images/tab-break.png);
background-position:right bottom;
background-repeat:no-repeat;
}
/* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
.tipsy {
font-size: 0.8em;
}
/*******************************
LEFT & RIGHT
********************************/
#toc,
#nv,
.top12 {
position: absolute;
top: 185px;
}
#toc,
#nv,
.sidebox,
.sidebox_Wrapper,
.left_Wrapper {
position: absolute;
width: 180px !important; right:-92px;
font: normal normal 12px Arial !important;
}
#nv,
.left_Wrapper {
left:-92px;
right:auto;
}
.sidebox_Wrapper .sidebox,
.left_Wrapper .sidebox,
.sidebox_Wrapper #toc {
position:static;
margin-bottom:1em;
}
/*******************************
TOC
********************************/
/* Table of Contents */
#toc {
font-size: 95%;
border: 1px solid #aaa;
}
.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 1.1em 0 !important;
padding: 0;
border:1px solid #aaa;
border-spacing: 0;
}
#toctitle h2 {
font: bold 1.1em/2em Arial; color: #666;
display:block;
text-align: center;
margin: 1px !important;
padding: 0 .3em;
background-color: #788099;
background-repeat: no-repeat;
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 !important;
}
#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:1em;
text-indent:-1em;
font-size: .94em;
}
/********************************************
NAVIGATION
**********************************************/
#nv {
position: absolute;
z-index:12;
margin: 0 !important; padding:0 !important;
line-height: 1.2em;
color:#555;
}
#nv.fixed {
position: fixed;
top:16px;
left:10px;
}
#nv.absolute {
position: absolute; display:block;
}
#nv a { color: #016;}
#nv ul { list-style: none;}
#googlesearch {
text-align:center;
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/wikibilder/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/wikibilder/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}
/* ***** 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/wikibilder/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;}
.page-Grundbegriffe #chapters #p-Grundbegriffe dl a,
.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/wikibilder/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;}
.page-Bauten #chapters #p-Bauten dl a,
.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/wikibilder/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;}
.page-Alltag #chapters #p-Alltag dl a,
.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/wikibilder/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;}
.page-Ikonographie #chapters #p-Ikonographie dl a,
.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/wikibilder/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;}
.page-Mythen #chapters #p-Mythen dl a,
.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/wikibilder/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;}
.page-Geschichte #chapters #p-Geschichte dl a,
.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/wikibilder/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;}
.page-Texte #chapters #p-Texte dl a,
.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/wikibilder/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; }
#chapters #p-Wiki {
background-color:#444;}
.ns--1 #chapters #p-Wiki dl a,
#chapters #p-Wiki a:hover,
#chapters #p-Wiki :hover dl a,
#chapters #p-Wiki li:hover > a,
#chapters #p-Wiki .self_parent > a,
#chapters #p-Wiki strong.selflink {
background-color:#bbb; color:#222; border-color:#555;}
#chapters #p-Wiki li {
background-color:#555; color:#ddd; border-color:#999;}
#chapters #p-Wiki ul {
border-bottom-color:#999;}
#chapters #p-Wiki li a {
background-color:#ddd; color:#222; border-color:#999;}
#chapters #p-Wiki li .sidepage {
background-image: url(/rel_jap/wikibilder/Arr_r_grau.gif);
background-color:#bbb; border-color:#999;}
#chapters #p-Wiki li .sidepage:hover,
#chapters #p-Wiki .self_parent .sidepage {
background-color:#999;}
/********************************************
BOXEN
**********************************************/
.bildtext {
line-height:1.4em;
}
/** SIDEBOX **/
.sidebox {
overflow: visible;
top:auto;
}
.sbBody {
position:relative;
z-index:2;
background-color: #fafaf8;
border: 1px solid #aaa;
padding: 1em 0;
}
.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,
.sbUe a:visited {
display:block;
width:200px; height:112px;
padding:17px 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 {
margin-bottom:-.2em;
}
.sidebox .bildtext a {
display:block; color:#555; }
.sidebox .bildtext a:hover {
color:#000; background:#eeeee8; }
/******** Suchmaske ***********/
#mw-searchoptions > table { width:35%; }
#mw-search-ns1,
#mw-search-ns3,
#mw-search-ns5,
#mw-search-ns7,
#mw-search-ns9,
#mw-search-ns11,
#mw-search-ns13,
#mw-search-ns15,
#mw-search-ns101,
#mw-search-ns103,
#mw-search-ns105,
#mw-search-ns107,
#mw-search-ns109,
#mw-search-ns111,
#mw-search-ns113,
#mw-search-ns121,
#mw-search-ns123,
#mw-search-ns125 {
display: none;
}
#mw-search-ns1 + label,
#mw-search-ns3 + label,
#mw-search-ns5 + label,
#mw-search-ns7 + label,
#mw-search-ns9 + label,
#mw-search-ns11 + label,
#mw-search-ns13 + label,
#mw-search-ns15 + label,
#mw-search-ns101 + label,
#mw-search-ns103 + label,
#mw-search-ns105 + label,
#mw-search-ns107 + label,
#mw-search-ns109 + label,
#mw-search-ns111 + label,
#mw-search-ns113 + label,
#mw-search-ns121 + label,
#mw-search-ns123 + label,
#mw-search-ns125 + label {
color:#eee;
display: block;
width: .1em;
height: .1em;
overflow: hidden;
}
/*********************************/
.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;
}