MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus APWiki
Stitzl (Diskussion | Beiträge) |
Stitzl (Diskussion | Beiträge) |
||
| Zeile 9: | Zeile 9: | ||
a:focus, a:hover, a:active {color: black;} | a:focus, a:hover, a:active {color: black;} | ||
| − | #p-cactions li a {color:#ff6501;} | + | #p-cactions li a {color:#ff6501;text-transform: none;} |
| − | #p-personal li a {color:#ff6501;} | + | #p-personal li a {color:#ff6501;text-transform: none;} |
h1, h2, h3, h4, h5, h6 {color: #444444;font-weight: bold;border-bottom-color: #aaaaaa;} | h1, h2, h3, h4, h5, h6 {color: #444444;font-weight: bold;border-bottom-color: #aaaaaa;} | ||
| − | h5 {font-size: 150%;text-transform: | + | h5 {font-size: 150%;text-transform: none;} |
Version vom 4. Mai 2010, 11:07 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
body {background-color: #ffe7b2;background-image:none;font-family: Verdana,Arial,Helvetica,sans-serif;}
a {color:#ff6501;}
a:visited {color:#ff6501;}
a:focus, a:hover, a:active {color: black;}
#p-cactions li a {color:#ff6501;text-transform: none;}
#p-personal li a {color:#ff6501;text-transform: none;}
h1, h2, h3, h4, h5, h6 {color: #444444;font-weight: bold;border-bottom-color: #aaaaaa;}
h5 {font-size: 150%;text-transform: none;}