Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision adc9b96c

Von Moritz Bunkus vor fast 12 Jahren hinzugefügt

Reverting "Ersatz fuer kvitendo css - ist mit nosi abgesprochen - entspricht z.Z. lx-office-erp, mit anderer Farbgebung. - bekommt noch kleine Korrekturen"

This reverts commit 4c8bc4a9ce7bcd4d26d939129accecebc4567488.

So gravierende Änderungen am Look & Feel sind kurz vor dem Release
nicht mehr in Ruhe geradezuziehen. Daher auf nach dem Release
verschoben.

Unterschiede anzeigen:

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/background_jobs.css
1
../lx-office-erp/background_jobs.css
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;
20 19
	height:26px;
21 20
	width:100%;
22 21
	background-repeat:repeat-x;
......
24 23
	font-size:12px;
25 24
	z-index:100000;
26 25
	padding-left:10px;
27
/*	background-image:url('../../../image/dhtmlsuite/menu_strip_bg.jpg');*/
28
	background-image:url('../../../image/bg_css_kivi_menu.png');
29 26
}
30 27

  
31 28
.DHTMLSuite_menuBar_sub{
32 29
	position:absolute;
33 30
	background-color:#FFF;
34
	border:1px solid #000;
35
	background-image:url('../../../image/dhtmlsuite/menu-bar-kivi-gradient.png');	/* Background image for sub menu items */
31
	border:1px solid #D1D1D1;
36 32
	background-repeat:repeat-y;
37 33
	background-position: left center;
38 34
	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;
5 12
}
6 13
.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{
7 14
	padding-top:2px;
8 15
	padding-bottom:2px;
9 16
}
10 17
.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;
16 18
	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
	padding-left:3px;
23
	padding-right:3px;
24
	margin-right:2px;
25
	border:1px solid #000;
26
	color:#000;
27
	background-color:#bec6a2;
22
	color:#FE5F14;
23
	background-color:#D1D1D1;
28 24
	cursor:pointer;
29
	line-height:16px;
30
	margin-top:2px;
31 25
}
32 26

  
33 27
.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;
39 28
	cursor:pointer;
40
	line-height:16px;
41
	margin-top:2px;
42 29
}
43 30

  
44 31
.DHTMLSuite_menuItem_top_click{	/* Top level menu item - Mouse click state */
45
	padding-left:3px;
46
	padding-right:3px;
47
	margin-right:2px;
48
	border:1px solid #000;
49
	background-color:#bec6a2;
32
	color:#FE5F14;
33
	background-color:#D1D1D1;
50 34
	cursor:pointer;
51
	line-height:16px;
52
	margin-top:2px;
53 35
	z-index:20000;
54 36
}
55 37

  
56 38
.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;
62 39
	cursor:default;
63
	line-height:16px;
64
	margin-top:2px;
65 40
}
66 41

  
67 42
.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 */
......
137 112
	-khtml-opacity:.4;	/* Transparency */
138 113
}
139 114
.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 */
143 115
}
144 116

  
145 117
.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 */
147 118
}
148 119

  
149 120
.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_active{	/* Mouse over effect */
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 */
121
	color:#FE5F14;
122
	background-color:#D1D1D1;
151 123
}
152 124

  
153 125
.DHTMLSuite_menuItem_sub_click{	/* Mouse click effect */
154
	background-color:#bec6a2;	/* Background color when the mouse button is pressed down on a menu item */
126
	color:#FE5F14;
127
	background-color:#D1D1D1;
155 128
}
156 129

  
157 130
.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 */
......
178 151
	margin-bottom:1px;	/* Space below the separator */
179 152
	margin-left:24px;	/* left margin because we don't want the separator to cover the gradient */
180 153
	padding-right:3px;	/* space at the right of the separator */
181
	background-color:#6A8CCB;	/* background color for the separator - blue */
154
	color:#FE5F14;
155
	background-color:#D1D1D1;
182 156
}
183 157

  
184 158
.DHTMLSuite_menuItem_textContent
185 159
{
160
  border-bottom-style: none !important;
161
  background-color: inherit !important;
186 162
  color: inherit !important;
187 163
}
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
.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.autocomplete.css
1
../lx-office-erp/jquery.autocomplete.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/jquery.multiselect2side.css
1
../lx-office-erp/jquery.multiselect2side.css
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 Lx-Office
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
*/
2 10

  
3 11

  
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;
12
body {
13
	font-family: Verdana, Arial, Helvetica;
14
	background-color: #FFFFFF;
15
	color: #000000;
16
    font-size: 9pt;
16 17
}
17 18

  
18
input, textarea, select {
19
  border: 1px;
20
  border-color: darkgray lightgray lightgray;
21
  border-style: solid;
22
  padding: 1px;
23
  background-color: white;
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; */
24 26
}
25
img:hover {
26
  display:block !important;
27
A:link, A:visited, A:active {
28
	color: #000000;
29
	border-bottom: thin solid #FE5F14;
27 30
}
28

  
29
select {
30
  padding: 0px;
31
a:hover {
32
	color: #FE5F14;
33
	background-color: #D1D1D1;
31 34
}
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;
35
a.selected:hover {
36
	color:#EBEBEB;
38 37
}
39

  
40
input:hover, textarea:hover, select:hover {
41
  border-color: dimgray darkgray darkgray;
38
a.nomobile {
39
	background-color:transparent;
40
	border:none;
42 41
}
43 42

  
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;
43
table {
44
    font-size: 90% !important;
45
	table-layout: auto;
46
	border-spacing: 0.3em;
58 47
}
59 48

  
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
}
49
/* table a {
50
	color:#FE5F14 !important;
51
	border-bottom:none;
52
} */
71 53

  
72
html {
73
  height: 100%;
54
ul {
74 55
}
75 56

  
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%;
57
hr {
58
	background-color: #006400;
59
	border: none;
60
	color: #79B61B;
61
	height: 2px;
83 62
}
84 63

  
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
} */
85 81
td {
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
*/
82
	color: #000000;
83
	font-weight: normal;
100 84
}
101

  
102

  
85
/* td.hover:hover {
86
	color: #006400;
87
	background-color: #FFFFE0;
88
} */
103 89
th {
104
  font-family: Verdana, Arial, Helvetica, sans-serif;
105
  color: black;
106
  font-size: 8pt;
107
  font-weight: normal;
90
	color: #000000;
91
	font-weight: bold;
108 92
}
109

  
110 93
/* login and admin */
111
.login {
112
  font-family: Verdana, Arial, Helvetica, sans-serif;
94
.login a, .login a:visited, .login a:hover {
95
	text-decoration: none !important;
96
	background-color:transparent !important;
97
	border:none;
113 98
}
114
div.login {
115
  min-height: 100%;
116
  height: auto !important;
117
  height: 100%;
118
  background: #bec6a2;
119
  color: #A0A0A0;
99
.login a:hover {
100
	background: none;
120 101
}
121
h1.login {
122
  font-size: 18pt;
102
body.login {
103
	background-color: #FFFFE0;
104
	color: #000000;
123 105
}
124
h3.login {
125
  color:#fe5f14;
106
.login h1 {
107
  text-align: center;
108
  font-size: 20px;
126 109
}
127 110
table.login {
128
  background-color: #efedde;
129
  padding: 20px;
111
	background-color: #FFFFE0;
112
	padding: 20px;
130 113
}
131 114
td.login {
132
  text-align: center;
115
	text-align: center;
133 116
}
134 117
th.login {
135
  text-align: right;
118
	text-align: right;
136 119
}
137

  
138
div.admin {
139
  color: black;
140
  margin: 8px;
120
.admin h1 {
121
	background-color: #fe5f14;
122
  text-color: #ffffff;
141 123
}
142

  
124
body.menu {
125
	color: #000000;
126
}
127
/* Warnings */
143 128
.message_error_login {
144
    color: #fe5f14;
145
    border: 1px solid #fe5f14;
146
    background-color: #ffffff;
147
    padding: 3px;
129
	color: #000000;
130
	border: 1px solid #8b0000;
131
	background-color: #ffcccc;
132
	padding: 3px;
148 133
}
149 134
.message_ok {
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;
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;
158 142
}
159 143
.message_error {
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;
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;
168 151
}
169 152
.message_hint {
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;
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;
178 160
}
179 161
.message_error_label {
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
*/
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 */
192 171
.listtop, h1 {
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;
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;
209 190
}
210

  
211 191
.listelement2 {
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
}
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
} */
239 210

  
240 211
.accountlistheading {
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);
212
	padding: 0.3em;
213
	color: #006400;
214
	font-weight: bold;
215
	text-align: left;
216
	background-color: #EBEBEB;
247 217
}
248

  
249 218
.subsubheading {
250
  color: black;
251
  font-weight: bolder;
252
  text-decoration: underline;
219
	color: #000000;
220
	font-weight: bolder;
221
	text-decoration: underline;
253 222
}
254

  
255 223
.optionen {
256
    border:dashed;
257
/*  padding-top:10px;
258
    padding-bottom:10px;
259
    padding-left:10px;
260
*/
261
    border-width:1px;
262
    background:#efedde;
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;
263 252
}
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

  
280 253
/* Verkaufsbericht */
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

  
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
}
288 285
.submit {
289
  font-family: Verdana, Arial, Helvetica, sans-serif;
290
  color: #000000;
286
	font-family: Verdana, Arial, Helvetica;
287
	color: #000000;
291 288
}
292 289
.checkbox, .radio {
293
  font-family: Verdana, Arial, Helvetica, sans-serif;
294
  color: #778899;
290
	font-family: Verdana, Arial, Helvetica;
291
	color: #778899;
295 292
}
296

  
297
.plus0 {    /* font color for negative numbers */
298
  color: red;
293
.plus0 {
294
/* font color for negative numbers */
295
	color: red;
299 296
}
300

  
301 297
.plus1 {
302
  color: green;
298
	color: green;
303 299
}
304

  
305
td.numeric { /* class for numeric columns in tables */
306
  text-align: right
307
}
308

  
309 300
h2.confirm {
310
  color: blue;
311
  font-size: 14pt;
301
	color: blue;
312 302
}
313

  
314 303
h2.error {
315
  color: red;
316
  font-size: 14pt;
304
	color: red;
317 305
}
318

  
319 306
fieldset {
320
  margin-top:15px;
321
  color: black;
322
  font-weight: bolder;
307
	margin-top: 15px;
308
	color: black;
309
	font-weight: bolder;
323 310
}
324

  
325 311
/* media stuff */
326

  
327 312
@media screen {
328
  .noscreen {   /* items with this class won't display */
329
    display: none;
330
  }
313
.noscreen {
314
/* items with this class won't display */
315
	display: none;
316
}
331 317
}
332

  
333 318
@media print {
334
  .noprint {   /* items with this class won't print */
335
    display: none;
336
  }
319
.noprint {
320
/* items with this class won't print */
321
	display: none;
322
}
337 323
}
338

  
339 324
.filecontent {
340
  border: 1px solid blue;
341
  padding-left: 2px;
342
  padding-right: 2px;
325
	border: 1px solid blue;
326
	padding-left: 2px;
327
	padding-right: 2px;
343 328
}
344

  
345 329
label {
346
  cursor:pointer;
330
	cursor: pointer;
331
	vertical-align: top;
347 332
}
348

  
349 333
.unbalanced_ledger {
350
  background-color: #ffa0a0;
334
	background-color: #ffa0a0;
351 335
}
352

  
353 336
.clearfix:after {
354
  clear:both;
355
  content:".";
356
  display:block;
357
  font-size:0;
358
  height:0;
359
  visibility:hidden;
337
	clear: both;
338
	content: ".";
339
	display: block;
340
	height: 0;
341
	visibility: hidden;
360 342
}
361

  
362 343
.flash_message_error {
363
  background-color:#FFD6D6;
364
  border: 1px solid #AE0014;
365
  margin-top: 5px;
366
  margin-bottom: 5px;
367
  padding: 5px;
344
	background-color: #FFD6D6;
345
	border: 1px solid #AE0014;
346
	margin-top: 5px;
347
	margin-bottom: 5px;
348
	padding: 5px;
368 349
}
369

  
370 350
.flash_message_warning {
371
  background-color:#FFE8C7;
372
  border: 1px solid #FF6600;
373
  margin-top: 5px;
374
  margin-bottom: 5px;
375
  padding: 5px;
351
	background-color: #FFE8C7;
352
	border: 1px solid #FF6600;
353
	margin-top: 5px;
354
	margin-bottom: 5px;
355
	padding: 5px;
376 356
}
377

  
378 357
.flash_message_info {
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;
358
	background-color: #DCF2FF;
359
	border: 1px solid #4690FF;
360
	margin-top: 5px;
361
	margin-bottom: 5px;
362
	padding: 5px;
452 363
}
css/kivitendo/menu.css
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;
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;
21 14
}
22

  
23
body.menunew {
24
  padding:0px;
25
  margin:0px;
26
}
27

  
28
body {
29
behavior:url("csshover.htc");
30
}
31

  
32 15
#menuv3 {
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;
16
	/*font-size: 85%;*/
17
	width: 99.8%;
18
	float: left;
19
	/*border: 3px solid;*/
20
	background-color: #FFFFFF;
21
	color: #000000;
38 22
}
39

  
40 23
#menuv3 a, #menuv3 h2, #menuv3 div.x {
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;
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;
50 31
}
51

  
52 32
#menuv3 h2 {
53
color:#fff;
54
padding:2px 10px;
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;
55 48
}
56

  
57 49
#menuv3 a, #menuv3 a:visited, #menuv3 div.x, #menuv3 div.x:visited {
58
color:#000;
59
text-decoration:none;
60
padding-right:10px;
50
	color: #000000;
51
	text-decoration: none;
52
	padding-right: 10px;
61 53
}
62

  
63 54
#menuv3 a {
64
background:#eee;
55
	background: #EBEBEB;
65 56
}
66 57
#menuv3 div.x, #menuv3 div.x:visited {
67
background:#eee url(../../image/right.gif) no-repeat right;
58
	background-color: #EBEBEB;
59
	border-right: 1em solid #FE5F14;
60
}
61
#menuv3 div.x:hover {
62
	border-right: none;
68 63
}
69

  
70 64
#menuv3 a:hover, #menuv3 div.x:hover {
71
color:#a00;
72
background-color:#ddd;
65
	color: #FE5F14;
66
	background-color: #EBEBEB;
73 67
}
74

  
75 68
#menuv3 a:active, #menuv3 div.x:active {
76
color:#060;
77
background-color:#ccc;
69
	color: #FE5F14;
70
	background-color: #EBEBEB;
78 71
}
79

  
80 72
#menuv3 ul {
81
list-style:none;
82
margin:0;
83
padding:0;
84
float:left;
73
	list-style: none;
74
	margin: 0;
75
	padding: 0;
76
	float: left;
85 77
}
86 78

  
87 79
#menuv3 li {
88
position:relative;
89
float:none;
90
border:0;
80
	position: relative;
81
	float: none;
82
	border: 0;
91 83
}
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 */
84
li.sub {
85
	position: relativ;
86
	left: 0.2em;
87
	top: 0px;
88
	background-color: #FFFFFF;
89
}
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 */
98 91
#menuv3 ul li {
99
border:solid;
100
border-color:#ccd5e5;
101
border-width:0 0 1px 0;
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;
102 100
}
103

  
104 101
#menuv3 ul ul li {
105
border:solid;
106
border-width:0 0 1px 0;
102
	/*padding-top: 0.01em;*/
103
	background-color: #FFFFFF;
107 104
}
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. */
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. */
111 106
#menuv3 ul ul {
112
position:absolute;
113
z-index:500;
114
top:auto;
115
display:none;
107
	position: absolute;
108
	z-index: 500;
109
	top: auto;
110
	display: none;
116 111
}
117

  
118 112
#menuv3 ul ul ul {
119
top:0;
120
left:90%;
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;
121 120
}
122

  
123 121
/* Begin non-anchor hover selectors */
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

  
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 */
131 123
div#menuv3 h2:hover {
132
background:##94b150;
133
color:#a00;
124
	background: #EBEBEB;
125
	color: #FE5F14;
134 126
}
135

  
136 127
div#menuv3 li:hover {
137
cursor:pointer;
138
z-index:100;
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;
139 137
}
140

  
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 138
/* End of non-anchor hover selectors */
154 139

  
140
li.sub {
141
	position: relativ;
142
	left: 0.2em;
143
	top: 0px;
144
	background-color: #FFFFFF;
145
}
146

  
155 147
/* html menu */
156 148
/* types of lines: m sm i (menu submenu item)
157 149
   each line is a mi (menuitem) and has one mii (menu-item-icon) whcih is ms (menu-spacer)
......
170 162
#html-menu.folded { width: 32px; }
171 163
#html-menu.folded:hover { width: 183px; }
172 164
#html-menu div.mi { margin-top: 4px; margin-bottom: 3px; white-space: nowrap; clear:both; position:relative; }
173
#html-menu div.sm { font-weight: bold; color: #597d12; }
165
#html-menu div.sm { font-weight: bold }
174 166
#html-menu img { vertical-align: top; border: 0; }
175 167
#html-menu a { vertical-align: top }
176 168
#html-menu .i span.ms { float: left; width: 24px; margin-bottom: 4px; }
177 169
#html-menu .m span.ms { float: left; width: 32px }
178 170
#html-menu .sm span.ms { float: left; width: 24px; background: url(../../image/unterpunkt.png); }
179 171
#html-menu div.m { height: 24px }
180
#html-menu div.m span.mic { color:#597d12; position: relative; top: 4px }
172
#html-menu div.m span.mic { color:black; position: relative; top: 4px }
181 173
#html-menu div.m:hover,
182
#html-menu div.i:hover { color:#fe5f14; background-color: #bec6a2; cursor: pointer; }
174
#html-menu div.i:hover { color:blue; background-color: #d1d1d1; cursor: pointer; }
183 175
#html-menu span.mic { white-space: normal; display: inline-block; vertical-align: top; line-height: 1.2; }
184 176
#html-menu a.ml span.mic { width: 145px } /* fix deep indents */
185 177
#html-menu div.s0 { padding-left: 2px }
... Dieser Diff wurde abgeschnitten, weil er die maximale Anzahl anzuzeigender Zeilen überschreitet.

Auch abrufbar als: Unified diff