deutsch-lernen>Jan |
|
Zeile 1: |
Zeile 1: |
| /* CSS an dieser Stelle wirkt sich auf alle Skins aus */
| |
| /* Consistent special page navigation */
| |
| /* Navigation templates */
| |
| /* aus Wikipedia de */
| |
| /*
| |
| gelöscht:
| |
| alle wikitable Ergänzungen
| |
|
| |
|
| ergänzt:
| |
| Hintergrundfarbe
| |
| Riesterer Quizze
| |
| 29.5.09 nur noch Anzeigeblocker.css
| |
| 15.06.09 scheint nicht zu funktionieren, deswegen wieder alte Version
| |
| 03.11.11 poem verändert
| |
| Keine Vergrößerung Fußnoten
| |
| 29.03.15 Tabelle-blau
| |
| 02.08.15 pagecontainer
| |
| */
| |
|
| |
| /* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
| |
| /* aus Wikisource 3.11.11 */
| |
|
| |
| .reference, .references sup {
| |
| font-size: 91%;
| |
| vertical-align: text-top;
| |
| position: relative;
| |
| top: -0.3em;
| |
| }
| |
|
| |
| .poem {
| |
| margin-bottom: 0em;
| |
| margin-top: 0em;
| |
| line-height: 1.6em;
| |
| margin-left: 6em;
| |
| }
| |
|
| |
| .poem p {
| |
| margin-top: 0em ! important;
| |
| margin-bottom: 0em ! important;
| |
| }
| |
| .poem .zeilennummer {
| |
| left:-4.5em;
| |
| }
| |
|
| |
| .zeilennummer {
| |
| position:absolute;
| |
| top:0em;
| |
| left:-4.5em;
| |
| width:4.0em;
| |
| text-align:right;
| |
| margin:0.0em;
| |
| font-size:0.8em;
| |
| vertical-align:middle;
| |
| }
| |
|
| |
| .poem .pr1pn {
| |
| position:absolute;
| |
| top:0em;
| |
| left:-5.5em;
| |
| width:3em;
| |
| text-align:right;
| |
| margin:0.0em;
| |
| vertical-align:middle;
| |
| }
| |
|
| |
| div.Boxmerge,
| |
| div.NavFrame {
| |
| margin: 0px;
| |
| padding: 4px;
| |
| border: 1px solid #aaa;
| |
| text-align: center;
| |
| border-collapse: collapse;
| |
| font-size: 95%;
| |
| }
| |
| div.Boxmerge div.NavFrame {
| |
| border-style: none;
| |
| border-style: hidden;
| |
| }
| |
| div.NavFrame + div.NavFrame {
| |
| border-top-style: none;
| |
| border-top-style: hidden;
| |
| }
| |
| div.NavPic {
| |
| background-color: #fff;
| |
| margin: 0px;
| |
| padding: 2px;
| |
| float: left;
| |
| }
| |
| div.NavFrame div.NavHead {
| |
| height: 1.6em;
| |
| font-weight: bold;
| |
| background-color: #ccccff;
| |
| position:relative;
| |
| }
| |
| div.NavFrame p {
| |
| font-size: 100%;
| |
| }
| |
| div.NavFrame div.NavContent {
| |
| font-size: 100%;
| |
| }
| |
| div.NavFrame div.NavContent p {
| |
| font-size: 100%;
| |
| }
| |
| div.NavEnd {
| |
| margin: 0px;
| |
| padding: 0px;
| |
| line-height: 1px;
| |
| clear: both;
| |
| }
| |
| a.NavToggle {
| |
| position:absolute;
| |
| top:0px;
| |
| right:3px;
| |
| font-weight:normal;
| |
| font-size:smaller;
| |
| }
| |
|
| |
| /* Make all non-namespace pages have a light blue content area. This is done by
| |
| setting the background color for all #content areas to light blue and then
| |
| overriding it for any #content enclosed in a .ns-0 (main namespace). I then
| |
| do the same for the "tab" background colors. --Lupo aus Wikipedia*/
| |
|
| |
| /* abgeschaltet ein heller Gelbton -- in der Wikipedia: #F3F3FF: ein leichtes blau bei background*/
| |
| #content,
| |
| #mytabs li.selected a,
| |
| #p-cactions li.selected a {
| |
| background-color: #FBFBEF;
| |
| }
| |
| .ns-0 #content,
| |
| .ns-0 #mytabs li.selected a,
| |
| .ns-0 #p-cactions li.selected a {
| |
| background-color: white;
| |
| }
| |
|
| |
| /* Kategorienseite mit transparentem Hintergrund */
| |
| #mw-subcategories table {
| |
| background-color: transparent;
| |
| }
| |
|
| |
| /* aus Wikipedia */
| |
| #mw-pages table {
| |
| background-color: transparent;
| |
|
| |
| }/* Sitenotice Hintergrund transparent, vor allem für die nicht-Artikelseiten. */
| |
| #siteNotice table {
| |
| background-color: transparent;
| |
| font-size: 100%;
| |
| }
| |
| /* Ende aus Wikipedia */
| |
|
| |
| .tagcloud {
| |
| width: 98%;
| |
| text-align: center;
| |
| background-color: #FDFDFD;
| |
| border: 1px solid #EEEEEE;
| |
| padding: 15px 10px 15px 10px;
| |
| }
| |
|
| |
| .tagcloud a {
| |
| color: #0052CB;
| |
| margin-left: 10px;
| |
| margin-right: 10px;
| |
| font-weight: bold;
| |
| }
| |
|
| |
|
| |
| /* +++++ [[Hauptseite]] +++++ */
| |
|
| |
| /* Kategorie verbergen */
| |
|
| |
| body.page-Hauptseite #catlinks {
| |
| display:none;
| |
| }
| |
|
| |
| /* in main.css Wikitable 1.5.09 Achim */
| |
|
| |
| /*
| |
| * Farbdefinitionen für Rahmen und Hintergründe von [[Wikipedia:Textbausteine|Textbausteinen]].
| |
| * Hier: Standardvorgaben für "dunkle Schrift auf hellem Grund".
| |
| * Für Hell-auf-dunkel-Skins ([[MediaWiki:Amethyst.css|Amethyst]]) müssen dort entsprechende Definitionen
| |
| * zusätzlich eingetragen werden! Anpassungen für andere Skins sind optional.
| |
| * (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man
| |
| * für dünne Rahmen nur noch "border-style" angeben muss.)
| |
| */
| |
|
| |
| .rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
| |
| border-color: #aaaaaa;
| |
| border-width: 1px;
| |
| }
| |
| .rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
| |
| border-color: #e9e9e9;
| |
| border-width: 1px;
| |
| }
| |
| .rahmenfarbe3 { /* "Rot", auffällig */
| |
| border-color: #c00000;
| |
| border-width: 1px;
| |
| }
| |
| .rahmenfarbe4 { /* Neutrale Farbe, deutlich */
| |
| border-color: #8888aa;
| |
| border-width: 1px;
| |
| }
| |
| .rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
| |
| border-color: #000000;
| |
| border-width: 1px;
| |
| }
| |
|
| |
| .hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
| |
| background-color: #f9f9f9;
| |
| }
| |
| .hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
| |
| background-color: #ffffff;
| |
| }
| |
| .hintergrundfarbe3 { /* "Gelb", auffällig */
| |
| background-color: #ffff40;
| |
| }
| |
| .hintergrundfarbe4 { /* Sehr auffällig */
| |
| background-color: #ffaa00;
| |
| }
| |
| .hintergrundfarbe5 { /* Neutral, abgesetzt */
| |
| background-color: #e0e0e0;
| |
| }
| |
| .hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
| |
| background-color: #b3b7ff;
| |
| }
| |
| .hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
| |
| background-color: #ffcbcb;
| |
| }
| |
| .hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
| |
| background-color: #ffebad;
| |
| }
| |
| .hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
| |
| background-color: #b9ffc5;
| |
| }
| |
|
| |
| /* Tabelle-blau hinzugefügt von -- [[Benutzer:Konstantin Kowalski]] 29. Mär. 2015 */
| |
| .Tabelle-blau {
| |
| width:100%;
| |
| border-spacing:1px;
| |
| border:1px solid #4682B4;
| |
| page-break-inside: avoid;
| |
| margin-bottom:0.5em;
| |
| }
| |
| .Tabelle-blau th {
| |
| border-spacing:1px;
| |
| border:2px solid #4682B4;
| |
| background-color: #B0C4DE;
| |
| padding:4px;
| |
| vertical-align:middle;
| |
| font-weight: bold;
| |
| overflow: hidden;
| |
| }
| |
| .Tabelle-blau td {
| |
| padding:4px;
| |
| border:2px solid #4682B4;
| |
| overflow: hidden;
| |
| }
| |
| /* Ende Tabelle-blau */
| |
|
| |
| /* pagecontainer hinzugefügt von -- [[Benutzer:Konstantin Kowalski]] 2. Aug. 2015 */
| |
| .pagecontainer {
| |
| display: block;
| |
| overflow-y:hidden;
| |
| overflow-x:visible;
| |
| }/* ENDE pagecontainer */
| |
|
| |
| /* pageheader hinzugefügt von -- [[Benutzer:Konstantin Kowalski]] 5. Mrz. 2016 */
| |
| .pageheader {
| |
| margin-bottom: 4px;
| |
| }/* ENDE pageheader */
| |
|
| |
|
| |
| /* Ab hier für Quiz-Script Framework von Felix Riesterer */
| |
| /* Anzeigeverhinderung der Quizze beim Laden der Seite */
| |
| .zuordnungs-quiz,
| |
| .lueckentext-quiz,
| |
| .memo-quiz,
| |
| .multiplechoice-quiz,
| |
| .schuettel-quiz,
| |
| .kreuzwort-quiz,
| |
| .suchsel-quiz {
| |
| display: none;
| |
| }
| |
|
| |
| /* @import url(./extensions/Javascript/quiz/css/anzeigeblocker.css) all; */
| |
|
| |
| /* wikitagcloud 9.3.09 */
| |
| .tagcloud {
| |
| width: 98%;
| |
| text-align: center;
| |
| background-color: #FDFDFD;
| |
| border: 1px solid #EEEEEE;
| |
| padding: 15px 10px 15px 10px;
| |
| }
| |
| .tagcloud a {
| |
| color: #0052CB;
| |
| margin-left: 10px;
| |
| margin-right: 10px;
| |
| font-weight: bold;
| |
| }
| |