MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus UUGRN
K
(tweak)
Zeile 28: Zeile 28:
  
 
#p-cactions li a:hover {
 
#p-cactions li a:hover {
     background-color: #edeaca;
+
     background-color: #fffdd9;
 
     opacity: 1;     
 
     opacity: 1;     
 
}
 
}
Zeile 35: Zeile 35:
 
     background-color: #edeaca;
 
     background-color: #edeaca;
 
     border-color: #949168;
 
     border-color: #949168;
     opacity: 0.5;
+
     opacity: 0.75;
 
}
 
}

Version vom 22. September 2007, 03:00 Uhr

/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}

/* Das nachfolgende Farbschema basiert im Wesentlichen auf der Farbe (HSV) Hue 56 und Variationen in S und V, 
 * Mile, 2007-09-22
 */
body {
    background: #e6e2a2 url(http://wiki.uugrn.org/images/6/69/Wiki-hintergrund.png) bottom left repeat-x fixed;
}

a            { color: #000cab; }
a:visited    { color: #47496b; }

pre {
    border: 1px dashed #949168;
    background-color: #e6e4c4;
}

#content, .pBody, #p-cactions li.selected a {
    background-color: #fffdd9;
    border-color:#949168;
}

#p-cactions li a:hover {
    background-color: #fffdd9;
    opacity: 1;    
}

#p-cactions li a {
    background-color: #edeaca;
    border-color: #949168;
    opacity: 0.75;
}