Benutzer:Mile/monobook.css: Unterschied zwischen den Versionen
Aus drf-faq
Mile (Diskussion | Beiträge) K (css tweaks...) |
Mile (Diskussion | Beiträge) 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; | ||
} | } | ||
| − | /* | + | /* |
* Mile, 2007-09-22 | * Mile, 2007-09-22 | ||
*/ | */ | ||
| Zeile 14: | Zeile 15: | ||
} | } | ||
| − | a { color: # | + | 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: # | + | 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;
}