MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(463 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | |||
− | |||
/************************* | /************************* | ||
− | Hier befinden sich | + | Hier befinden sich vorwiegend css-Befehle, die den ursprünglichen Wiki-Code beeinflussen (Änderungen am Standardlayout, Navigationsmenü) |
− | Siehe auch | + | Siehe auch |
− | * MediaWiki:Vector.css ( | + | * MediaWiki:Vector.css (css für Extensions, Templates, etc.) |
− | * MediaWiki:Print.css | + | * MediaWiki:Print.css |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
****************************/ | ****************************/ | ||
− | /* | + | /* Framework */ |
− | + | html { | |
− | + | scroll-behavior: smooth; | |
− | . | + | scroll-padding-top: 4rem; |
− | . | + | } |
− | + | html, | |
− | + | body { | |
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | font-size: calc(12px + .3vw); | ||
+ | background: #eeeee5 url(/wikibilder/luck.jpg); | ||
+ | color: black; | ||
+ | font-family: Arial, sans-serif; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | /* | + | /*** Head ***/ |
− | + | #mw-page-base, | |
− | + | #mw-head-base, | |
− | + | #mw-head { | |
− | + | position:absolute; | |
− | + | z-index:4; | |
− | |||
− | |||
} | } | ||
− | #mw- | + | #mw-page-base { |
− | + | height: 100vh; | |
− | + | position:fixed; | |
− | + | z-index:0; | |
− | + | top: 0; | |
− | + | left: 0; | |
− | + | right: 0; | |
− | + | background:transparent; | |
− | } | + | } |
− | + | #mw-head { | |
− | + | top: 3.5rem; | |
− | + | margin: auto; | |
− | + | left: 0; | |
− | + | right: 0; | |
+ | width: calc(100% - 18rem); | ||
+ | max-width: 78rem; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Content */ | /* Content */ | ||
#content { | #content { | ||
position:relative; | position:relative; | ||
− | z-index:1; | + | z-index:1; |
− | + | font-family: Georgia, Times, 'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , '游明朝','游明朝体',YuMincho,'Yu Mincho', serif; | |
− | |||
− | |||
− | |||
− | |||
border:0; | border:0; | ||
border-radius: 0 0 5px 5px; | border-radius: 0 0 5px 5px; | ||
− | + | width: calc(100% - 18rem); | |
− | |||
− | |||
− | width: calc(100% - | ||
min-height: calc(100% - 9rem); | min-height: calc(100% - 9rem); | ||
max-width: 92rem; | max-width: 92rem; | ||
+ | max-width: 78rem; | ||
min-width: 640px; | min-width: 640px; | ||
− | margin: 0 auto | + | margin: 0 auto; |
− | padding: 0; | + | padding: 1px 0; /* 1px gegen margin collaps*/ |
− | + | overflow: visible; | |
− | + | } | |
− | box-shadow: | + | .action-edit #content { |
+ | margin: 0 0 0 10rem; | ||
+ | width: auto; | ||
+ | max-width: none; | ||
+ | padding:0 1rem; | ||
+ | box-shadow: 0 4px 15px rgba(145, 142, 117, 0.5); | ||
} | } | ||
− | + | .ns-6 #content { | |
− | .ns-6 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
max-width: 78rem; | max-width: 78rem; | ||
− | + | } | |
− | + | .ns-0.action-view #content, | |
− | + | .ns-4.action-view #content, | |
− | + | .ns-12.action-view #content { | |
− | border-radius: 0 0 .5em .5em; | + | box-shadow: 0 4px 15px rgba(145,142,117,0.5); |
+ | border-radius: 0 0 .5em .5em; | ||
+ | background: #fbfbf7; | ||
+ | } | ||
+ | #bodyContent { | ||
+ | font-size: 1rem; | ||
+ | padding: 0 max(5%,2rem) 5rem; | ||
+ | position: static; | ||
+ | } | ||
+ | .ns-0.action-view #bodyContent, | ||
+ | .ns-4.action-view #bodyContent, | ||
+ | .ns-12.action-view #bodyContent, | ||
+ | .wikiEditor-preview-contents { | ||
+ | border-top: 1px solid transparent; /* avoid margin collapse */ | ||
+ | margin: calc(3.5rem - 1px) -7rem 0; /* Platz für Sitenotice */ | ||
+ | padding: 0 0 2rem; | ||
+ | font-size:1.1rem; | ||
+ | } | ||
+ | .action-view .mw-content-ltr, | ||
+ | .wikiEditor-preview-contents { | ||
} | } | ||
+ | /* Silbentrennung */ | ||
− | + | #bodyContent { | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
-webkit-hyphens: auto; | -webkit-hyphens: auto; | ||
-epub-hyphens: auto; | -epub-hyphens: auto; | ||
Zeile 209: | Zeile 104: | ||
-o-hyphens: auto; | -o-hyphens: auto; | ||
hyphens: auto; | hyphens: auto; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
+ | #bodyContent .firstHeading, | ||
+ | .firstHeadingTitel, | ||
+ | #bodyContent h2, | ||
+ | #bodyContent h3, | ||
+ | #bodyContent h4 { | ||
+ | -webkit-hyphens: manual; | ||
+ | -epub-hyphens: manual; | ||
+ | -moz-hyphens: manual; | ||
+ | -ms-hyphens: manual; | ||
+ | -o-hyphens: manual; | ||
+ | hyphens: manual; | ||
+ | } | ||
+ | #contentSub2 { | ||
+ | margin: auto; | ||
+ | } | ||
+ | /*********************** | ||
+ | width | ||
+ | ************************/ | ||
+ | |||
+ | .mw-parser-output > * { | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | width: 50%; | ||
+ | } | ||
+ | .mw-parser-output > ul, | ||
+ | .mw-parser-output > ol, | ||
+ | .mw-parser-output > dl { | ||
+ | width: calc(50% - 4rem); | ||
+ | } | ||
+ | /* MW Navigation */ | ||
+ | |||
+ | .mw-indicators, | ||
+ | .ns--1 #left-navigation, | ||
+ | .ns-0.action-view #p-views, | ||
+ | .ns-0.action-view #p-cactions, | ||
+ | .ns-0.action-view #left-navigation, | ||
+ | .ns-4.action-view #p-views, | ||
+ | .ns-4.action-view #p-cactions, | ||
+ | .ns-4.action-view #left-navigation, | ||
+ | .ns-6.action-view #p-views, | ||
+ | .ns-6.action-view #p-cactions, | ||
+ | .ns-6.action-view #left-navigation, | ||
+ | .ns-12.action-view #p-views, | ||
+ | .ns-12.action-view #p-cactions, | ||
+ | .ns-12.action-view #left-navigation, | ||
+ | .ns-120.action-view #p-views, | ||
+ | .ns-120.action-view #p-cactions, | ||
+ | .ns-120.action-view #left-navigation, | ||
+ | .ns-124.action-view #p-views, | ||
+ | .ns-124.action-view #p-cactions, | ||
+ | .ns-124.action-view #left-navigation { | ||
+ | display: none; | ||
+ | } | ||
+ | #ca-unwatch, | ||
+ | .action-edit #p-search, | ||
+ | #left-navigation #ca-talk { | ||
+ | display:none; | ||
+ | } | ||
+ | .ns-2 #left-navigation #ca-talk, | ||
+ | .ns-3 #left-navigation #ca-talk { | ||
+ | display:block; | ||
+ | } | ||
+ | #pt-anonuserpage, #pt-userpage a { | ||
+ | background-image: none; | ||
+ | padding: inherit !important; | ||
+ | } | ||
− | /*** | + | /*****************/ |
− | #mw- | + | #mw-head { /*Platz für crumbs schaffen */ |
− | # | + | top: 3.5rem; |
− | # | + | } |
− | + | #left-navigation, | |
− | + | #right-navigation { | |
+ | margin: 0; | ||
} | } | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Logo */ | /* Logo */ | ||
#p-logo { | #p-logo { | ||
+ | display:none; | ||
position: absolute; | position: absolute; | ||
z-index:4; | z-index:4; | ||
− | top: - | + | top: -10em; |
left: 0; | left: 0; | ||
width: 10em; | width: 10em; | ||
height: 10em; | height: 10em; | ||
− | background: #f5f5ee url( | + | background: #f5f5ee url(/wikibilder/logo_head3.jpg) top left repeat-x ; |
} | } | ||
#p-logo a { | #p-logo a { | ||
Zeile 276: | Zeile 201: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
− | #mw-panel { | + | |
+ | /* Panel */ | ||
+ | #mw-panel { | ||
+ | position: absolute; | ||
+ | top: 50vh; | ||
+ | transform: translate(0, -50%); | ||
+ | padding: 0 0 1em .5em; | ||
+ | width: 9.5em; | ||
+ | left: 0; | ||
z-index:4; | z-index:4; | ||
background: #f5f5ee; | background: #f5f5ee; | ||
border-bottom: 1px solid #def; | border-bottom: 1px solid #def; | ||
} | } | ||
− | + | #p-logo, | |
+ | #p-lang, | ||
.action-view #mw-panel, | .action-view #mw-panel, | ||
.action-view #mw-head-base { | .action-view #mw-head-base { | ||
Zeile 287: | Zeile 221: | ||
} | } | ||
− | |||
− | |||
/* Hide */ | /* Hide */ | ||
Zeile 299: | Zeile 231: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/** Wiki-Navigation **/ | /** Wiki-Navigation **/ | ||
+ | #p-personal { | ||
+ | top: -2.5rem; | ||
+ | } | ||
+ | |||
#p-personal li { | #p-personal li { | ||
− | line-height: 1. | + | line-height: 1.125; |
padding: 0 .75em 0 0; | padding: 0 .75em 0 0; | ||
margin:0; | margin:0; | ||
Zeile 356: | Zeile 275: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/**************************************** | /**************************************** | ||
Zeile 370: | Zeile 281: | ||
#footer { | #footer { | ||
− | position: relative | + | position: relative; |
− | + | margin: 2rem auto 0; | |
− | margin: | + | padding: .5rem 2rem; |
− | padding: | ||
background: transparent; | background: transparent; | ||
text-align: center; | text-align: center; | ||
− | max-width: | + | max-width: 78rem; |
+ | font-family: calibri; | ||
+ | font-size: .9rem; | ||
} | } | ||
#footer ul { | #footer ul { | ||
− | |||
− | |||
− | |||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
− | } | + | } |
− | #footer | + | #footer li { |
− | + | line-height: 1.4em; | |
− | + | font-size: .9rem; | |
− | + | color: #555; | |
− | + | padding: 0; | |
− | + | list-style: none; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
#footer a, | #footer a, | ||
#footer a:visited { | #footer a:visited { | ||
color:#016; | color:#016; | ||
+ | } | ||
+ | #footer-info-disclaimer, | ||
+ | #footer-info-lastmod, | ||
+ | #footer-places-about { | ||
+ | display:none; | ||
} | } | ||
− | #footer #footer-info | + | #footer-info { |
− | #footer #footer- | + | float: left; |
− | + | text-align: left; | |
− | + | margin: .5rem 0; | |
− | + | max-width:40rem; | |
− | + | margin:0 ; padding:0 ; | |
− | + | font-size: 1em; | |
− | + | } | |
− | #footer- | + | #footer-info > li { ; |
− | + | padding: .5em; | |
+ | background: rgb(223 215 201 / 76%); | ||
+ | } | ||
+ | #footer #footer-info #footer-info-copyright { | ||
+ | padding: 0.6em 1em; | ||
+ | position: absolute; | ||
+ | top: -1.5em; | ||
+ | left: 50%; | ||
+ | transform: translateX(-50%); | ||
+ | } | ||
+ | #footer-places, | ||
+ | #footer-icons { | ||
+ | float:right; | ||
+ | clear:right; | ||
+ | } | ||
+ | #footer #footer-icons { | ||
+ | padding-top: 0.5em; | ||
} | } | ||
− | #footer- | + | #footer #footer-places #footer-places-about { |
− | + | padding: .7em 0; | |
+ | font-style: italic; | ||
+ | margin-right: .3em; | ||
} | } | ||
+ | #footer #footer-icons li { | ||
+ | float: none; | ||
+ | } | ||
#footer-icons img { | #footer-icons img { | ||
margin: 2px; | margin: 2px; | ||
border: 0; | border: 0; | ||
} | } | ||
− | #footer- | + | #footer-affiliationico img { |
− | + | border-radius: 3px; | |
− | + | box-shadow: 1px 1px #ccc; | |
− | + | } | |
− | |||
− | |||
.printfooter { | .printfooter { | ||
display: none; | display: none; | ||
Zeile 429: | Zeile 358: | ||
/**************************************** | /**************************************** | ||
− | + | Text Formate | |
*****************************************/ | *****************************************/ | ||
Zeile 445: | Zeile 374: | ||
color: black; | color: black; | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
− | line-height: 1. | + | line-height: 1.3; |
− | + | font-size: .9rem; | |
− | + | } | |
textarea { | textarea { | ||
font-size: 1.3em; | font-size: 1.3em; | ||
Zeile 453: | Zeile 382: | ||
color:#005; | color:#005; | ||
} | } | ||
− | /* | + | .mw-editfont-monospace, |
+ | .mw-editfont-sans-serif, | ||
+ | .mw-editfont-serif, | ||
+ | .wikiEditor-ui .ace_editor { | ||
+ | font-size: .8rem; | ||
+ | } | ||
+ | |||
+ | i i { | ||
+ | font-style: normal; | ||
+ | } | ||
+ | .glossarlink i { | ||
+ | font-style: italic; | ||
+ | } | ||
+ | dfn { | ||
+ | font-style: normal; | ||
+ | } | ||
+ | /********************************** | ||
+ | LINKS | ||
+ | **********************************/ | ||
+ | |||
+ | a, | ||
+ | a:visited { | ||
+ | text-decoration: none; | ||
+ | color: #832800; /*braun*/ | ||
+ | color: #1067AC; /*blau*/ | ||
+ | background: none; | ||
+ | } | ||
+ | a:hover { | ||
+ | text-decoration: underline; | ||
+ | color: #1067AC; /*blau*/ | ||
+ | background-color:#f5f5ee; | ||
+ | } | ||
+ | a:active { | ||
+ | color: #faa700; | ||
+ | } | ||
+ | #content a.external, | ||
+ | #content a.external[href^="gopher://"], | ||
+ | #content a.external:visited, | ||
+ | #content a.external[href^="gopher://"]:visited { | ||
+ | color: #1A7BC9; /*blau 2*/ | ||
+ | background: transparent; | ||
+ | padding-right: 0px; | ||
+ | } | ||
+ | #content a.external::after { | ||
+ | font-family: serif; | ||
+ | padding-left: .2em; | ||
+ | content: "\2197"; | ||
+ | } | ||
+ | #content .noarrow a.external:after, | ||
+ | #content #chapters a.external:after { | ||
+ | padding-left: 0px; | ||
+ | content: ""; | ||
+ | } | ||
+ | |||
/******************** | /******************** | ||
− | Listen | + | Absätze und Listen |
********************/ | ********************/ | ||
− | + | ||
− | + | #content p { | |
− | + | margin: 0 auto 1em; | |
− | + | } | |
− | + | #content p + p { | |
− | + | margin-top: -1em; | |
− | + | text-indent: 2rem; | |
− | + | } | |
− | + | ||
− | .mw-parser-output > | + | .article .mw-content-ltr > .mw-parser-output > p:first-of-type { |
− | + | font-size: 1.1em; | |
− | . | + | margin-bottom: 2em!important; |
− | + | } | |
− | + | .article .mw-content-ltr > .mw-parser-output > p:first-of-type::first-letter { | |
− | + | font-style:normal; | |
− | + | float: left; | |
− | + | line-height: .85; | |
− | + | font-size: 5.5em; | |
− | + | margin: 0 0.1em 0 0; | |
− | + | font-family: Georgia,Times,serif; | |
− | + | } | |
li { | li { | ||
Zeile 491: | Zeile 473: | ||
margin-bottom: .5em; | margin-bottom: .5em; | ||
} | } | ||
+ | |||
.mw-parser-output dd { | .mw-parser-output dd { | ||
− | + | margin-left: 2rem; | |
− | margin-left: | ||
margin-bottom: .1em; | margin-bottom: .1em; | ||
} | } | ||
Zeile 501: | Zeile 483: | ||
padding-left: 0; | padding-left: 0; | ||
} | } | ||
+ | .mw-parser-output ul, | ||
+ | .mw-parser-output ol { | ||
+ | margin: auto; | ||
+ | padding: .3em 1rem .8em 2rem; | ||
+ | } | ||
+ | |||
+ | .mw-parser-output p, | ||
+ | .mw-parser-output li, | ||
+ | .mw-parser-output dd { | ||
+ | line-height: 1.6; | ||
+ | position: relative; | ||
+ | } | ||
− | + | .mw-parser-output > p, | |
− | font- | + | .mw-parser-output > ul li, |
+ | .mw-parser-output > ol li, | ||
+ | .mw-parser-output > dl dd { | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | /* list-style */ | ||
+ | |||
+ | ul { | ||
+ | list-style-image: none; | ||
+ | } | ||
+ | ul li::marker { | ||
+ | font-size: 1.5em; | ||
+ | line-height: .5em; | ||
+ | color: #0e5892; | ||
} | } | ||
− | + | .mw-parser-output ul ul { | |
+ | padding-bottom: 0; | ||
+ | } | ||
.shortlist ul { | .shortlist ul { | ||
padding-bottom: .8em; | padding-bottom: .8em; | ||
Zeile 512: | Zeile 522: | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | } | ||
+ | |||
+ | #mw-navigation li, | ||
+ | .ns--1 li { | ||
+ | list-style:none; | ||
+ | } | ||
+ | |||
/* Tables */ | /* Tables */ | ||
Zeile 524: | Zeile 540: | ||
text-align: center; | text-align: center; | ||
} | } | ||
− | + | .center * { | |
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
Zeile 534: | Zeile 550: | ||
font-size: 94%; | font-size: 94%; | ||
} | } | ||
− | |||
#content .right, | #content .right, | ||
.right { | .right { | ||
Zeile 544: | Zeile 559: | ||
***************************/ | ***************************/ | ||
− | h1, h2, h3, h4, h5, h6 { | + | h1, h2, h3, h4, h5, h6 { |
− | font-weight: | + | font-weight: bold; |
margin: 0 auto; | margin: 0 auto; | ||
padding-top: .5em; | padding-top: .5em; | ||
padding-bottom: .17em; | padding-bottom: .17em; | ||
overflow: visible; | overflow: visible; | ||
− | color: | + | color: rgb(1 3 6 / 50%); |
border: 0 ; | border: 0 ; | ||
position: relative; | position: relative; | ||
} | } | ||
+ | h4, h5, h6 { | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
/* firstHeading */ | /* firstHeading */ | ||
− | #content #firstHeading { | + | #content #firstHeading { |
− | + | padding: 6rem 0 1em; | |
− | + | line-height: 1.2; | |
− | + | font-size: 2em; | |
− | font-family: calibri, "Trebuchet MS"; | + | font-family: monospace; |
+ | } | ||
+ | .ns-2 #content #firstHeading, | ||
+ | .ns-12 #content #firstHeading { | ||
+ | font-family: calibri, "Trebuchet MS"; | ||
+ | padding: 3.5em 0 1em; | ||
+ | } | ||
+ | .ns-120.action-view #firstHeading, | ||
+ | .ns-124.action-view #firstHeading { | ||
+ | display:none; | ||
} | } | ||
− | .firstHeading { | + | .firstHeading, |
− | font-size: 2. | + | .firstHeadingTitel { |
− | line-height: 1. | + | position: relative; |
+ | font-size: 2.8em; | ||
+ | line-height: 1.2; | ||
font-family: calibri, "Trebuchet MS"; | font-family: calibri, "Trebuchet MS"; | ||
font-weight: bold; | font-weight: bold; | ||
− | text-align: center; | + | text-align: center; |
− | + | width: calc(100% - 14rem); | |
− | + | padding: 1em 0 0; | |
− | } | + | margin: -.1rem auto 3rem; |
− | .ns- | + | background-position: center; |
− | margin | + | } |
− | + | .ns--1 .firstHeading, | |
− | + | .ns--1 .firstHeadingTitel { | |
− | padding: | + | margin-bottom: 1rem; |
+ | padding: 0; | ||
} | } | ||
− | . | + | .firstHeadingBody { |
position: static; | position: static; | ||
− | display: block; | + | display: block; |
− | + | background: #fbfbf7; | |
+ | margin: auto; | ||
+ | width: fit-content; | ||
+ | min-width: 50%; | ||
+ | max-width: calc(75% - 3em); | ||
+ | padding: 0.75em 1.5em 0.5em; | ||
} | } | ||
− | . | + | .ns--1 .firstHeadingBody { |
− | + | background: transparent; | |
− | + | margin-top: 3rem; | |
− | + | } | |
+ | .firstHeadingBody > span { | ||
+ | display: block; | ||
+ | font-weight: normal; | ||
+ | font-size: .75em; | ||
+ | line-height: 1.2em; | ||
+ | padding: 1em 0 0; | ||
} | } | ||
− | . | + | .firstHeadingBody .bottom { |
− | + | padding: 0; | |
} | } | ||
− | . | + | .titel_zusatz { |
− | + | margin-top: -2rem; | |
− | + | line-height:2; | |
− | |||
} | } | ||
− | + | .firstHeadingTitel .autor { | |
− | + | font-style: italic; | |
− | + | margin-top: -1em; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | .firstHeadingTitel .autor .reference a { | |
− | + | background: transparent; | |
− | + | font-style: normal; | |
+ | font-size: .7em; | ||
} | } | ||
+ | .bottom { | ||
+ | } | ||
.mw-parser-output > h2::after { | .mw-parser-output > h2::after { | ||
content: ''; | content: ''; | ||
Zeile 626: | Zeile 658: | ||
margin-top: 5px; | margin-top: 5px; | ||
} | } | ||
+ | /* Hauptseite, Sitemap */ | ||
− | # | + | .headline .firstHeadingTitel, |
− | + | .headline .firstHeading { | |
− | font-family:calibri, "Trebuchet MS"; | + | font-family: georgia, times, serif; |
+ | font-weight: bold; | ||
+ | margin: 0 0 .5rem; | ||
+ | padding: 0 !important; | ||
+ | color: #333 !important; | ||
+ | text-align: left; | ||
+ | width: auto; | ||
+ | max-width: none; | ||
+ | background: none !important; | ||
+ | } | ||
+ | .headline .firstHeadingBody { | ||
+ | margin: 0; | ||
+ | padding-top: 1.2em; | ||
+ | text-transform: uppercase; | ||
+ | font-size: 2.2rem; | ||
+ | font-weight: bold; | ||
+ | text-shadow: 0.02em 0.02em 0.05em #888; | ||
+ | line-height: 1.1em; | ||
+ | width: auto; | ||
+ | max-width: none; | ||
+ | background: none !important; | ||
+ | color: #333 !important; | ||
+ | } | ||
+ | .headline .firstHeadingBody::after { | ||
+ | display: none; | ||
+ | } | ||
+ | .headline .firstHeadingBody a { | ||
+ | color: inherit; | ||
+ | } | ||
+ | .headline .firstHeadingBody a:hover { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .headline .bottom { | ||
+ | font-size: .8em; | ||
+ | line-height: 2em; | ||
+ | text-transform: lowercase; | ||
+ | text-shadow: none; | ||
+ | text-indent:.1em; | ||
+ | padding: 0; | ||
+ | } | ||
+ | .wrapLogo { | ||
+ | width: calc(50% + 9rem); | ||
+ | } | ||
+ | .headerSitemap { | ||
+ | max-width: 52rem; | ||
+ | margin: 1rem auto 0; | ||
+ | } | ||
+ | .logo150 { | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | .logo150 img { | ||
+ | width: 9rem; | ||
+ | height: inherit; | ||
+ | } | ||
+ | /* H2, H3,... */ | ||
+ | |||
+ | #content h2 { | ||
+ | font-family:calibri, "Trebuchet MS"; | ||
+ | line-height: 1.2; | ||
+ | text-align: center; | ||
+ | margin: 1.2em auto 1em; | ||
+ | padding: .5em .5rem .17em; | ||
+ | padding: 0; | ||
+ | } | ||
+ | #content h2.noborder { | ||
+ | padding-bottom:0; | ||
+ | border:0; | ||
+ | } | ||
+ | #content .imgWrap + h2 { | ||
+ | margin-top: 3rem; | ||
+ | } | ||
+ | #content h3 { | ||
+ | font-family:calibri, "Trebuchet MS"; | ||
+ | font-style:italic; | ||
+ | line-height: 1.2; | ||
+ | font-size: 1.3em; | ||
text-align: left; | text-align: left; | ||
margin: 1em auto .8rem; | margin: 1em auto .8rem; | ||
padding: .5em .5rem 0em; | padding: .5em .5rem 0em; | ||
− | clear: left; | + | /*clear: left;*/ |
} | } | ||
#content h4 { | #content h4 { | ||
Zeile 639: | Zeile 749: | ||
font-weight:bold; | font-weight:bold; | ||
font-size: 1.2em; | font-size: 1.2em; | ||
− | line-height:1. | + | line-height:1.6; |
− | color: | + | color: rgb(1 3 6 / 50%); |
} | } | ||
Zeile 665: | Zeile 775: | ||
/* Ende Headings */ | /* Ende Headings */ | ||
− | /******************************* | + | /******************************************** |
− | + | NAVIGATION | |
− | ********************************/ | + | **********************************************/ |
− | # | + | /*#siteNotice, Crumbs */ |
− | + | #localNotice { | |
− | + | display: none; | |
− | + | margin:3.5rem auto; | |
− | + | position: absolute; | |
− | + | width: 100%; | |
− | + | } | |
− | # | + | .ns--1 #localNotice { |
− | + | display: block; | |
− | . | + | margin:0 auto; |
− | + | } | |
− | + | #localNotice .crumbs { | |
− | + | padding-left: 2rem; | |
− | + | font-size: 1rem; | |
− | + | } | |
− | + | .crumbs { | |
+ | text-align: left; | ||
+ | overflow: hidden; | ||
+ | font-family: calibri, arial, sans-serif; | ||
+ | line-height: 3rem; | ||
+ | text-transform: lowercase; | ||
+ | } | ||
+ | .crumbs small { | ||
+ | padding: 0 .4em; | ||
} | } | ||
− | + | /************ | |
− | + | Search | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | / | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | #p-search width = #content width | |
− | + | #searchform m-right ~ #siteNotice width | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | # | + | **********/ |
− | + | #p-search { | |
− | |||
− | |||
− | |||
− | |||
position: relative; | position: relative; | ||
− | + | top: 0; | |
− | + | right: 0; | |
− | + | width: auto; | |
− | + | margin: 0 auto; | |
− | + | height: 0; | |
} | } | ||
− | + | .ns-0 #p-search, | |
− | + | .ns-4 #p-search, | |
− | + | .ns-12 #p-search { | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | # | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | # | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | #p-search #searchform { | |
− | + | position: absolute; | |
− | + | right: 1rem; | |
− | + | top: 0; | |
− | + | display:none; | |
− | |||
− | |||
− | |||
} | } | ||
− | + | #searchform2 { | |
position: absolute; | position: absolute; | ||
− | + | top: 0; | |
− | top: 0; | + | right: 0; |
− | right: 0 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | #simpleSearch { | |
− | background: | + | width: auto; |
− | + | max-width: none; | |
+ | float: right; | ||
+ | margin: 0; | ||
+ | font-size: 1em; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | background: transparent; | ||
+ | height: 2.7rem; | ||
+ | border:0; | ||
} | } | ||
− | + | #searchform2 #simpleSearch { | |
− | + | height: 3.5rem; | |
− | |||
} | } | ||
− | + | #searchform2 #searchInput { | |
− | + | font-size: 1.1rem; | |
− | + | width: 0; | |
− | + | transition: width .5s; | |
− | + | background: #fff; | |
− | + | float: right; | |
− | + | padding: .25rem 0; | |
− | + | margin: .5rem 3rem 0 0; | |
− | + | text-indent: .5rem; | |
− | + | border: 0; | |
+ | border-radius: .5em; | ||
+ | box-shadow: inset 0 0 0.15em 0.05em #bab8ab; | ||
} | } | ||
− | + | #simpleSearch:hover #searchInput, | |
− | + | #simpleSearch #searchInput:focus, | |
− | + | #simpleSearch #searchInput:active { | |
− | + | width: 16em; | |
− | width: | ||
− | |||
} | } | ||
− | + | #searchform2 #searchButton { | |
− | + | height: 3.5rem; | |
− | + | width: 2rem; | |
− | + | background-size: contain; | |
− | + | opacity: 0; | |
− | + | } | |
− | + | #mw-searchoptions td:nth-child(2) { | |
− | + | display: none; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | # | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
/****************** | /****************** | ||
Nav, Sitemap | Nav, Sitemap | ||
− | + | s.a. Metalog:Sitemap, MediaWiki:Bottom-notice-ns-0 | |
− | |||
********************/ | ********************/ | ||
− | # | + | #bottom-notice-ns { |
− | + | position: absolute; | |
− | + | top: 0; | |
− | + | left: 0; | |
− | + | right: 0; | |
− | + | margin: auto; | |
− | + | z-index:2; | |
− | z-index: | + | } |
+ | .bottom-notice-body { | ||
+ | position: relative; | ||
+ | margin: auto; | ||
+ | } | ||
+ | #crumbs { | ||
+ | line-height: 3.5rem; | ||
+ | padding-left: 2rem; | ||
+ | font-size: 1rem; | ||
+ | white-space: nowrap; | ||
+ | overflow: hidden; | ||
+ | z-index:-1; | ||
+ | } | ||
+ | .bottom-notice-2-body #crumbs { | ||
+ | line-height: 3rem; | ||
+ | } | ||
+ | .pageinfo { | ||
+ | max-width: 40rem; | ||
+ | padding: 0 1rem 0; | ||
+ | margin: auto; | ||
+ | font-size: .9em; | ||
+ | color: #666; | ||
} | } | ||
#sitemapToggle { | #sitemapToggle { | ||
position: absolute; | position: absolute; | ||
− | + | right: 0; | |
cursor: zoom-in; | cursor: zoom-in; | ||
} | } | ||
#sitemapToggle.close { | #sitemapToggle.close { | ||
− | + | cursor: zoom-out; | |
} | } | ||
− | # | + | #wrapVertical { |
− | + | position: absolute; | |
− | + | right: 0; | |
− | + | top:0; | |
− | + | z-index:2; | |
− | + | } | |
− | + | #toggleButton { | |
+ | position: fixed; | ||
+ | z-index:2; | ||
} | } | ||
− | #toggleButton | + | #toggleButton span, |
− | + | .search2 { | |
display: block; | display: block; | ||
− | + | margin-left: -3.75rem; | |
− | + | margin-top: 0.25rem; | |
− | background: | + | font-size: 1.5rem; |
− | color: # | + | line-height: 215%; |
+ | background: rgb(98 115 153 / 50%); | ||
+ | color: #fff; | ||
text-align: center; | text-align: center; | ||
− | width: | + | width: 3rem; |
− | height: | + | height: 3rem; |
− | border-radius: 50% | + | border-radius: 50%; |
− | |||
− | |||
} | } | ||
− | . | + | .wrapSearch2 { |
− | + | position: absolute; | |
+ | right: 4rem; | ||
} | } | ||
− | + | .search2 { | |
− | + | margin:0; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | #toggleButton span.times { | |
− | + | display: none; | |
− | |||
} | } | ||
− | + | .close #toggleButton .bars { | |
− | + | display: none; | |
} | } | ||
− | + | .close #toggleButton .times { | |
− | + | display: block; | |
− | |||
− | |||
− | |||
} | } | ||
#bgToggle { | #bgToggle { | ||
Zeile 976: | Zeile 965: | ||
left: 0; | left: 0; | ||
right: 0; | right: 0; | ||
− | height: | + | height: 3.5rem; |
background-color: #444440; | background-color: #444440; | ||
opacity: .05; | opacity: .05; | ||
} | } | ||
+ | /* top arrow*/ | ||
+ | #top { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | } | ||
+ | #toparrow { | ||
+ | position: fixed; | ||
+ | bottom: 1rem; | ||
+ | text-align: center; | ||
+ | cursor: pointer; | ||
+ | margin-left: -4rem; | ||
+ | } | ||
+ | #toparrow .fas { | ||
+ | display: block; | ||
+ | font-size: 2rem; | ||
+ | color: rgb(153 153 153 / 50%); | ||
+ | } | ||
+ | #toparrow a { | ||
+ | display: block; | ||
+ | width: 3.5rem; | ||
+ | color: #aaa; | ||
+ | font-weight: normal; | ||
+ | font-style: normal; | ||
+ | color: transparent; | ||
+ | font-size: 1rem; | ||
+ | background: transparent; | ||
+ | } | ||
+ | #toparrow:hover a, | ||
+ | #toparrow:hover .fas { | ||
+ | text-decoration: none; | ||
+ | background: transparent; | ||
+ | color: #555; | ||
+ | } | ||
+ | .mw-editsection { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | *:hover > .mw-editsection, | ||
+ | #toparrow:hover { | ||
+ | visibility: visible; | ||
+ | } | ||
#contSitemap { | #contSitemap { | ||
position: absolute; | position: absolute; | ||
left: 0; | left: 0; | ||
right: 0; | right: 0; | ||
− | text-align: left; | + | text-align: left; |
− | |||
− | |||
display: none; | display: none; | ||
− | background: # | + | background: #fff; |
− | + | border-radius: 0 0 .5rem .5rem; | |
− | + | padding-bottom: 3rem; | |
− | + | z-index:3; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | } | ||
.sitemap { | .sitemap { | ||
− | position: relative; | + | position: relative; |
− | + | margin: 1rem auto 0; | |
− | + | font-size: 1.25rem; | |
− | margin: auto; | + | color: #79776f; |
− | font-size: 1.25rem; | + | color: #246; |
− | + | font-family: calibri, arial, 'yu gothic', 'ms gothic', sans-serif; | |
− | color: # | + | max-width: 52rem; |
− | font-family: calibri, arial, sans-serif; | + | clear: both; |
− | } | + | } |
.sitemapBg { | .sitemapBg { | ||
− | + | background: #e4e4cc; | |
− | + | margin: 0 1rem 3rem; | |
− | + | overflow: hidden; | |
− | + | display: flex; | |
− | + | flex-wrap: wrap; | |
+ | border-radius: .5rem; | ||
+ | overflow: hidden; | ||
+ | display: grid; | ||
+ | grid-template-columns: repeat(auto-fill,minmax(15em,1fr)); | ||
+ | grid-gap: 0 .25em; | ||
+ | box-shadow: 0 0 5px 1px #dbd0b5; | ||
} | } | ||
.sitemap a, | .sitemap a, | ||
Zeile 1.021: | Zeile 1.049: | ||
} | } | ||
.sitemap a:hover { | .sitemap a:hover { | ||
− | background: # | + | background: #e4e4cc; |
+ | } | ||
+ | .part { | ||
+ | min-width: 15em; | ||
+ | flex-grow: 1; | ||
+ | -ms-flex-preferred-size: 50%; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.chapterSitemap { | .chapterSitemap { | ||
position: relative; | position: relative; | ||
− | border-left: 3.5em solid # | + | border-left: 3.5em solid #e4e4cc; |
padding: 1em 1em 1em 0; | padding: 1em 1em 1em 0; | ||
− | background-color:# | + | background-color:#fffbee; |
} | } | ||
− | + | .sitemap dd b { | |
− | + | padding-left: 1.42rem; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.sitemap dd span { | .sitemap dd span { | ||
display: block; | display: block; | ||
− | position: absolute; | + | position: absolute; |
− | left: - | + | left: -4.35rem; |
− | + | width: 4.3rem; | |
− | + | text-align: center; | |
− | + | color: rgb(255 255 255 / 80%); | |
+ | font-size: 1.25em; | ||
+ | line-height: 1.35; | ||
} | } | ||
.sitemap dl, | .sitemap dl, | ||
Zeile 1.070: | Zeile 1.080: | ||
padding: 0; | padding: 0; | ||
} | } | ||
− | .sitemap ul { | + | #content .sitemap ul { |
font-size: 1rem; | font-size: 1rem; | ||
− | |||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
+ | padding-top: .7em; | ||
text-align: left; | text-align: left; | ||
} | } | ||
.sitemap ul { | .sitemap ul { | ||
− | |||
display:none; | display:none; | ||
} | } | ||
.sitemap li { | .sitemap li { | ||
− | |||
margin: 0; | margin: 0; | ||
+ | margin-left: .75em; | ||
color: #777; | color: #777; | ||
text-align: left; | text-align: left; | ||
} | } | ||
− | .sitemap li a { | + | .sitemap li { |
+ | list-style: none; | ||
+ | } | ||
+ | .sitemap li a::before { | ||
+ | content: '\2022'; | ||
+ | font-family: 'Font Awesome 5 Free'; | ||
+ | display: inline-block; | ||
+ | margin-left: -.75em; | ||
+ | width: .75em; | ||
+ | } | ||
+ | .sitemap li li::before { | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | .sitemap li a, | ||
+ | .sitemap li .selflink, | ||
+ | .sitemap li > i { | ||
display: block; | display: block; | ||
− | padding-left: 1.5rem | + | padding-left: 1.5rem; |
− | |||
border-radius: 1em; | border-radius: 1em; | ||
} | } | ||
− | .sitemap ul ul { | + | .sitemap li > i { |
+ | margin-left: -.75em; | ||
+ | } | ||
+ | #content .sitemap ul ul { | ||
margin-top: -.2em; | margin-top: -.2em; | ||
padding-top: 0; | padding-top: 0; | ||
− | padding-left: | + | padding-left: 1.5rem; |
− | |||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
.sitemap li li, | .sitemap li li, | ||
− | .sitemap li li a { | + | .sitemap li li a, |
+ | .sitemap li li .selflink { | ||
display: inline-block; | display: inline-block; | ||
− | margin-left: | + | margin-left: .3em; |
− | padding: 0 . | + | padding: 0 .2em; |
} | } | ||
.sitemap li a.selflink { | .sitemap li a.selflink { | ||
background: #efefdf; | background: #efefdf; | ||
− | background: # | + | background: #e4e4cc; |
display: block; | display: block; | ||
} | } | ||
.sitemap li a.selflink::before { | .sitemap li a.selflink::before { | ||
− | + | content: '\f0d7'; | |
− | + | content: '\f0da'; | |
+ | padding-right: 0; | ||
} | } | ||
.plusMinus { | .plusMinus { | ||
Zeile 1.123: | Zeile 1.150: | ||
} | } | ||
.plusMinus:hover { | .plusMinus:hover { | ||
− | background: # | + | background: #e4e4cc; |
} | } | ||
.plusMinus::after { | .plusMinus::after { | ||
content: "\f067"; | content: "\f067"; | ||
+ | font-family: "Font Awesome 5 Free"; | ||
position: absolute; | position: absolute; | ||
right: .5em; | right: .5em; | ||
Zeile 1.132: | Zeile 1.160: | ||
.plusMinus.close::after { | .plusMinus.close::after { | ||
content: "\f068"; | content: "\f068"; | ||
+ | font-family: "Font Awesome 5 Free"; | ||
} | } | ||
.plusMinus::after { | .plusMinus::after { | ||
Zeile 1.141: | Zeile 1.170: | ||
color: #afaf9f; | color: #afaf9f; | ||
} | } | ||
− | #plusMinusAll { | + | #plusMinusAll { |
font-size: .86em; | font-size: .86em; | ||
text-align: right; | text-align: right; | ||
− | padding: . | + | padding: .3em .3em .4em; |
− | |||
− | |||
border-radius: 6px; | border-radius: 6px; | ||
− | |||
margin: 0 2% -5px 50%; | margin: 0 2% -5px 50%; | ||
− | margin-left: calc(100% - | + | margin-left: calc(100% - 15em); |
cursor: pointer; | cursor: pointer; | ||
width: 13em; | width: 13em; | ||
Zeile 1.156: | Zeile 1.182: | ||
overflow: hidden; | overflow: hidden; | ||
white-space: nowrap; | white-space: nowrap; | ||
+ | /* background-color: #dfdfc6; */ | ||
+ | background: #f9f3e1; | ||
+ | background: #f7f4e4; | ||
+ | position: absolute; | ||
+ | top: .2em; | ||
+ | transition: margin 1s; | ||
+ | box-shadow: 0 0 10px 1px rgba(1, 1, 0, 0.2); | ||
+ | box-shadow: 0 0 5px 1px #dbd0b5; | ||
+ | } | ||
+ | .sitemap:hover #plusMinusAll { | ||
+ | margin-top: -2.2em; | ||
} | } | ||
#plusMinusAll::before { | #plusMinusAll::before { | ||
Zeile 1.163: | Zeile 1.200: | ||
#plusMinusAll::after { | #plusMinusAll::after { | ||
content:'\f067'; | content:'\f067'; | ||
+ | font-family: "Font Awesome 5 Free"; | ||
padding: 0 1em; | padding: 0 1em; | ||
} | } | ||
#plusMinusAll:hover { | #plusMinusAll:hover { | ||
− | background: # | + | background: #fffbee; |
− | |||
− | |||
} | } | ||
#plusMinusAll.close::before { | #plusMinusAll.close::before { | ||
Zeile 1.175: | Zeile 1.211: | ||
#plusMinusAll.close::after { | #plusMinusAll.close::after { | ||
content:'\f068'; | content:'\f068'; | ||
+ | font-family: "Font Awesome 5 Free"; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Aktuelle Version vom 24. August 2024, 14:08 Uhr
/*************************
Hier befinden sich vorwiegend css-Befehle, die den ursprünglichen Wiki-Code beeinflussen (Änderungen am Standardlayout, Navigationsmenü)
Siehe auch
* MediaWiki:Vector.css (css für Extensions, Templates, etc.)
* MediaWiki:Print.css
****************************/
/* Framework */
html {
scroll-behavior: smooth;
scroll-padding-top: 4rem;
}
html,
body {
margin: 0;
padding: 0;
font-size: calc(12px + .3vw);
background: #eeeee5 url(/wikibilder/luck.jpg);
color: black;
font-family: Arial, sans-serif;
}
/*** Head ***/
#mw-page-base,
#mw-head-base,
#mw-head {
position:absolute;
z-index:4;
}
#mw-page-base {
height: 100vh;
position:fixed;
z-index:0;
top: 0;
left: 0;
right: 0;
background:transparent;
}
#mw-head {
top: 3.5rem;
margin: auto;
left: 0;
right: 0;
width: calc(100% - 18rem);
max-width: 78rem;
}
/* Content */
#content {
position:relative;
z-index:1;
font-family: Georgia, Times, 'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , '游明朝','游明朝体',YuMincho,'Yu Mincho', serif;
border:0;
border-radius: 0 0 5px 5px;
width: calc(100% - 18rem);
min-height: calc(100% - 9rem);
max-width: 92rem;
max-width: 78rem;
min-width: 640px;
margin: 0 auto;
padding: 1px 0; /* 1px gegen margin collaps*/
overflow: visible;
}
.action-edit #content {
margin: 0 0 0 10rem;
width: auto;
max-width: none;
padding:0 1rem;
box-shadow: 0 4px 15px rgba(145, 142, 117, 0.5);
}
.ns-6 #content {
max-width: 78rem;
}
.ns-0.action-view #content,
.ns-4.action-view #content,
.ns-12.action-view #content {
box-shadow: 0 4px 15px rgba(145,142,117,0.5);
border-radius: 0 0 .5em .5em;
background: #fbfbf7;
}
#bodyContent {
font-size: 1rem;
padding: 0 max(5%,2rem) 5rem;
position: static;
}
.ns-0.action-view #bodyContent,
.ns-4.action-view #bodyContent,
.ns-12.action-view #bodyContent,
.wikiEditor-preview-contents {
border-top: 1px solid transparent; /* avoid margin collapse */
margin: calc(3.5rem - 1px) -7rem 0; /* Platz für Sitenotice */
padding: 0 0 2rem;
font-size:1.1rem;
}
.action-view .mw-content-ltr,
.wikiEditor-preview-contents {
}
/* Silbentrennung */
#bodyContent {
-webkit-hyphens: auto;
-epub-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}
#bodyContent .firstHeading,
.firstHeadingTitel,
#bodyContent h2,
#bodyContent h3,
#bodyContent h4 {
-webkit-hyphens: manual;
-epub-hyphens: manual;
-moz-hyphens: manual;
-ms-hyphens: manual;
-o-hyphens: manual;
hyphens: manual;
}
#contentSub2 {
margin: auto;
}
/***********************
width
************************/
.mw-parser-output > * {
margin-left: auto;
margin-right: auto;
width: 50%;
}
.mw-parser-output > ul,
.mw-parser-output > ol,
.mw-parser-output > dl {
width: calc(50% - 4rem);
}
/* MW Navigation */
.mw-indicators,
.ns--1 #left-navigation,
.ns-0.action-view #p-views,
.ns-0.action-view #p-cactions,
.ns-0.action-view #left-navigation,
.ns-4.action-view #p-views,
.ns-4.action-view #p-cactions,
.ns-4.action-view #left-navigation,
.ns-6.action-view #p-views,
.ns-6.action-view #p-cactions,
.ns-6.action-view #left-navigation,
.ns-12.action-view #p-views,
.ns-12.action-view #p-cactions,
.ns-12.action-view #left-navigation,
.ns-120.action-view #p-views,
.ns-120.action-view #p-cactions,
.ns-120.action-view #left-navigation,
.ns-124.action-view #p-views,
.ns-124.action-view #p-cactions,
.ns-124.action-view #left-navigation {
display: none;
}
#ca-unwatch,
.action-edit #p-search,
#left-navigation #ca-talk {
display:none;
}
.ns-2 #left-navigation #ca-talk,
.ns-3 #left-navigation #ca-talk {
display:block;
}
#pt-anonuserpage, #pt-userpage a {
background-image: none;
padding: inherit !important;
}
/*****************/
#mw-head { /*Platz für crumbs schaffen */
top: 3.5rem;
}
#left-navigation,
#right-navigation {
margin: 0;
}
/* Logo */
#p-logo {
display:none;
position: absolute;
z-index:4;
top: -10em;
left: 0;
width: 10em;
height: 10em;
background: #f5f5ee url(/wikibilder/logo_head3.jpg) top left repeat-x ;
}
#p-logo a {
display: block;
width: 10em;
height: 10em;
background-repeat: no-repeat;
background-position: center center;
text-decoration: none;
}
/* Panel */
#mw-panel {
position: absolute;
top: 50vh;
transform: translate(0, -50%);
padding: 0 0 1em .5em;
width: 9.5em;
left: 0;
z-index:4;
background: #f5f5ee;
border-bottom: 1px solid #def;
}
#p-logo,
#p-lang,
.action-view #mw-panel,
.action-view #mw-head-base {
display: none;
}
/* Hide */
#jump-to-nav,
#contentSub,
#catlinks,
#siteSub,
.subpages {
display: none;
}
/** Wiki-Navigation **/
#p-personal {
top: -2.5rem;
}
#p-personal li {
line-height: 1.125;
padding: 0 .75em 0 0;
margin:0;
float: left;
font-size: 0.75em;
white-space: nowrap;
}
.action-view #p-personal {
display: none;
}
.action-view.ns-8 #p-personal,
.action-view.ns-10 #p-personal {
display: block;
left: auto;
}
/* hide */
#p-personal #pt-mytalk,
#p-personal #pt-anontalk,
#p-personal #pt-watchlist,
#p-personal #pt-mycontris {
display: none;
}
.action-view #p-tb,
.action-view #p-personal #pt-mytalk,
.action-view #p-personal #pt-preferences,
.action-view #p-personal #pt-logout,
.action-view #p-personal #pt-anontalk,
.action-view #p-personal #pt-watchlist,
.action-view #p-personal #pt-mycontris,
.action-view #p-personal #pt-login,
#mw-clearyourcache {
display: none;
}
/****************************************
FOOTER
*****************************************/
#footer {
position: relative;
margin: 2rem auto 0;
padding: .5rem 2rem;
background: transparent;
text-align: center;
max-width: 78rem;
font-family: calibri;
font-size: .9rem;
}
#footer ul {
margin: 0;
padding: 0;
}
#footer li {
line-height: 1.4em;
font-size: .9rem;
color: #555;
padding: 0;
list-style: none;
}
#footer a,
#footer a:visited {
color:#016;
}
#footer-info-disclaimer,
#footer-info-lastmod,
#footer-places-about {
display:none;
}
#footer-info {
float: left;
text-align: left;
margin: .5rem 0;
max-width:40rem;
margin:0 ; padding:0 ;
font-size: 1em;
}
#footer-info > li { ;
padding: .5em;
background: rgb(223 215 201 / 76%);
}
#footer #footer-info #footer-info-copyright {
padding: 0.6em 1em;
position: absolute;
top: -1.5em;
left: 50%;
transform: translateX(-50%);
}
#footer-places,
#footer-icons {
float:right;
clear:right;
}
#footer #footer-icons {
padding-top: 0.5em;
}
#footer #footer-places #footer-places-about {
padding: .7em 0;
font-style: italic;
margin-right: .3em;
}
#footer #footer-icons li {
float: none;
}
#footer-icons img {
margin: 2px;
border: 0;
}
#footer-affiliationico img {
border-radius: 3px;
box-shadow: 1px 1px #ccc;
}
.printfooter {
display: none;
}
/****************************************
Text Formate
*****************************************/
/* CODE Maske */
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.3;
font-size: .9rem;
}
textarea {
font-size: 1.3em;
background:#ffe;
color:#005;
}
.mw-editfont-monospace,
.mw-editfont-sans-serif,
.mw-editfont-serif,
.wikiEditor-ui .ace_editor {
font-size: .8rem;
}
i i {
font-style: normal;
}
.glossarlink i {
font-style: italic;
}
dfn {
font-style: normal;
}
/**********************************
LINKS
**********************************/
a,
a:visited {
text-decoration: none;
color: #832800; /*braun*/
color: #1067AC; /*blau*/
background: none;
}
a:hover {
text-decoration: underline;
color: #1067AC; /*blau*/
background-color:#f5f5ee;
}
a:active {
color: #faa700;
}
#content a.external,
#content a.external[href^="gopher://"],
#content a.external:visited,
#content a.external[href^="gopher://"]:visited {
color: #1A7BC9; /*blau 2*/
background: transparent;
padding-right: 0px;
}
#content a.external::after {
font-family: serif;
padding-left: .2em;
content: "\2197";
}
#content .noarrow a.external:after,
#content #chapters a.external:after {
padding-left: 0px;
content: "";
}
/********************
Absätze und Listen
********************/
#content p {
margin: 0 auto 1em;
}
#content p + p {
margin-top: -1em;
text-indent: 2rem;
}
.article .mw-content-ltr > .mw-parser-output > p:first-of-type {
font-size: 1.1em;
margin-bottom: 2em!important;
}
.article .mw-content-ltr > .mw-parser-output > p:first-of-type::first-letter {
font-style:normal;
float: left;
line-height: .85;
font-size: 5.5em;
margin: 0 0.1em 0 0;
font-family: Georgia,Times,serif;
}
li {
margin-bottom: .7em;
}
dt {
font-weight: bold;
margin-bottom: .1em;
}
dl {
margin-top: .2em;
margin-bottom: .5em;
}
.mw-parser-output dd {
margin-left: 2rem;
margin-bottom: .1em;
}
.mw-parser-output dd ul,
.mw-parser-output dd ol {
margin-left: 0;
padding-left: 0;
}
.mw-parser-output ul,
.mw-parser-output ol {
margin: auto;
padding: .3em 1rem .8em 2rem;
}
.mw-parser-output p,
.mw-parser-output li,
.mw-parser-output dd {
line-height: 1.6;
position: relative;
}
.mw-parser-output > p,
.mw-parser-output > ul li,
.mw-parser-output > ol li,
.mw-parser-output > dl dd {
text-align: justify;
}
/* list-style */
ul {
list-style-image: none;
}
ul li::marker {
font-size: 1.5em;
line-height: .5em;
color: #0e5892;
}
.mw-parser-output ul ul {
padding-bottom: 0;
}
.shortlist ul {
padding-bottom: .8em;
}
.shortlist li {
margin-bottom: 0;
}
#mw-navigation li,
.ns--1 li {
list-style:none;
}
/* Tables */
table {
font-size: 100%;
}
/* Emulate Center */
.center {
width: 100%;
text-align: center;
}
.center * {
margin-left: auto;
margin-right: auto;
}
/* Small for tables and similar */
.small {
font-size: 94%;
}
#content .right,
.right {
text-align: right;
}
/**************************
Headings
***************************/
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin: 0 auto;
padding-top: .5em;
padding-bottom: .17em;
overflow: visible;
color: rgb(1 3 6 / 50%);
border: 0 ;
position: relative;
}
h4, h5, h6 {
font-weight: normal;
}
/* firstHeading */
#content #firstHeading {
padding: 6rem 0 1em;
line-height: 1.2;
font-size: 2em;
font-family: monospace;
}
.ns-2 #content #firstHeading,
.ns-12 #content #firstHeading {
font-family: calibri, "Trebuchet MS";
padding: 3.5em 0 1em;
}
.ns-120.action-view #firstHeading,
.ns-124.action-view #firstHeading {
display:none;
}
.firstHeading,
.firstHeadingTitel {
position: relative;
font-size: 2.8em;
line-height: 1.2;
font-family: calibri, "Trebuchet MS";
font-weight: bold;
text-align: center;
width: calc(100% - 14rem);
padding: 1em 0 0;
margin: -.1rem auto 3rem;
background-position: center;
}
.ns--1 .firstHeading,
.ns--1 .firstHeadingTitel {
margin-bottom: 1rem;
padding: 0;
}
.firstHeadingBody {
position: static;
display: block;
background: #fbfbf7;
margin: auto;
width: fit-content;
min-width: 50%;
max-width: calc(75% - 3em);
padding: 0.75em 1.5em 0.5em;
}
.ns--1 .firstHeadingBody {
background: transparent;
margin-top: 3rem;
}
.firstHeadingBody > span {
display: block;
font-weight: normal;
font-size: .75em;
line-height: 1.2em;
padding: 1em 0 0;
}
.firstHeadingBody .bottom {
padding: 0;
}
.titel_zusatz {
margin-top: -2rem;
line-height:2;
}
.firstHeadingTitel .autor {
font-style: italic;
margin-top: -1em;
}
.firstHeadingTitel .autor .reference a {
background: transparent;
font-style: normal;
font-size: .7em;
}
.bottom {
}
.mw-parser-output > h2::after {
content: '';
display: block;
height: 3px;
background-image: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
position: absolute;
left: 0;
right: 0;
border-radius: 25%;
margin-top: 5px;
}
/* Hauptseite, Sitemap */
.headline .firstHeadingTitel,
.headline .firstHeading {
font-family: georgia, times, serif;
font-weight: bold;
margin: 0 0 .5rem;
padding: 0 !important;
color: #333 !important;
text-align: left;
width: auto;
max-width: none;
background: none !important;
}
.headline .firstHeadingBody {
margin: 0;
padding-top: 1.2em;
text-transform: uppercase;
font-size: 2.2rem;
font-weight: bold;
text-shadow: 0.02em 0.02em 0.05em #888;
line-height: 1.1em;
width: auto;
max-width: none;
background: none !important;
color: #333 !important;
}
.headline .firstHeadingBody::after {
display: none;
}
.headline .firstHeadingBody a {
color: inherit;
}
.headline .firstHeadingBody a:hover {
text-decoration: none;
}
.headline .bottom {
font-size: .8em;
line-height: 2em;
text-transform: lowercase;
text-shadow: none;
text-indent:.1em;
padding: 0;
}
.wrapLogo {
width: calc(50% + 9rem);
}
.headerSitemap {
max-width: 52rem;
margin: 1rem auto 0;
}
.logo150 {
float: left;
position: relative;
z-index: 1;
}
.logo150 img {
width: 9rem;
height: inherit;
}
/* H2, H3,... */
#content h2 {
font-family:calibri, "Trebuchet MS";
line-height: 1.2;
text-align: center;
margin: 1.2em auto 1em;
padding: .5em .5rem .17em;
padding: 0;
}
#content h2.noborder {
padding-bottom:0;
border:0;
}
#content .imgWrap + h2 {
margin-top: 3rem;
}
#content h3 {
font-family:calibri, "Trebuchet MS";
font-style:italic;
line-height: 1.2;
font-size: 1.3em;
text-align: left;
margin: 1em auto .8rem;
padding: .5em .5rem 0em;
/*clear: left;*/
}
#content h4 {
font-family:calibri, "Trebuchet MS";
font-weight:bold;
font-size: 1.2em;
line-height:1.6;
color: rgb(1 3 6 / 50%);
}
/* Edit section links */
.mw-editsection {
color:#ddd;
font: normal 9px Arial;
text-align: left;
position: absolute;
margin: 0;
right: 3em;
top: 3em;
width: 3em;
}
.mw-editsection a,
.mw-editsection a:visited {
color: #ddd;
font-size:9px;
}
.mw-editsection a:hover { color: #555; text-decoration:none;}
h1 .mw-editsection { display:none;}
/* Ende Headings */
/********************************************
NAVIGATION
**********************************************/
/*#siteNotice, Crumbs */
#localNotice {
display: none;
margin:3.5rem auto;
position: absolute;
width: 100%;
}
.ns--1 #localNotice {
display: block;
margin:0 auto;
}
#localNotice .crumbs {
padding-left: 2rem;
font-size: 1rem;
}
.crumbs {
text-align: left;
overflow: hidden;
font-family: calibri, arial, sans-serif;
line-height: 3rem;
text-transform: lowercase;
}
.crumbs small {
padding: 0 .4em;
}
/************
Search
#p-search width = #content width
#searchform m-right ~ #siteNotice width
**********/
#p-search {
position: relative;
top: 0;
right: 0;
width: auto;
margin: 0 auto;
height: 0;
}
.ns-0 #p-search,
.ns-4 #p-search,
.ns-12 #p-search {
}
#p-search #searchform {
position: absolute;
right: 1rem;
top: 0;
display:none;
}
#searchform2 {
position: absolute;
top: 0;
right: 0;
}
#simpleSearch {
width: auto;
max-width: none;
float: right;
margin: 0;
font-size: 1em;
margin: 0;
padding: 0;
background: transparent;
height: 2.7rem;
border:0;
}
#searchform2 #simpleSearch {
height: 3.5rem;
}
#searchform2 #searchInput {
font-size: 1.1rem;
width: 0;
transition: width .5s;
background: #fff;
float: right;
padding: .25rem 0;
margin: .5rem 3rem 0 0;
text-indent: .5rem;
border: 0;
border-radius: .5em;
box-shadow: inset 0 0 0.15em 0.05em #bab8ab;
}
#simpleSearch:hover #searchInput,
#simpleSearch #searchInput:focus,
#simpleSearch #searchInput:active {
width: 16em;
}
#searchform2 #searchButton {
height: 3.5rem;
width: 2rem;
background-size: contain;
opacity: 0;
}
#mw-searchoptions td:nth-child(2) {
display: none;
}
/******************
Nav, Sitemap
s.a. Metalog:Sitemap, MediaWiki:Bottom-notice-ns-0
********************/
#bottom-notice-ns {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
z-index:2;
}
.bottom-notice-body {
position: relative;
margin: auto;
}
#crumbs {
line-height: 3.5rem;
padding-left: 2rem;
font-size: 1rem;
white-space: nowrap;
overflow: hidden;
z-index:-1;
}
.bottom-notice-2-body #crumbs {
line-height: 3rem;
}
.pageinfo {
max-width: 40rem;
padding: 0 1rem 0;
margin: auto;
font-size: .9em;
color: #666;
}
#sitemapToggle {
position: absolute;
right: 0;
cursor: zoom-in;
}
#sitemapToggle.close {
cursor: zoom-out;
}
#wrapVertical {
position: absolute;
right: 0;
top:0;
z-index:2;
}
#toggleButton {
position: fixed;
z-index:2;
}
#toggleButton span,
.search2 {
display: block;
margin-left: -3.75rem;
margin-top: 0.25rem;
font-size: 1.5rem;
line-height: 215%;
background: rgb(98 115 153 / 50%);
color: #fff;
text-align: center;
width: 3rem;
height: 3rem;
border-radius: 50%;
}
.wrapSearch2 {
position: absolute;
right: 4rem;
}
.search2 {
margin:0;
}
#toggleButton span.times {
display: none;
}
.close #toggleButton .bars {
display: none;
}
.close #toggleButton .times {
display: block;
}
#bgToggle {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 3.5rem;
background-color: #444440;
opacity: .05;
}
/* top arrow*/
#top {
position: absolute;
top: 0;
}
#toparrow {
position: fixed;
bottom: 1rem;
text-align: center;
cursor: pointer;
margin-left: -4rem;
}
#toparrow .fas {
display: block;
font-size: 2rem;
color: rgb(153 153 153 / 50%);
}
#toparrow a {
display: block;
width: 3.5rem;
color: #aaa;
font-weight: normal;
font-style: normal;
color: transparent;
font-size: 1rem;
background: transparent;
}
#toparrow:hover a,
#toparrow:hover .fas {
text-decoration: none;
background: transparent;
color: #555;
}
.mw-editsection {
visibility: hidden;
}
*:hover > .mw-editsection,
#toparrow:hover {
visibility: visible;
}
#contSitemap {
position: absolute;
left: 0;
right: 0;
text-align: left;
display: none;
background: #fff;
border-radius: 0 0 .5rem .5rem;
padding-bottom: 3rem;
z-index:3;
}
.sitemap {
position: relative;
margin: 1rem auto 0;
font-size: 1.25rem;
color: #79776f;
color: #246;
font-family: calibri, arial, 'yu gothic', 'ms gothic', sans-serif;
max-width: 52rem;
clear: both;
}
.sitemapBg {
background: #e4e4cc;
margin: 0 1rem 3rem;
overflow: hidden;
display: flex;
flex-wrap: wrap;
border-radius: .5rem;
overflow: hidden;
display: grid;
grid-template-columns: repeat(auto-fill,minmax(15em,1fr));
grid-gap: 0 .25em;
box-shadow: 0 0 5px 1px #dbd0b5;
}
.sitemap a,
.sitemap a:visited {
color: #2a4b8d;
}
.sitemap a:hover {
background: #e4e4cc;
}
.part {
min-width: 15em;
flex-grow: 1;
-ms-flex-preferred-size: 50%;
}
.chapterSitemap {
position: relative;
border-left: 3.5em solid #e4e4cc;
padding: 1em 1em 1em 0;
background-color:#fffbee;
}
.sitemap dd b {
padding-left: 1.42rem;
}
.sitemap dd span {
display: block;
position: absolute;
left: -4.35rem;
width: 4.3rem;
text-align: center;
color: rgb(255 255 255 / 80%);
font-size: 1.25em;
line-height: 1.35;
}
.sitemap dl,
.sitemap dd {
margin: 0;
padding: 0;
}
#content .sitemap ul {
font-size: 1rem;
margin: 0;
padding: 0;
padding-top: .7em;
text-align: left;
}
.sitemap ul {
display:none;
}
.sitemap li {
margin: 0;
margin-left: .75em;
color: #777;
text-align: left;
}
.sitemap li {
list-style: none;
}
.sitemap li a::before {
content: '\2022';
font-family: 'Font Awesome 5 Free';
display: inline-block;
margin-left: -.75em;
width: .75em;
}
.sitemap li li::before {
margin-left: 0;
}
.sitemap li a,
.sitemap li .selflink,
.sitemap li > i {
display: block;
padding-left: 1.5rem;
border-radius: 1em;
}
.sitemap li > i {
margin-left: -.75em;
}
#content .sitemap ul ul {
margin-top: -.2em;
padding-top: 0;
padding-left: 1.5rem;
font-weight: normal;
}
.sitemap li li,
.sitemap li li a,
.sitemap li li .selflink {
display: inline-block;
margin-left: .3em;
padding: 0 .2em;
}
.sitemap li a.selflink {
background: #efefdf;
background: #e4e4cc;
display: block;
}
.sitemap li a.selflink::before {
content: '\f0d7';
content: '\f0da';
padding-right: 0;
}
.plusMinus {
cursor: pointer;
position: relative;
display: block;
border-radius: 0 .95em .95em 0;
}
.plusMinus:hover {
background: #e4e4cc;
}
.plusMinus::after {
content: "\f067";
font-family: "Font Awesome 5 Free";
position: absolute;
right: .5em;
}
.plusMinus.close::after {
content: "\f068";
font-family: "Font Awesome 5 Free";
}
.plusMinus::after {
color: #efefdf;
color: #dadaba;
}
#plusMinusAll::after,
.plusMinus:hover::after {
color: #afaf9f;
}
#plusMinusAll {
font-size: .86em;
text-align: right;
padding: .3em .3em .4em;
border-radius: 6px;
margin: 0 2% -5px 50%;
margin-left: calc(100% - 15em);
cursor: pointer;
width: 13em;
height: 1.7em;
overflow: hidden;
white-space: nowrap;
/* background-color: #dfdfc6; */
background: #f9f3e1;
background: #f7f4e4;
position: absolute;
top: .2em;
transition: margin 1s;
box-shadow: 0 0 10px 1px rgba(1, 1, 0, 0.2);
box-shadow: 0 0 5px 1px #dbd0b5;
}
.sitemap:hover #plusMinusAll {
margin-top: -2.2em;
}
#plusMinusAll::before {
content:'Details anzeigen';
font-family: calibri, arial, sans-serif;
}
#plusMinusAll::after {
content:'\f067';
font-family: "Font Awesome 5 Free";
padding: 0 1em;
}
#plusMinusAll:hover {
background: #fffbee;
}
#plusMinusAll.close::before {
content:'Details verbergen';
}
#plusMinusAll.close::after {
content:'\f068';
font-family: "Font Awesome 5 Free";
}