MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (+toplinekompatibel) |
(Farbe von Verweisen) |
||
Zeile 7: | Zeile 7: | ||
} | } | ||
− | .pbody a, #portlet a, a{color:# | + | .pbody a, #portlet a, a{color:#E08300;} |
− | #portlet a:visited, a:visited{color:# | + | #portlet a:visited, a:visited{color:#E08300;} |
#portlet a:hover, a:hover{color:#6C757A;} | #portlet a:hover, a:hover{color:#6C757A;} | ||
− | #p-personal li a {color:# | + | #p-personal li a {color:#E08300;} |
− | #p-cactions li a {color:# | + | #p-cactions li a {color:#E08300;} |
a.new { | a.new { |
Version vom 15. Oktober 2008, 03:46 Uhr
/** Kleinschreibung nicht erzwingen */ .portlet h5, .portlet h6, #p-personal ul, #p-cactions li a { text-transform: none; } .pbody a, #portlet a, a{color:#E08300;} #portlet a:visited, a:visited{color:#E08300;} #portlet a:hover, a:hover{color:#6C757A;} #p-personal li a {color:#E08300;} #p-cactions li a {color:#E08300;} a.new { color: #F00; } dd { border-top:solid 0px #F0F080; border-left:solid 2px #CCC; padding-top: 1px; padding-left: 4px; margin-left: 15px; background-color: #FFC; } .editsection { font-size: 70%; float: right; } #p-logo { z-index: 3; position: absolute; /*needed to use z-index */ top: 26px; left: 0; height: 155px; width: 12em; overflow: visible; } #p-cactions { position: absolute; top: 3.3em; left: 11.5em; margin: 0; white-space: nowrap; width: 76%; line-height: 1.1em; overflow: visible; background: none; border-collapse: collapse; padding-left: 1em; list-style: none; font-size: 95%; }