Revision 832dce93
Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt
css/kivitendo/main.css | ||
---|---|---|
1 |
/* Stylesheet for kivitendo * Name:kivitendo.css*/ |
|
2 |
/* Colortable |
|
1 |
/* Stylesheet for kivitendo * Name:kivitendo.css |
|
3 | 2 |
|
4 |
Background: #EBEBEB burlywood |
|
5 |
Links: #006400 DarkGreen |
|
6 |
Link-hover #FE5F14 Orange / #FFFFE0 lightyellow |
|
7 |
Titles, BG/VG: #79B61B Mid-green FFFFFF White |
|
8 |
Tabcolor: #CAFFA3 |
|
3 |
Color table |
|
4 |
----------- |
|
5 |
|
|
6 |
Background: #EBEBEB burlywood |
|
7 |
Links: #006400 DarkGreen |
|
8 |
Link-hover #FE5F14 Orange / #FFFFE0 lightyellow |
|
9 |
Titles, BG/VG: #79B61B Mid-green FFFFFF White |
|
10 |
Tabcolor: #CAFFA3 |
|
9 | 11 |
*/ |
10 | 12 |
|
11 | 13 |
|
... | ... | |
75 | 77 |
a { |
76 | 78 |
padding: 0 0.2em; |
77 | 79 |
text-decoration: none; |
78 |
/* border-bottom: thin solid; */ |
|
79 |
/* font-weight: bold; */ |
|
80 | 80 |
} |
81 | 81 |
A:link, A:visited, A:active { |
82 | 82 |
color: #000000; |
... | ... | |
112 | 112 |
border-spacing: 0.3em; |
113 | 113 |
} |
114 | 114 |
|
115 |
/* table a { |
|
116 |
color:#FE5F14 !important; |
|
117 |
border-bottom:none; |
|
118 |
} */ |
|
119 |
|
|
120 |
ul { |
|
121 |
} |
|
122 |
|
|
123 | 115 |
hr { |
124 | 116 |
background-color: #006400; |
125 | 117 |
border: none; |
... | ... | |
136 | 128 |
color: #000000; |
137 | 129 |
font-weight: normal; |
138 | 130 |
} |
139 |
/* td.hover:hover { |
|
140 |
color: #006400; |
|
141 |
background-color: #FFFFE0; |
|
142 |
} */ |
|
143 | 131 |
th { |
144 | 132 |
color: #000000; |
145 | 133 |
font-weight: bold; |
... | ... | |
222 | 210 |
border-style: solid; |
223 | 211 |
border-width: thin; |
224 | 212 |
} |
225 |
/* Headings */
|
|
213 |
/* Headings */ |
|
226 | 214 |
.listtop, h1 { |
227 | 215 |
font-size:125%; |
228 | 216 |
background-color: #006400; |
... | ... | |
239 | 227 |
behavior:url(border-radius.htc); |
240 | 228 |
} |
241 | 229 |
|
242 |
/* .listelement { |
|
243 |
background-color: #f8ffb3; |
|
244 |
color: #000000; |
|
245 |
} |
|
246 |
.listelement2 { |
|
247 |
background-color: #8ee085; |
|
248 |
color: #000000; |
|
249 |
} */ |
|
250 | 230 |
.listheading, #content h2 { |
251 | 231 |
padding: 0.2em; |
252 | 232 |
background-color: #EBEBEB; |
... | ... | |
256 | 236 |
border-style: none; |
257 | 237 |
} |
258 | 238 |
|
259 |
/* .listheadingcontent { |
|
260 |
background-color: #EBEBEB; |
|
261 |
color: #006400; |
|
262 |
font-weight: bolder; |
|
263 |
text-align: left; |
|
264 |
} */ |
|
265 |
|
|
266 | 239 |
.accountlistheading { |
267 | 240 |
padding: 0.3em; |
268 | 241 |
color: #006400; |
Auch abrufbar als: Unified diff
kivitendo-CSS: auskommentierten Inhalt entfernt
Dieser Inhalt wurde seit Jahren nicht benutzt — falls er es jemals
wurde.