Benutzer:Mile/monobook.css: Unterschied zwischen den Versionen
Aus drf-faq
Mile (Diskussion | Beiträge) K |
Mile (Diskussion | Beiträge) K (css tweaks...) |
||
| Zeile 17: | Zeile 17: | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
| − | color: # | + | color: #c0c0c0; |
} | } | ||
| Zeile 25: | Zeile 25: | ||
a, #p-personal li a, #p-cactions li a { color: #fc0; } | a, #p-personal li a, #p-cactions li a { color: #fc0; } | ||
| + | a.new { color:#ba6; } | ||
a:visited { color: #bcaa62; } | a:visited { color: #bcaa62; } | ||
#bodyContent a.external { color:#c6a72b; } | #bodyContent a.external { color:#c6a72b; } | ||
Version vom 21. Oktober 2009, 19:02 Uhr
/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
color:fc0;
}
/*
* Mile, 2009-10-18
*/
.highlightbox {
margin:0.5em; color:fdb; border:2px groove #222; background-color:#333; text-align:center;
}
h1, h2, h3, h4, h5, h6 {
color: #c0c0c0;
}
body {
background: #222; color:#e0e0e0; font-family: Georgia, Times New Roman, Times, serif;
}
a, #p-personal li a, #p-cactions li a { color: #fc0; }
a.new { color:#ba6; }
a:visited { color: #bcaa62; }
#bodyContent a.external { color:#c6a72b; }
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;
}
#p-search .pBody, #p-navigation .pBody, #p-tb .pBody {
border-left: 0px;
}
#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
}
.previewnote {
color: #ca5; font-weight:bold;
}
#toc, .toc, .mw-warning, #catlinks, .noarticletext {
border-color: #222;
background-color: #383838;
}
div.thumb {
border-color: #fffdd9;
}
div.thumbinner {
background-color: #fffdd9;
}
#footer {
background-color: #555;
}