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

Aus drf-faq
Wechseln zu: Navigation, Suche
K (css tweaks...)
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;
+
    text-transform: none;
        -moz-border-radius: 1px 1px 0px 0px;
 
 
}
 
}
  
 
/*
 
/*
  * Mile, 2007-09-22
+
  * Mile, 2009-10-18
 
  */
 
  */
 
body {
 
body {
Zeile 15: Zeile 14:
 
}
 
}
  
a            { color: #160cab; }
+
a            { color: #5f8ec3; }
a:visited    { color: #47496b; }
+
a:visited    { color: #527ebf; }
  
 
pre {
 
pre {
Zeile 23: Zeile 22:
 
}
 
}
  
#content, .pBody, #p-cactions li.selected a {
+
#content, .pBody {
     background-color: #555;
+
     background-color: #444;
     border: 1px solid #949168;
+
     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: #555;
+
     background-color: #444;
 
     opacity: 1;     
 
     opacity: 1;     
 
}
 
}
  
 
#p-cactions li a {
 
#p-cactions li a {
     background-color: #555;
+
     background-color: #444;
 
     border-color: #000;
 
     border-color: #000;
     opacity: 0.7;
+
     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;
}