1 /* Stylesheet for kivitendo * Name:kivitendo.css*/
4 Background: #EBEBEB burlywood
5 Links: #006400 DarkGreen
6 Link-hover #FE5F14 Orange / #FFFFE0 lightyellow
7 Titles, BG/VG: #79B61B Mid-green FFFFFF White
13 font-family: Verdana, Arial, Helvetica;
14 background-color: #FFFFFF;
20 /* The look of links */
23 text-decoration: none;
24 /* border-bottom: thin solid; */
25 /* font-weight: bold; */
27 A:link, A:visited, A:active {
29 border-bottom: thin solid #FE5F14;
33 background-color: #D1D1D1;
39 background-color:transparent;
44 font-size: 90% !important;
46 border-spacing: 0.3em;
50 color:#FE5F14 !important;
58 background-color: #006400;
64 /* I.E. & Chrome können das nicht! */
65 /* input[type="radio"], input[type="checkbox"]{
71 input:focus, textarea:focus, select:focus {
72 background-color: #FFFFA0;
73 border: 2px solid #FE5F14;
74 /* border-bottom: medium solid #FE5F14; */
76 /* Fängt den "Schrink" beim focus - problem für i.e. und chrome */
77 /* input[type="radio"]:focus, input[type="checkbox"]:focus{
87 background-color: #FFFFE0;
94 a.no-underlined-links, a.no-underlined-links:visited, a.no-underlined-links:hover {
95 text-decoration: none !important;
96 background-color:transparent !important;
99 a.no-underlined-links:hover {
103 background-color: #FFFFE0;
111 background-color: #FFFFE0;
122 background-color: #fe5f14;
129 .message_error_login {
131 border: 1px solid #8b0000;
132 background-color: #ffcccc;
137 background-color: #ADFFB6;
146 background-color: #CC0000;
155 background-color: #FFEE66;
162 .message_error_label {
164 background-color: #E00000;
174 background-color: #006400;
181 -moz-border-radius:0.4em; /* Firefox */
182 -webkit-border-radius:0.4em; /* Safari, Chrome */
183 -khtml-border-radius:0.4em; /* Konqueror */
184 border-radius:0.4em; /* CSS3 */
185 behavior:url(border-radius.htc);
189 background-color: #f8ffb3;
193 background-color: #8ee085;
196 .listheading, #content h2 {
198 background-color: #EBEBEB;
205 /* .listheadingcontent {
206 background-color: #EBEBEB;
212 .accountlistheading {
217 background-color: #EBEBEB;
222 text-decoration: underline;
229 .listrow1, .listrow:nth-child(even) {
230 background-color: #FFFFFF;
234 .listrow0, .listrow:nth-child(odd) {
235 background-color: #FFFF99;
240 background-color: #FFFFFF;
245 background-color: rgb(236,233,216);
249 .listtotal, .listtotal td {
250 background-color: rgb(236,233,216);
254 /* Verkaufsbericht */
255 .listmainsortheader {
256 background-color: rgb(236,233,216);
262 .listmainsortsubtotal {
263 background-color: rgb(236,233,216);
269 background-color: rgb(236,233,216);
274 .listsubsortsubtotal {
275 background-color: rgb(236,233,216);
280 .listsortdescription {
281 background-color: rgb(236,233,216);
287 font-family: Verdana, Arial, Helvetica;
291 font-family: Verdana, Arial, Helvetica;
295 /* font color for negative numbers */
315 /* items with this class won't display */
321 /* items with this class won't print */
326 border: 1px solid blue;
335 background-color: #ffa0a0;
344 .flash_message_error {
345 background-color: #FFD6D6;
346 border: 1px solid #AE0014;
351 .flash_message_warning {
352 background-color: #FFE8C7;
353 border: 1px solid #FF6600;
358 .flash_message_info {
359 background-color: #DCF2FF;
360 border: 1px solid #4690FF;
404 div.part_picker_part {
405 float:left; width: 350px;
410 border-color: darkgray;
412 -webkit-border-radius: 4px;
413 -moz-border-radius: 4px;
415 background-color: whitesmoke;
419 div.part_picker_part:hover {
420 background-color: #CCCCCC;