MediaWiki:Monobook.css: Unterschied zwischen den Versionen
K (zwischenspeichern) |
K (zwischenspeichern) |
||
| Zeile 50: | Zeile 50: | ||
color: #103f1e; | color: #103f1e; | ||
} | } | ||
| + | |||
| + | #p-cactions li a { | ||
| + | background-color: #fbfbfb; | ||
| + | /*vor Wendel #002bb8;*/ | ||
| + | color: #424242; | ||
| + | /* border: none; | ||
| + | padding: 0 .8em .3em; | ||
| + | text-decoration: none; | ||
| + | text-transform: lowercase; | ||
| + | position: relative; | ||
| + | z-index: 0; | ||
| + | margin: 0;*/ | ||
| + | } | ||
| + | /* | ||
| + | #p-cactions li.selected a { | ||
| + | z-index: 3; | ||
| + | background-color: #fff; | ||
| + | padding: 0 1em .2em!important; | ||
| + | } | ||
| + | */ | ||
| + | #p-cactions .new a { | ||
| + | /*vor Wendel #ba0000;*/ | ||
| + | color: #a2a2a2; | ||
Version vom 23. September 2008, 11:59 Uhr
/** Do not force 'lowercase' */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
a {
/*vor Wendel: #002bb8;*/
color: #103f1e;
}
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;
}
#p-personal ul {
/*vor Wendel: #2f6fab*/
color: #666a28;
}
#p-personal li {
/*vor Wendel: #2f6fab*/
color: #666a28;
}
#p-personal li a {
/*vor Wendel #005896;*/
color: #103f1e;
}
#p-cactions li a {
background-color: #fbfbfb;
/*vor Wendel #002bb8;*/
color: #424242;
/* border: none;
padding: 0 .8em .3em;
text-decoration: none;
text-transform: lowercase;
position: relative;
z-index: 0;
margin: 0;*/
}
/*
#p-cactions li.selected a {
z-index: 3;
background-color: #fff;
padding: 0 1em .2em!important;
}
*/
#p-cactions .new a {
/*vor Wendel #ba0000;*/
color: #a2a2a2;