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

Aus drf-faq
Wechseln zu: Navigation, Suche
K (css tweaks...)
K (css tweaks...)
Zeile 5: Zeile 5:
 
#p-cactions li a {
 
#p-cactions li a {
 
text-transform: none;
 
text-transform: none;
 +
        -moz-border-radius: 1px 1px 0px 0px;
 
}
 
}
  
/* Das nachfolgende Farbschema basiert im Wesentlichen auf der Farbe (HSV) Hue 56 und Variationen in S und V,
+
/*
 
  * Mile, 2007-09-22
 
  * Mile, 2007-09-22
 
  */
 
  */
Zeile 14: Zeile 15:
 
}
 
}
  
a            { color: #000cab; }
+
a            { color: #160cab; }
 
a:visited    { color: #47496b; }
 
a:visited    { color: #47496b; }
  
Zeile 41: Zeile 42:
  
 
#toc, .toc, .mw-warning, #catlinks {
 
#toc, .toc, .mw-warning, #catlinks {
     border-color: #949168;
+
     border-color: #444;
 
     background-color: #f2efce;
 
     background-color: #f2efce;
 
}
 
}

Version vom 18. Oktober 2009, 18:06 Uhr

/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
        -moz-border-radius: 1px 1px 0px 0px;
}

/*
 * Mile, 2007-09-22
 */
body {
    background: #222; color:#e0e0e0;
}

a            { color: #160cab; }
a:visited    { color: #47496b; }

pre {
    border: 1px dashed #949494;
    background-color: #f2efce;
}

#content, .pBody, #p-cactions li.selected a {
    background-color: #555;
    border: 1px solid #949168;
    opacity: 1;
    color:#eee;
}

#p-cactions li a:hover {
    background-color: #555;
    opacity: 1;    
}

#p-cactions li a {
    background-color: #555;
    border-color: #000;
    opacity: 0.7;
}

#toc, .toc, .mw-warning, #catlinks {
    border-color: #444;
    background-color: #f2efce;
}

div.thumb {
    border-color: #fffdd9; 
}

div.thumbinner {
    background-color: #fffdd9;
}