MediaWiki:Monobook.css: Unterschied zwischen den Versionen
(Wendel-Änderungen rückgängig) |
K |
||
| Zeile 5: | Zeile 5: | ||
#p-cactions li a { | #p-cactions li a { | ||
text-transform: none; | text-transform: none; | ||
| + | } | ||
| + | |||
| + | a { | ||
| + | text-decoration: none; | ||
| + | /*vor Wendel: #002bb8;*/ | ||
| + | color: #103f1e; | ||
| + | background: none; | ||
| + | } | ||
| + | a:visited { | ||
| + | /*vor Wendel: #5a3696;*/ | ||
| + | color: #b1b84d; | ||
| + | } | ||
| + | a:active { | ||
| + | /*vor Wendel: #faa700;*/ | ||
| + | color: #666a28; | ||
| + | } | ||
| + | a:hover { | ||
| + | /*vor Wendel:*/ | ||
| + | text-decoration: underline; | ||
| + | } | ||
| + | a.stub { | ||
| + | /*vor Wendel: #772233;*/ | ||
| + | color: #772233; | ||
| + | } | ||
| + | |||
| + | a.new, #p-personal a.new { | ||
| + | /*vor Wendel: #ba0000*/ | ||
| + | color: #103f1e; | ||
| + | } | ||
| + | a.new:visited, #p-personal a.new:visited { | ||
| + | /*vor Wendel: #a55858*/ | ||
| + | color: #b1b84d; | ||
} | } | ||
Version vom 23. September 2008, 07:27 Uhr
/** Do not force 'lowercase' */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
a {
text-decoration: none;
/*vor Wendel: #002bb8;*/
color: #103f1e;
background: none;
}
a:visited {
/*vor Wendel: #5a3696;*/
color: #b1b84d;
}
a:active {
/*vor Wendel: #faa700;*/
color: #666a28;
}
a:hover {
/*vor Wendel:*/
text-decoration: underline;
}
a.stub {
/*vor Wendel: #772233;*/
color: #772233;
}
a.new, #p-personal a.new {
/*vor Wendel: #ba0000*/
color: #103f1e;
}
a.new:visited, #p-personal a.new:visited {
/*vor Wendel: #a55858*/
color: #b1b84d;
}