MediaWiki:Vector.css

Aus Gronkh-Wiki
Wechseln zu: Navigation, Suche

Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */

body {
color:#222 !important;
font-family:Arial, sans-serif !important;
}

a:link, a:visited,
.vectorTabs li a span {
color:#0645AD;
}

sup, sub { 
line-height: 1em;
}

#content {
background-image:none !important;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-bottomleft:5px;
margin-left:12em !important;
}

#simpleSearch {
border:1px solid #888 !important;
border-radius:10px;
-moz-border-radius:10px;
}

#simpleSearch input {
margin-top:1px !important;
padding-left:8px !important;
}

#simpleSearch button {
margin-top:-4px !important;
}

#left-navigation {
left:200px !important;
}

#mw-head-base, #mw-page-base, #footer,
.vectorTabs, .vectorTabs ul, .vectorMenu a,
#mw-panel .portal .body {
background:none !important;
}

#mw-page-base {
background-color:transparent !important;
}

.vectorTabs ul {
margin-top:12px !important;
}

.vectorTabs li {
background:none !important;
line-height: 1em !important;
display: block !important;
}

.vectorTabs li a:hover {
background:#ccc;
}

#p-cactions {
text-decoration:none !important;
margin:0 2px !important;
}

.vectorTabs li a {
text-decoration:none !important;
padding:6px 12px !important;
height:auto !important;
margin-left:0;
border-top-left-radius:5px;
border-top-right-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}

.vectorTabs span {
background:none !important;
}

.vectorTabs li.selected a {
color:#000 !important;
background:#fff;
}

.vectorTabs li.selected a span {
color:#000 !important;
padding-top:6px !important;
}

#mw-panel {
top:175px !important;
}

#mw-panel, #p-logo a {
width:176px !important;
height:200px !important;
}

#mw-panel .portal {
background:#fff !important;
margin: 0 0 1em 0.9em !important;
border-radius:5px;
-moz-border-radius:5px;
}

#mw-panel .portal .body {
margin-left:10px !important;
margin-right:10px !important;
padding:6px 8px !important;
}

#mw-panel .portal h5 {
color:#666 !important;
font-weight:bold !important;
}

#footer {
margin-left:12em !important;
}