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

Aus drf-faq
Wechseln zu: Navigation, Suche
K
K
Zeile 11: Zeile 11:
 
  * Mile, 2009-10-18
 
  * 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 {
 
h1, h2, h3, h4, h5, h6 {

Version vom 18. Oktober 2009, 21:14 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: #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;
}