Benutzer:Sed/monobook.css: Unterschied zwischen den Versionen

Aus SiteparkWiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde geleert.)
(Änderung 2630 von Sed (Diskussion) wurde rückgängig gemacht.)
Zeile 1: Zeile 1:
 +
/* 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 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 { font: inherit !important; }
 +
 +
/* Links immer unterstreichen */
 +
a { text-decoration: underline; }
 +
 +
/* 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 20. November 2008, 14:37 Uhr

/* 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 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 { font: inherit !important; }

/* Links immer unterstreichen */
a { text-decoration: underline; }

/* 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; }