Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d6b20449

Von Sven Donath vor fast 14 Jahren hinzugefügt

Input, Textarea und Select = Yellow überarbeitet
Holgers gute Idee estwas verfeinert.
Dabei sind die :focus Klassen hinter die As gewandert und eine
Menge Leerzeichen und Tabs "verloren gegangen".
Durch das CSS sind die Login-Screen Inputs auch yellow.
Auf Android scheint das nicht zu funktionieren.

Unterschiede anzeigen:

css/Win2000.css
1
/* stylesheet for LX-Office ERP 
2
Getestet mit W3C CSS-Validator: 
1
/* stylesheet for LX-Office ERP
2
Getestet mit W3C CSS-Validator:
3 3
Keine Fehler oder Warnungen gefunden
4 4
*/
5 5

  
6 6
A:link { color: black; text-decoration: none; }
7 7
A:visited { color: black; text-decoration: none; }
8 8
A:active { color: black; text-decoration: underline; }
9
input:focus, textarea:focus, select:focus, option:focus { background-color: yellow; }
10
A.nohover:hover { 
9
A.nohover:hover {
11 10
  color:white;
12 11
  background-color: #093280;
13 12
  font-size: 10pt;
14 13
  text-decoration: none;
15 14
}
16
A:hover { 
15
A:hover {
17 16
  color:white;
18 17
  background-color: #093280;
19 18
  font-size: 10pt;
20 19
  text-decoration: none;
21 20
}
21

  
22
input:focus, textarea:focus, select:focus {
23
  background-color:yellow;
24
}
25

  
22 26
body {
23 27
  font-family: Verdana, Arial, Helvetica;
24 28
  font-size: 10pt;
......
68 72
  font-size:10pt;
69 73
  color: black;
70 74
}
71
.listtop { 
72
  background-color: #b8d1f3; 
75
.listtop {
76
  background-color: #b8d1f3;
73 77
  text-align:left;
74 78
  padding:5px;
75
  font-size: 10pt; 
76
  color: black; 
79
  font-size: 10pt;
80
  color: black;
77 81
  font-weight: bolder;
78 82
  border-bottom: 2px solid #A5A29C;
79 83
}
80
.listheading { 
81
  font-size: 10pt; 
84
.listheading {
85
  font-size: 10pt;
82 86
  padding:3px;
83 87
  background-color: #b8d1f3;
84
  color: black; 
88
  color: black;
85 89
  font-weight: bolder;
86 90
  text-align:left;
87
}	 
91
}
88 92
.subsubheading {
89 93
  color: black;
90 94
  font-weight: bolder;

Auch abrufbar als: Unified diff