Benutzer:Mile/monobook.css: Unterschied zwischen den Versionen
Aus drf-faq
Mile (Diskussion | Beiträge) K |
Mile (Diskussion | Beiträge) K |
||
| Zeile 5: | Zeile 5: | ||
#p-cactions li a { | #p-cactions li a { | ||
text-transform: none; | text-transform: none; | ||
| + | color:fc0; | ||
} | } | ||
| Zeile 10: | Zeile 11: | ||
* Mile, 2009-10-18 | * Mile, 2009-10-18 | ||
*/ | */ | ||
| + | |||
| + | h1, h2, h3, h4, h5, h6 { | ||
| + | color: #d0d0d0; | ||
| + | } | ||
| + | |||
body { | body { | ||
background: #222; color:#e0e0e0; | background: #222; color:#e0e0e0; | ||
} | } | ||
| − | a { color: # | + | a, #p-personal li a, #p-cactions li a { color: #fc0; } |
| − | a:visited { color: # | + | a:visited { color: #bcaa62; } |
pre { | pre { | ||
border: 1px dashed #949494; | border: 1px dashed #949494; | ||
| − | background-color: #383838; color: # | + | background-color: #383838; color: #d0d0d0; |
} | } | ||
| + | |||
| + | .portlet { color:#d0d0d0; } | ||
#content, .pBody { | #content, .pBody { | ||
| Zeile 35: | Zeile 43: | ||
#p-cactions li.selected { | #p-cactions li.selected { | ||
| − | |||
border: 1px inset #fabd23; | border: 1px inset #fabd23; | ||
padding: 0 0 2px 0; | padding: 0 0 2px 0; | ||
| Zeile 48: | Zeile 55: | ||
#p-cactions li a { | #p-cactions li a { | ||
background-color: #444; | background-color: #444; | ||
| − | border | + | border: 0px; |
| − | opacity: 0.75 | + | // opacity: 0.75; |
| − | |||
border-bottom:0px | border-bottom:0px | ||
} | } | ||
Version vom 18. Oktober 2009, 20:52 Uhr
/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
color:fc0;
}
/*
* Mile, 2009-10-18
*/
h1, h2, h3, h4, h5, h6 {
color: #d0d0d0;
}
body {
background: #222; color:#e0e0e0;
}
a, #p-personal li a, #p-cactions li a { color: #fc0; }
a:visited { color: #bcaa62; }
pre {
border: 1px dashed #949494;
background-color: #383838; color: #d0d0d0;
}
.portlet { color:#d0d0d0; }
#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 {
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: 0px;
// opacity: 0.75;
border-bottom:0px
}
#toc, .toc, .mw-warning, #catlinks {
border-color: #222;
background-color: #383838;
}
div.thumb {
border-color: #fffdd9;
}
div.thumbinner {
background-color: #fffdd9;
}
#footer {
background-color: #555;
}