MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 37: | Zeile 37: | ||
margin: 0 auto; | margin: 0 auto; | ||
position: relative; | position: relative; | ||
} | } | ||
} | } | ||
| Zeile 119: | Zeile 112: | ||
} | } | ||
/* Hauptseite: | /* Hauptseite: nur den Artikelkopf dämpfen, Vector nicht zerlegen */ | ||
.page-Hauptseite #firstHeading, | |||
.page-Hauptseite .firstHeading { | |||
display: none; | |||
display: none | |||
} | } | ||
. | .bookpedia-start { | ||
max-width: 36em; | max-width: 36em; | ||
padding-top: 0.4em; | |||
padding-top: 0 | |||
. | |||
} | } | ||
| Zeile 187: | Zeile 135: | ||
font-size: 0.92em; | font-size: 0.92em; | ||
color: #666; | color: #666; | ||
margin: 0 0 | margin: 0 0 1.8em 0; | ||
} | } | ||
| Zeile 193: | Zeile 141: | ||
color: #444; | color: #444; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.bookpedia-start-nav a:hover { | .bookpedia-start-nav a:hover { | ||
text-decoration: underline; | |||
} | } | ||
.bookpedia-start-satz { | .bookpedia-start-satz { | ||
font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif; | font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif; | ||
font-size: 1. | font-size: 1.45em; | ||
line-height: 1.4; | line-height: 1.4; | ||
font-weight: normal; | font-weight: normal; | ||
color: #1a1a1a; | color: #1a1a1a; | ||
margin: 0 0 1. | margin: 0 0 1.3em 0; | ||
} | } | ||
.bookpedia-start-suche { | .bookpedia-start-suche { | ||
margin: 0 0 0. | margin: 0 0 0.55em 0; | ||
padding: 0. | padding: 0.3em 0 0.5em; | ||
border-bottom: 1px solid #222; | border-bottom: 1px solid #222; | ||
} | } | ||
| Zeile 246: | Zeile 192: | ||
font-size: 0.9em; | font-size: 0.9em; | ||
color: #777; | color: #777; | ||
margin: 0 0 2. | margin: 0 0 2.2em 0; | ||
} | } | ||
| Zeile 259: | Zeile 205: | ||
.bookpedia-lesen { | .bookpedia-lesen { | ||
margin: 0 0 2. | margin: 0 0 2.2em 0; | ||
border-top: 1px solid # | border-top: 1px solid #ddd; | ||
} | } | ||
.bookpedia-lesen-eintrag { | .bookpedia-lesen-eintrag { | ||
padding: | padding: 1em 0 1.05em; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #ddd; | ||
} | } | ||
.bookpedia-lesen-titel { | .bookpedia-lesen-titel { | ||
font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif; | font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif; | ||
font-size: 1. | font-size: 1.22em; | ||
line-height: 1.3; | line-height: 1.3; | ||
} | } | ||
| Zeile 280: | Zeile 226: | ||
.bookpedia-lesen-titel a:hover { | .bookpedia-lesen-titel a:hover { | ||
text-decoration: underline; | |||
} | } | ||
| Zeile 286: | Zeile 232: | ||
font-size: 0.9em; | font-size: 0.9em; | ||
color: #666; | color: #666; | ||
margin-top: 0. | margin-top: 0.25em; | ||
} | } | ||
.bookpedia-block { | .bookpedia-block { | ||
margin: 0 0 1. | margin: 0 0 1.4em 0; | ||
} | } | ||
.bookpedia-block-name { | .bookpedia-block-name { | ||
font-size: 0. | font-size: 0.8em; | ||
color: #888; | color: #888; | ||
margin: 0 0 0. | margin: 0 0 0.3em 0; | ||
} | } | ||
| Zeile 316: | Zeile 260: | ||
.bookpedia-start-fuss { | .bookpedia-start-fuss { | ||
margin: 2. | margin: 2.2em 0 0 0; | ||
padding-top: | padding-top: 1em; | ||
border-top: 1px solid # | border-top: 1px solid #ddd; | ||
font-size: 0.9em; | font-size: 0.9em; | ||
color: #777; | color: #777; | ||
| Zeile 330: | Zeile 274: | ||
.bookpedia-start-fuss a:hover { | .bookpedia-start-fuss a:hover { | ||
color: #111; | color: #111; | ||
} | } | ||
Version vom 23. August 2026, 20:40 Uhr
/* Bookpedia: gemeinsames CSS aller Skins.
Zitate: leicht grau abgesetzt, nicht nur eingerückt wie in der Wikipedia.
Infobox und Artikelkopf ruhiger; Zeilenlänge nicht künstlich begrenzen,
sonst entstehen Cover links, Kasten rechts und eine Lücke dazwischen. */
.Vorlage_Zitat {
margin: 1.1em 0;
padding: 0.7em 1em 0.75em 1em;
background: #f3f3f3;
border-left: 3px solid #c4c4c4;
}
.Vorlage_Zitat blockquote {
margin: 0;
padding: 0;
border: 0;
color: #444;
}
.Vorlage_Zitat .cite {
margin: 0.5em 0 0 0;
font-size: 90%;
color: #666;
}
.mw-body-content,
#bodyContent {
line-height: 1.6;
}
/* Große Schirme: die ganze Seite als eine Spalte, nicht nur #content.
Sonst bleiben Lesen/Suche am rechten Bildschirmrand, Artikel und Kasten links. */
@media screen and (min-width: 1360px) {
html {
background: #f6f6f6;
}
body {
max-width: 78em;
margin: 0 auto;
position: relative;
}
}
#firstHeading,
.mw-body h1.firstHeading {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0.25em;
line-height: 1.25;
}
.mw-parser-output h2 {
border-bottom: 1px solid #ddd;
margin-top: 1.6em;
padding-bottom: 0.15em;
}
.bookpedia-kopf {
font-size: 95%;
line-height: 1.4;
color: #444;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 0.5em;
margin: 0 0 1em 0;
}
.bookpedia-kasten {
float: right;
clear: right;
width: 17em;
margin: 0 0 1.2em 1.4em;
}
.bookpedia-kasten-tabelle {
width: 17em;
border-collapse: collapse;
border: 1px solid #ddd;
background: #fafafa;
font-size: 92%;
line-height: 1.4;
}
.bookpedia-kasten-tabelle th,
.bookpedia-kasten-tabelle td {
border: 0;
border-bottom: 1px solid #ececec;
padding: 0.35em 0.6em;
vertical-align: top;
text-align: left;
}
.bookpedia-kasten-tabelle td:first-child {
color: #555;
width: 42%;
}
.bookpedia-kasten-kopf {
background: #eee;
font-weight: bold;
color: #333;
}
@media screen and (max-width: 720px) {
.bookpedia-kasten {
float: none;
width: auto;
max-width: 20em;
margin: 0 0 1.2em 0;
}
.bookpedia-kasten-tabelle {
width: 100%;
}
}
/* Hauptseite: nur den Artikelkopf dämpfen, Vector nicht zerlegen */
.page-Hauptseite #firstHeading,
.page-Hauptseite .firstHeading {
display: none;
}
.bookpedia-start {
max-width: 36em;
padding-top: 0.4em;
}
.bookpedia-name {
font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif;
font-size: 1.7em;
font-weight: normal;
letter-spacing: 0.04em;
color: #1a1a1a;
margin: 0 0 0.45em 0;
}
.bookpedia-start-nav {
font-size: 0.92em;
color: #666;
margin: 0 0 1.8em 0;
}
.bookpedia-start-nav a {
color: #444;
text-decoration: none;
}
.bookpedia-start-nav a:hover {
text-decoration: underline;
}
.bookpedia-start-satz {
font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif;
font-size: 1.45em;
line-height: 1.4;
font-weight: normal;
color: #1a1a1a;
margin: 0 0 1.3em 0;
}
.bookpedia-start-suche {
margin: 0 0 0.55em 0;
padding: 0.3em 0 0.5em;
border-bottom: 1px solid #222;
}
.bookpedia-start-suche a {
color: #777;
text-decoration: none;
}
.bookpedia-suche-form {
display: block;
margin: 0;
}
.bookpedia-suche-form input[type=search] {
width: 100%;
border: 0;
padding: 0.15em 0;
font-size: 1.05em;
font-family: Georgia, "Palatino Linotype", Palatino, serif;
background: transparent;
color: #111;
outline: none;
box-sizing: border-box;
}
.bookpedia-suche-form input[type=search]::placeholder {
color: #888;
opacity: 1;
}
.bookpedia-start-beispiele {
font-size: 0.9em;
color: #777;
margin: 0 0 2.2em 0;
}
.bookpedia-start-beispiele a {
color: #555;
text-decoration: none;
}
.bookpedia-start-beispiele a:hover {
color: #111;
}
.bookpedia-lesen {
margin: 0 0 2.2em 0;
border-top: 1px solid #ddd;
}
.bookpedia-lesen-eintrag {
padding: 1em 0 1.05em;
border-bottom: 1px solid #ddd;
}
.bookpedia-lesen-titel {
font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif;
font-size: 1.22em;
line-height: 1.3;
}
.bookpedia-lesen-titel a {
color: #1a1a1a;
text-decoration: none;
}
.bookpedia-lesen-titel a:hover {
text-decoration: underline;
}
.bookpedia-lesen-dazu {
font-size: 0.9em;
color: #666;
margin-top: 0.25em;
}
.bookpedia-block {
margin: 0 0 1.4em 0;
}
.bookpedia-block-name {
font-size: 0.8em;
color: #888;
margin: 0 0 0.3em 0;
}
.bookpedia-block-zeile {
line-height: 1.7;
color: #333;
}
.bookpedia-block-zeile a {
color: #222;
text-decoration: none;
}
.bookpedia-block-zeile a:hover {
text-decoration: underline;
}
.bookpedia-start-fuss {
margin: 2.2em 0 0 0;
padding-top: 1em;
border-top: 1px solid #ddd;
font-size: 0.9em;
color: #777;
}
.bookpedia-start-fuss a {
color: #555;
text-decoration: none;
}
.bookpedia-start-fuss a:hover {
color: #111;
}