Revision 4c8bc4a9
Von Wulf vor fast 12 Jahren hinzugefügt
css/kivitendo/background_jobs.css | ||
---|---|---|
1 |
../lx-office-erp/background_jobs.css |
css/kivitendo/background_jobs.css | ||
---|---|---|
1 |
/* Jobverwaltung */ |
|
2 |
.background_job_list tbody pre, |
|
3 |
.background_job_details tbody pre { |
|
4 |
margin: 0px; |
|
5 |
} |
|
6 |
|
|
7 |
.background_job_details tbody th { |
|
8 |
text-align: right; |
|
9 |
vertical-align: top; |
|
10 |
} |
|
11 |
|
|
12 |
.background_job_details tbody td { |
|
13 |
vertical-align: top; |
|
14 |
} |
css/kivitendo/dhtmlsuite/menu-bar.css | ||
---|---|---|
16 | 16 |
************************************************************************************************************/ |
17 | 17 |
|
18 | 18 |
.DHTMLSuite_menuBar_top{ /* The bar that is parent of the menu strip */ |
19 |
color:#FFF; |
|
19 | 20 |
height:26px; |
20 | 21 |
width:100%; |
21 | 22 |
background-repeat:repeat-x; |
... | ... | |
23 | 24 |
font-size:12px; |
24 | 25 |
z-index:100000; |
25 | 26 |
padding-left:10px; |
27 |
/* background-image:url('../../../image/dhtmlsuite/menu_strip_bg.jpg');*/ |
|
28 |
background-image:url('../../../image/bg_css_kivi_menu.png'); |
|
26 | 29 |
} |
27 | 30 |
|
28 | 31 |
.DHTMLSuite_menuBar_sub{ |
29 | 32 |
position:absolute; |
30 | 33 |
background-color:#FFF; |
31 |
border:1px solid #D1D1D1; |
|
34 |
border:1px solid #000; |
|
35 |
background-image:url('../../../image/dhtmlsuite/menu-bar-kivi-gradient.png'); /* Background image for sub menu items */ |
|
32 | 36 |
background-repeat:repeat-y; |
33 | 37 |
background-position: left center; |
34 | 38 |
display:inline; |
css/kivitendo/dhtmlsuite/menu-item.css | ||
---|---|---|
2 | 2 |
|
3 | 3 |
.DHTMLSuite_menuItem_top_regular,.DHTMLSuite_menuItem_top_over,.DHTMLSuite_menuItem_top_click,.DHTMLSuite_menuItem_top_disabled,.DHTMLSuite_menuItem_top_active{ |
4 | 4 |
height:19px; |
5 |
line-height:16px; |
|
6 |
margin-right:2px; |
|
7 |
margin-top:1px; |
|
8 |
padding-left:4px; |
|
9 |
padding-right:4px; |
|
10 |
padding-top:2px; |
|
11 |
padding-bottom:2px; |
|
12 | 5 |
} |
13 | 6 |
.DHTMLSuite_menuItem_top_regular div,.DHTMLSuite_menuItem_top_over div,.DHTMLSuite_menuItem_top_click div,.DHTMLSuite_menuItem_top_disabled div,.DHTMLSuite_menuItem_top_active div{ |
14 | 7 |
padding-top:2px; |
15 | 8 |
padding-bottom:2px; |
16 | 9 |
} |
17 | 10 |
.DHTMLSuite_menuItem_top_regular{ /* Top level menu item - Regular state */ |
11 |
padding-left:4px; |
|
12 |
padding-right:4px; |
|
13 |
margin-right:2px; |
|
14 |
padding-top:1px; |
|
15 |
padding-bottom:1px; |
|
18 | 16 |
cursor:pointer; |
17 |
line-height:16px; |
|
18 |
margin-top:2px; |
|
19 | 19 |
} |
20 | 20 |
|
21 | 21 |
.DHTMLSuite_menuItem_top_over{ /* Top level menu item - Mouse over state */ |
22 |
color:#FE5F14; |
|
23 |
background-color:#D1D1D1; |
|
22 |
padding-left:3px; |
|
23 |
padding-right:3px; |
|
24 |
margin-right:2px; |
|
25 |
border:1px solid #000; |
|
26 |
color:#000; |
|
27 |
background-color:#bec6a2; |
|
24 | 28 |
cursor:pointer; |
29 |
line-height:16px; |
|
30 |
margin-top:2px; |
|
25 | 31 |
} |
26 | 32 |
|
27 | 33 |
.DHTMLSuite_menuItem_top_active{ /* Top level menu item - Active state - this is typical the state for menu item 1 when a sub group is expanded and the mouse is located over one of the sub menu items */ |
34 |
padding-left:3px; |
|
35 |
padding-right:3px; |
|
36 |
margin-right:2px; |
|
37 |
border:1px solid #000; |
|
38 |
border-bottom:1px solid #FFF; |
|
28 | 39 |
cursor:pointer; |
40 |
line-height:16px; |
|
41 |
margin-top:2px; |
|
29 | 42 |
} |
30 | 43 |
|
31 | 44 |
.DHTMLSuite_menuItem_top_click{ /* Top level menu item - Mouse click state */ |
32 |
color:#FE5F14; |
|
33 |
background-color:#D1D1D1; |
|
45 |
padding-left:3px; |
|
46 |
padding-right:3px; |
|
47 |
margin-right:2px; |
|
48 |
border:1px solid #000; |
|
49 |
background-color:#bec6a2; |
|
34 | 50 |
cursor:pointer; |
51 |
line-height:16px; |
|
52 |
margin-top:2px; |
|
35 | 53 |
z-index:20000; |
36 | 54 |
} |
37 | 55 |
|
38 | 56 |
.DHTMLSuite_menuItem_top_disabled{ /* Disabled menu item */ |
57 |
padding-left:4px; |
|
58 |
padding-right:4px; |
|
59 |
margin-right:2px; |
|
60 |
padding-top:1px; |
|
61 |
padding-bottom:1px; |
|
39 | 62 |
cursor:default; |
63 |
line-height:16px; |
|
64 |
margin-top:2px; |
|
40 | 65 |
} |
41 | 66 |
|
42 | 67 |
.DHTMLSuite_menuItem_top_disabled img,.DHTMLSuite_menuItem_top_disabled div{ /* Sub divs of disabled top level items. A menu item is a div with some subdivs(one for the icon, one for text etc.). this is the css for these sub divs */ |
... | ... | |
112 | 137 |
-khtml-opacity:.4; /* Transparency */ |
113 | 138 |
} |
114 | 139 |
.DHTMLSuite_menuItem_sub_regular,.DHTMLSuite_menuItem_sub_disabled{ /* Regular menu item */ |
140 |
margin-left:2px; /* size of margin above + 1 pixel */ |
|
141 |
padding-top:3px; /* Size of padding-top above + 1 pixel */ |
|
142 |
padding-bottom:3px; /* Size of padding-bottom above + 1 pixel */ |
|
115 | 143 |
} |
116 | 144 |
|
117 | 145 |
.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_click,.DHTMLSuite_menuItem_sub_active{ |
146 |
border:1px solid #006; /* Border around mouse over items, click items and active items */ |
|
118 | 147 |
} |
119 | 148 |
|
120 | 149 |
.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_active{ /* Mouse over effect */ |
121 |
color:#FE5F14; |
|
122 |
background-color:#D1D1D1; |
|
150 |
background-color:#bec6a2; /* Background color of mouse over items and active items(Active item = parent elements of the menu item the mouse is currently over */ |
|
123 | 151 |
} |
124 | 152 |
|
125 | 153 |
.DHTMLSuite_menuItem_sub_click{ /* Mouse click effect */ |
126 |
color:#FE5F14; |
|
127 |
background-color:#D1D1D1; |
|
154 |
background-color:#bec6a2; /* Background color when the mouse button is pressed down on a menu item */ |
|
128 | 155 |
} |
129 | 156 |
|
130 | 157 |
.DHTMLSuite_menuItem_sub_click div, .DHTMLSuite_menuItem_sub_regular div,.DHTMLSuite_menuItem_sub_over div,.DHTMLSuite_menuItem_sub_active div,.DHTMLSuite_menuItem_sub_disabled div{ /* divs for the text,icon and arrow of a menu item */ |
... | ... | |
151 | 178 |
margin-bottom:1px; /* Space below the separator */ |
152 | 179 |
margin-left:24px; /* left margin because we don't want the separator to cover the gradient */ |
153 | 180 |
padding-right:3px; /* space at the right of the separator */ |
154 |
color:#FE5F14; |
|
155 |
background-color:#D1D1D1; |
|
181 |
background-color:#6A8CCB; /* background color for the separator - blue */ |
|
156 | 182 |
} |
157 | 183 |
|
158 | 184 |
.DHTMLSuite_menuItem_textContent |
159 | 185 |
{ |
160 |
border-bottom-style: none !important; |
|
161 |
background-color: inherit !important; |
|
162 | 186 |
color: inherit !important; |
163 | 187 |
} |
css/kivitendo/frame_header | ||
---|---|---|
1 |
../lx-office-erp/frame_header/ |
css/kivitendo/frame_header/header.css | ||
---|---|---|
1 |
#frame-header .frame-header-element a:link, |
|
2 |
#frame-header .frame-header-element a:visited, |
|
3 |
#frame-header .frame-header-element a:hover, |
|
4 |
#frame-header .frame-header-element a:active { |
|
5 |
color: white; |
|
6 |
background: none; |
|
7 |
text-decoration: underline; |
|
8 |
} |
|
9 |
|
|
10 |
#frame-header { |
|
11 |
background: url('../../../image/bg_kivi_titel.png') repeat-x; |
|
12 |
text-align: center; |
|
13 |
margin: 0; |
|
14 |
padding: 0; |
|
15 |
color: white; |
|
16 |
border: 0; |
|
17 |
overflow: hidden; |
|
18 |
width: 100%; |
|
19 |
border-spacing: 0; |
|
20 |
font-size: 12px; |
|
21 |
} |
|
22 |
|
|
23 |
#frame-header .frame-header-left { |
|
24 |
float: left; |
|
25 |
} |
|
26 |
#frame-header .frame-header-right { |
|
27 |
float: right; |
|
28 |
} |
|
29 |
|
|
30 |
#frame-header .frame-header-left, |
|
31 |
#frame-header .frame-header-center, |
|
32 |
#frame-header .frame-header-right { |
|
33 |
border-spacing: 0; |
|
34 |
color: white; |
|
35 |
padding: 0; |
|
36 |
font-family: verdana,arial,sans-serif; |
|
37 |
vertical-align: middle; |
|
38 |
} |
css/kivitendo/jquery.autocomplete.css | ||
---|---|---|
1 |
../lx-office-erp/jquery.autocomplete.css |
css/kivitendo/jquery.autocomplete.css | ||
---|---|---|
1 |
.ac_results { |
|
2 |
padding: 0px; |
|
3 |
border: 1px solid black; |
|
4 |
background-color: white; |
|
5 |
overflow: hidden; |
|
6 |
z-index: 99999; |
|
7 |
} |
|
8 |
|
|
9 |
.ac_results ul { |
|
10 |
width: 100%; |
|
11 |
list-style-position: outside; |
|
12 |
list-style: none; |
|
13 |
padding: 0; |
|
14 |
margin: 0; |
|
15 |
} |
|
16 |
|
|
17 |
.ac_results li { |
|
18 |
margin: 0px; |
|
19 |
padding: 2px 5px; |
|
20 |
cursor: default; |
|
21 |
display: block; |
|
22 |
/* |
|
23 |
if width will be 100% horizontal scrollbar will apear |
|
24 |
when scroll mode will be used |
|
25 |
*/ |
|
26 |
/*width: 100%;*/ |
|
27 |
font: menu; |
|
28 |
font-size: 12px; |
|
29 |
/* |
|
30 |
it is very important, if line-height not setted or setted |
|
31 |
in relative units scroll will be broken in firefox |
|
32 |
*/ |
|
33 |
line-height: 16px; |
|
34 |
overflow: hidden; |
|
35 |
} |
|
36 |
|
|
37 |
.ac_loading { |
|
38 |
background: white url('indicator.gif') right center no-repeat; |
|
39 |
} |
|
40 |
|
|
41 |
.ac_odd { |
|
42 |
background-color: #eee; |
|
43 |
} |
|
44 |
|
|
45 |
.ac_over { |
|
46 |
background-color: #0A246A; |
|
47 |
color: white; |
|
48 |
} |
css/kivitendo/jquery.multiselect2side.css | ||
---|---|---|
1 |
../lx-office-erp/jquery.multiselect2side.css |
css/kivitendo/jquery.multiselect2side.css | ||
---|---|---|
1 |
.ms2side__div { |
|
2 |
clear: left; |
|
3 |
width: 100%; |
|
4 |
padding: 1px; |
|
5 |
float: left; |
|
6 |
background : url('') repeat-x; /* HACK FOR CHROME */ |
|
7 |
} |
|
8 |
|
|
9 |
.ms2side__select { |
|
10 |
float: left; |
|
11 |
} |
|
12 |
|
|
13 |
.ms2side__header { |
|
14 |
color: blue; |
|
15 |
background-color: #EEEEFF; |
|
16 |
} |
|
17 |
|
|
18 |
.ms2side__options, .ms2side__updown { |
|
19 |
float: left; |
|
20 |
font-size: 10pt; |
|
21 |
margin: 0; |
|
22 |
padding: 0 8px; |
|
23 |
width: 40px; |
|
24 |
color: black; |
|
25 |
text-align: center; |
|
26 |
overflow: hidden; |
|
27 |
} |
|
28 |
|
|
29 |
.ms2side__updown { |
|
30 |
font-size: 9pt; |
|
31 |
} |
|
32 |
|
|
33 |
.ms2side__options p, .ms2side__updown p { |
|
34 |
margin: 2px 0; |
|
35 |
padding: 0; |
|
36 |
cursor: pointer; |
|
37 |
border: 1px solid black; |
|
38 |
} |
|
39 |
|
|
40 |
.ms2side__options p.ms2side_hover, .ms2side__updown p.ms2side_hover { |
|
41 |
background-color: #F0F0FF; |
|
42 |
border-color: #0000FF; |
|
43 |
cursor: pointer; |
|
44 |
} |
|
45 |
|
|
46 |
.ms2side__options p.ms2side__hide, .ms2side__updown p.ms2side__hide { |
|
47 |
cursor: default; |
|
48 |
color: grey; |
|
49 |
border: 1px solid grey; |
|
50 |
background-color: #F0F0F0; |
|
51 |
} |
|
52 |
|
|
53 |
.ms2side__div select { |
|
54 |
width: 220px; |
|
55 |
float: left; |
|
56 |
} |
css/kivitendo/list_accounts.css | ||
---|---|---|
1 |
/* Kontenliste Styles */ |
|
2 |
|
|
3 |
.coa_listtop { |
|
4 |
background-color:rgb(236,233,216); |
|
5 |
text-align:left; |
|
6 |
padding:5px; |
|
7 |
font-size:12pt; |
|
8 |
color:black; |
|
9 |
font-weight: bolder; |
|
10 |
border-style:dashed; |
|
11 |
border-width:thin; |
|
12 |
} |
|
13 |
|
|
14 |
.coa_listheading { |
|
15 |
background-color:rgb(236,233,216); |
|
16 |
color: black; |
|
17 |
background-image:url("../../image/fade.png"); |
|
18 |
} |
|
19 |
|
|
20 |
.coa_listheading_element { |
|
21 |
font-size:10pt; |
|
22 |
padding:3px; |
|
23 |
font-weight:bolder; |
|
24 |
text-align:left; |
|
25 |
border-style:dotted; |
|
26 |
border-width:thin; |
|
27 |
} |
|
28 |
|
|
29 |
.coa_listrow1 { |
|
30 |
background-color: rgb(208,207,201); |
|
31 |
color: black; |
|
32 |
vertical-align: top; |
|
33 |
} |
|
34 |
|
|
35 |
.coa_listrow0 { |
|
36 |
background-color: rgb(236,233,216); |
|
37 |
color: black; |
|
38 |
vertical-align: top; |
|
39 |
} |
|
40 |
|
|
41 |
.coa_amount { |
|
42 |
text-align:right; |
|
43 |
font-family:monospace; |
|
44 |
} |
|
45 |
|
|
46 |
.coa_account_header { |
|
47 |
font-size:10pt; |
|
48 |
padding:3px; |
|
49 |
font-weight:bolder; |
|
50 |
text-align:left; |
|
51 |
border-style:none; |
|
52 |
border-width:thin; |
|
53 |
} |
|
54 |
|
|
55 |
.coa_account_header_sc { |
|
56 |
font-size:10pt; |
|
57 |
padding:3px; |
|
58 |
font-weight:bolder; |
|
59 |
text-align:left; |
|
60 |
border-style:none; |
|
61 |
border-width:thin; |
|
62 |
cursor:s-resize; |
|
63 |
} |
|
64 |
|
|
65 |
.coa_detail { |
|
66 |
padding:0px; |
|
67 |
border-style:none; |
|
68 |
} |
|
69 |
|
|
70 |
.coa_detail_emph { |
|
71 |
font-size:10pt; |
|
72 |
font-weight:bold; |
|
73 |
color:darkred; |
|
74 |
} |
|
75 |
|
|
76 |
.coa_details_header { |
|
77 |
font-size:8pt; |
|
78 |
padding:3px; |
|
79 |
font-weight:bolder; |
|
80 |
text-align:center; |
|
81 |
border-style:none; |
|
82 |
border-width:thin; |
|
83 |
} |
|
84 |
|
|
85 |
.coa_details_header2 { |
|
86 |
font-size:8pt; |
|
87 |
padding:3px; |
|
88 |
font-weight:normal; |
|
89 |
text-align:left; |
|
90 |
border-style:none; |
|
91 |
border-width:thin; |
|
92 |
} |
css/kivitendo/main.css | ||
---|---|---|
1 |
/* Stylesheet for kivitendo * Name:kivitendo.css*/ |
|
2 |
/* Colortable |
|
3 |
|
|
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 |
|
9 |
*/ |
|
1 |
/* Stylesheet for Lx-Office |
|
10 | 2 |
|
11 | 3 |
|
12 |
body { |
|
13 |
font-family: Verdana, Arial, Helvetica; |
|
14 |
background-color: #FFFFFF; |
|
15 |
color: #000000; |
|
16 |
font-size: 9pt; |
|
4 |
/* The look of links */ |
|
5 |
A:link { color: #597d12; text-decoration: none; } |
|
6 |
A:visited { color: #597d12; text-decoration: none; } |
|
7 |
A:active { color: black; text-decoration: none; } |
|
8 |
A:hover { color: black; |
|
9 |
background-color: #bec6a2; |
|
10 |
text-decoration: none; |
|
11 |
} |
|
12 |
a, div { |
|
13 |
transition: background-color 0.2s; |
|
14 |
-moz-transition: background-color 0.2s; |
|
15 |
-webkit-transition: background-color 0.2s; |
|
17 | 16 |
} |
18 | 17 |
|
19 |
|
|
20 |
/* The look of links */ |
|
21 |
a { |
|
22 |
padding: 0 0.2em; |
|
23 |
text-decoration: none; |
|
24 |
/* border-bottom: thin solid; */ |
|
25 |
/* font-weight: bold; */ |
|
18 |
input, textarea, select { |
|
19 |
border: 1px; |
|
20 |
border-color: darkgray lightgray lightgray; |
|
21 |
border-style: solid; |
|
22 |
padding: 1px; |
|
23 |
background-color: white; |
|
26 | 24 |
} |
27 |
A:link, A:visited, A:active { |
|
28 |
color: #000000; |
|
29 |
border-bottom: thin solid #FE5F14; |
|
25 |
img:hover { |
|
26 |
display:block !important; |
|
30 | 27 |
} |
31 |
a:hover { |
|
32 |
color: #FE5F14;
|
|
33 |
background-color: #D1D1D1;
|
|
28 |
|
|
29 |
select {
|
|
30 |
padding: 0px;
|
|
34 | 31 |
} |
35 |
a.selected:hover { |
|
36 |
color:#EBEBEB; |
|
32 |
|
|
33 |
input:focus, textarea:focus, select:focus { |
|
34 |
background-color: whitesmoke; |
|
35 |
border: 1px; |
|
36 |
border-color: gray lightgray lightgray; |
|
37 |
border-style: solid; |
|
37 | 38 |
} |
38 |
a.nomobile { |
|
39 |
background-color:transparent;
|
|
40 |
border:none;
|
|
39 |
|
|
40 |
input:hover, textarea:hover, select:hover {
|
|
41 |
border-color: dimgray darkgray darkgray;
|
|
41 | 42 |
} |
42 | 43 |
|
43 |
table { |
|
44 |
font-size: 90% !important; |
|
45 |
table-layout: auto; |
|
46 |
border-spacing: 0.3em; |
|
44 |
input[type="button"], |
|
45 |
input[type="submit"], |
|
46 |
button, |
|
47 |
input[type="button"]:focus, |
|
48 |
input[type="submit"]:focus, |
|
49 |
button:focus { |
|
50 |
border: 1px; |
|
51 |
border-color: darkgray; |
|
52 |
border-style: solid; |
|
53 |
padding: 0px 4px; |
|
54 |
-webkit-border-radius: 2px; |
|
55 |
-moz-border-radius: 2px; |
|
56 |
border-radius: 2px; |
|
57 |
background-color: whitesmoke; |
|
47 | 58 |
} |
48 | 59 |
|
49 |
/* table a { |
|
50 |
color:#FE5F14 !important; |
|
51 |
border-bottom:none; |
|
52 |
} */ |
|
60 |
button:hover, |
|
61 |
input[type="button"]:hover, |
|
62 |
input[type="submit"]:hover { |
|
63 |
border: 1px; |
|
64 |
background-color: lightgray; |
|
65 |
border-color: gray; |
|
66 |
border-style: solid; |
|
67 |
-webkit-border-radius: 2px; |
|
68 |
-moz-border-radius: 2px; |
|
69 |
border-radius: 2px; |
|
70 |
} |
|
53 | 71 |
|
54 |
ul { |
|
72 |
html { |
|
73 |
height: 100%; |
|
55 | 74 |
} |
56 | 75 |
|
57 |
hr { |
|
58 |
background-color: #006400; |
|
59 |
border: none; |
|
60 |
color: #79B61B; |
|
61 |
height: 2px; |
|
76 |
body { |
|
77 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
78 |
font-size: 10pt; |
|
79 |
background-color: white; |
|
80 |
background-image: url("../../image/fade.png"); background-repeat:repeat-x; |
|
81 |
color: black; |
|
82 |
height: 100%; |
|
62 | 83 |
} |
63 | 84 |
|
64 |
/* I.E. & Chrome k?nnen das nicht! */ |
|
65 |
/* input[type="radio"], input[type="checkbox"]{ |
|
66 |
width:1.15em; |
|
67 |
height:1.15em; |
|
68 |
border:1px solid; |
|
69 |
color: #006400; |
|
70 |
} */ |
|
71 |
input:focus, textarea:focus, select:focus { |
|
72 |
background-color: #FFFFA0; |
|
73 |
border: 2px solid #FE5F14; |
|
74 |
/* border-bottom: medium solid #FE5F14; */ |
|
75 |
} |
|
76 |
/* F?ngt den "Schrink" beim focus - problem f?r i.e. und chrome */ |
|
77 |
/* input[type="radio"]:focus, input[type="checkbox"]:focus{ |
|
78 |
width:1.2em; |
|
79 |
height:1.2em; |
|
80 |
} */ |
|
81 | 85 |
td { |
82 |
color: #000000; |
|
83 |
font-weight: normal; |
|
86 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
87 |
color: black; |
|
88 |
font-size: 8pt; |
|
89 |
font-weight: normal; |
|
90 |
} |
|
91 |
td.hover:hover { |
|
92 |
color: black; |
|
93 |
/* background-color: #FFFFCC; |
|
94 |
font-size: 8pt; |
|
95 |
text-decoration: none; |
|
96 |
border:none; |
|
97 |
borderWidth:0px; |
|
98 |
borderColor:2557AD; |
|
99 |
*/ |
|
84 | 100 |
} |
85 |
/* td.hover:hover { |
|
86 |
color: #006400; |
|
87 |
background-color: #FFFFE0; |
|
88 |
} */ |
|
101 |
|
|
102 |
|
|
89 | 103 |
th { |
90 |
color: #000000; |
|
91 |
font-weight: bold; |
|
104 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
105 |
color: black; |
|
106 |
font-size: 8pt; |
|
107 |
font-weight: normal; |
|
92 | 108 |
} |
109 |
|
|
93 | 110 |
/* login and admin */ |
94 |
.login a, .login a:visited, .login a:hover { |
|
95 |
text-decoration: none !important; |
|
96 |
background-color:transparent !important; |
|
97 |
border:none; |
|
111 |
.login { |
|
112 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
98 | 113 |
} |
99 |
.login a:hover { |
|
100 |
background: none; |
|
114 |
div.login { |
|
115 |
min-height: 100%; |
|
116 |
height: auto !important; |
|
117 |
height: 100%; |
|
118 |
background: #bec6a2; |
|
119 |
color: #A0A0A0; |
|
101 | 120 |
} |
102 |
body.login { |
|
103 |
background-color: #FFFFE0; |
|
104 |
color: #000000; |
|
121 |
h1.login { |
|
122 |
font-size: 18pt; |
|
105 | 123 |
} |
106 |
.login h1 { |
|
107 |
text-align: center; |
|
108 |
font-size: 20px; |
|
124 |
h3.login { |
|
125 |
color:#fe5f14; |
|
109 | 126 |
} |
110 | 127 |
table.login { |
111 |
background-color: #FFFFE0;
|
|
112 |
padding: 20px;
|
|
128 |
background-color: #efedde;
|
|
129 |
padding: 20px;
|
|
113 | 130 |
} |
114 | 131 |
td.login { |
115 |
text-align: center;
|
|
132 |
text-align: center;
|
|
116 | 133 |
} |
117 | 134 |
th.login { |
118 |
text-align: right; |
|
119 |
} |
|
120 |
.admin h1 { |
|
121 |
background-color: #fe5f14; |
|
122 |
text-color: #ffffff; |
|
135 |
text-align: right; |
|
123 | 136 |
} |
124 |
body.menu { |
|
125 |
color: #000000; |
|
137 |
|
|
138 |
div.admin { |
|
139 |
color: black; |
|
140 |
margin: 8px; |
|
126 | 141 |
} |
127 |
/* Warnings */ |
|
142 |
|
|
128 | 143 |
.message_error_login { |
129 |
color: #000000;
|
|
130 |
border: 1px solid #8b0000;
|
|
131 |
background-color: #ffcccc;
|
|
132 |
padding: 3px;
|
|
144 |
color: #fe5f14;
|
|
145 |
border: 1px solid #fe5f14;
|
|
146 |
background-color: #ffffff;
|
|
147 |
padding: 3px;
|
|
133 | 148 |
} |
134 | 149 |
.message_ok { |
135 |
padding: 5px; |
|
136 |
background-color: #ADFFB6; |
|
137 |
color: black; |
|
138 |
font-weight: bolder; |
|
139 |
text-align: center; |
|
140 |
border-style: solid; |
|
141 |
border-width: thin; |
|
150 |
font-size: 12pt; |
|
151 |
padding:5px; |
|
152 |
background-color: #ADFFB6; |
|
153 |
color: black; |
|
154 |
font-weight: bolder; |
|
155 |
text-align:center; |
|
156 |
border-style:solid; |
|
157 |
border-width:thin; |
|
142 | 158 |
} |
143 | 159 |
.message_error { |
144 |
padding: 5px; |
|
145 |
background-color: #CC0000; |
|
146 |
color: white; |
|
147 |
font-weight: bolder; |
|
148 |
text-align: center; |
|
149 |
border-style: solid; |
|
150 |
border-width: thin; |
|
160 |
font-size: 12pt; |
|
161 |
padding:5px; |
|
162 |
background-color: #FFAAAA; |
|
163 |
color: black; |
|
164 |
font-weight: bolder; |
|
165 |
text-align:center; |
|
166 |
border-style:solid; |
|
167 |
border-width:thin; |
|
151 | 168 |
} |
152 | 169 |
.message_hint { |
153 |
padding: 0.5em; |
|
154 |
background-color: #FFEE66; |
|
155 |
color: black; |
|
156 |
font-weight: bolder; |
|
157 |
text-align: center; |
|
158 |
border-style: solid; |
|
159 |
border-width: thin; |
|
170 |
font-size: 12pt; |
|
171 |
padding:5px; |
|
172 |
background-color: #FFFE66; |
|
173 |
color: black; |
|
174 |
font-weight: bolder; |
|
175 |
text-align:center; |
|
176 |
border-style:solid; |
|
177 |
border-width:thin; |
|
160 | 178 |
} |
161 | 179 |
.message_error_label { |
162 |
padding: 0.5em; |
|
163 |
background-color: #E00000; |
|
164 |
color: white; |
|
165 |
font-weight: normal; |
|
166 |
text-align: left; |
|
167 |
border-style: solid; |
|
168 |
border-width: thin; |
|
169 |
} |
|
170 |
/* Headings */ |
|
180 |
font-size: 0.8em; |
|
181 |
padding:5px; |
|
182 |
background-color: #FEE; |
|
183 |
font-weight:normal; |
|
184 |
text-align:left; |
|
185 |
border-style:solid; |
|
186 |
border-width:thin; |
|
187 |
} |
|
188 |
|
|
189 |
/* |
|
190 |
Überschriftsbalken |
|
191 |
*/ |
|
171 | 192 |
.listtop, h1 { |
172 |
font-size:125%; |
|
173 |
background-color: #006400; |
|
174 |
text-align: left; |
|
175 |
padding: 0.5em; |
|
176 |
color: #FFFFFF; |
|
177 |
font-weight: bolder; |
|
178 |
border-style: none; |
|
179 |
border-width: thin; |
|
180 |
-moz-border-radius:0.4em; /* Firefox */ |
|
181 |
-webkit-border-radius:0.4em; /* Safari, Chrome */ |
|
182 |
-khtml-border-radius:0.4em; /* Konqueror */ |
|
183 |
border-radius:0.4em; /* CSS3 */ |
|
184 |
behavior:url(border-radius.htc); |
|
185 |
} |
|
186 |
|
|
187 |
/* .listelement { |
|
188 |
background-color: #f8ffb3; |
|
189 |
color: #000000; |
|
193 |
background-color: rgb(236,233,216); |
|
194 |
text-align:center; |
|
195 |
padding:5px; |
|
196 |
font-size: 10pt; |
|
197 |
color: black; |
|
198 |
font-weight: bolder; |
|
199 |
border-style:dashed; |
|
200 |
border-width:thin; |
|
201 |
} |
|
202 |
|
|
203 |
|
|
204 |
.listelement { |
|
205 |
background-image: url("../../image/fade2.png"); |
|
206 |
background-repeat:repeat-x; |
|
207 |
border-style:dashed; |
|
208 |
border-width:thin; |
|
190 | 209 |
} |
210 |
|
|
191 | 211 |
.listelement2 { |
192 |
background-color: #8ee085; |
|
193 |
color: #000000; |
|
194 |
} */ |
|
195 |
.listheading { |
|
196 |
padding: 0.2em; |
|
197 |
background-color: #EBEBEB; |
|
198 |
color: #006400; |
|
199 |
font-weight: bolder; |
|
200 |
text-align: left; |
|
201 |
border-style: none; |
|
202 |
} |
|
203 |
|
|
204 |
/* .listheadingcontent { |
|
205 |
background-color: #EBEBEB; |
|
206 |
color: #006400; |
|
207 |
font-weight: bolder; |
|
208 |
text-align: left; |
|
209 |
} */ |
|
212 |
background-image: url("../../image/fade2.png"); |
|
213 |
background-repeat:repeat-x; |
|
214 |
border-style:dashed; |
|
215 |
border-width:thin; |
|
216 |
} |
|
217 |
|
|
218 |
.listheading, .listheading th { |
|
219 |
font-size: 9pt; |
|
220 |
padding:3px; |
|
221 |
background-color: |
|
222 |
rgb(236,233,216); |
|
223 |
color: black; |
|
224 |
font-weight: bolder; |
|
225 |
text-align:left; |
|
226 |
background-image: url("../../image/fade.png"); |
|
227 |
border-style:dotted; |
|
228 |
border-width:thin; |
|
229 |
} |
|
230 |
|
|
231 |
.listheadingcontent { |
|
232 |
font-size: 9pt; |
|
233 |
background-color: |
|
234 |
rgb(236,233,216); |
|
235 |
color: black; |
|
236 |
font-weight: bolder; |
|
237 |
text-align:left; |
|
238 |
} |
|
210 | 239 |
|
211 | 240 |
.accountlistheading { |
212 |
padding: 0.3em; |
|
213 |
color: #006400; |
|
214 |
font-weight: bold; |
|
215 |
text-align: left; |
|
216 |
background-color: #EBEBEB; |
|
241 |
font-size: 10pt; |
|
242 |
padding:3px; |
|
243 |
color: white; |
|
244 |
font-weight: bold; |
|
245 |
text-align:left; |
|
246 |
background-color:rgb(133,132,129); |
|
217 | 247 |
} |
248 |
|
|
218 | 249 |
.subsubheading { |
219 |
color: #000000;
|
|
220 |
font-weight: bolder;
|
|
221 |
text-decoration: underline;
|
|
250 |
color: black;
|
|
251 |
font-weight: bolder;
|
|
252 |
text-decoration: underline;
|
|
222 | 253 |
} |
254 |
|
|
223 | 255 |
.optionen { |
224 |
border: dashed; |
|
225 |
border-width: 1px; |
|
226 |
background: #FFFFE0; |
|
227 |
} |
|
228 |
.listrow1 { |
|
229 |
background-color: #FFFFFF; |
|
230 |
color: black; |
|
231 |
vertical-align: top; |
|
232 |
} |
|
233 |
.listrow0 { |
|
234 |
background-color: #FFFF99; |
|
235 |
color: black; |
|
236 |
vertical-align: top; |
|
237 |
} |
|
238 |
.listrowempty { |
|
239 |
background-color: #FFFFFF; |
|
240 |
color: black; |
|
241 |
vertical-align: top; |
|
242 |
} |
|
243 |
.listsubtotal { |
|
244 |
background-color: rgb(236,233,216); |
|
245 |
color: black; |
|
246 |
font-weight: bolder; |
|
247 |
} |
|
248 |
.listtotal, .listtotal td { |
|
249 |
background-color: rgb(236,233,216); |
|
250 |
color: black; |
|
251 |
font-weight: bolder; |
|
256 |
border:dashed; |
|
257 |
/* padding-top:10px; |
|
258 |
padding-bottom:10px; |
|
259 |
padding-left:10px; |
|
260 |
*/ |
|
261 |
border-width:1px; |
|
262 |
background:#efedde; |
|
252 | 263 |
} |
264 |
|
|
265 |
|
|
266 |
.listrow1 { background-color: rgb(208,207,201); color: black; vertical-align: top; } |
|
267 |
.listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; } |
|
268 |
.listrowempty { background-color: rgb(255,255,255); color: black; vertical-align: top; } |
|
269 |
|
|
270 |
.redrow1 { background-color: rgb(250,167, 161); color: black; vertical-align: top; } |
|
271 |
.redrow0 { background-color: rgb(255,193,176); color: black; vertical-align: top; } |
|
272 |
|
|
273 |
.greenrow1 { background-color: rgb(0,250,0); color: black; vertical-align: top; } |
|
274 |
.greenrow0 { background-color: rgb(0,255,0); color: black; vertical-align: top; } |
|
275 |
|
|
276 |
.listsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;} |
|
277 |
|
|
278 |
.listtotal, .listtotal td { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;} |
|
279 |
|
|
253 | 280 |
/* Verkaufsbericht */ |
254 |
.listmainsortheader { |
|
255 |
background-color: rgb(236,233,216); |
|
256 |
color: red; |
|
257 |
font-weight: bolder; |
|
258 |
padding-left: 10px; |
|
259 |
padding-top: 0px; |
|
260 |
} |
|
261 |
.listmainsortsubtotal { |
|
262 |
background-color: rgb(236,233,216); |
|
263 |
color: red; |
|
264 |
font-weight: bolder; |
|
265 |
padding-left: 10px; |
|
266 |
} |
|
267 |
.listsubsortheader { |
|
268 |
background-color: rgb(236,233,216); |
|
269 |
color: green; |
|
270 |
font-weight: bolder; |
|
271 |
padding-left: 20px |
|
272 |
} |
|
273 |
.listsubsortsubtotal { |
|
274 |
background-color: rgb(236,233,216); |
|
275 |
color: green; |
|
276 |
font-weight: bolder; |
|
277 |
padding-left: 20px |
|
278 |
} |
|
279 |
.listsortdescription { |
|
280 |
background-color: rgb(236,233,216); |
|
281 |
color: black; |
|
282 |
font-weight: normal; |
|
283 |
padding-left: 30px |
|
284 |
} |
|
281 |
.listmainsortheader { font-size: 8pt; background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px; padding-top: 0px;} |
|
282 |
.listmainsortsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px;} |
|
283 |
.listsubsortheader { font-size: 8pt; background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px} |
|
284 |
.listsubsortsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px} |
|
285 |
.listsortdescription { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: normal; padding-left: 30px} |
|
286 |
|
|
287 |
|
|
285 | 288 |
.submit { |
286 |
font-family: Verdana, Arial, Helvetica;
|
|
287 |
color: #000000;
|
|
289 |
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
290 |
color: #000000;
|
|
288 | 291 |
} |
289 | 292 |
.checkbox, .radio { |
290 |
font-family: Verdana, Arial, Helvetica;
|
|
291 |
color: #778899;
|
|
293 |
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
294 |
color: #778899;
|
|
292 | 295 |
} |
293 |
.plus0 { |
|
294 |
/* font color for negative numbers */ |
|
295 |
color: red;
|
|
296 |
|
|
297 |
.plus0 { /* font color for negative numbers */
|
|
298 |
color: red;
|
|
296 | 299 |
} |
300 |
|
|
297 | 301 |
.plus1 { |
298 |
color: green;
|
|
302 |
color: green;
|
|
299 | 303 |
} |
304 |
|
|
305 |
td.numeric { /* class for numeric columns in tables */ |
|
306 |
text-align: right |
|
307 |
} |
|
308 |
|
|
300 | 309 |
h2.confirm { |
301 |
color: blue; |
|
310 |
color: blue; |
|
311 |
font-size: 14pt; |
|
302 | 312 |
} |
313 |
|
|
303 | 314 |
h2.error { |
304 |
color: red; |
|
315 |
color: red; |
|
316 |
font-size: 14pt; |
|
305 | 317 |
} |
318 |
|
|
306 | 319 |
fieldset { |
307 |
margin-top: 15px;
|
|
308 |
color: black;
|
|
309 |
font-weight: bolder;
|
|
320 |
margin-top:15px;
|
|
321 |
color: black;
|
|
322 |
font-weight: bolder;
|
|
310 | 323 |
} |
324 |
|
|
311 | 325 |
/* media stuff */ |
326 |
|
|
312 | 327 |
@media screen { |
313 |
.noscreen { |
|
314 |
/* items with this class won't display */ |
|
315 |
display: none; |
|
316 |
} |
|
328 |
.noscreen { /* items with this class won't display */ |
|
329 |
display: none; |
|
330 |
} |
|
317 | 331 |
} |
332 |
|
|
318 | 333 |
@media print { |
319 |
.noprint { |
|
320 |
/* items with this class won't print */ |
|
321 |
display: none; |
|
322 |
} |
|
334 |
.noprint { /* items with this class won't print */ |
|
335 |
display: none; |
|
336 |
} |
|
323 | 337 |
} |
338 |
|
|
324 | 339 |
.filecontent { |
325 |
border: 1px solid blue;
|
|
326 |
padding-left: 2px;
|
|
327 |
padding-right: 2px;
|
|
340 |
border: 1px solid blue;
|
|
341 |
padding-left: 2px;
|
|
342 |
padding-right: 2px;
|
|
328 | 343 |
} |
344 |
|
|
329 | 345 |
label { |
330 |
cursor: pointer; |
|
331 |
vertical-align: top; |
|
346 |
cursor:pointer; |
|
332 | 347 |
} |
348 |
|
|
333 | 349 |
.unbalanced_ledger { |
334 |
background-color: #ffa0a0;
|
|
350 |
background-color: #ffa0a0;
|
|
335 | 351 |
} |
352 |
|
|
336 | 353 |
.clearfix:after { |
337 |
clear: both; |
|
338 |
content: "."; |
|
339 |
display: block; |
|
340 |
height: 0; |
|
341 |
visibility: hidden; |
|
354 |
clear:both; |
|
355 |
content:"."; |
|
356 |
display:block; |
|
357 |
font-size:0; |
|
358 |
height:0; |
|
359 |
visibility:hidden; |
|
342 | 360 |
} |
361 |
|
|
343 | 362 |
.flash_message_error { |
344 |
background-color: #FFD6D6;
|
|
345 |
border: 1px solid #AE0014;
|
|
346 |
margin-top: 5px;
|
|
347 |
margin-bottom: 5px;
|
|
348 |
padding: 5px;
|
|
363 |
background-color:#FFD6D6;
|
|
364 |
border: 1px solid #AE0014;
|
|
365 |
margin-top: 5px;
|
|
366 |
margin-bottom: 5px;
|
|
367 |
padding: 5px;
|
|
349 | 368 |
} |
369 |
|
|
350 | 370 |
.flash_message_warning { |
351 |
background-color: #FFE8C7;
|
|
352 |
border: 1px solid #FF6600;
|
|
353 |
margin-top: 5px;
|
|
354 |
margin-bottom: 5px;
|
|
355 |
padding: 5px;
|
|
371 |
background-color:#FFE8C7;
|
|
372 |
border: 1px solid #FF6600;
|
|
373 |
margin-top: 5px;
|
|
374 |
margin-bottom: 5px;
|
|
375 |
padding: 5px;
|
|
356 | 376 |
} |
377 |
|
|
357 | 378 |
.flash_message_info { |
358 |
background-color: #DCF2FF; |
|
359 |
border: 1px solid #4690FF; |
|
360 |
margin-top: 5px; |
|
361 |
margin-bottom: 5px; |
|
362 |
padding: 5px; |
|
379 |
background-color:#DCF2FF; |
|
380 |
border: 1px solid #4690FF; |
|
381 |
margin-top: 5px; |
|
382 |
margin-bottom: 5px; |
|
383 |
padding: 5px; |
|
384 |
} |
|
385 |
|
|
386 |
.jqmWindow { |
|
387 |
display: none; |
|
388 |
|
|
389 |
position: fixed; |
|
390 |
top: 17%; |
|
391 |
left: 40%; |
|
392 |
|
|
393 |
margin-left: -200px; |
|
394 |
width: 700px; |
|
395 |
|
|
396 |
background-color: #bec6a2; |
|
397 |
color: #333; |
|
398 |
border: 1px solid black; |
|
399 |
padding: 4px; |
|
400 |
} |
|
401 |
|
|
402 |
.jqmContent { |
|
403 |
padding: 8px; |
|
404 |
} |
|
405 |
|
|
406 |
.jqmWindow h1 { |
|
407 |
border: 0; |
|
408 |
padding: 0; |
|
409 |
background-color: #bec6a2; |
|
410 |
} |
|
411 |
|
|
412 |
.jqmOverlay { |
|
413 |
background-color: #000; |
|
414 |
} |
|
415 |
|
|
416 |
/* Kontenliste Styles */ |
|
417 |
|
|
418 |
.coa_listrow1 { |
|
419 |
background-color: rgb(208,207,201); |
|
420 |
color: black; |
|
421 |
vertical-align: top; |
|
422 |
} |
|
423 |
|
|
424 |
.coa_listrow0 { |
|
425 |
background-color: rgb(236,233,216); |
|
426 |
color: black; |
|
427 |
vertical-align: top; |
|
428 |
} |
|
429 |
|
|
430 |
.coa_detail_emph { |
|
431 |
font-size:10pt; |
|
432 |
font-weight:bold; |
|
433 |
color:darkred; |
|
434 |
} |
|
435 |
|
|
436 |
.coa_details_header { |
|
437 |
font-size:8pt; |
|
438 |
padding:3px; |
|
439 |
font-weight:bolder; |
|
440 |
text-align:center; |
|
441 |
border-style:none; |
|
442 |
border-width:thin; |
|
443 |
} |
|
444 |
|
|
445 |
.coa_details_header2 { |
|
446 |
font-size:8pt; |
|
447 |
padding:3px; |
|
448 |
font-weight:normal; |
|
449 |
text-align:left; |
|
450 |
border-style:none; |
|
451 |
border-width:thin; |
|
363 | 452 |
} |
css/kivitendo/menu.css | ||
---|---|---|
1 |
/* kivitendo menu Colors: |
|
2 |
Menu Background color #FE5F14 |
|
3 |
orangemenu color #FFFFFF |
|
4 |
whiteMenu Hover background color #FFFFE0 |
|
5 |
DarkGreensubenu pointer |
|
6 |
*/ |
|
7 |
body.menuv3 { |
|
8 |
behavior: url("css/csshover.htc"); |
|
9 |
/*font-size: 14pt;*/ |
|
10 |
line-height: 20pt; |
|
11 |
font-family: Verdana, Geneva, Tahoma, sans-serif; |
|
12 |
background-color: #FFFFFF; |
|
13 |
color: #000000; |
|
1 |
|
|
2 |
body.menu { |
|
3 |
background-image: url("../../image/fade.png");background-repeat:repeat-x; |
|
4 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
5 |
font-size:8pt; |
|
6 |
color: black; |
|
7 |
} |
|
8 |
|
|
9 |
table.menunew { |
|
10 |
border: 0; |
|
11 |
width: 100%; |
|
12 |
background-image: url("../../image/bg_kivi_titel.png"); |
|
13 |
border-spacing: 0; |
|
14 |
} |
|
15 |
|
|
16 |
table.menunew td { |
|
17 |
padding: 0; |
|
18 |
color:white; |
|
19 |
font-family: Verdana, Arial, sans-serif; |
|
20 |
font-size: 12px; |
|
14 | 21 |
} |
22 |
|
|
23 |
body.menunew { |
|
24 |
padding:0px; |
|
25 |
margin:0px; |
|
26 |
} |
|
27 |
|
|
28 |
body { |
|
29 |
behavior:url("csshover.htc"); |
|
30 |
} |
|
31 |
|
|
15 | 32 |
#menuv3 { |
16 |
/*font-size: 85%;*/ |
|
17 |
width: 99.8%; |
|
18 |
float: left; |
|
19 |
/*border: 3px solid;*/ |
|
20 |
background-color: #FFFFFF; |
|
21 |
color: #000000; |
|
33 |
width:99.8%; |
|
34 |
float:left; |
|
35 |
background:url(../../image/bg_css_kivi_menu.png) repeat bottom; |
|
36 |
border:1px solid; |
|
37 |
border-color:#ccc #888 #555 #bbb; |
|
22 | 38 |
} |
39 |
|
|
23 | 40 |
#menuv3 a, #menuv3 h2, #menuv3 div.x { |
24 |
font-size: 80%; |
|
25 |
line-height: 120%; |
|
26 |
display: block; |
|
27 |
border: 0; |
|
28 |
white-space: nowrap; |
|
29 |
margin: 0; |
|
30 |
padding: 0.3em 1em; |
|
41 |
font:11px/16px arial,helvetica,sans-serif; |
|
42 |
display:block; |
|
43 |
border:0; |
|
44 |
border-right:1px; |
|
45 |
border-style:solid; |
|
46 |
border-color:#ccc #888 #555 #bbb; |
|
47 |
white-space:nowrap; |
|
48 |
margin:0; |
|
49 |
padding:1px 0 1px 3px; |
|
31 | 50 |
} |
51 |
|
|
32 | 52 |
#menuv3 h2 { |
33 |
background-color: #ffffff; |
|
34 |
color: #000000; |
|
35 |
/*padding: 2px 15px;*/ |
|
36 |
/* Firefox */ |
|
37 |
-moz-border-radius: 0.4em 0.4em 0; |
|
38 |
/* Safari, Chrome */ |
|
39 |
-webkit-border-radius: 0.4em 0.4em 0; |
|
40 |
/* Konqueror */ |
|
41 |
-khtml-border-radius: 0.4em 0.4em 0; |
|
42 |
/* CSS3 */ |
|
43 |
border-radius: 0.4em 0.4em 0 0; |
|
44 |
/* behavior: url(border-radius.htc); */ |
|
45 |
} |
|
46 |
#menuv3 ul:hover h2 { |
|
47 |
background-color:#DCDCDC; |
|
53 |
color:#fff; |
|
54 |
padding:2px 10px; |
|
48 | 55 |
} |
56 |
|
|
49 | 57 |
#menuv3 a, #menuv3 a:visited, #menuv3 div.x, #menuv3 div.x:visited { |
50 |
color: #000000;
|
|
51 |
text-decoration: none;
|
|
52 |
padding-right: 10px;
|
|
58 |
color:#000;
|
|
59 |
text-decoration:none;
|
|
60 |
padding-right:10px;
|
|
53 | 61 |
} |
62 |
|
|
54 | 63 |
#menuv3 a { |
55 |
background: #EBEBEB;
|
|
64 |
background:#eee;
|
|
56 | 65 |
} |
57 | 66 |
#menuv3 div.x, #menuv3 div.x:visited { |
58 |
background-color: #EBEBEB; |
|
59 |
border-right: 1em solid #FE5F14; |
|
60 |
} |
|
61 |
#menuv3 div.x:hover { |
|
62 |
border-right: none; |
|
67 |
background:#eee url(../../image/right.gif) no-repeat right; |
|
63 | 68 |
} |
69 |
|
|
64 | 70 |
#menuv3 a:hover, #menuv3 div.x:hover { |
65 |
color: #FE5F14;
|
|
66 |
background-color: #EBEBEB;
|
|
71 |
color:#a00;
|
|
72 |
background-color:#ddd;
|
|
67 | 73 |
} |
74 |
|
|
68 | 75 |
#menuv3 a:active, #menuv3 div.x:active { |
69 |
color: #FE5F14;
|
|
70 |
background-color: #EBEBEB;
|
|
76 |
color:#060;
|
|
77 |
background-color:#ccc;
|
|
71 | 78 |
} |
79 |
|
|
72 | 80 |
#menuv3 ul { |
73 |
list-style: none;
|
|
74 |
margin: 0;
|
|
75 |
padding: 0;
|
|
76 |
float: left;
|
|
81 |
list-style:none;
|
|
82 |
margin:0;
|
|
83 |
padding:0;
|
|
84 |
float:left;
|
|
77 | 85 |
} |
78 | 86 |
|
79 | 87 |
#menuv3 li { |
80 |
position: relative; |
|
81 |
float: none; |
|
82 |
border: 0; |
|
83 |
} |
|
84 |
li.sub { |
|
85 |
position: relativ; |
|
86 |
left: 0.2em; |
|
87 |
top: 0px; |
|
88 |
background-color: #FFFFFF; |
|
88 |
position:relative; |
|
89 |
float:none; |
|
90 |
border:0; |
|
89 | 91 |
} |
90 |
/* IE6 spacing bug fix, <li>s without a bottom border get spaced to far * correction:the bug will change the height of the parent element! this will also cause the whole menu to grow * so the only method to get this pile of crap going is to add a bottom border to the <li>s, where the enclosing <ul> already has * a bottom border, which just looks ugly * the trick:color the bottom border with the same color as the bottom pixel of the background image - noone notices */ |
|
92 |
|
|
93 |
/* IE6 spacing bug fix, <li>s without a bottom border get spaced to far |
|
94 |
* correction: the bug will change the height of the parent element! this will also cause the whole menu to grow |
|
95 |
* so the only method to get this pile of crap going is to add a bottom border to the <li>s, where the enclosing <ul> already has |
|
96 |
* a bottom border, which just looks ugly |
|
97 |
* the trick: color the bottom border with the same color as the bottom pixel of the background image - noone notices */ |
|
91 | 98 |
#menuv3 ul li { |
92 |
/* border: solid; |
|
93 |
border-color: #991900; |
|
94 |
border-width: 0 0 1px 0; |
|
95 |
*/ |
|
96 |
} |
|
97 |
#menuv3 ul ul { |
|
98 |
padding: 0 2em 2em 2em; |
|
99 |
margin: 0 -2em -2em -2em; |
|
99 |
border:solid; |
|
100 |
border-color:#ccd5e5; |
|
101 |
border-width:0 0 1px 0; |
|
100 | 102 |
} |
103 |
|
|
101 | 104 |
#menuv3 ul ul li { |
102 |
/*padding-top: 0.01em;*/
|
|
103 |
background-color: #FFFFFF;
|
|
105 |
border:solid;
|
|
106 |
border-width:0 0 1px 0;
|
|
104 | 107 |
} |
105 |
/* IE6 event bug fix, without a background there hovers will be occassionally lost between the li's to the layer below * causing the menu to close. Opera 9 has the same bug btw. */ |
|
108 |
|
|
109 |
/* IE6 event bug fix, without a background there hovers will be occassionally lost between the li's to the layer below |
|
110 |
* causing the menu to close. Opera 9 has the same bug btw. */ |
|
106 | 111 |
#menuv3 ul ul { |
107 |
position: absolute;
|
|
108 |
z-index: 500;
|
|
109 |
top: auto;
|
|
110 |
display: none;
|
|
112 |
position:absolute;
|
|
113 |
z-index:500;
|
|
114 |
top:auto;
|
|
115 |
display:none;
|
|
111 | 116 |
} |
117 |
|
|
112 | 118 |
#menuv3 ul ul ul { |
113 |
top: 0; |
|
114 |
left: 99%; |
|
115 |
padding: 2em; |
|
116 |
margin: -2em; |
|
117 |
} |
|
118 |
#menuv3 ul ul ul li { |
|
119 |
border-left: 0.2em solid #EBEBEB; |
|
119 |
top:0; |
|
120 |
left:90%; |
|
120 | 121 |
} |
122 |
|
|
121 | 123 |
/* Begin non-anchor hover selectors */ |
122 |
/* Enter the more specific element (div) selectoron non-anchor hovers for IE5.x to comply with theolder version of csshover.htc - V1.21.041022. Itimproves IE's performance speed to use the olderfile and this method */ |
|
124 |
|
|
125 |
/* Enter the more specific element (div) selector |
|
126 |
on non-anchor hovers for IE5.x to comply with the |
|
127 |
older version of csshover.htc - V1.21.041022. It |
|
128 |
improves IE's performance speed to use the older |
|
129 |
file and this method */ |
|
130 |
|
|
123 | 131 |
div#menuv3 h2:hover { |
124 |
background: #EBEBEB;
|
|
125 |
color: #FE5F14;
|
|
132 |
background:##94b150;
|
|
133 |
color:#a00;
|
|
126 | 134 |
} |
135 |
|
|
127 | 136 |
div#menuv3 li:hover { |
128 |
cursor: pointer; |
|
129 |
z-index: 100; |
|
130 |
} |
|
131 |
div#menuv3 li:hover ul ul, div#menuv3 li li:hover ul ul, div#menuv3 li li li:hover ul ul, div#menuv3 li li li li:hover ul ul { |
|
132 |
display: none; |
|
133 |
} |
|
134 |
div#menuv3 li:hover ul, div#menuv3 li li:hover ul, div#menuv3 li li li:hover ul, div#menuv3 li li li li:hover ul { |
|
135 |
display: block; |
|
136 |
position: relativ: left: 10px; |
|
137 |
cursor:pointer; |
|
138 |
z-index:100; |
|
137 | 139 |
} |
138 |
/* End of non-anchor hover selectors */ |
|
139 | 140 |
|
140 |
li.sub { |
|
141 |
position: relativ; |
|
142 |
left: 0.2em; |
|
143 |
top: 0px; |
|
144 |
background-color: #FFFFFF; |
|
145 |
} |
|
141 |
div#menuv3 li:hover ul ul, |
|
142 |
div#menuv3 li li:hover ul ul, |
|
143 |
div#menuv3 li li li:hover ul ul, |
|
144 |
div#menuv3 li li li li:hover ul ul |
|
145 |
{display:none;} |
|
146 |
|
|
147 |
div#menuv3 li:hover ul, |
|
148 |
div#menuv3 li li:hover ul, |
|
149 |
div#menuv3 li li li:hover ul, |
|
150 |
div#menuv3 li li li li:hover ul |
|
151 |
{display:block;} |
|
152 |
|
|
153 |
/* End of non-anchor hover selectors */ |
|
146 | 154 |
|
147 | 155 |
/* html menu */ |
148 | 156 |
/* types of lines: m sm i (menu submenu item) |
... | ... | |
162 | 170 |
#html-menu.folded { width: 32px; } |
163 | 171 |
#html-menu.folded:hover { width: 183px; } |
164 | 172 |
#html-menu div.mi { margin-top: 4px; margin-bottom: 3px; white-space: nowrap; clear:both; position:relative; } |
165 |
#html-menu div.sm { font-weight: bold } |
|
173 |
#html-menu div.sm { font-weight: bold; color: #597d12; }
|
|
166 | 174 |
#html-menu img { vertical-align: top; border: 0; } |
167 | 175 |
#html-menu a { vertical-align: top } |
168 | 176 |
#html-menu .i span.ms { float: left; width: 24px; margin-bottom: 4px; } |
169 | 177 |
#html-menu .m span.ms { float: left; width: 32px } |
170 | 178 |
#html-menu .sm span.ms { float: left; width: 24px; background: url(../../image/unterpunkt.png); } |
171 | 179 |
#html-menu div.m { height: 24px } |
172 |
#html-menu div.m span.mic { color:black; position: relative; top: 4px }
|
|
180 |
#html-menu div.m span.mic { color:#597d12; position: relative; top: 4px }
|
|
173 | 181 |
#html-menu div.m:hover, |
174 |
#html-menu div.i:hover { color:blue; background-color: #d1d1d1; cursor: pointer; }
|
|
182 |
#html-menu div.i:hover { color:#fe5f14; background-color: #bec6a2; cursor: pointer; }
|
|
175 | 183 |
#html-menu span.mic { white-space: normal; display: inline-block; vertical-align: top; line-height: 1.2; } |
176 | 184 |
#html-menu a.ml span.mic { width: 145px } /* fix deep indents */ |
177 | 185 |
#html-menu div.s0 { padding-left: 2px } |
... | ... | |
180 | 188 |
|
181 | 189 |
body { margin: 0 } |
182 | 190 |
|
191 |
|
Auch abrufbar als: Unified diff
Ersatz fuer kvitendo css
- ist mit nosi abgesprochen
- entspricht z.Z. lx-office-erp, mit anderer Farbgebung.
- bekommt noch kleine Korrekturen