MediaWiki:Vector.css: Unterschied zwischen den Versionen
Aus LCARS
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen.: →Hintergrund des Inhaltsbereichs und der Tabs rosa färben: #content, #co…“) |
|||
| Zeile 3: | Zeile 3: | ||
#content, #content table | #content, #content table | ||
#p-cactions ul li a { background: #f5f5f5; } | #p-cactions ul li a { background: #f5f5f5; } | ||
| + | |||
| + | /* Breite und Position des Hauptfeldes einstellen. Beispiel: | ||
| + | #content {width: 800px; left: 4%;} | ||
| + | |||
| + | /* stop background image from scrolling with content area */ | ||
| + | body { background-attachment: fixed; } | ||
| + | |||
| + | /* Seitenhintergrund ersetzen */ | ||
| + | body { background: Purple; } | ||
| + | |||
| + | /* Farbe von pre-Bereichen ändern */ | ||
| + | pre { background: White } | ||
| + | |||
| + | /* Logo ändern */ | ||
| + | #p-logo a { background: url(http://en.wikipedia.org/upload/wiki.png) 35% 50% no-repeat !important; } | ||
| + | |||
| + | /* Logo ändern und Größe für SVG-Dateien festlegen; hier 100px*/ | ||
| + | #p-logo a { background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Foo.svg/100px-Foo.svg.png) 35% 50% no-repeat !important; } | ||
| + | |||
| + | /* Logo ändern und Größe für andere Dateitypen festlegen; hier 100px*/ | ||
| + | #p-logo a { background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/c/ce/Foo.jpg/100px-Foo.jpg) 35% 50% no-repeat !important; } | ||
| + | |||
| + | /* Logo abschalten und Kästen höherschieben */ | ||
| + | #p-logo { display: none } | ||
| + | #column-one { padding-top: 0; } | ||
| + | |||
| + | /* Personen-Icon neben dem Benutzernamen abschalten */ | ||
| + | li#pt-userpage { background: none } | ||
| + | |||
| + | /* Browsereinstellungen für Textgröße und Schrift benutzen */ | ||
| + | body, #globalWrapper, .Unicode, .Unicode1, .Unicode2, .IPA, .IAST, .altitalisch, .gotisch, .hebrew, .spanAr, .music, .polytonic { font: inherit !important; } | ||
| + | |||
| + | /* Links immer unterstreichen */ | ||
| + | a { text-decoration: underline; } | ||
| + | |||
| + | /* Farbe für Weiterleitungen (Redirects) ändern (Hier: DeepPink) */ | ||
| + | a.mw-redirect { color:#FF1493; } | ||
| + | |||
| + | /* Farbe nicht angewählter Tabs ändern */ | ||
| + | #p-cactions ul li a { background: #C7FDC7; } | ||
| + | |||
| + | /* Farbe angewählter Tabs ändern */ | ||
| + | #p-cactions ul li.selected a { background: white; } | ||
| + | |||
| + | /* Rahmenfarbe nicht angewählter Tabs ändern */ | ||
| + | #p-cactions li.selected { border-color: #aaaaaa; } | ||
| + | |||
| + | /* Unterer Tab-Rahmen verschwindet nicht beim "drüberfahren" */ | ||
| + | #p-cactions li a:hover { z-index: 0; text-decoration: none; } | ||
| + | #p-cactions li.selected a:hover { z-index: 3; } | ||
| + | |||
| + | /* Suchfeld und Buttons gestalten */ | ||
| + | input.searchButton { | ||
| + | background-color: #efefef !important; | ||
| + | border: 1px outset !important; | ||
| + | } | ||
| + | |||
| + | /* Schrift im Bearbeiten-Feld ändern: */ | ||
| + | textarea { | ||
| + | font-size: 10pt; | ||
| + | font-family: "Lucida Grande","Tahoma","Courier New","Verdana"; | ||
| + | } | ||
| + | |||
| + | #searchInput { border: 1px inset !important; } | ||
| + | |||
| + | /* Standard-Linkfarben */ | ||
| + | a { color: #0000FF; } | ||
| + | a:visited { color: #7F007F; } | ||
| + | a:active, a.new { color: #FF0000; } | ||
| + | a.interwiki, a.external { color: #3366BB; } | ||
| + | a.stub { color: #772233; } | ||
| + | |||
| + | table.metadata { display:block; } | ||
| + | |||
| + | /* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */ | ||
| + | pre { overflow: auto; } | ||
Version vom 19. Dezember 2020, 16:26 Uhr
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
/* Hintergrund des Inhaltsbereichs und der Tabs rosa färben */
#content, #content table
#p-cactions ul li a { background: #f5f5f5; }
/* Breite und Position des Hauptfeldes einstellen. Beispiel:
#content {width: 800px; left: 4%;}
/* stop background image from scrolling with content area */
body { background-attachment: fixed; }
/* Seitenhintergrund ersetzen */
body { background: Purple; }
/* Farbe von pre-Bereichen ändern */
pre { background: White }
/* Logo ändern */
#p-logo a { background: url(http://en.wikipedia.org/upload/wiki.png) 35% 50% no-repeat !important; }
/* Logo ändern und Größe für SVG-Dateien festlegen; hier 100px*/
#p-logo a { background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Foo.svg/100px-Foo.svg.png) 35% 50% no-repeat !important; }
/* Logo ändern und Größe für andere Dateitypen festlegen; hier 100px*/
#p-logo a { background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/c/ce/Foo.jpg/100px-Foo.jpg) 35% 50% no-repeat !important; }
/* Logo abschalten und Kästen höherschieben */
#p-logo { display: none }
#column-one { padding-top: 0; }
/* Personen-Icon neben dem Benutzernamen abschalten */
li#pt-userpage { background: none }
/* Browsereinstellungen für Textgröße und Schrift benutzen */
body, #globalWrapper, .Unicode, .Unicode1, .Unicode2, .IPA, .IAST, .altitalisch, .gotisch, .hebrew, .spanAr, .music, .polytonic { font: inherit !important; }
/* Links immer unterstreichen */
a { text-decoration: underline; }
/* Farbe für Weiterleitungen (Redirects) ändern (Hier: DeepPink) */
a.mw-redirect { color:#FF1493; }
/* Farbe nicht angewählter Tabs ändern */
#p-cactions ul li a { background: #C7FDC7; }
/* Farbe angewählter Tabs ändern */
#p-cactions ul li.selected a { background: white; }
/* Rahmenfarbe nicht angewählter Tabs ändern */
#p-cactions li.selected { border-color: #aaaaaa; }
/* Unterer Tab-Rahmen verschwindet nicht beim "drüberfahren" */
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }
/* Suchfeld und Buttons gestalten */
input.searchButton {
background-color: #efefef !important;
border: 1px outset !important;
}
/* Schrift im Bearbeiten-Feld ändern: */
textarea {
font-size: 10pt;
font-family: "Lucida Grande","Tahoma","Courier New","Verdana";
}
#searchInput { border: 1px inset !important; }
/* Standard-Linkfarben */
a { color: #0000FF; }
a:visited { color: #7F007F; }
a:active, a.new { color: #FF0000; }
a.interwiki, a.external { color: #3366BB; }
a.stub { color: #772233; }
table.metadata { display:block; }
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }