Revision cfa5486a
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
css/lx-office-erp.css | ||
---|---|---|
1 | 1 |
/* stylesheet for LX-Office ERP */ |
2 | 2 |
|
3 |
/* general stuff */ |
|
4 |
/* |
|
5 |
A:link { color: #a0522d; text-decoration: none; } |
|
6 |
A:visited { color: #0522d; text-decoration: none; } |
|
7 |
A:active { color: #a0522d; text-decoration: underline; } |
|
8 |
A:hover { color: white; |
|
9 |
background-color: rgb(187,187,187); |
|
10 |
text-decoration: none; |
|
11 |
} |
|
12 |
*/ |
|
13 |
A:link { color: black; text-decoration: none; } |
|
14 |
A:visited { color: black; text-decoration: none; } |
|
15 |
A:active { color: black; text-decoration: underline; } |
|
16 |
|
|
17 |
/* |
|
18 |
Menu: oberste Linkebene |
|
19 |
*/ |
|
20 |
A.nohover:hover { |
|
21 |
/* color: black;*/ |
|
22 |
color:#8c1919; |
|
23 |
/* font-weight: bolder; |
|
24 |
background-image: url("px_3.gif"); |
|
25 |
text-decoration:none; |
|
26 |
*/ |
|
27 |
} |
|
28 |
|
|
29 |
|
|
30 |
/* |
|
31 |
Menu : Unterpunkte |
|
32 |
*/ |
|
33 |
A:hover { |
|
34 |
color:#8c1919; |
|
35 |
/* color: black; |
|
36 |
font-weight: bolder; |
|
37 |
background-color: #FFFFCC; |
|
38 |
text-decoration:none; |
|
39 |
*/ |
|
40 |
} |
|
41 |
|
|
3 |
/* The look of links */ |
|
4 |
A:link { color: mediumblue; text-decoration: none; } |
|
5 |
A:visited { color: mediumblue; text-decoration: none; } |
|
6 |
A:active { color: black; text-decoration: none; } |
|
7 |
A:hover { color: black; |
|
8 |
background-color: lemonchiffon; |
|
9 |
text-decoration: none; |
|
10 |
} |
|
11 |
|
|
12 |
/* highlight editable objects on mouse-over */ |
|
13 |
input:hover, select:hover, textarea:hover { |
|
14 |
background-color: lemonchiffon; |
|
15 |
} |
|
42 | 16 |
|
43 | 17 |
body { |
44 | 18 |
font-family: Verdana, Arial, Helvetica; |
... | ... | |
172 | 146 |
} |
173 | 147 |
|
174 | 148 |
|
175 |
A.listheading:link, A.listheading:active, A.listheading:visited { |
|
176 |
color: black; |
|
177 |
text-decoration: none; |
|
178 |
} |
|
179 |
|
|
180 | 149 |
.listrow1 { |
181 | 150 |
background-color: rgb(208,207,201); |
182 | 151 |
color: black; |
Auch abrufbar als: Unified diff
Links durch andere Farbe besser hervorheben. Eingabefelder, über denen die Maus positioniert ist, werden in hellgelb dargestellt. Patch von Kai-Martin Knaak ( kmk () familieknaak ! de )