MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Änderung 16625 von Meister (Diskussion) rückgängig gemacht. |
Keine Bearbeitungszusammenfassung |
||
| (47 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 3: | Zeile 3: | ||
/* | /* ----------------------------------------------------------------- | ||
Anfang: Standardaussehen von Links | |||
-------------------------------------------------------------------- */ | |||
a:link { color:#ff6600; text-decoration:none } | |||
a:visited { color:#ff6600; text-decoration:none } | |||
a:hover { text-decoration:underline } | |||
a.new { color:red; text-decoration:none } | |||
a.new:visited { color:red; text-decoration:none } | |||
a.new:hover { text-decoration:underline } | |||
a.stub { color:#ff6600; } | |||
} | |||
/* Links zu nicht vorhandenen Seiten) wieder rot darstellen */ | |||
body.skin-vector-2022 a.new, | |||
body.skin-vector-2022 a.new:visited, | |||
} | body.skin-vector-2022 a.new:active { | ||
color: #ff0000 !important; | |||
} | |||
} | |||
} | |||
a. | |||
} | } | ||
/* Format für den Link zum Aus- und Einklappen der Navigationsleisten */ | |||
.mw-collapsible-toggle { font-size: x-small; float:right; } | |||
| Zeile 66: | Zeile 35: | ||
/* Überschriften-Style */ | /* Überschriften-Style */ | ||
h1, h2, h3, h4, h5 { | h1, h2, h3, h4, h5 { | ||
font-family: Mason, Garamond, Calibri; | /*font-family: Mason, Garamond, Calibri;*/ | ||
color: # | color: #ff2200; | ||
} | } | ||
h2 { font-size: | h2 { font-size: 1.8em !important;} | ||
h3 { font-size: | h3 { font-size: 1.4em !important;} | ||
h4 { font-size: | h4 { font-size: 1.1em !important;} | ||
h5 { font-size: | h5 { font-size: 1em !important;} | ||
/*Hintergrund*/ | |||
body { | body { | ||
background-color: #111111; | background-color: #111111!important; | ||
background-image: url(images/page-base.png); | background-image: url(images/page-base.png); | ||
} | } | ||
/* Sidebar-Hintergrundfarbe */ | |||
body.skin-vector-2022 .mw-sidebar { | |||
background-color: #111111 !important; | |||
} | } | ||
/* | /*Bearbeitenfenster*/ | ||
# | .editOptions { | ||
background-color: #111111; | |||
border: 1px solid silver; | |||
border-top: none; | |||
padding: 1em 1em 1.5em 1em; | |||
margin-bottom: 2em; | |||
} | |||
/* Hintergrund hinter den Artikeln */ | |||
body.skin-vector-2022 .mw-page-container .vector-body { | |||
background-color: #111111 !important; | |||
color: white; | color: white; | ||
} | } | ||
/* Head */ | /* Head */ | ||
| Zeile 110: | Zeile 91: | ||
background-image: url(images/tab-current-fade.png); | background-image: url(images/tab-current-fade.png); | ||
background-color: #333333; | background-color: #333333; | ||
color: #ff6600; | |||
} | } | ||
div.vectorTabs li a, | div.vectorTabs li a, | ||
| Zeile 119: | Zeile 101: | ||
div.vectorTabs li.selected a:visited | div.vectorTabs li.selected a:visited | ||
div.vectorTabs li.selected a:visited span { | div.vectorTabs li.selected a:visited span { | ||
color: # | color: #00ff00; | ||
} | } | ||
div.vectorTabs li.new a, | div.vectorTabs li.new a, | ||
div.vectorTabs li.new a span, | div.vectorTabs li.new a span, | ||
div.vectorTabs li.new a:visited, | div.vectorTabs li.new a:visited, | ||
div.vectorTabs li.new a:visited span { | div.vectorTabs li.new a:visited span { | ||
color: ##00ff00; | color: ##00ff00; | ||
} | } | ||
| Zeile 142: | Zeile 125: | ||
/*Navigationsmenü links*/ | /*Navigationsmenü links*/ | ||
#mw-panel div.portal | div#mw-panel div.portal div.body ul li a { | ||
color: #ff6600; | |||
} | |||
div#mw-panel div.portal div.body ul li a:visited { | |||
color: #ff6600; | |||
} | |||
div#mw-panel div.portal h3 { | |||
color: #ff3300; | color: #ff3300; | ||
font-size: 1.00em; | font-size: 1.00em; | ||
} | } | ||
/* Footer */ | /* Footer */ | ||
| Zeile 188: | Zeile 173: | ||
} | } | ||
| Zeile 358: | Zeile 322: | ||
h4.mw-specialpagesgroup { | h4.mw-specialpagesgroup { | ||
background-color: #222222; | background-color: #222222; | ||
} | } | ||
Aktuelle Version vom 26. August 2025, 12:03 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* -----------------------------------------------------------------
Anfang: Standardaussehen von Links
-------------------------------------------------------------------- */
a:link { color:#ff6600; text-decoration:none }
a:visited { color:#ff6600; text-decoration:none }
a:hover { text-decoration:underline }
a.new { color:red; text-decoration:none }
a.new:visited { color:red; text-decoration:none }
a.new:hover { text-decoration:underline }
a.stub { color:#ff6600; }
/* Links zu nicht vorhandenen Seiten) wieder rot darstellen */
body.skin-vector-2022 a.new,
body.skin-vector-2022 a.new:visited,
body.skin-vector-2022 a.new:active {
color: #ff0000 !important;
}
/* Format für den Link zum Aus- und Einklappen der Navigationsleisten */
.mw-collapsible-toggle { font-size: x-small; float:right; }
/*EINGEFÜGT FÜR AVESFEUER OPTIK*/
/*UEBERSCHRIFTEN Farbe und Schriftart*/
/* Überschriften-Style */
h1, h2, h3, h4, h5 {
/*font-family: Mason, Garamond, Calibri;*/
color: #ff2200;
}
h2 { font-size: 1.8em !important;}
h3 { font-size: 1.4em !important;}
h4 { font-size: 1.1em !important;}
h5 { font-size: 1em !important;}
/*Hintergrund*/
body {
background-color: #111111!important;
background-image: url(images/page-base.png);
}
/* Sidebar-Hintergrundfarbe */
body.skin-vector-2022 .mw-sidebar {
background-color: #111111 !important;
}
/*Bearbeitenfenster*/
.editOptions {
background-color: #111111;
border: 1px solid silver;
border-top: none;
padding: 1em 1em 1.5em 1em;
margin-bottom: 2em;
}
/* Hintergrund hinter den Artikeln */
body.skin-vector-2022 .mw-page-container .vector-body {
background-color: #111111 !important;
color: white;
}
/* Head */
#mw-page-base {
background-color: #111111;
background-image: url(images/page-fade.png);
}
/*TABS
Ränder braucht Änderung der Graphiken --> machen und überschreiben oder eigenen Style machen*/
div.vectorTabs ul li {
background-color: #222222;
background-image: url(images/tab-normal-fade.png);
}
div.vectorTabs li.selected {
background-image: url(images/tab-current-fade.png);
background-color: #333333;
color: #ff6600;
}
div.vectorTabs li a,
div.vectorTabs li a span {
color: #ff6600;
}
div.vectorTabs li.selected a,
div.vectorTabs li.selected a span,
div.vectorTabs li.selected a:visited
div.vectorTabs li.selected a:visited span {
color: #00ff00;
}
div.vectorTabs li.new a,
div.vectorTabs li.new a span,
div.vectorTabs li.new a:visited,
div.vectorTabs li.new a:visited span {
color: ##00ff00;
}
/*Dropdownmenü*/
div.vectorMenu ul {
background-color: #222222;
}
div.vectorMenu li a {
color: #ff6600;
}
div.vectorMenu li.selected a,
div.vectorMenu li.selected a:visited {
color: #ff6600;
}
/*Navigationsmenü links*/
div#mw-panel div.portal div.body ul li a {
color: #ff6600;
}
div#mw-panel div.portal div.body ul li a:visited {
color: #ff6600;
}
div#mw-panel div.portal h3 {
color: #ff3300;
font-size: 1.00em;
}
/* Footer */
#footer {
background-color: #111111;
}
/*Persönliche Einstellungen*/
/* Tabs */
#preftoc {
background-color: #222222;
}
#preftoc a,
#preftoc a:active {
color: #ff6600;
}
#preftoc li.selected a {
color: white;
background-color: #333333;
background-image: url(images/preferences-fade.png);
}
#preferences {
background-color: #333333;
background-image: url(images/preferences-base.png);
}
#preferences legend {
color: white;
}
#preferences td.htmlform-tip {
color: white;
}
/* Inline Elements */
hr {
color: #00ff00;
background-color: #ff6600;
}
/*eingebundener code*/
code {
background-color: #55555;
}
/*vordefinierter text z.B. in Formatvorlagen*/
pre {
color: white;
background-color: #222222;
border: 1px dashed white;
}
/* Tabellen*/
table {
color: white;
background-color: #222222;
}
/*Inhaltsverzeichnis*/
#toc,
.toc,
.mw-warning {
background-color: #222222;
}
#toc h2,
.toc h2 {
font-size: 125%;
}
/*Bilder*/
div.thumb {
background-color: #222222;
}
div.thumbinner {
background-color: #222222;
}
div.thumb tright {
background-color: #00ff00;
}
div.gallerybox {
background-color: #222222;
}
table.gallery {
background-color: #222222;
}
/*??????*/
.usermessage {
background-color: #ff6600;
border: 1px solid #ffa500;
color: white;
}
/* Kategorien*/
.catlinks {
border: 1px solid #aaa;
background-color: #222222;
}
/*Sub-Navigation*/
#contentSub, #contentSub2 {
color: white;
}
/* Externe Links */
#content a.extiw,
#content a.extiw:active {
color: #ff6600;
}
#content a.external {
color: #ff6600;
}
/*Eingabetextfeld*/
textarea {
background-color: #222222;
color: white;
}
fieldset {
border: 1px solid #aaaaaa;
}
fieldset.nested {
background-color: #222222;;
}
/* VERSIONENVERGLEICH HINTERGRUND*/
table.diff, td.diff-otitle, td.diff-ntitle {
background-color: #222222;
}
td.diff-addedline {
color: black;
}
td.diff-deletedline {
color: black;
}
td.diff-context {
background: #333333;
}
.diffchange {
color: #ff0000;
}
/*Versionen auswählen*/
#pagehistory li.selected {
background-color: #111111; /*HINTERGRUND IN VERSIONEN*/
border: 1px dashed #aaaaaa; /*RAHMEN IN VERSIONEN*/
}
/*Überchriftsbalken bei Suchergebnissen*/
div.mw-search-formheader {
background: #222222;
}
/*sollte text im aktuellen überschriftsbalken weiß machen, tuts aber nicht*/
li.current {
color: #999999;
}
/*sollte suchoptionen grau machen, geht aber nicht*/
div.mw-searchoptions {
background-color: #333333;
}
h4.mw-specialpagesgroup {
background-color: #222222;
}