Benutzer:Mile/monobook.css: Unterschied zwischen den Versionen
Aus drf-faq
Mile (Diskussion | Beiträge) K (css tweaks...) |
Mile (Diskussion | Beiträge) K (Noch lange nicht fertig, aber mir geht gerade die Lust aus, daran weiterzubasteln...) |
||
Zeile 4: | Zeile 4: | ||
#p-personal ul, | #p-personal ul, | ||
#p-cactions li a { | #p-cactions li a { | ||
− | + | text-transform: none; | |
− | |||
} | } | ||
/* | /* | ||
− | * Mile, | + | * Mile, 2009-10-18 |
*/ | */ | ||
body { | body { | ||
Zeile 15: | Zeile 14: | ||
} | } | ||
− | a { color: # | + | a { color: #5f8ec3; } |
− | a:visited { color: # | + | a:visited { color: #527ebf; } |
pre { | pre { | ||
Zeile 23: | Zeile 22: | ||
} | } | ||
− | #content, .pBody | + | #content, .pBody { |
− | background-color: # | + | background-color: #444; |
− | border: | + | border: 2px groove #000; |
+ | border-highlight-color: #f00; | ||
opacity: 1; | opacity: 1; | ||
color:#eee; | color:#eee; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | border-right: 0px; | ||
+ | } | ||
+ | |||
+ | #p-cactions li.selected { | ||
+ | -moz-border-radius:1px; | ||
+ | border: 1px inset #fabd23; | ||
+ | padding: 0 0 2px 0; | ||
+ | font-weight: bold; | ||
} | } | ||
#p-cactions li a:hover { | #p-cactions li a:hover { | ||
− | background-color: # | + | background-color: #444; |
opacity: 1; | opacity: 1; | ||
} | } | ||
#p-cactions li a { | #p-cactions li a { | ||
− | background-color: # | + | background-color: #444; |
border-color: #000; | border-color: #000; | ||
− | opacity: 0. | + | opacity: 0.75; |
+ | -moz-border-radius: 3px 3px 0px 0px; | ||
+ | border-bottom:0px | ||
} | } | ||
Version vom 18. Oktober 2009, 19:05 Uhr
/** Kleinschreibung nicht erzwingen */ .portlet h5, .portlet h6, #p-personal ul, #p-cactions li a { text-transform: none; } /* * Mile, 2009-10-18 */ body { background: #222; color:#e0e0e0; } a { color: #5f8ec3; } a:visited { color: #527ebf; } pre { border: 1px dashed #949494; background-color: #f2efce; } #content, .pBody { background-color: #444; border: 2px groove #000; border-highlight-color: #f00; opacity: 1; color:#eee; } #content { border-right: 0px; } #p-cactions li.selected { -moz-border-radius:1px; border: 1px inset #fabd23; padding: 0 0 2px 0; font-weight: bold; } #p-cactions li a:hover { background-color: #444; opacity: 1; } #p-cactions li a { background-color: #444; border-color: #000; opacity: 0.75; -moz-border-radius: 3px 3px 0px 0px; border-bottom:0px } #toc, .toc, .mw-warning, #catlinks { border-color: #444; background-color: #f2efce; } div.thumb { border-color: #fffdd9; } div.thumbinner { background-color: #fffdd9; }