Hilf mit!
Lustenauer Wiki ist 15 Jahre alt, vielleicht schaffen wir es ja dieser Seite nochmal etwas leben einzuhauchen ...
MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Lustenauer Wiki
K (Noch größeres Padding für Copyright-Box) |
|||
| (13 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 54: | Zeile 54: | ||
} | } | ||
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | .hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
| − | background-color: # | + | background-color: #c4d5ba; |
} | } | ||
| − | |||
.ortsplan { | .ortsplan { | ||
| Zeile 94: | Zeile 93: | ||
.wikitable caption, | .wikitable caption, | ||
.prettytable caption { | .prettytable caption { | ||
| − | |||
| − | |||
font-weight: bold; | font-weight: bold; | ||
| + | padding: 0.3em; | ||
| + | border-top: 1px solid #AAA; | ||
| + | border-right: 1px solid #AAA; | ||
| + | border-bottom: 0; | ||
| + | border-left: 1px solid #AAA; | ||
} | } | ||
.nogrid th, .nogrid td {border: none;} | .nogrid th, .nogrid td {border: none;} | ||
| − | .float-left { float: left; clear: left; } | + | div.float-left, table.float-left, .float-left { float: left; clear: left; } |
| − | .float-right { float: right; clear: right; margin: 1em 0 1em 1em; } | + | div.float-right, table.float-right, .float-right { float: right; clear: right; margin: 1em 0 1em 1em; } |
| − | .centered { margin-left: auto; margin-right: auto; } | + | div.centered, table.centered, .centered { margin-left: auto; margin-right: auto; } |
| + | .toptextcells td { vertical-align: top; } | ||
| + | |||
| + | |||
| + | table.wikitable tr.hintergrundfarbe1 th, | ||
| + | table.wikitable tr th.hintergrundfarbe1, | ||
| + | table.hintergrundfarbe1, | ||
| + | .hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */ | ||
| + | background-color: #f9f9f9; | ||
| + | } | ||
| + | table.wikitable tr.hintergrundfarbe2 th, | ||
| + | table.wikitable tr th.hintergrundfarbe2, | ||
| + | table.hintergrundfarbe2, | ||
| + | .hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */ | ||
| + | background-color: #ffffff; | ||
| + | } | ||
| + | table.wikitable tr.hintergrundfarbe3 th, | ||
| + | table.wikitable tr th.hintergrundfarbe3, | ||
| + | table.hintergrundfarbe3, | ||
| + | .hintergrundfarbe3 { /* "Gelb", auffällig */ | ||
| + | background-color: #ffff40; | ||
| + | } | ||
| + | table.wikitable tr.hintergrundfarbe4 th, | ||
| + | table.wikitable tr th.hintergrundfarbe4, | ||
| + | table.hintergrundfarbe4, | ||
| + | .hintergrundfarbe4 { /* Sehr auffällig */ | ||
| + | background-color: #ffaa00; | ||
| + | } | ||
| + | table.wikitable tr.hintergrundfarbe5 th, | ||
| + | table.wikitable tr th.hintergrundfarbe5, | ||
| + | table.hintergrundfarbe5, | ||
| + | .hintergrundfarbe5 { /* Neutral, abgesetzt */ | ||
| + | background-color: #e0e0e0; | ||
| + | } | ||
| + | table.wikitable tr.hintergrundfarbe6 th, | ||
| + | table.wikitable tr th.hintergrundfarbe6, | ||
| + | table.hintergrundfarbe6, | ||
| + | .hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
| + | background-color: #b3b7ff; | ||
| + | } | ||
| + | table.wikitable tr.hintergrundfarbe7 th, | ||
| + | table.wikitable tr th.hintergrundfarbe7, | ||
| + | table.hintergrundfarbe7, | ||
| + | .hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
| + | background-color: #ffcbcb; | ||
| + | } | ||
| + | table.wikitable tr.hintergrundfarbe8 th, | ||
| + | table.wikitable tr th.hintergrundfarbe8, | ||
| + | table.hintergrundfarbe8, | ||
| + | .hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
| + | background-color: #ffebad; | ||
| + | } | ||
| + | table.wikitable tr.hintergrundfarbe9 th, | ||
| + | table.wikitable tr th.hintergrundfarbe9, | ||
| + | table.hintergrundfarbe9, | ||
| + | .hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
| + | background-color: #b9ffc5; | ||
| + | } | ||
| + | |||
| + | /* Für [[MediaWiki:Anoneditwarning]] und weitere Hinweise, die alle untereinander stehen */ | ||
| + | |||
| + | #mw-anon-edit-warning, #mw-missingsummary, #wp_talkpagetext { | ||
| + | width: 80%; | ||
| + | background: #D3E1F2; | ||
| + | border: 1px solid #1A47FF; | ||
| + | margin: 1em auto; | ||
| + | padding: 1em; | ||
| + | } | ||
| + | |||
| + | /* Navigationsleisten */ | ||
| + | |||
| + | div.NavFrame { | ||
| + | display: inline-block; /* IE <= 7 */ | ||
| + | } | ||
| + | |||
| + | div.NavFrame { | ||
| + | border: 1px solid #aaa; | ||
| + | clear: both; | ||
| + | display: block; | ||
| + | font-size: 95%; | ||
| + | margin-top: 1.5em; | ||
| + | padding: 2px; | ||
| + | text-align: center; | ||
| + | } | ||
| + | |||
| + | div.NavPic { | ||
| + | float: left; | ||
| + | padding: 2px; | ||
| + | } | ||
| + | |||
| + | div.NavHead { | ||
| + | background: #efefef; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | /* +++++ 2. SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */ | ||
| + | |||
| + | /* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */ | ||
| + | |||
| + | .allpagesredirect, .watchlistredir, .redirect-in-category { | ||
| + | font-style: italic; | ||
| + | } | ||
| + | |||
| + | /* Fettformatierung von Admin-Spezialseiten in [[Special:Specialpages]] abschalten */ | ||
| + | .mw-specialpagerestricted strong { | ||
| + | font-weight:normal; | ||
| + | } | ||
| + | /* Legende auf [[Special:Specialpages]] ebenfalls abschalten */ | ||
| + | div.mw-specialpages-notes { | ||
| + | display:none; | ||
| + | } | ||
| + | |||
| + | /* Einmal gelesene Bestandteile (z.B. in der Sitenotice) ausblenden, sobald css geladen ist */ | ||
| + | |||
| + | #gelesen { | ||
| + | display:none; | ||
| + | } | ||
| + | |||
| + | /* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */ | ||
| + | span.tocnumber { | ||
| + | margin-right:0.3em; | ||
| + | } | ||
| + | |||
| + | /* Skinabhängige absolute Positionierungen ausblenden */ | ||
| + | /* Bitte [[MediaWiki Diskussion:Common.css#Absolute_Positionierungen]] beachten */ | ||
| + | |||
| + | #coordinates_3_ObenRechts, #issnlink, #editcount, #shortcut, #artikelstadium { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | /* Anpassungen für [[:Template:Link_FA]] */ | ||
| + | |||
| + | /* hide the template */ | ||
| + | #bodyContent span.FA { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | /* change the bullets for links to special articles */ | ||
| + | #p-lang li.FA { | ||
| + | /* hier immer auch linkFA_bullet in Common.js mit anpassen für die älteren skins! */ | ||
| + | list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png"); | ||
| + | } | ||
| + | |||
| + | /* change the bullets for links to special articles */ | ||
| + | #p-lang li.GA { | ||
| + | /* hier immer auch linkGA_bullet in Common.js mit anpassen für die älteren skins! */ | ||
| + | list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/a/a1/Monobook-bullet-star-gray.png"); | ||
| + | } | ||
| + | |||
| + | /* Verhindere, dass Infoboxen etc. in den Inhalt von Kategorien hineinragen. | ||
| + | Das betrifft nur Kategorieseiten. */ | ||
| + | #mw-subcategories { clear:both; } | ||
| + | #mw-pages { clear:both; } | ||
| + | |||
| + | /* DIVs in ImageMaps inlinen (Vorschlag von Revolus) */ | ||
| + | .imagemap-inline div { | ||
| + | display: inline; | ||
| + | } | ||
| + | |||
| + | /* [[Special:Hochladen]]: Warnmeldung auf bestehende Dateien, unerwünschte Prefixe usw. deutlicher hervorheben. */ | ||
| + | |||
| + | #wpDestFile-warning ul { | ||
| + | border:solid red 1px; | ||
| + | padding: 1.5em; | ||
| + | } | ||
| + | |||
| + | /* Warnmeldung für gesperrte Titel */ | ||
| + | .mw-titleprotectedwarning { | ||
| + | background-color: #eee; | ||
| + | border: 2px solid red; | ||
| + | padding: 1em; | ||
| + | } | ||
| + | |||
| + | /* Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum */ | ||
| + | .mw-editinginterface { | ||
| + | background-color: #f9f9f9; | ||
| + | border-color: #c00000; | ||
| + | border-width: 1px; | ||
| + | border-style: solid; | ||
| + | padding: 2px; | ||
| + | } | ||
| + | |||
| + | /* Tabellenhintergründe transparent machen */ | ||
| + | /* Vor allem auf Spezialseiten, da diese eine andere Hintergrundfarbe haben. */ | ||
| + | /* Update 21. März 2008: Wurde mit [[rev:32269]] und [[rev:32270]] zentralisiert. */ | ||
| + | |||
| + | table.searchResultImage, table#mw-sitematrix-table, table.mw-specialpages-table, | ||
| + | table.mw-listgrouprights-table, table.diff, td.diff-otitle, td.diff-ntitle, table.TablePager_nav, | ||
| + | table#sv-software, table#sv-ext, table.mw-tags-table, table.fr-diff-ratings, table#mw-search-top-table | ||
| + | { | ||
| + | background-color: transparent; | ||
| + | } | ||
| + | |||
| + | /* ÜBerschrift 5. und 6. Ordnung proportionaler zu Fließtext */ | ||
| + | #content h5 { font-size: 108%; } /* Original: 116% */ | ||
| + | #content h6 { font-size: 100%; } /* Original: 80% = kleiner als Bodytext, unschön */ | ||
| + | #content h6 .editsection { font-size: 120%; font-weight: normal; } | ||
| + | |||
| + | /* Anleitung auf Special:Search */ | ||
| + | .mw-searchresult { | ||
| + | font-size: 84%; | ||
| + | margin:5px; | ||
| + | } | ||
| + | |||
| + | /* Gestaltung der Edittools-Leiste */ | ||
| + | #specialchars { | ||
| + | margin-top:3px; | ||
| + | border:solid 1px #aaaaaa; | ||
| + | padding:1px; | ||
| + | text-align:left; | ||
| + | background-color:white; | ||
| + | } | ||
| + | |||
| + | /* Legende für Versionsgeschichte */ | ||
| + | .mw-history-legend { | ||
| + | font-size: 90%; | ||
| + | margin-top: 2px; | ||
| + | margin-bottom: 2px; | ||
| + | border:solid 1px #e9e9e9; | ||
| + | padding: 0 5px 5px 5px; | ||
| + | background-color: #f9f9f9; | ||
| + | clear: both; | ||
| + | } | ||
| + | |||
| + | /* +++++ 3. NEUE HAUPTSEITE]] (ab 2010) +++++ */ | ||
| + | |||
| + | /* Hintergrund weiß */ | ||
| + | body.page-Hauptseite #content { | ||
| + | background-color: white; | ||
| + | } | ||
| + | |||
| + | /* Kategorie verbergen */ | ||
| + | body.page-Hauptseite #catlinks { | ||
| + | display:none; | ||
| + | } | ||
| + | |||
| + | /* Überschrift verbergen */ | ||
| + | body.page-Hauptseite h1.firstHeading { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #hauptseite h2 { | ||
| + | background-color: #c4d5ba; | ||
| + | border: 1px solid #8898bf; | ||
| + | font-size: 1em; | ||
| + | font-weight: bold; | ||
| + | margin-top: 0; | ||
| + | margin-bottom: 0; | ||
| + | padding-top: 0.1em; | ||
| + | padding-bottom: 0.1em; | ||
| + | } | ||
| + | #hauptseite .inhalt { | ||
| + | background-color: #ffffff; | ||
| + | border: 1px solid #8898bf; | ||
| + | border-top: 0px solid white; | ||
| + | padding: 0.3em 0.8em 0.4em 0.8em; | ||
| + | } | ||
| + | #hauptseite .inhalt hr { | ||
| + | background-color: #8898bf; | ||
| + | color: #8898bf; | ||
| + | height: 1px; | ||
| + | margin:0.5em 0; | ||
| + | padding: 0; | ||
| + | } | ||
| + | #hauptseite .inhalt .mehr { | ||
| + | clear: both; | ||
| + | font-size: 95%; | ||
| + | margin-top: 0.8em; | ||
| + | text-align: right; | ||
| + | } | ||
| + | |||
| + | #hauptseite table { | ||
| + | background-color: transparent; | ||
| + | } | ||
| + | |||
| + | .hauptseite-oben, | ||
| + | .hauptseite-links, | ||
| + | .hauptseite-rechts { | ||
| + | margin-bottom: 1em; | ||
| + | } | ||
| + | .hauptseite-links { | ||
| + | margin-right: 0.5em; | ||
| + | } | ||
| + | .hauptseite-rechts { | ||
| + | margin-left: 0.5em; | ||
| + | } | ||
| + | .hauptseite-oben h2, | ||
| + | .hauptseite-unten h2 { | ||
| + | text-align: center; | ||
| + | } | ||
| + | .hauptseite-oben .inhalt .portale { | ||
| + | font-weight: bold; | ||
| + | margin-top: 0.2em; | ||
| + | margin-bottom: 0.2em; | ||
| + | } | ||
| + | .hauptseite-oben .inhalt .intern { | ||
| + | font-size: 90%; | ||
| + | text-align: center; | ||
| + | } | ||
| + | .hauptseite-links h2, | ||
| + | .hauptseite-rechts h2 { | ||
| + | text-indent: 0.8em; | ||
| + | } | ||
| + | |||
| + | /* IPA links nicht unterstreichen */ | ||
| + | .IPA a:link, .IPA a:visited { | ||
| + | text-decoration: none; | ||
| + | } | ||
| + | |||
| + | /* -------------------------------------- */ | ||
| + | |||
| + | /* Abstand zwischen Liste und Inhaltsverzeichnis erhöhen, siehe http://de.wikipedia.org/w/index.php?title=MediaWiki_Diskussion:Common.css&oldid=51639015#Abstand_vor_Inhaltsverzeichnis */ | ||
| + | ul + .toc, ol + .toc { | ||
| + | margin-top: 0.5em | ||
| + | } | ||
| + | |||
| + | /* höheres Uploadfeld */ | ||
| + | #wpUploadDescription {height: 20em;} | ||
| + | |||
| + | /* Im Projekt WP:GEO benutzt die [[Vorlage:Coordinate]] das «geo-microformat» zur semantischen | ||
| + | Auszeichnung des Texts. Der Inhalt dieses [[Tag (Informatik)|Tags]] ist nicht für den Leser bestimmt. */ | ||
| + | .geo {display:none;} | ||
| + | |||
| + | /* Patrollink ausblenden, da die Eweiterung hier nicht aktiviert ist und | ||
| + | deren Optik zu sehr den gesichteten Versionen ähnelt. */ | ||
| + | .fr-diff-patrollink, .patrollink { display:none; } | ||
| + | |||
| + | /* Rollback-Knopf auf Beobachtungsliste ausblenden, da es dort nur von sehr beschränktem Nutzen | ||
| + | ist und zu sehr vielen Reverts aus Versehen führt */ | ||
| + | .page-Spezial_Beobachtungsliste .mw-rollback-link { display:none; } | ||
| + | |||
| + | /* ===== Styles außerhalb der eigentlichen Artikel ===== */ | ||
| + | |||
| + | /* Hinweis, dass keine urheberrechtlich geschützten Inhalte kopiert werden dürfen, etwas stärker hervorheben */ | ||
| + | #editpage-copywarn { | ||
| + | background-color: #FFCBCB; | ||
| + | padding: 0 0.3em; | ||
| + | border: 1px solid red; | ||
| + | } | ||
| + | |||
| + | /* Pad Google AdSense box in portlet in sidebar */ | ||
| + | #p-googleadsense .pBody { | ||
| + | padding-top: 5px; | ||
| + | text-align: center; | ||
| + | } | ||
Aktuelle Version vom 29. September 2012, 17:13 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/*
* Farbdefinitionen für Rahmen und Hintergründe von [[Lustenauer:Textbausteine|Textbausteinen]].
* 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: #c4d5ba;
}
.ortsplan {
position:absolute;
z-index:1;
border: solid 1px #aaaaaa;
color:#ffffff;
background-color:#287166;
right:12px;
top:0.3em;
float:right;
margin: 0.0em;
padding:4px;
line-height: 1.5em;
text-align:right;
text-indent:0;
font-size:85%;
text-transform: none;
white-space:normal;
}
.wikitable,
.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #AAA solid;
border-collapse: collapse;
empty-cells:show;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
border: 1px #AAA solid;
padding: 0.3em;
}
.wikitable caption,
.prettytable caption {
font-weight: bold;
padding: 0.3em;
border-top: 1px solid #AAA;
border-right: 1px solid #AAA;
border-bottom: 0;
border-left: 1px solid #AAA;
}
.nogrid th, .nogrid td {border: none;}
div.float-left, table.float-left, .float-left { float: left; clear: left; }
div.float-right, table.float-right, .float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
div.centered, table.centered, .centered { margin-left: auto; margin-right: auto; }
.toptextcells td { vertical-align: top; }
table.wikitable tr.hintergrundfarbe1 th,
table.wikitable tr th.hintergrundfarbe1,
table.hintergrundfarbe1,
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
background-color: #f9f9f9;
}
table.wikitable tr.hintergrundfarbe2 th,
table.wikitable tr th.hintergrundfarbe2,
table.hintergrundfarbe2,
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
background-color: #ffffff;
}
table.wikitable tr.hintergrundfarbe3 th,
table.wikitable tr th.hintergrundfarbe3,
table.hintergrundfarbe3,
.hintergrundfarbe3 { /* "Gelb", auffällig */
background-color: #ffff40;
}
table.wikitable tr.hintergrundfarbe4 th,
table.wikitable tr th.hintergrundfarbe4,
table.hintergrundfarbe4,
.hintergrundfarbe4 { /* Sehr auffällig */
background-color: #ffaa00;
}
table.wikitable tr.hintergrundfarbe5 th,
table.wikitable tr th.hintergrundfarbe5,
table.hintergrundfarbe5,
.hintergrundfarbe5 { /* Neutral, abgesetzt */
background-color: #e0e0e0;
}
table.wikitable tr.hintergrundfarbe6 th,
table.wikitable tr th.hintergrundfarbe6,
table.hintergrundfarbe6,
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #b3b7ff;
}
table.wikitable tr.hintergrundfarbe7 th,
table.wikitable tr th.hintergrundfarbe7,
table.hintergrundfarbe7,
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #ffcbcb;
}
table.wikitable tr.hintergrundfarbe8 th,
table.wikitable tr th.hintergrundfarbe8,
table.hintergrundfarbe8,
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #ffebad;
}
table.wikitable tr.hintergrundfarbe9 th,
table.wikitable tr th.hintergrundfarbe9,
table.hintergrundfarbe9,
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #b9ffc5;
}
/* Für [[MediaWiki:Anoneditwarning]] und weitere Hinweise, die alle untereinander stehen */
#mw-anon-edit-warning, #mw-missingsummary, #wp_talkpagetext {
width: 80%;
background: #D3E1F2;
border: 1px solid #1A47FF;
margin: 1em auto;
padding: 1em;
}
/* Navigationsleisten */
div.NavFrame {
display: inline-block; /* IE <= 7 */
}
div.NavFrame {
border: 1px solid #aaa;
clear: both;
display: block;
font-size: 95%;
margin-top: 1.5em;
padding: 2px;
text-align: center;
}
div.NavPic {
float: left;
padding: 2px;
}
div.NavHead {
background: #efefef;
font-weight: bold;
}
/* +++++ 2. SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */
/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
.allpagesredirect, .watchlistredir, .redirect-in-category {
font-style: italic;
}
/* Fettformatierung von Admin-Spezialseiten in [[Special:Specialpages]] abschalten */
.mw-specialpagerestricted strong {
font-weight:normal;
}
/* Legende auf [[Special:Specialpages]] ebenfalls abschalten */
div.mw-specialpages-notes {
display:none;
}
/* Einmal gelesene Bestandteile (z.B. in der Sitenotice) ausblenden, sobald css geladen ist */
#gelesen {
display:none;
}
/* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */
span.tocnumber {
margin-right:0.3em;
}
/* Skinabhängige absolute Positionierungen ausblenden */
/* Bitte [[MediaWiki Diskussion:Common.css#Absolute_Positionierungen]] beachten */
#coordinates_3_ObenRechts, #issnlink, #editcount, #shortcut, #artikelstadium {
display: none;
}
/* Anpassungen für [[:Template:Link_FA]] */
/* hide the template */
#bodyContent span.FA {
display: none;
}
/* change the bullets for links to special articles */
#p-lang li.FA {
/* hier immer auch linkFA_bullet in Common.js mit anpassen für die älteren skins! */
list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png");
}
/* change the bullets for links to special articles */
#p-lang li.GA {
/* hier immer auch linkGA_bullet in Common.js mit anpassen für die älteren skins! */
list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/a/a1/Monobook-bullet-star-gray.png");
}
/* Verhindere, dass Infoboxen etc. in den Inhalt von Kategorien hineinragen.
Das betrifft nur Kategorieseiten. */
#mw-subcategories { clear:both; }
#mw-pages { clear:both; }
/* DIVs in ImageMaps inlinen (Vorschlag von Revolus) */
.imagemap-inline div {
display: inline;
}
/* [[Special:Hochladen]]: Warnmeldung auf bestehende Dateien, unerwünschte Prefixe usw. deutlicher hervorheben. */
#wpDestFile-warning ul {
border:solid red 1px;
padding: 1.5em;
}
/* Warnmeldung für gesperrte Titel */
.mw-titleprotectedwarning {
background-color: #eee;
border: 2px solid red;
padding: 1em;
}
/* Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum */
.mw-editinginterface {
background-color: #f9f9f9;
border-color: #c00000;
border-width: 1px;
border-style: solid;
padding: 2px;
}
/* Tabellenhintergründe transparent machen */
/* Vor allem auf Spezialseiten, da diese eine andere Hintergrundfarbe haben. */
/* Update 21. März 2008: Wurde mit [[rev:32269]] und [[rev:32270]] zentralisiert. */
table.searchResultImage, table#mw-sitematrix-table, table.mw-specialpages-table,
table.mw-listgrouprights-table, table.diff, td.diff-otitle, td.diff-ntitle, table.TablePager_nav,
table#sv-software, table#sv-ext, table.mw-tags-table, table.fr-diff-ratings, table#mw-search-top-table
{
background-color: transparent;
}
/* ÜBerschrift 5. und 6. Ordnung proportionaler zu Fließtext */
#content h5 { font-size: 108%; } /* Original: 116% */
#content h6 { font-size: 100%; } /* Original: 80% = kleiner als Bodytext, unschön */
#content h6 .editsection { font-size: 120%; font-weight: normal; }
/* Anleitung auf Special:Search */
.mw-searchresult {
font-size: 84%;
margin:5px;
}
/* Gestaltung der Edittools-Leiste */
#specialchars {
margin-top:3px;
border:solid 1px #aaaaaa;
padding:1px;
text-align:left;
background-color:white;
}
/* Legende für Versionsgeschichte */
.mw-history-legend {
font-size: 90%;
margin-top: 2px;
margin-bottom: 2px;
border:solid 1px #e9e9e9;
padding: 0 5px 5px 5px;
background-color: #f9f9f9;
clear: both;
}
/* +++++ 3. NEUE HAUPTSEITE]] (ab 2010) +++++ */
/* Hintergrund weiß */
body.page-Hauptseite #content {
background-color: white;
}
/* Kategorie verbergen */
body.page-Hauptseite #catlinks {
display:none;
}
/* Überschrift verbergen */
body.page-Hauptseite h1.firstHeading {
display: none;
}
#hauptseite h2 {
background-color: #c4d5ba;
border: 1px solid #8898bf;
font-size: 1em;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
padding-top: 0.1em;
padding-bottom: 0.1em;
}
#hauptseite .inhalt {
background-color: #ffffff;
border: 1px solid #8898bf;
border-top: 0px solid white;
padding: 0.3em 0.8em 0.4em 0.8em;
}
#hauptseite .inhalt hr {
background-color: #8898bf;
color: #8898bf;
height: 1px;
margin:0.5em 0;
padding: 0;
}
#hauptseite .inhalt .mehr {
clear: both;
font-size: 95%;
margin-top: 0.8em;
text-align: right;
}
#hauptseite table {
background-color: transparent;
}
.hauptseite-oben,
.hauptseite-links,
.hauptseite-rechts {
margin-bottom: 1em;
}
.hauptseite-links {
margin-right: 0.5em;
}
.hauptseite-rechts {
margin-left: 0.5em;
}
.hauptseite-oben h2,
.hauptseite-unten h2 {
text-align: center;
}
.hauptseite-oben .inhalt .portale {
font-weight: bold;
margin-top: 0.2em;
margin-bottom: 0.2em;
}
.hauptseite-oben .inhalt .intern {
font-size: 90%;
text-align: center;
}
.hauptseite-links h2,
.hauptseite-rechts h2 {
text-indent: 0.8em;
}
/* IPA links nicht unterstreichen */
.IPA a:link, .IPA a:visited {
text-decoration: none;
}
/* -------------------------------------- */
/* Abstand zwischen Liste und Inhaltsverzeichnis erhöhen, siehe http://de.wikipedia.org/w/index.php?title=MediaWiki_Diskussion:Common.css&oldid=51639015#Abstand_vor_Inhaltsverzeichnis */
ul + .toc, ol + .toc {
margin-top: 0.5em
}
/* höheres Uploadfeld */
#wpUploadDescription {height: 20em;}
/* Im Projekt WP:GEO benutzt die [[Vorlage:Coordinate]] das «geo-microformat» zur semantischen
Auszeichnung des Texts. Der Inhalt dieses [[Tag (Informatik)|Tags]] ist nicht für den Leser bestimmt. */
.geo {display:none;}
/* Patrollink ausblenden, da die Eweiterung hier nicht aktiviert ist und
deren Optik zu sehr den gesichteten Versionen ähnelt. */
.fr-diff-patrollink, .patrollink { display:none; }
/* Rollback-Knopf auf Beobachtungsliste ausblenden, da es dort nur von sehr beschränktem Nutzen
ist und zu sehr vielen Reverts aus Versehen führt */
.page-Spezial_Beobachtungsliste .mw-rollback-link { display:none; }
/* ===== Styles außerhalb der eigentlichen Artikel ===== */
/* Hinweis, dass keine urheberrechtlich geschützten Inhalte kopiert werden dürfen, etwas stärker hervorheben */
#editpage-copywarn {
background-color: #FFCBCB;
padding: 0 0.3em;
border: 1px solid red;
}
/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
padding-top: 5px;
text-align: center;
}