This diff has been collapsed as it changes many lines, (4541 lines changed)
Show them
Hide them
|
|
@@
-1,262
+1,247
b''
|
|
1
|
html, body, div, span, applet, object, iframe,
|
|
1
|
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
|
|
2
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
2
|
{
|
|
3
|
a, abbr, acronym, address, big, cite, code,
|
|
3
|
margin: 0;
|
|
4
|
del, dfn, em, font, img, ins, kbd, q, s, samp,
|
|
4
|
padding: 0;
|
|
5
|
small, strike, strong, sub, sup, tt, var,
|
|
5
|
border: 0;
|
|
6
|
b, u, i, center,
|
|
6
|
outline: 0;
|
|
7
|
dl, dt, dd, ol, ul, li,
|
|
7
|
font-size: 100%;
|
|
8
|
fieldset, form, label, legend,
|
|
8
|
vertical-align: baseline;
|
|
9
|
table, caption, tbody, tfoot, thead, tr, th, td {
|
|
9
|
background: transparent;
|
|
10
|
margin: 0;
|
|
10
|
}
|
|
11
|
padding: 0;
|
|
11
|
|
|
12
|
border: 0;
|
|
|
|
|
13
|
outline: 0;
|
|
|
|
|
14
|
font-size: 100%;
|
|
|
|
|
15
|
vertical-align: baseline;
|
|
|
|
|
16
|
background: transparent;
|
|
|
|
|
17
|
}
|
|
|
|
|
18
|
body {
|
|
12
|
body {
|
|
19
|
line-height: 1;
|
|
13
|
line-height: 1;
|
|
20
|
}
|
|
14
|
}
|
|
21
|
ol, ul {
|
|
15
|
|
|
22
|
list-style: none;
|
|
16
|
ol,ul {
|
|
23
|
}
|
|
17
|
list-style: none;
|
|
24
|
blockquote, q {
|
|
18
|
}
|
|
25
|
quotes: none;
|
|
19
|
|
|
26
|
}
|
|
20
|
blockquote,q {
|
|
27
|
blockquote:before, blockquote:after,
|
|
21
|
quotes: none;
|
|
28
|
q:before, q:after {
|
|
22
|
}
|
|
29
|
content: '';
|
|
23
|
|
|
30
|
content: none;
|
|
24
|
blockquote:before,blockquote:after,q:before,q:after {
|
|
|
|
|
25
|
content: '';
|
|
|
|
|
26
|
content: none;
|
|
31
|
}
|
|
27
|
}
|
|
32
|
|
|
28
|
|
|
33
|
:focus {
|
|
29
|
:focus {
|
|
34
|
outline: 0;
|
|
30
|
outline: 0;
|
|
35
|
}
|
|
31
|
}
|
|
36
|
|
|
32
|
|
|
37
|
ins {
|
|
33
|
ins {
|
|
38
|
text-decoration: none;
|
|
34
|
text-decoration: none;
|
|
39
|
}
|
|
35
|
}
|
|
|
|
|
36
|
|
|
40
|
del {
|
|
37
|
del {
|
|
41
|
text-decoration: line-through;
|
|
38
|
text-decoration: line-through;
|
|
42
|
}
|
|
39
|
}
|
|
43
|
|
|
40
|
|
|
44
|
/* tables still need 'cellspacing="0"' in the markup */
|
|
41
|
/* tables still need 'cellspacing="0"' in the markup */
|
|
45
|
table {
|
|
42
|
table {
|
|
46
|
border-collapse: collapse;
|
|
43
|
border-collapse: collapse;
|
|
47
|
border-spacing: 0;
|
|
44
|
border-spacing: 0;
|
|
48
|
}
|
|
45
|
}
|
|
49
|
|
|
46
|
|
|
50
|
/*
|
|
47
|
/*
|
|
51
|
main stylesheet
|
|
48
|
main stylesheet
|
|
52
|
*/
|
|
49
|
*/
|
|
53
|
|
|
50
|
html {
|
|
54
|
html
|
|
51
|
height: 100%;
|
|
55
|
{
|
|
52
|
}
|
|
56
|
height: 100%;
|
|
53
|
|
|
57
|
}
|
|
54
|
body {
|
|
58
|
|
|
|
|
|
59
|
body
|
|
|
|
|
60
|
{
|
|
|
|
|
61
|
margin: 0;
|
|
55
|
margin: 0;
|
|
62
|
padding: 0;
|
|
56
|
padding: 0;
|
|
63
|
height: 100%;
|
|
57
|
height: 100%;
|
|
64
|
background: #d1d1d1 url("../images/background.png") repeat;
|
|
58
|
background: #d1d1d1 url("../images/background.png") repeat;
|
|
65
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
|
|
59
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular,
|
|
|
|
|
60
|
Lucida Sans Unicode, Arial, sans-serif;
|
|
66
|
font-size: 12px;
|
|
61
|
font-size: 12px;
|
|
67
|
}
|
|
62
|
}
|
|
68
|
|
|
63
|
|
|
69
|
/*
|
|
64
|
/*
|
|
70
|
images
|
|
65
|
images
|
|
71
|
*/
|
|
66
|
*/
|
|
72
|
|
|
67
|
img {
|
|
73
|
img
|
|
68
|
border: none;
|
|
74
|
{
|
|
69
|
}
|
|
75
|
border: none;
|
|
70
|
|
|
76
|
}
|
|
71
|
img.icon {
|
|
77
|
|
|
72
|
vertical-align: bottom;
|
|
78
|
img.icon{
|
|
73
|
}
|
|
79
|
vertical-align: bottom;
|
|
74
|
|
|
80
|
|
|
|
|
|
81
|
}
|
|
|
|
|
82
|
/*
|
|
75
|
/*
|
|
83
|
anchors
|
|
76
|
anchors
|
|
84
|
*/
|
|
77
|
*/
|
|
85
|
|
|
78
|
a {
|
|
86
|
a
|
|
79
|
color: #0066CC;
|
|
87
|
{
|
|
|
|
|
88
|
color: #0066CC;
|
|
|
|
|
89
|
text-decoration: none;
|
|
80
|
text-decoration: none;
|
|
90
|
cursor: pointer;
|
|
81
|
cursor: pointer;
|
|
91
|
}
|
|
82
|
}
|
|
92
|
|
|
83
|
|
|
93
|
a:hover
|
|
84
|
a:hover {
|
|
94
|
{
|
|
85
|
color: #000000;
|
|
95
|
color: #000000;
|
|
|
|
|
96
|
text-decoration: underline;
|
|
86
|
text-decoration: underline;
|
|
97
|
}
|
|
87
|
}
|
|
98
|
|
|
88
|
|
|
99
|
/*
|
|
89
|
/*
|
|
100
|
headings
|
|
90
|
headings
|
|
101
|
*/
|
|
91
|
*/
|
|
102
|
|
|
92
|
h1,h2,h3,h4,h5,h6 {
|
|
103
|
h1, h2, h3, h4, h5, h6
|
|
93
|
color: #292929;
|
|
104
|
{
|
|
94
|
font-weight: bold;
|
|
105
|
color: #292929;
|
|
95
|
}
|
|
106
|
font-weight: bold;
|
|
96
|
|
|
107
|
}
|
|
97
|
h1 {
|
|
108
|
|
|
98
|
font-size: 22px;
|
|
109
|
h1
|
|
99
|
}
|
|
110
|
{
|
|
100
|
|
|
111
|
font-size: 22px;
|
|
101
|
h2 {
|
|
112
|
}
|
|
102
|
font-size: 20px;
|
|
113
|
|
|
103
|
}
|
|
114
|
h2
|
|
104
|
|
|
115
|
{
|
|
105
|
h3 {
|
|
116
|
font-size: 20px;
|
|
106
|
font-size: 18px;
|
|
117
|
}
|
|
107
|
}
|
|
118
|
|
|
108
|
|
|
119
|
h3
|
|
109
|
h4 {
|
|
120
|
{
|
|
110
|
font-size: 16px;
|
|
121
|
font-size: 18px;
|
|
111
|
}
|
|
122
|
}
|
|
112
|
|
|
123
|
|
|
113
|
h5 {
|
|
124
|
h4
|
|
114
|
font-size: 14px;
|
|
125
|
{
|
|
115
|
}
|
|
126
|
font-size: 16px;
|
|
116
|
|
|
127
|
}
|
|
117
|
h6 {
|
|
128
|
|
|
118
|
font-size: 11px;
|
|
129
|
h5
|
|
|
|
|
130
|
{
|
|
|
|
|
131
|
font-size: 14px;
|
|
|
|
|
132
|
}
|
|
|
|
|
133
|
|
|
|
|
|
134
|
h6
|
|
|
|
|
135
|
{
|
|
|
|
|
136
|
font-size: 11px;
|
|
|
|
|
137
|
}
|
|
119
|
}
|
|
138
|
|
|
120
|
|
|
139
|
/*
|
|
121
|
/*
|
|
140
|
lists
|
|
122
|
lists
|
|
141
|
*/
|
|
123
|
*/
|
|
142
|
|
|
124
|
ul.circle {
|
|
143
|
ul.circle { list-style-type: circle; }
|
|
125
|
list-style-type: circle;
|
|
144
|
ul.disc { list-style-type: disc; }
|
|
126
|
}
|
|
145
|
ul.square { list-style-type: square; }
|
|
127
|
|
|
146
|
ol.lower-roman { list-style-type: lower-roman; }
|
|
128
|
ul.disc {
|
|
147
|
ol.upper-roman { list-style-type: upper-roman; }
|
|
129
|
list-style-type: disc;
|
|
148
|
ol.lower-alpha { list-style-type: lower-alpha; }
|
|
130
|
}
|
|
149
|
ol.upper-alpha { list-style-type: upper-alpha; }
|
|
131
|
|
|
150
|
ol.decimal { list-style-type: decimal; }
|
|
132
|
ul.square {
|
|
|
|
|
133
|
list-style-type: square;
|
|
|
|
|
134
|
}
|
|
|
|
|
135
|
|
|
|
|
|
136
|
ol.lower-roman {
|
|
|
|
|
137
|
list-style-type: lower-roman;
|
|
|
|
|
138
|
}
|
|
|
|
|
139
|
|
|
|
|
|
140
|
ol.upper-roman {
|
|
|
|
|
141
|
list-style-type: upper-roman;
|
|
|
|
|
142
|
}
|
|
|
|
|
143
|
|
|
|
|
|
144
|
ol.lower-alpha {
|
|
|
|
|
145
|
list-style-type: lower-alpha;
|
|
|
|
|
146
|
}
|
|
|
|
|
147
|
|
|
|
|
|
148
|
ol.upper-alpha {
|
|
|
|
|
149
|
list-style-type: upper-alpha;
|
|
|
|
|
150
|
}
|
|
|
|
|
151
|
|
|
|
|
|
152
|
ol.decimal {
|
|
|
|
|
153
|
list-style-type: decimal;
|
|
|
|
|
154
|
}
|
|
151
|
|
|
155
|
|
|
152
|
/*
|
|
156
|
/*
|
|
153
|
colors
|
|
157
|
colors
|
|
154
|
*/
|
|
158
|
*/
|
|
155
|
|
|
159
|
div.color {
|
|
156
|
div.color
|
|
160
|
margin: 7px 0 0 60px;
|
|
157
|
{
|
|
161
|
padding: 1px 1px 1px 0px;
|
|
158
|
margin: 7px 0 0 60px;
|
|
|
|
|
159
|
padding: 1px 1px 1px 0px;
|
|
|
|
|
160
|
clear: both;
|
|
162
|
clear: both;
|
|
161
|
overflow: hidden;
|
|
163
|
overflow: hidden;
|
|
162
|
position: absolute;
|
|
164
|
position: absolute;
|
|
163
|
background: #FFFFFF;
|
|
165
|
background: #FFFFFF;
|
|
164
|
}
|
|
166
|
}
|
|
165
|
|
|
167
|
|
|
166
|
div.color a
|
|
168
|
div.color a {
|
|
167
|
{
|
|
169
|
margin: 0 0 0 1px;
|
|
168
|
margin: 0 0 0 1px;
|
|
170
|
padding: 0;
|
|
169
|
padding: 0;
|
|
171
|
width: 15px;
|
|
170
|
width: 15px;
|
|
172
|
height: 15px;
|
|
171
|
height: 15px;
|
|
173
|
display: block;
|
|
172
|
display: block;
|
|
174
|
float: left;
|
|
173
|
float: left;
|
|
175
|
}
|
|
174
|
}
|
|
176
|
|
|
175
|
|
|
177
|
div.color a.blue {
|
|
176
|
div.color a.blue
|
|
178
|
background: #376ea6;
|
|
177
|
{
|
|
179
|
}
|
|
178
|
background: #376ea6;
|
|
180
|
|
|
179
|
}
|
|
181
|
div.color a.green {
|
|
180
|
|
|
182
|
background: #85924b;
|
|
181
|
div.color a.green
|
|
183
|
}
|
|
182
|
{
|
|
184
|
|
|
183
|
background: #85924b;
|
|
185
|
div.color a.brown {
|
|
184
|
}
|
|
186
|
background: #9b6e42;
|
|
185
|
|
|
187
|
}
|
|
186
|
div.color a.brown
|
|
188
|
|
|
187
|
{
|
|
189
|
div.color a.purple {
|
|
188
|
background: #9b6e42;
|
|
190
|
background: #88528b;
|
|
189
|
}
|
|
191
|
}
|
|
190
|
|
|
192
|
|
|
191
|
div.color a.purple
|
|
193
|
div.color a.red {
|
|
192
|
{
|
|
194
|
background: #bd3220;
|
|
193
|
background: #88528b;
|
|
195
|
}
|
|
194
|
}
|
|
196
|
|
|
195
|
|
|
197
|
div.color a.greyblue {
|
|
196
|
div.color a.red
|
|
198
|
background: #566e86;
|
|
197
|
{
|
|
|
|
|
198
|
background: #bd3220;
|
|
|
|
|
199
|
}
|
|
|
|
|
200
|
|
|
|
|
|
201
|
div.color a.greyblue
|
|
|
|
|
202
|
{
|
|
|
|
|
203
|
background: #566e86;
|
|
|
|
|
204
|
}
|
|
199
|
}
|
|
205
|
|
|
200
|
|
|
206
|
/*
|
|
201
|
/*
|
|
207
|
options
|
|
202
|
options
|
|
208
|
*/
|
|
203
|
*/
|
|
209
|
|
|
204
|
div.options {
|
|
210
|
div.options
|
|
205
|
margin: 7px 0 0 162px;
|
|
211
|
{
|
|
206
|
padding: 0;
|
|
212
|
margin: 7px 0 0 162px;
|
|
|
|
|
213
|
padding: 0;
|
|
|
|
|
214
|
clear: both;
|
|
207
|
clear: both;
|
|
215
|
overflow: hidden;
|
|
208
|
overflow: hidden;
|
|
216
|
position: absolute;
|
|
209
|
position: absolute;
|
|
217
|
background: #FFFFFF;
|
|
210
|
background: #FFFFFF;
|
|
218
|
}
|
|
211
|
}
|
|
219
|
|
|
212
|
|
|
220
|
div.options a
|
|
213
|
div.options a {
|
|
221
|
{
|
|
|
|
|
222
|
margin: 0;
|
|
214
|
margin: 0;
|
|
223
|
padding: 3px 8px 3px 8px;
|
|
215
|
padding: 3px 8px 3px 8px;
|
|
224
|
height: 1%;
|
|
216
|
height: 1%;
|
|
225
|
display: block;
|
|
217
|
display: block;
|
|
226
|
text-decoration: none;
|
|
218
|
text-decoration: none;
|
|
227
|
}
|
|
219
|
}
|
|
228
|
|
|
220
|
|
|
229
|
div.options a:hover
|
|
221
|
div.options a:hover {
|
|
230
|
{
|
|
222
|
text-decoration: none;
|
|
231
|
text-decoration: none;
|
|
|
|
|
232
|
}
|
|
223
|
}
|
|
233
|
|
|
224
|
|
|
234
|
/*
|
|
225
|
/*
|
|
235
|
header
|
|
226
|
header
|
|
236
|
*/
|
|
227
|
*/
|
|
237
|
|
|
228
|
#header {
|
|
238
|
#header
|
|
|
|
|
239
|
{
|
|
|
|
|
240
|
margin: 0;
|
|
229
|
margin: 0;
|
|
241
|
padding: 0 30px 0 30px;
|
|
230
|
padding: 0 30px 0 30px;
|
|
242
|
background: #b0b0b0 url("../images/header_background.png") repeat;
|
|
231
|
background: #b0b0b0 url("../images/header_background.png") repeat;
|
|
243
|
}
|
|
232
|
}
|
|
244
|
|
|
233
|
|
|
245
|
|
|
|
|
|
246
|
/*
|
|
234
|
/*
|
|
247
|
header / user
|
|
235
|
header / user
|
|
248
|
*/
|
|
236
|
*/
|
|
249
|
|
|
237
|
#header ul#logged-user {
|
|
250
|
#header ul#logged-user
|
|
|
|
|
251
|
{
|
|
|
|
|
252
|
margin: 0;
|
|
238
|
margin: 0;
|
|
253
|
padding: 0;
|
|
239
|
padding: 0;
|
|
254
|
float: right;
|
|
240
|
float: right;
|
|
255
|
}
|
|
241
|
}
|
|
256
|
|
|
242
|
|
|
257
|
#header ul#logged-user li
|
|
243
|
#header ul#logged-user li {
|
|
258
|
{
|
|
244
|
margin:-2px 0 0;
|
|
259
|
margin: 0;
|
|
|
|
|
260
|
padding: 10px 12px 10px 12px;
|
|
245
|
padding: 10px 12px 10px 12px;
|
|
261
|
list-style: none;
|
|
246
|
list-style: none;
|
|
262
|
float: left;
|
|
247
|
float: left;
|
|
@@
-264,452
+249,391
b' div.options a:hover'
|
|
264
|
border-right: 1px solid #a5a5a5;
|
|
249
|
border-right: 1px solid #a5a5a5;
|
|
265
|
}
|
|
250
|
}
|
|
266
|
|
|
251
|
|
|
267
|
#header ul#logged-user li.first
|
|
252
|
#header ul#logged-user li.first {
|
|
268
|
{
|
|
|
|
|
269
|
border-left: none;
|
|
253
|
border-left: none;
|
|
270
|
margin:-6px;
|
|
254
|
margin: -6px;
|
|
271
|
}
|
|
255
|
}
|
|
272
|
#header ul#logged-user li.first div.account
|
|
256
|
|
|
273
|
{
|
|
257
|
#header ul#logged-user li.first div.account {
|
|
274
|
padding-top: 4px;
|
|
258
|
padding-top: 4px;
|
|
275
|
float: left;
|
|
259
|
float: left;
|
|
276
|
}
|
|
260
|
}
|
|
277
|
|
|
261
|
|
|
278
|
|
|
262
|
#header ul#logged-user li.last {
|
|
279
|
#header ul#logged-user li.last
|
|
263
|
border-right: none;
|
|
280
|
{
|
|
264
|
}
|
|
281
|
border-right: none;
|
|
265
|
|
|
282
|
}
|
|
266
|
#header ul#logged-user li a {
|
|
283
|
|
|
|
|
|
284
|
#header ul#logged-user li a
|
|
|
|
|
285
|
{
|
|
|
|
|
286
|
color: #4e4e4e;
|
|
267
|
color: #4e4e4e;
|
|
287
|
font-weight: bold;
|
|
268
|
font-weight: bold;
|
|
288
|
text-decoration: none;
|
|
269
|
text-decoration: none;
|
|
289
|
}
|
|
270
|
}
|
|
290
|
|
|
271
|
|
|
291
|
#header ul#logged-user li a:hover
|
|
272
|
#header ul#logged-user li a:hover {
|
|
292
|
{
|
|
|
|
|
293
|
color: #376ea6;
|
|
273
|
color: #376ea6;
|
|
294
|
text-decoration: underline;
|
|
274
|
text-decoration: underline;
|
|
295
|
}
|
|
275
|
}
|
|
296
|
|
|
276
|
|
|
297
|
#header ul#logged-user li.highlight a
|
|
277
|
#header ul#logged-user li.highlight a {
|
|
298
|
{
|
|
|
|
|
299
|
color: #ffffff;
|
|
278
|
color: #ffffff;
|
|
300
|
}
|
|
279
|
}
|
|
301
|
|
|
280
|
|
|
302
|
#header ul#logged-user li.highlight a:hover
|
|
281
|
#header ul#logged-user li.highlight a:hover {
|
|
303
|
{
|
|
|
|
|
304
|
color: #376ea6;
|
|
282
|
color: #376ea6;
|
|
305
|
}
|
|
283
|
}
|
|
306
|
|
|
284
|
|
|
307
|
#header #header-inner
|
|
285
|
#header #header-inner {
|
|
308
|
{
|
|
|
|
|
309
|
margin: 0;
|
|
286
|
margin: 0;
|
|
310
|
padding: 0;
|
|
287
|
padding: 0;
|
|
311
|
height: 40px;
|
|
288
|
height: 40px;
|
|
312
|
clear: both;
|
|
289
|
clear: both;
|
|
313
|
position: relative;
|
|
290
|
position: relative;
|
|
314
|
background: #003367 url("../images/header_inner.png") repeat-x;
|
|
291
|
background: #003367 url("../images/header_inner.png") repeat-x;
|
|
315
|
border-bottom: 6px solid #ffffff;
|
|
292
|
border-bottom: 2px solid #ffffff;
|
|
316
|
}
|
|
293
|
}
|
|
317
|
|
|
294
|
|
|
318
|
/*
|
|
295
|
/*
|
|
319
|
header / home
|
|
296
|
header / home
|
|
320
|
*/
|
|
297
|
*/
|
|
321
|
|
|
298
|
#header #header-inner #home {
|
|
322
|
#header #header-inner #home
|
|
299
|
float: left;
|
|
323
|
{
|
|
300
|
}
|
|
324
|
float: left;
|
|
301
|
|
|
325
|
}
|
|
302
|
#header #header-inner #home a {
|
|
326
|
|
|
|
|
|
327
|
#header #header-inner #home a
|
|
|
|
|
328
|
{
|
|
|
|
|
329
|
margin: 0;
|
|
303
|
margin: 0;
|
|
330
|
padding: 0;
|
|
304
|
padding: 0;
|
|
331
|
height: 40px;
|
|
305
|
height: 40px;
|
|
332
|
width: 46px;
|
|
306
|
width: 46px;
|
|
333
|
display: block;
|
|
307
|
display: block;
|
|
334
|
background: url("../images/button_home.png");
|
|
308
|
background: url("../images/button_home.png");
|
|
335
|
background-position: 0 0;
|
|
309
|
background-position: 0 0;
|
|
336
|
}
|
|
310
|
}
|
|
337
|
|
|
311
|
|
|
338
|
#header #header-inner #home a:hover
|
|
312
|
#header #header-inner #home a:hover {
|
|
339
|
{
|
|
313
|
background-position: 0 -40px;
|
|
340
|
background-position: 0 -40px;
|
|
|
|
|
341
|
}
|
|
314
|
}
|
|
342
|
|
|
315
|
|
|
343
|
/*
|
|
316
|
/*
|
|
344
|
header / logo
|
|
317
|
header / logo
|
|
345
|
*/
|
|
318
|
*/
|
|
346
|
|
|
319
|
#header #header-inner #logo {
|
|
347
|
#header #header-inner #logo
|
|
320
|
float: left;
|
|
348
|
{
|
|
321
|
}
|
|
349
|
float: left;
|
|
322
|
|
|
350
|
}
|
|
323
|
#header #header-inner #logo h1 {
|
|
351
|
|
|
|
|
|
352
|
#header #header-inner #logo h1
|
|
|
|
|
353
|
{
|
|
|
|
|
354
|
margin: 13px 0 0 13px;
|
|
324
|
margin: 13px 0 0 13px;
|
|
355
|
padding: 0;
|
|
325
|
padding: 0;
|
|
356
|
color: #FFFFFF;
|
|
326
|
color: #FFFFFF;
|
|
357
|
font-size: 14px;
|
|
327
|
font-size: 14px;
|
|
358
|
text-transform: uppercase;
|
|
328
|
text-transform: uppercase;
|
|
359
|
}
|
|
329
|
}
|
|
360
|
|
|
330
|
|
|
361
|
#header #header-inner #logo a
|
|
331
|
#header #header-inner #logo a {
|
|
362
|
{
|
|
|
|
|
363
|
color: #ffffff;
|
|
332
|
color: #ffffff;
|
|
364
|
text-decoration: none;
|
|
333
|
text-decoration: none;
|
|
365
|
}
|
|
334
|
}
|
|
366
|
|
|
335
|
|
|
367
|
#header #header-inner #logo a:hover
|
|
336
|
#header #header-inner #logo a:hover {
|
|
368
|
{
|
|
|
|
|
369
|
color: #dabf29;
|
|
337
|
color: #dabf29;
|
|
370
|
}
|
|
338
|
}
|
|
371
|
|
|
339
|
|
|
372
|
/*
|
|
340
|
/*
|
|
373
|
header / quick
|
|
341
|
header / quick
|
|
374
|
*/
|
|
342
|
*/
|
|
375
|
#header #header-inner #quick,
|
|
343
|
#header #header-inner #quick,#header #header-inner #quick ul {
|
|
376
|
#header #header-inner #quick ul
|
|
344
|
margin: 10px 5px 0 0;
|
|
377
|
{
|
|
345
|
padding: 0;
|
|
378
|
margin: 10px 5px 0 0;
|
|
346
|
position: relative;
|
|
379
|
padding: 0;
|
|
347
|
float: right;
|
|
380
|
position: relative;
|
|
348
|
list-style-type: none;
|
|
381
|
float: right;
|
|
349
|
list-style-position: outside;
|
|
382
|
list-style-type: none;
|
|
350
|
}
|
|
383
|
list-style-position: outside;
|
|
351
|
|
|
384
|
}
|
|
352
|
#header #header-inner #quick li {
|
|
385
|
|
|
353
|
margin: 0 5px 0 0;
|
|
386
|
#header #header-inner #quick li
|
|
354
|
padding: 0;
|
|
387
|
{
|
|
355
|
position: relative;
|
|
388
|
margin: 0 5px 0 0;
|
|
356
|
float: left;
|
|
389
|
padding: 0;
|
|
357
|
}
|
|
390
|
position: relative;
|
|
358
|
|
|
391
|
float: left;
|
|
359
|
#header #header-inner #quick li a {
|
|
392
|
}
|
|
360
|
top: 0;
|
|
393
|
|
|
361
|
left: 0;
|
|
394
|
#header #header-inner #quick li a
|
|
362
|
padding: 0;
|
|
395
|
{
|
|
363
|
height: 1%;
|
|
396
|
top: 0;
|
|
364
|
display: block;
|
|
397
|
left: 0;
|
|
365
|
clear: both;
|
|
398
|
padding: 0;
|
|
366
|
overflow: hidden;
|
|
399
|
height: 1%;
|
|
367
|
background: #336699 url("../../resources/images/quick_l.png") no-repeat
|
|
400
|
display: block;
|
|
368
|
top left;
|
|
401
|
clear: both;
|
|
369
|
color: #FFFFFF;
|
|
402
|
overflow: hidden;
|
|
370
|
font-weight: bold;
|
|
403
|
background: #336699 url("../../resources/images/quick_l.png") no-repeat top left;
|
|
371
|
text-decoration: none;
|
|
404
|
color: #FFFFFF;
|
|
372
|
}
|
|
405
|
font-weight: bold;
|
|
373
|
|
|
406
|
text-decoration: none;
|
|
374
|
#header #header-inner #quick li span {
|
|
407
|
}
|
|
375
|
top: 0;
|
|
408
|
|
|
376
|
right: 0;
|
|
409
|
#header #header-inner #quick li span
|
|
377
|
margin: 0;
|
|
410
|
{
|
|
378
|
padding: 10px 12px 8px 10px;
|
|
411
|
top: 0;
|
|
379
|
height: 1%;
|
|
412
|
right: 0;
|
|
380
|
display: block;
|
|
413
|
margin: 0;
|
|
381
|
float: left;
|
|
414
|
padding: 10px 12px 8px 10px;
|
|
382
|
background: url("../../resources/images/quick_r.png") no-repeat top
|
|
415
|
height: 1%;
|
|
383
|
right;
|
|
416
|
display: block;
|
|
384
|
border-left: 1px solid #3f6f9f;
|
|
417
|
float: left;
|
|
385
|
}
|
|
418
|
background: url("../../resources/images/quick_r.png") no-repeat top right;
|
|
386
|
|
|
419
|
border-left: 1px solid #3f6f9f;
|
|
387
|
#header #header-inner #quick li span.normal {
|
|
420
|
}
|
|
388
|
padding: 10px 12px 8px 12px;
|
|
421
|
|
|
389
|
border: none;
|
|
422
|
#header #header-inner #quick li span.normal
|
|
390
|
}
|
|
423
|
{
|
|
391
|
|
|
424
|
padding: 10px 12px 8px 12px;
|
|
392
|
#header #header-inner #quick li span.icon {
|
|
425
|
border: none;
|
|
393
|
top: 0;
|
|
426
|
}
|
|
394
|
left: 0;
|
|
427
|
|
|
395
|
padding: 8px 8px 4px 8px;
|
|
428
|
#header #header-inner #quick li span.icon
|
|
396
|
background: url("../../resources/images/quick_l.png") no-repeat top left;
|
|
429
|
{
|
|
397
|
border-left: none;
|
|
430
|
top: 0;
|
|
398
|
border-right: 1px solid #2e5c89;
|
|
431
|
left: 0;
|
|
399
|
}
|
|
432
|
padding: 8px 8px 4px 8px;
|
|
400
|
|
|
433
|
background: url("../../resources/images/quick_l.png") no-repeat top left;
|
|
401
|
#header #header-inner #quick li a:hover {
|
|
434
|
border-left: none;
|
|
402
|
background: #4e4e4e url("../../resources/images/quick_l_selected.png")
|
|
435
|
border-right: 1px solid #2e5c89;
|
|
403
|
no-repeat top left;
|
|
436
|
}
|
|
404
|
}
|
|
437
|
|
|
405
|
|
|
438
|
#header #header-inner #quick li a:hover
|
|
406
|
#header #header-inner #quick li a:hover span {
|
|
439
|
{
|
|
407
|
background: url("../../resources/images/quick_r_selected.png") no-repeat
|
|
440
|
background: #4e4e4e url("../../resources/images/quick_l_selected.png") no-repeat top left;
|
|
408
|
top right;
|
|
441
|
}
|
|
409
|
border-left: 1px solid #545454;
|
|
442
|
|
|
410
|
}
|
|
443
|
#header #header-inner #quick li a:hover span
|
|
411
|
|
|
444
|
{
|
|
412
|
#header #header-inner #quick li a:hover span.normal {
|
|
445
|
background: url("../../resources/images/quick_r_selected.png") no-repeat top right;
|
|
413
|
border: none;
|
|
446
|
border-left: 1px solid #545454;
|
|
414
|
}
|
|
447
|
}
|
|
415
|
|
|
448
|
|
|
416
|
#header #header-inner #quick li a:hover span.icon {
|
|
449
|
#header #header-inner #quick li a:hover span.normal
|
|
417
|
background: url("../../resources/images/quick_l_selected.png") no-repeat
|
|
450
|
{
|
|
418
|
top left;
|
|
451
|
border: none;
|
|
419
|
border-left: none;
|
|
452
|
}
|
|
420
|
border-right: 1px solid #464646;
|
|
453
|
|
|
421
|
}
|
|
454
|
#header #header-inner #quick li a:hover span.icon
|
|
422
|
|
|
455
|
{
|
|
423
|
#header #header-inner #quick ul {
|
|
456
|
background: url("../../resources/images/quick_l_selected.png") no-repeat top left;
|
|
424
|
top: 29px;
|
|
457
|
border-left: none;
|
|
425
|
right: 0;
|
|
458
|
border-right: 1px solid #464646;
|
|
426
|
margin: 0;
|
|
459
|
}
|
|
427
|
padding: 0;
|
|
460
|
|
|
428
|
width: 200px;
|
|
461
|
#header #header-inner #quick ul
|
|
429
|
display: none;
|
|
462
|
{
|
|
430
|
position: absolute;
|
|
463
|
top: 29px;
|
|
431
|
background: #FFFFFF;
|
|
464
|
right: 0;
|
|
432
|
border: 1px solid #666;
|
|
465
|
margin: 0;
|
|
433
|
border-top: 1px solid #003367;
|
|
466
|
padding: 0;
|
|
434
|
z-index: 100;
|
|
467
|
width: 200px;
|
|
435
|
}
|
|
468
|
display: none;
|
|
436
|
|
|
469
|
position: absolute;
|
|
437
|
#header #header-inner #quick ul.repo_switcher {
|
|
470
|
background: #FFFFFF;
|
|
438
|
max-height: 275px;
|
|
471
|
border: 1px solid #666;
|
|
439
|
overflow-x: hidden;
|
|
472
|
border-top: 1px solid #003367;
|
|
440
|
overflow-y: auto;
|
|
473
|
z-index: 100;
|
|
441
|
white-space: nowrap;
|
|
474
|
}
|
|
442
|
}
|
|
475
|
|
|
443
|
|
|
476
|
#header #header-inner #quick ul.repo_switcher{
|
|
444
|
#header #header-inner #quick li ul li {
|
|
477
|
max-height:275px;
|
|
445
|
border-bottom: 1px solid #dddddd;
|
|
478
|
overflow-x:hidden;
|
|
446
|
}
|
|
479
|
overflow-y:auto;
|
|
447
|
|
|
480
|
white-space:nowrap;
|
|
448
|
#header #header-inner #quick li ul li.last {
|
|
481
|
}
|
|
449
|
border: none;
|
|
482
|
|
|
450
|
}
|
|
483
|
#header #header-inner #quick li ul li
|
|
451
|
|
|
484
|
{
|
|
452
|
#header #header-inner #quick li ul li a {
|
|
485
|
border-bottom: 1px solid #dddddd;
|
|
453
|
margin: 0;
|
|
486
|
}
|
|
454
|
padding: 7px 9px 7px 9px;
|
|
487
|
|
|
455
|
height: 1%;
|
|
488
|
#header #header-inner #quick li ul li.last
|
|
456
|
width: 182px;
|
|
489
|
{
|
|
457
|
height: auto;
|
|
490
|
border: none;
|
|
458
|
display: block;
|
|
491
|
}
|
|
459
|
float: left;
|
|
492
|
|
|
460
|
background: #FFFFFF;
|
|
493
|
#header #header-inner #quick li ul li a
|
|
461
|
color: #0066CC;
|
|
494
|
{
|
|
462
|
font-weight: normal;
|
|
495
|
margin: 0;
|
|
463
|
}
|
|
496
|
padding: 7px 9px 7px 9px;
|
|
464
|
|
|
497
|
height: 1%;
|
|
465
|
#header #header-inner #quick li ul li a.childs {
|
|
498
|
width: 182px;
|
|
466
|
margin: 0;
|
|
499
|
height: auto;
|
|
467
|
padding: 7px 9px 7px 24px;
|
|
500
|
display: block;
|
|
468
|
width: 167px;
|
|
501
|
float: left;
|
|
469
|
background: #FFFFFF url("../../resources/images/plus.png") no-repeat 8px
|
|
502
|
background: #FFFFFF;
|
|
470
|
9px;
|
|
503
|
color: #0066CC;
|
|
471
|
}
|
|
504
|
font-weight: normal;
|
|
472
|
|
|
505
|
}
|
|
473
|
#header #header-inner #quick li ul li a:hover {
|
|
506
|
|
|
474
|
color: #000000;
|
|
507
|
#header #header-inner #quick li ul li a.childs
|
|
475
|
background: #FFFFFF;
|
|
508
|
{
|
|
476
|
}
|
|
509
|
margin: 0;
|
|
477
|
|
|
510
|
padding: 7px 9px 7px 24px;
|
|
478
|
#header #header-inner #quick li ul li a.childs:hover {
|
|
511
|
width: 167px;
|
|
479
|
background: #FFFFFF url("../../resources/images/minus.png") no-repeat
|
|
512
|
background: #FFFFFF url("../../resources/images/plus.png") no-repeat 8px 9px;
|
|
480
|
8px 9px;
|
|
513
|
}
|
|
481
|
}
|
|
514
|
|
|
482
|
|
|
515
|
#header #header-inner #quick li ul li a:hover
|
|
483
|
#header #header-inner #quick ul ul {
|
|
516
|
{
|
|
484
|
top: auto;
|
|
517
|
color: #000000;
|
|
485
|
}
|
|
518
|
background: #FFFFFF;
|
|
486
|
|
|
519
|
}
|
|
487
|
#header #header-inner #quick li ul ul {
|
|
520
|
|
|
488
|
right: 200px;
|
|
521
|
#header #header-inner #quick li ul li a.childs:hover
|
|
489
|
max-height: 275px;
|
|
522
|
{
|
|
490
|
overflow: auto;
|
|
523
|
background: #FFFFFF url("../../resources/images/minus.png") no-repeat 8px 9px;
|
|
491
|
overflow-x: hidden;
|
|
524
|
}
|
|
492
|
white-space: nowrap;
|
|
525
|
|
|
493
|
}
|
|
526
|
#header #header-inner #quick ul ul
|
|
494
|
|
|
527
|
{
|
|
495
|
#header #header-inner #quick li:hover ul ul,#header #header-inner #quick li:hover ul ul ul,#header #header-inner #quick li:hover ul ul ul ul
|
|
528
|
top: auto;
|
|
496
|
{
|
|
529
|
}
|
|
497
|
display: none;
|
|
530
|
|
|
498
|
}
|
|
531
|
#header #header-inner #quick li ul ul
|
|
499
|
|
|
532
|
{
|
|
500
|
#header #header-inner #quick li:hover ul,#header #header-inner #quick li li:hover ul,#header #header-inner #quick li li li:hover ul,#header #header-inner #quick li li li li:hover ul
|
|
533
|
right: 200px;
|
|
501
|
{
|
|
534
|
max-height: 275px;
|
|
502
|
display: block;
|
|
535
|
overflow: auto;
|
|
503
|
}
|
|
536
|
overflow-x: hidden;
|
|
|
|
|
537
|
white-space:nowrap;
|
|
|
|
|
538
|
}
|
|
|
|
|
539
|
|
|
|
|
|
540
|
#header #header-inner #quick li:hover ul ul,
|
|
|
|
|
541
|
#header #header-inner #quick li:hover ul ul ul,
|
|
|
|
|
542
|
#header #header-inner #quick li:hover ul ul ul ul
|
|
|
|
|
543
|
{
|
|
|
|
|
544
|
display: none;
|
|
|
|
|
545
|
}
|
|
|
|
|
546
|
|
|
|
|
|
547
|
#header #header-inner #quick li:hover ul,
|
|
|
|
|
548
|
#header #header-inner #quick li li:hover ul,
|
|
|
|
|
549
|
#header #header-inner #quick li li li:hover ul,
|
|
|
|
|
550
|
#header #header-inner #quick li li li li:hover ul
|
|
|
|
|
551
|
{
|
|
|
|
|
552
|
display: block;
|
|
|
|
|
553
|
}
|
|
|
|
|
554
|
|
|
|
|
|
555
|
|
|
504
|
|
|
556
|
/*ICONS*/
|
|
505
|
/*ICONS*/
|
|
557
|
#header #header-inner #quick li ul li a.journal,
|
|
506
|
#header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover
|
|
558
|
#header #header-inner #quick li ul li a.journal:hover
|
|
507
|
{
|
|
559
|
{
|
|
508
|
background: url("../images/icons/book.png") no-repeat scroll 4px 9px
|
|
560
|
background:url("../images/icons/book.png") no-repeat scroll 4px 9px #FFFFFF;
|
|
509
|
#FFFFFF;
|
|
561
|
margin:0;
|
|
510
|
margin: 0;
|
|
562
|
padding:12px 9px 7px 24px;
|
|
511
|
padding: 12px 9px 7px 24px;
|
|
563
|
width:167px;
|
|
512
|
width: 167px;
|
|
564
|
|
|
513
|
}
|
|
565
|
}
|
|
514
|
|
|
566
|
#header #header-inner #quick li ul li a.private_repo,
|
|
515
|
#header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover
|
|
567
|
#header #header-inner #quick li ul li a.private_repo:hover
|
|
516
|
{
|
|
568
|
{
|
|
517
|
background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
|
|
569
|
background:url("../images/icons/lock.png") no-repeat scroll 4px 9px #FFFFFF;
|
|
518
|
#FFFFFF;
|
|
570
|
margin:0;
|
|
519
|
margin: 0;
|
|
571
|
padding:12px 9px 7px 24px;
|
|
520
|
padding: 12px 9px 7px 24px;
|
|
572
|
width:167px;
|
|
521
|
width: 167px;
|
|
573
|
|
|
522
|
}
|
|
574
|
}
|
|
523
|
|
|
575
|
#header #header-inner #quick li ul li a.public_repo,
|
|
524
|
#header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover
|
|
576
|
#header #header-inner #quick li ul li a.public_repo:hover
|
|
525
|
{
|
|
577
|
{
|
|
526
|
background: url("../images/icons/lock_open.png") no-repeat scroll 4px
|
|
578
|
background:url("../images/icons/lock_open.png") no-repeat scroll 4px 9px #FFFFFF;
|
|
527
|
9px #FFFFFF;
|
|
579
|
margin:0;
|
|
528
|
margin: 0;
|
|
580
|
padding:12px 9px 7px 24px;
|
|
529
|
padding: 12px 9px 7px 24px;
|
|
581
|
width:167px;
|
|
530
|
width: 167px;
|
|
582
|
|
|
531
|
}
|
|
583
|
}
|
|
532
|
|
|
584
|
|
|
533
|
#header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover
|
|
585
|
#header #header-inner #quick li ul li a.repos,
|
|
534
|
{
|
|
586
|
#header #header-inner #quick li ul li a.repos:hover
|
|
535
|
background: url("../images/icons/folder_edit.png") no-repeat scroll 4px
|
|
587
|
{
|
|
536
|
9px #FFFFFF;
|
|
588
|
background:url("../images/icons/folder_edit.png") no-repeat scroll 4px 9px #FFFFFF;
|
|
537
|
margin: 0;
|
|
589
|
margin:0;
|
|
538
|
padding: 12px 9px 7px 24px;
|
|
590
|
padding:12px 9px 7px 24px;
|
|
539
|
width: 167px;
|
|
591
|
width:167px;
|
|
540
|
}
|
|
592
|
|
|
541
|
|
|
593
|
}
|
|
542
|
#header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover
|
|
594
|
#header #header-inner #quick li ul li a.users,
|
|
543
|
{
|
|
595
|
#header #header-inner #quick li ul li a.users:hover
|
|
544
|
background: #FFFFFF url("../images/icons/user_edit.png") no-repeat 4px
|
|
596
|
{
|
|
545
|
9px;
|
|
597
|
background: #FFFFFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
|
|
546
|
margin: 0;
|
|
598
|
margin:0;
|
|
547
|
padding: 12px 9px 7px 24px;
|
|
599
|
padding:12px 9px 7px 24px;
|
|
548
|
width: 167px;
|
|
600
|
width:167px;
|
|
549
|
}
|
|
601
|
}
|
|
550
|
|
|
602
|
#header #header-inner #quick li ul li a.settings,
|
|
551
|
#header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover
|
|
603
|
#header #header-inner #quick li ul li a.settings:hover
|
|
552
|
{
|
|
604
|
{
|
|
553
|
background: #FFFFFF url("../images/icons/cog.png") no-repeat 4px 9px;
|
|
605
|
background: #FFFFFF url("../images/icons/cog.png") no-repeat 4px 9px;
|
|
554
|
margin: 0;
|
|
606
|
margin:0;
|
|
555
|
padding: 12px 9px 7px 24px;
|
|
607
|
padding:12px 9px 7px 24px;
|
|
556
|
width: 167px;
|
|
608
|
width:167px;
|
|
557
|
}
|
|
609
|
}
|
|
558
|
|
|
610
|
|
|
559
|
#header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover
|
|
611
|
#header #header-inner #quick li ul li a.permissions,
|
|
560
|
{
|
|
612
|
#header #header-inner #quick li ul li a.permissions:hover
|
|
561
|
background: #FFFFFF url("../images/icons/key.png") no-repeat 4px 9px;
|
|
613
|
{
|
|
562
|
margin: 0;
|
|
614
|
|
|
563
|
padding: 12px 9px 7px 24px;
|
|
615
|
background: #FFFFFF url("../images/icons/key.png") no-repeat 4px 9px;
|
|
564
|
width: 167px;
|
|
616
|
margin:0;
|
|
565
|
}
|
|
617
|
padding:12px 9px 7px 24px;
|
|
566
|
|
|
618
|
width:167px;
|
|
567
|
#header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover
|
|
619
|
}
|
|
568
|
{
|
|
620
|
|
|
569
|
background: #FFFFFF url("../images/icons/arrow_divide.png") no-repeat
|
|
621
|
|
|
570
|
4px 9px;
|
|
622
|
#header #header-inner #quick li ul li a.fork,
|
|
571
|
margin: 0;
|
|
623
|
#header #header-inner #quick li ul li a.fork:hover
|
|
572
|
padding: 12px 9px 7px 24px;
|
|
624
|
{
|
|
573
|
width: 167px;
|
|
625
|
|
|
574
|
}
|
|
626
|
background: #FFFFFF url("../images/icons/arrow_divide.png") no-repeat 4px 9px;
|
|
575
|
|
|
627
|
margin:0;
|
|
576
|
#header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover
|
|
628
|
padding:12px 9px 7px 24px;
|
|
577
|
{
|
|
629
|
width:167px;
|
|
578
|
background: #FFFFFF url("../images/icons/search_16.png") no-repeat 4px
|
|
630
|
}
|
|
579
|
9px;
|
|
631
|
|
|
580
|
margin: 0;
|
|
632
|
#header #header-inner #quick li ul li a.search,
|
|
581
|
padding: 12px 9px 7px 24px;
|
|
633
|
#header #header-inner #quick li ul li a.search:hover
|
|
582
|
width: 167px;
|
|
634
|
{
|
|
583
|
}
|
|
635
|
background: #FFFFFF url("../images/icons/search_16.png") no-repeat 4px 9px;
|
|
584
|
|
|
636
|
margin:0;
|
|
585
|
#header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover
|
|
637
|
padding:12px 9px 7px 24px;
|
|
586
|
{
|
|
638
|
width:167px;
|
|
587
|
background: #FFFFFF url("../images/icons/delete.png") no-repeat 4px 9px;
|
|
639
|
}
|
|
588
|
margin: 0;
|
|
640
|
|
|
589
|
padding: 12px 9px 7px 24px;
|
|
641
|
#header #header-inner #quick li ul li a.delete,
|
|
590
|
width: 167px;
|
|
642
|
#header #header-inner #quick li ul li a.delete:hover
|
|
591
|
}
|
|
643
|
{
|
|
592
|
|
|
644
|
background: #FFFFFF url("../images/icons/delete.png") no-repeat 4px 9px;
|
|
593
|
#header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover
|
|
645
|
margin:0;
|
|
594
|
{
|
|
646
|
padding:12px 9px 7px 24px;
|
|
595
|
background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat
|
|
647
|
width:167px;
|
|
596
|
4px 9px;
|
|
648
|
}
|
|
597
|
margin: 0;
|
|
649
|
|
|
598
|
padding: 12px 9px 7px 24px;
|
|
650
|
#header #header-inner #quick li ul li a.branches,
|
|
599
|
width: 167px;
|
|
651
|
#header #header-inner #quick li ul li a.branches:hover
|
|
600
|
}
|
|
652
|
{
|
|
601
|
|
|
653
|
background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat 4px 9px;
|
|
602
|
#header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover
|
|
654
|
margin:0;
|
|
603
|
{
|
|
655
|
padding:12px 9px 7px 24px;
|
|
604
|
background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat 4px
|
|
656
|
width:167px;
|
|
605
|
9px;
|
|
657
|
}
|
|
606
|
margin: 0;
|
|
658
|
|
|
607
|
padding: 12px 9px 7px 24px;
|
|
659
|
#header #header-inner #quick li ul li a.tags,
|
|
608
|
width: 167px;
|
|
660
|
#header #header-inner #quick li ul li a.tags:hover
|
|
609
|
}
|
|
661
|
{
|
|
610
|
|
|
662
|
background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
|
|
|
|
|
663
|
margin:0;
|
|
|
|
|
664
|
padding:12px 9px 7px 24px;
|
|
|
|
|
665
|
width:167px;
|
|
|
|
|
666
|
}
|
|
|
|
|
667
|
/*
|
|
611
|
/*
|
|
668
|
header corners
|
|
612
|
header corners
|
|
669
|
*/
|
|
613
|
*/
|
|
670
|
|
|
614
|
#header #header-inner div.corner {
|
|
671
|
#header #header-inner div.corner
|
|
|
|
|
672
|
{
|
|
|
|
|
673
|
height: 6px;
|
|
615
|
height: 6px;
|
|
674
|
width: 6px;
|
|
616
|
width: 6px;
|
|
675
|
position: absolute;
|
|
617
|
position: absolute;
|
|
676
|
background: url("../images/header_inner_corners.png") no-repeat;
|
|
618
|
background: url("../images/header_inner_corners.png") no-repeat;
|
|
677
|
}
|
|
619
|
}
|
|
678
|
|
|
620
|
|
|
679
|
#header #header-inner div.tl
|
|
621
|
#header #header-inner div.tl {
|
|
680
|
{
|
|
|
|
|
681
|
top: 0;
|
|
622
|
top: 0;
|
|
682
|
left: 0;
|
|
623
|
left: 0;
|
|
683
|
background-position: 0 0;
|
|
624
|
background-position: 0 0;
|
|
684
|
}
|
|
625
|
}
|
|
685
|
|
|
626
|
|
|
686
|
#header #header-inner div.tr
|
|
627
|
#header #header-inner div.tr {
|
|
687
|
{
|
|
|
|
|
688
|
top: 0;
|
|
628
|
top: 0;
|
|
689
|
right: 0;
|
|
629
|
right: 0;
|
|
690
|
background-position: -6px 0;
|
|
630
|
background-position: -6px 0;
|
|
691
|
}
|
|
|
|
|
692
|
|
|
|
|
|
693
|
/*
|
|
|
|
|
694
|
content
|
|
|
|
|
695
|
*/
|
|
|
|
|
696
|
|
|
|
|
|
697
|
#content
|
|
|
|
|
698
|
{
|
|
|
|
|
699
|
margin: 10px 0 0 0;
|
|
|
|
|
700
|
padding: 0;
|
|
|
|
|
701
|
min-height: 100%;
|
|
|
|
|
702
|
clear: both;
|
|
|
|
|
703
|
overflow: hidden;
|
|
|
|
|
704
|
background: url("../images/content.png") repeat-y top left;
|
|
|
|
|
705
|
}
|
|
631
|
}
|
|
706
|
|
|
632
|
|
|
707
|
/*
|
|
633
|
/*
|
|
708
|
content / left
|
|
634
|
content / left
|
|
709
|
*/
|
|
635
|
*/
|
|
710
|
|
|
636
|
#content #left {
|
|
711
|
#content #left
|
|
|
|
|
712
|
{
|
|
|
|
|
713
|
left: 0;
|
|
637
|
left: 0;
|
|
714
|
width: 280px;
|
|
638
|
width: 280px;
|
|
715
|
position: absolute;
|
|
639
|
position: absolute;
|
|
@@
-717,10
+641,8
b' div.options a:hover'
|
|
717
|
|
|
641
|
|
|
718
|
/*
|
|
642
|
/*
|
|
719
|
content / left / menu
|
|
643
|
content / left / menu
|
|
720
|
*/
|
|
644
|
*/
|
|
721
|
|
|
645
|
#content #left #menu {
|
|
722
|
#content #left #menu
|
|
|
|
|
723
|
{
|
|
|
|
|
724
|
margin: 5px 10px 0 60px;
|
|
646
|
margin: 5px 10px 0 60px;
|
|
725
|
padding: 0;
|
|
647
|
padding: 0;
|
|
726
|
clear: both;
|
|
648
|
clear: both;
|
|
@@
-729,10
+651,8
b' div.options a:hover'
|
|
729
|
|
|
651
|
|
|
730
|
/*
|
|
652
|
/*
|
|
731
|
content / left / menu / heading
|
|
653
|
content / left / menu / heading
|
|
732
|
*/
|
|
654
|
*/
|
|
733
|
|
|
655
|
#content #left #menu h6 {
|
|
734
|
#content #left #menu h6
|
|
|
|
|
735
|
{
|
|
|
|
|
736
|
margin: 5px 0 0 0;
|
|
656
|
margin: 5px 0 0 0;
|
|
737
|
padding: 0;
|
|
657
|
padding: 0;
|
|
738
|
clear: both;
|
|
658
|
clear: both;
|
|
@@
-741,21
+661,19
b' div.options a:hover'
|
|
741
|
color: #6e6e6e;
|
|
661
|
color: #6e6e6e;
|
|
742
|
}
|
|
662
|
}
|
|
743
|
|
|
663
|
|
|
744
|
#content #left #menu h6 a
|
|
664
|
#content #left #menu h6 a {
|
|
745
|
{
|
|
|
|
|
746
|
margin: 0;
|
|
665
|
margin: 0;
|
|
747
|
padding: 0;
|
|
666
|
padding: 0;
|
|
748
|
height: 1%;
|
|
667
|
height: 1%;
|
|
749
|
display: block;
|
|
668
|
display: block;
|
|
750
|
clear: both;
|
|
669
|
clear: both;
|
|
751
|
overflow: hidden;
|
|
670
|
overflow: hidden;
|
|
752
|
background: url("../images/menu_l.png") no-repeat top left;
|
|
671
|
background: url("../images/menu_l.png") no-repeat top left;
|
|
753
|
color: #6e6e6e;
|
|
672
|
color: #6e6e6e;
|
|
754
|
text-decoration: none;
|
|
673
|
text-decoration: none;
|
|
755
|
}
|
|
674
|
}
|
|
756
|
|
|
675
|
|
|
757
|
#content #left #menu h6 span
|
|
676
|
#content #left #menu h6 span {
|
|
758
|
{
|
|
|
|
|
759
|
margin: 0;
|
|
677
|
margin: 0;
|
|
760
|
padding: 9px 10px 10px 10px;
|
|
678
|
padding: 9px 10px 10px 10px;
|
|
761
|
height: 1%;
|
|
679
|
height: 1%;
|
|
@@
-763,46
+681,38
b' div.options a:hover'
|
|
763
|
background: url("../images/menu_r.png") no-repeat top right;
|
|
681
|
background: url("../images/menu_r.png") no-repeat top right;
|
|
764
|
}
|
|
682
|
}
|
|
765
|
|
|
683
|
|
|
766
|
#content #left #menu h6.selected
|
|
684
|
#content #left #menu h6.selected {
|
|
767
|
{
|
|
|
|
|
768
|
background: #00376e url("../images/menu_selected.png") repeat-x;
|
|
685
|
background: #00376e url("../images/menu_selected.png") repeat-x;
|
|
769
|
color: #FFFFFF;
|
|
686
|
color: #FFFFFF;
|
|
770
|
}
|
|
687
|
}
|
|
771
|
|
|
688
|
|
|
772
|
#content #left #menu h6.selected a
|
|
689
|
#content #left #menu h6.selected a {
|
|
773
|
{
|
|
|
|
|
774
|
background: url("../images/menu_l_selected.png") no-repeat top left;
|
|
690
|
background: url("../images/menu_l_selected.png") no-repeat top left;
|
|
775
|
color: #ffffff;
|
|
691
|
color: #ffffff;
|
|
776
|
}
|
|
692
|
}
|
|
777
|
|
|
693
|
|
|
778
|
#content #left #menu h6.selected span
|
|
694
|
#content #left #menu h6.selected span {
|
|
779
|
{
|
|
|
|
|
780
|
background: url("../images/menu_r_selected.png") no-repeat top right;
|
|
695
|
background: url("../images/menu_r_selected.png") no-repeat top right;
|
|
781
|
}
|
|
696
|
}
|
|
782
|
|
|
697
|
|
|
783
|
/*
|
|
698
|
/*
|
|
784
|
content / left / menu / links
|
|
699
|
content / left / menu / links
|
|
785
|
*/
|
|
700
|
*/
|
|
786
|
|
|
701
|
#content #left #menu ul {
|
|
787
|
#content #left #menu ul
|
|
|
|
|
788
|
{
|
|
|
|
|
789
|
margin: 0;
|
|
702
|
margin: 0;
|
|
790
|
padding: 0;
|
|
703
|
padding: 0;
|
|
791
|
background: #376ea6;
|
|
704
|
background: #376ea6;
|
|
792
|
}
|
|
705
|
}
|
|
793
|
|
|
706
|
|
|
794
|
#content #left #menu ul.opened
|
|
707
|
#content #left #menu ul.opened {
|
|
795
|
{
|
|
708
|
display: block;
|
|
796
|
display: block;
|
|
709
|
}
|
|
797
|
}
|
|
710
|
|
|
798
|
|
|
711
|
#content #left #menu ul.closed {
|
|
799
|
#content #left #menu ul.closed
|
|
712
|
display: none;
|
|
800
|
{
|
|
713
|
}
|
|
801
|
display: none;
|
|
714
|
|
|
802
|
}
|
|
715
|
#content #left #menu li {
|
|
803
|
|
|
|
|
|
804
|
#content #left #menu li
|
|
|
|
|
805
|
{
|
|
|
|
|
806
|
margin: 0;
|
|
716
|
margin: 0;
|
|
807
|
padding: 0;
|
|
717
|
padding: 0;
|
|
808
|
clear: both;
|
|
718
|
clear: both;
|
|
@@
-812,34
+722,30
b' div.options a:hover'
|
|
812
|
color: #ffffff;
|
|
722
|
color: #ffffff;
|
|
813
|
}
|
|
723
|
}
|
|
814
|
|
|
724
|
|
|
815
|
#content #left #menu li a
|
|
725
|
#content #left #menu li a {
|
|
816
|
{
|
|
|
|
|
817
|
margin: 0 0 0 6px;
|
|
726
|
margin: 0 0 0 6px;
|
|
818
|
padding: 8px 0 8px 18px;
|
|
727
|
padding: 8px 0 8px 18px;
|
|
819
|
height: 1%;
|
|
728
|
height: 1%;
|
|
820
|
display: block;
|
|
729
|
display: block;
|
|
821
|
float: left;
|
|
730
|
float: left;
|
|
822
|
background: url("../images/colors/colors/blue/menu_arrow.png") no-repeat 0 9px;
|
|
731
|
background: url("../images/colors/colors/blue/menu_arrow.png") no-repeat
|
|
|
|
|
732
|
0 9px;
|
|
823
|
color: #ffffff;
|
|
733
|
color: #ffffff;
|
|
824
|
text-decoration: none;
|
|
734
|
text-decoration: none;
|
|
825
|
}
|
|
735
|
}
|
|
826
|
|
|
736
|
|
|
827
|
#content #left #menu li a:hover
|
|
737
|
#content #left #menu li a:hover {
|
|
828
|
{
|
|
|
|
|
829
|
color: #b9dcff;
|
|
738
|
color: #b9dcff;
|
|
830
|
}
|
|
739
|
}
|
|
831
|
|
|
740
|
|
|
832
|
/*
|
|
741
|
/*
|
|
833
|
content / left / menu / collapsible
|
|
742
|
content / left / menu / collapsible
|
|
834
|
*/
|
|
743
|
*/
|
|
835
|
|
|
744
|
#content #left #menu li.collapsible {
|
|
836
|
#content #left #menu li.collapsible
|
|
|
|
|
837
|
{
|
|
|
|
|
838
|
background: url("../images/menu_border.png") no-repeat top left;
|
|
745
|
background: url("../images/menu_border.png") no-repeat top left;
|
|
839
|
}
|
|
746
|
}
|
|
840
|
|
|
747
|
|
|
841
|
#content #left #menu li.collapsible a
|
|
748
|
#content #left #menu li.collapsible a {
|
|
842
|
{
|
|
|
|
|
843
|
margin: 0 0 0 6px;
|
|
749
|
margin: 0 0 0 6px;
|
|
844
|
padding: 8px 0 8px 0;
|
|
750
|
padding: 8px 0 8px 0;
|
|
845
|
height: 1%;
|
|
751
|
height: 1%;
|
|
@@
-849,8
+755,7
b' div.options a:hover'
|
|
849
|
font-weight: bold;
|
|
755
|
font-weight: bold;
|
|
850
|
}
|
|
756
|
}
|
|
851
|
|
|
757
|
|
|
852
|
#content #left #menu li.collapsible a.plus
|
|
758
|
#content #left #menu li.collapsible a.plus {
|
|
853
|
{
|
|
|
|
|
854
|
margin: 0;
|
|
759
|
margin: 0;
|
|
855
|
padding: 8px 0 9px 24px;
|
|
760
|
padding: 8px 0 9px 24px;
|
|
856
|
height: 10px;
|
|
761
|
height: 10px;
|
|
@@
-861,8
+766,7
b' div.options a:hover'
|
|
861
|
border: none;
|
|
766
|
border: none;
|
|
862
|
}
|
|
767
|
}
|
|
863
|
|
|
768
|
|
|
864
|
#content #left #menu li.collapsible a.minus
|
|
769
|
#content #left #menu li.collapsible a.minus {
|
|
865
|
{
|
|
|
|
|
866
|
margin: 0;
|
|
770
|
margin: 0;
|
|
867
|
padding: 8px 0 9px 24px;
|
|
771
|
padding: 8px 0 9px 24px;
|
|
868
|
height: 10px;
|
|
772
|
height: 10px;
|
|
@@
-873,25
+777,21
b' div.options a:hover'
|
|
873
|
border: none;
|
|
777
|
border: none;
|
|
874
|
}
|
|
778
|
}
|
|
875
|
|
|
779
|
|
|
876
|
#content #left #menu li ul
|
|
780
|
#content #left #menu li ul {
|
|
877
|
{
|
|
|
|
|
878
|
margin: 0;
|
|
781
|
margin: 0;
|
|
879
|
padding: 0;
|
|
782
|
padding: 0;
|
|
880
|
border-left: 18px solid #285889;
|
|
783
|
border-left: 18px solid #285889;
|
|
881
|
}
|
|
784
|
}
|
|
882
|
|
|
785
|
|
|
883
|
#content #left #menu li ul.expanded
|
|
786
|
#content #left #menu li ul.expanded {
|
|
884
|
{
|
|
787
|
display: block;
|
|
885
|
display: block;
|
|
788
|
}
|
|
886
|
}
|
|
789
|
|
|
887
|
|
|
790
|
#content #left #menu li ul.collapsed {
|
|
888
|
#content #left #menu li ul.collapsed
|
|
791
|
display: none;
|
|
889
|
{
|
|
792
|
}
|
|
890
|
display: none;
|
|
793
|
|
|
891
|
}
|
|
794
|
#content #left #menu li ul li {
|
|
892
|
|
|
|
|
|
893
|
#content #left #menu li ul li
|
|
|
|
|
894
|
{
|
|
|
|
|
895
|
margin: 0;
|
|
795
|
margin: 0;
|
|
896
|
padding: 0;
|
|
796
|
padding: 0;
|
|
897
|
clear: both;
|
|
797
|
clear: both;
|
|
@@
-901,82
+801,68
b' div.options a:hover'
|
|
901
|
color: #ffffff;
|
|
801
|
color: #ffffff;
|
|
902
|
}
|
|
802
|
}
|
|
903
|
|
|
803
|
|
|
904
|
#content #left #menu li.collapsible ul li a
|
|
804
|
#content #left #menu li.collapsible ul li a {
|
|
905
|
{
|
|
|
|
|
906
|
font-weight: normal;
|
|
805
|
font-weight: normal;
|
|
907
|
}
|
|
806
|
}
|
|
908
|
|
|
807
|
|
|
909
|
#content #left #menu li.last
|
|
808
|
#content #left #menu li.last {
|
|
910
|
{
|
|
|
|
|
911
|
border-bottom: none;
|
|
809
|
border-bottom: none;
|
|
912
|
}
|
|
810
|
}
|
|
913
|
|
|
811
|
|
|
914
|
/*
|
|
812
|
/*
|
|
915
|
content / left / date picker
|
|
813
|
content / left / date picker
|
|
916
|
*/
|
|
814
|
*/
|
|
917
|
|
|
815
|
#content #left #date-picker {
|
|
918
|
#content #left #date-picker
|
|
|
|
|
919
|
{
|
|
|
|
|
920
|
margin: 10px 10px 0 60px;
|
|
816
|
margin: 10px 10px 0 60px;
|
|
921
|
padding: 0;
|
|
817
|
padding: 0;
|
|
922
|
clear: both;
|
|
818
|
clear: both;
|
|
923
|
overflow: hidden;
|
|
819
|
overflow: hidden;
|
|
924
|
}
|
|
820
|
}
|
|
925
|
|
|
821
|
|
|
926
|
#content #left #date-picker .ui-datepicker
|
|
822
|
#content #left #date-picker .ui-datepicker {
|
|
927
|
{
|
|
823
|
width: auto;
|
|
928
|
width: auto;
|
|
824
|
padding: 0;
|
|
929
|
padding: 0;
|
|
|
|
|
930
|
clear: both;
|
|
825
|
clear: both;
|
|
931
|
overflow: hidden;
|
|
826
|
overflow: hidden;
|
|
932
|
background: #FFFFFF;
|
|
827
|
background: #FFFFFF;
|
|
933
|
border: 1px solid #d1d1d1;
|
|
828
|
border: 1px solid #d1d1d1;
|
|
934
|
}
|
|
829
|
}
|
|
935
|
|
|
830
|
|
|
936
|
#content #left #date-picker .ui-datepicker .ui-datepicker-header
|
|
831
|
#content #left #date-picker .ui-datepicker .ui-datepicker-header {
|
|
937
|
{
|
|
|
|
|
938
|
padding: 5px 0;
|
|
832
|
padding: 5px 0;
|
|
939
|
}
|
|
833
|
}
|
|
940
|
|
|
834
|
|
|
941
|
#content #left #date-picker .ui-datepicker .ui-datepicker-prev
|
|
835
|
#content #left #date-picker .ui-datepicker .ui-datepicker-prev {
|
|
942
|
{
|
|
|
|
|
943
|
top: 5px;
|
|
836
|
top: 5px;
|
|
944
|
left: 4px;
|
|
837
|
left: 4px;
|
|
945
|
}
|
|
838
|
}
|
|
946
|
|
|
839
|
|
|
947
|
#content #left #date-picker .ui-datepicker .ui-datepicker-next
|
|
840
|
#content #left #date-picker .ui-datepicker .ui-datepicker-next {
|
|
948
|
{
|
|
|
|
|
949
|
top: 5px;
|
|
841
|
top: 5px;
|
|
950
|
right: 4px;
|
|
842
|
right: 4px;
|
|
951
|
}
|
|
843
|
}
|
|
952
|
|
|
844
|
|
|
953
|
#content #left #date-picker .ui-datepicker .ui-datepicker-prev-hover
|
|
845
|
#content #left #date-picker .ui-datepicker .ui-datepicker-prev-hover {
|
|
954
|
{
|
|
|
|
|
955
|
top: 5px;
|
|
846
|
top: 5px;
|
|
956
|
left: 4px;
|
|
847
|
left: 4px;
|
|
957
|
}
|
|
848
|
}
|
|
958
|
|
|
849
|
|
|
959
|
#content #left #date-picker .ui-datepicker .ui-datepicker-next-hover
|
|
850
|
#content #left #date-picker .ui-datepicker .ui-datepicker-next-hover {
|
|
960
|
{
|
|
|
|
|
961
|
top: 5px;
|
|
851
|
top: 5px;
|
|
962
|
right: 4px;
|
|
852
|
right: 4px;
|
|
963
|
}
|
|
853
|
}
|
|
964
|
|
|
854
|
|
|
965
|
/*
|
|
855
|
/*
|
|
966
|
content / right
|
|
856
|
content / right
|
|
967
|
*/
|
|
857
|
*/
|
|
968
|
|
|
858
|
#content #right {
|
|
969
|
#content #right
|
|
|
|
|
970
|
{
|
|
|
|
|
971
|
margin: 0 60px 10px 290px;
|
|
859
|
margin: 0 60px 10px 290px;
|
|
972
|
}
|
|
860
|
}
|
|
973
|
|
|
861
|
|
|
974
|
/*
|
|
862
|
/*
|
|
975
|
content / right / box
|
|
863
|
content / right / box
|
|
976
|
*/
|
|
864
|
*/
|
|
977
|
|
|
865
|
#content div.box {
|
|
978
|
#content div.box
|
|
|
|
|
979
|
{
|
|
|
|
|
980
|
margin: 0 0 10px 0;
|
|
866
|
margin: 0 0 10px 0;
|
|
981
|
padding: 0 0 10px 0;
|
|
867
|
padding: 0 0 10px 0;
|
|
982
|
clear: both;
|
|
868
|
clear: both;
|
|
@@
-984,28
+870,24
b' div.options a:hover'
|
|
984
|
background: #ffffff;
|
|
870
|
background: #ffffff;
|
|
985
|
}
|
|
871
|
}
|
|
986
|
|
|
872
|
|
|
987
|
#content div.box-left
|
|
873
|
#content div.box-left {
|
|
988
|
{
|
|
|
|
|
989
|
margin: 0 0 10px;
|
|
874
|
margin: 0 0 10px;
|
|
990
|
width: 49%;
|
|
875
|
width: 49%;
|
|
991
|
clear: none;
|
|
876
|
clear: none;
|
|
992
|
float: left;
|
|
877
|
float: left;
|
|
993
|
}
|
|
878
|
}
|
|
994
|
|
|
879
|
|
|
995
|
#content div.box-right
|
|
880
|
#content div.box-right {
|
|
996
|
{
|
|
|
|
|
997
|
margin: 0 0 10px;
|
|
881
|
margin: 0 0 10px;
|
|
998
|
width: 49%;
|
|
882
|
width: 49%;
|
|
999
|
clear: none;
|
|
883
|
clear: none;
|
|
1000
|
float: right;
|
|
884
|
float: right;
|
|
1001
|
}
|
|
885
|
}
|
|
1002
|
|
|
886
|
|
|
1003
|
/*
|
|
887
|
/*
|
|
1004
|
content / right / box / title
|
|
888
|
content / right / box / title
|
|
1005
|
*/
|
|
889
|
*/
|
|
1006
|
|
|
890
|
#content div.box div.title {
|
|
1007
|
#content div.box div.title
|
|
|
|
|
1008
|
{
|
|
|
|
|
1009
|
margin: 0 0 20px 0;
|
|
891
|
margin: 0 0 20px 0;
|
|
1010
|
padding: 0;
|
|
892
|
padding: 0;
|
|
1011
|
clear: both;
|
|
893
|
clear: both;
|
|
@@
-1013,8
+895,7
b' div.options a:hover'
|
|
1013
|
background: #336699 url("../images/title.png") repeat-x;
|
|
895
|
background: #336699 url("../images/title.png") repeat-x;
|
|
1014
|
}
|
|
896
|
}
|
|
1015
|
|
|
897
|
|
|
1016
|
#content div.box div.title h5
|
|
898
|
#content div.box div.title h5 {
|
|
1017
|
{
|
|
|
|
|
1018
|
margin: 0;
|
|
899
|
margin: 0;
|
|
1019
|
padding: 11px 0 11px 10px;
|
|
900
|
padding: 11px 0 11px 10px;
|
|
1020
|
float: left;
|
|
901
|
float: left;
|
|
@@
-1023,23
+904,20
b' div.options a:hover'
|
|
1023
|
text-transform: uppercase;
|
|
904
|
text-transform: uppercase;
|
|
1024
|
}
|
|
905
|
}
|
|
1025
|
|
|
906
|
|
|
1026
|
#content div.box div.title ul.links
|
|
907
|
#content div.box div.title ul.links {
|
|
1027
|
{
|
|
|
|
|
1028
|
margin: 0;
|
|
908
|
margin: 0;
|
|
1029
|
padding: 0;
|
|
909
|
padding: 0;
|
|
1030
|
float: right;
|
|
910
|
float: right;
|
|
1031
|
}
|
|
911
|
}
|
|
1032
|
|
|
912
|
|
|
1033
|
#content div.box div.title ul.links li
|
|
913
|
#content div.box div.title ul.links li {
|
|
1034
|
{
|
|
|
|
|
1035
|
margin: 0;
|
|
914
|
margin: 0;
|
|
1036
|
padding: 0;
|
|
915
|
padding: 0;
|
|
1037
|
list-style: none;
|
|
916
|
list-style: none;
|
|
1038
|
float: left;
|
|
917
|
float: left;
|
|
1039
|
}
|
|
918
|
}
|
|
1040
|
|
|
919
|
|
|
1041
|
#content div.box div.title ul.links li a
|
|
920
|
#content div.box div.title ul.links li a {
|
|
1042
|
{
|
|
|
|
|
1043
|
margin: 0;
|
|
921
|
margin: 0;
|
|
1044
|
padding: 13px 16px 12px 16px;
|
|
922
|
padding: 13px 16px 12px 16px;
|
|
1045
|
height: 1%;
|
|
923
|
height: 1%;
|
|
@@
-1053,197
+931,160
b' div.options a:hover'
|
|
1053
|
text-decoration: none;
|
|
931
|
text-decoration: none;
|
|
1054
|
}
|
|
932
|
}
|
|
1055
|
|
|
933
|
|
|
1056
|
#content div.box div.title ul.links li a:hover
|
|
934
|
#content div.box div.title ul.links li a:hover {
|
|
1057
|
{
|
|
|
|
|
1058
|
color: #bfe3ff;
|
|
935
|
color: #bfe3ff;
|
|
1059
|
}
|
|
936
|
}
|
|
1060
|
|
|
937
|
|
|
1061
|
#content div.box div.title ul.links li.ui-tabs-selected a
|
|
938
|
#content div.box div.title ul.links li.ui-tabs-selected a {
|
|
1062
|
{
|
|
939
|
background: url("../../../resources/images/title_tab_selected.png")
|
|
1063
|
background: url("../../../resources/images/title_tab_selected.png") no-repeat bottom center;
|
|
940
|
no-repeat bottom center;
|
|
1064
|
color: #bfe3ff;
|
|
941
|
color: #bfe3ff;
|
|
1065
|
}
|
|
942
|
}
|
|
1066
|
|
|
943
|
|
|
1067
|
/*
|
|
944
|
/*
|
|
1068
|
content / right / box / headings
|
|
945
|
content / right / box / headings
|
|
1069
|
*/
|
|
946
|
*/
|
|
1070
|
|
|
947
|
#content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
|
|
1071
|
#content div.box h1,
|
|
948
|
{
|
|
1072
|
#content div.box h2,
|
|
949
|
margin: 10px 20px 10px 20px;
|
|
1073
|
#content div.box h3,
|
|
950
|
padding: 0 0 15px 0;
|
|
1074
|
#content div.box h4,
|
|
951
|
clear: both;
|
|
1075
|
#content div.box h5,
|
|
952
|
overflow: hidden;
|
|
1076
|
#content div.box h6
|
|
953
|
border-bottom: 1px solid #DDDDDD;
|
|
1077
|
{
|
|
|
|
|
1078
|
margin: 10px 20px 10px 20px;
|
|
|
|
|
1079
|
padding: 0 0 15px 0;
|
|
|
|
|
1080
|
clear: both;
|
|
|
|
|
1081
|
overflow: hidden;
|
|
|
|
|
1082
|
border-bottom: 1px solid #DDDDDD;
|
|
|
|
|
1083
|
}
|
|
954
|
}
|
|
1084
|
|
|
955
|
|
|
1085
|
/*
|
|
956
|
/*
|
|
1086
|
content / right / box / paragraphs
|
|
957
|
content / right / box / paragraphs
|
|
1087
|
*/
|
|
958
|
*/
|
|
1088
|
|
|
959
|
#content div.box p {
|
|
1089
|
#content div.box p
|
|
960
|
margin: 0 24px 10px 24px;
|
|
1090
|
{
|
|
961
|
padding: 0;
|
|
1091
|
margin: 0 24px 10px 24px;
|
|
962
|
color: #5f5f5f;
|
|
1092
|
padding: 0;
|
|
963
|
font-size: 12px;
|
|
1093
|
color: #5f5f5f;
|
|
964
|
line-height: 150%;
|
|
1094
|
font-size: 12px;
|
|
965
|
}
|
|
1095
|
line-height: 150%;
|
|
966
|
|
|
1096
|
}
|
|
967
|
#content div.box blockquote {
|
|
1097
|
|
|
968
|
margin: 0 34px 0 34px;
|
|
1098
|
#content div.box blockquote
|
|
969
|
padding: 0 0 0 14px;
|
|
1099
|
{
|
|
970
|
border-left: 4px solid #DDDDDD;
|
|
1100
|
margin: 0 34px 0 34px;
|
|
971
|
color: #5f5f5f;
|
|
1101
|
padding: 0 0 0 14px;
|
|
972
|
font-size: 11px;
|
|
1102
|
border-left: 4px solid #DDDDDD;
|
|
973
|
line-height: 150%;
|
|
1103
|
color: #5f5f5f;
|
|
974
|
}
|
|
1104
|
font-size: 11px;
|
|
975
|
|
|
1105
|
line-height: 150%;
|
|
976
|
#content div.box blockquote p {
|
|
1106
|
}
|
|
977
|
margin: 10px 0 10px 0;
|
|
1107
|
|
|
978
|
padding: 0;
|
|
1108
|
#content div.box blockquote p
|
|
|
|
|
1109
|
{
|
|
|
|
|
1110
|
margin: 10px 0 10px 0;
|
|
|
|
|
1111
|
padding: 0;
|
|
|
|
|
1112
|
}
|
|
979
|
}
|
|
1113
|
|
|
980
|
|
|
1114
|
/*
|
|
981
|
/*
|
|
1115
|
content / right / box / lists
|
|
982
|
content / right / box / lists
|
|
1116
|
*/
|
|
983
|
*/
|
|
1117
|
|
|
984
|
#content div.box dl {
|
|
1118
|
#content div.box dl
|
|
985
|
margin: 10px 24px 10px 24px;
|
|
1119
|
{
|
|
986
|
}
|
|
1120
|
margin: 10px 24px 10px 24px;
|
|
987
|
|
|
1121
|
}
|
|
988
|
#content div.box dt {
|
|
1122
|
|
|
|
|
|
1123
|
#content div.box dt
|
|
|
|
|
1124
|
{
|
|
|
|
|
1125
|
margin: 0;
|
|
989
|
margin: 0;
|
|
1126
|
font-size: 12px;
|
|
990
|
font-size: 12px;
|
|
1127
|
}
|
|
991
|
}
|
|
1128
|
|
|
992
|
|
|
1129
|
#content div.box dd
|
|
993
|
#content div.box dd {
|
|
1130
|
{
|
|
|
|
|
1131
|
margin: 0;
|
|
994
|
margin: 0;
|
|
1132
|
padding: 8px 0 8px 15px;
|
|
995
|
padding: 8px 0 8px 15px;
|
|
1133
|
font-size: 12px;
|
|
996
|
font-size: 12px;
|
|
1134
|
}
|
|
997
|
}
|
|
1135
|
|
|
998
|
|
|
1136
|
#content div.box ul.left
|
|
999
|
#content div.box ul.left {
|
|
1137
|
{
|
|
1000
|
float: left;
|
|
1138
|
float: left;
|
|
1001
|
}
|
|
1139
|
}
|
|
1002
|
|
|
1140
|
|
|
1003
|
#content div.box ol.left {
|
|
1141
|
#content div.box ol.left
|
|
1004
|
float: left;
|
|
1142
|
{
|
|
1005
|
}
|
|
1143
|
float: left;
|
|
1006
|
|
|
1144
|
}
|
|
1007
|
#content div.box li {
|
|
1145
|
|
|
1008
|
padding: 4px 0 4px 0;
|
|
1146
|
#content div.box li
|
|
1009
|
font-size: 12px;
|
|
1147
|
{
|
|
1010
|
}
|
|
1148
|
padding: 4px 0 4px 0;
|
|
1011
|
|
|
1149
|
font-size: 12px;
|
|
1012
|
#content div.box ol.lower-roman,#content div.box ol.upper-roman {
|
|
1150
|
}
|
|
1013
|
margin: 10px 24px 10px 44px;
|
|
1151
|
|
|
1014
|
}
|
|
1152
|
#content div.box ol.lower-roman,
|
|
1015
|
|
|
1153
|
#content div.box ol.upper-roman
|
|
1016
|
#content div.box ol.lower-alpha,#content div.box ol.upper-alpha {
|
|
1154
|
{
|
|
1017
|
margin: 10px 24px 10px 44px;
|
|
1155
|
margin: 10px 24px 10px 44px;
|
|
1018
|
}
|
|
1156
|
}
|
|
1019
|
|
|
1157
|
|
|
1020
|
#content div.box ol.decimal {
|
|
1158
|
#content div.box ol.lower-alpha,
|
|
1021
|
margin: 10px 24px 10px 44px;
|
|
1159
|
#content div.box ol.upper-alpha
|
|
1022
|
}
|
|
1160
|
{
|
|
1023
|
|
|
1161
|
margin: 10px 24px 10px 44px;
|
|
1024
|
#content div.box ul.disc,#content div.box ul.circle {
|
|
1162
|
}
|
|
1025
|
margin: 10px 24px 10px 38px;
|
|
1163
|
|
|
1026
|
}
|
|
1164
|
#content div.box ol.decimal
|
|
1027
|
|
|
1165
|
{
|
|
1028
|
#content div.box ul.square {
|
|
1166
|
margin: 10px 24px 10px 44px;
|
|
1029
|
margin: 10px 24px 10px 40px;
|
|
1167
|
}
|
|
|
|
|
1168
|
|
|
|
|
|
1169
|
#content div.box ul.disc,
|
|
|
|
|
1170
|
#content div.box ul.circle
|
|
|
|
|
1171
|
{
|
|
|
|
|
1172
|
margin: 10px 24px 10px 38px;
|
|
|
|
|
1173
|
}
|
|
|
|
|
1174
|
|
|
|
|
|
1175
|
#content div.box ul.square
|
|
|
|
|
1176
|
{
|
|
|
|
|
1177
|
margin: 10px 24px 10px 40px;
|
|
|
|
|
1178
|
}
|
|
1030
|
}
|
|
1179
|
|
|
1031
|
|
|
1180
|
/*
|
|
1032
|
/*
|
|
1181
|
content / right / box / images
|
|
1033
|
content / right / box / images
|
|
1182
|
*/
|
|
1034
|
*/
|
|
1183
|
|
|
1035
|
#content div.box img.left {
|
|
1184
|
#content div.box img.left
|
|
1036
|
margin: 10px 10px 10px 0;
|
|
1185
|
{
|
|
|
|
|
1186
|
margin: 10px 10px 10px 0;
|
|
|
|
|
1187
|
border: none;
|
|
1037
|
border: none;
|
|
1188
|
float: left;
|
|
1038
|
float: left;
|
|
1189
|
}
|
|
1039
|
}
|
|
1190
|
|
|
1040
|
|
|
1191
|
#content div.box img.right
|
|
1041
|
#content div.box img.right {
|
|
1192
|
{
|
|
1042
|
margin: 10px 0 10px 10px;
|
|
1193
|
margin: 10px 0 10px 10px;
|
|
|
|
|
1194
|
border: none;
|
|
1043
|
border: none;
|
|
1195
|
float: right;
|
|
1044
|
float: right;
|
|
1196
|
}
|
|
1045
|
}
|
|
1197
|
|
|
1046
|
|
|
1198
|
/*
|
|
1047
|
/*
|
|
1199
|
content / right / box / messages
|
|
1048
|
content / right / box / messages
|
|
1200
|
*/
|
|
1049
|
*/
|
|
1201
|
|
|
1050
|
#content div.box div.messages {
|
|
1202
|
#content div.box div.messages
|
|
|
|
|
1203
|
{
|
|
|
|
|
1204
|
margin: 0 20px 0 20px;
|
|
1051
|
margin: 0 20px 0 20px;
|
|
1205
|
padding: 0;
|
|
1052
|
padding: 0;
|
|
1206
|
clear: both;
|
|
1053
|
clear: both;
|
|
1207
|
overflow: hidden;
|
|
1054
|
overflow: hidden;
|
|
1208
|
}
|
|
1055
|
}
|
|
1209
|
|
|
1056
|
|
|
1210
|
#content div.box div.message
|
|
1057
|
#content div.box div.message {
|
|
1211
|
{
|
|
|
|
|
1212
|
margin: 0 0 0px 0;
|
|
1058
|
margin: 0 0 0px 0;
|
|
1213
|
padding: 10px 0 10px 0;
|
|
1059
|
padding: 10px 0 10px 0;
|
|
1214
|
clear: both;
|
|
1060
|
clear: both;
|
|
1215
|
overflow: hidden;
|
|
1061
|
overflow: hidden;
|
|
1216
|
}
|
|
1062
|
}
|
|
1217
|
|
|
1063
|
|
|
1218
|
#content div.box div.message div.image
|
|
1064
|
#content div.box div.message div.image {
|
|
1219
|
{
|
|
|
|
|
1220
|
margin: 9px 0 0 5px;
|
|
1065
|
margin: 9px 0 0 5px;
|
|
1221
|
padding: 6px;
|
|
1066
|
padding: 6px;
|
|
1222
|
float: left;
|
|
1067
|
float: left;
|
|
1223
|
}
|
|
1068
|
}
|
|
1224
|
|
|
1069
|
|
|
1225
|
#content div.box div.message div.image img
|
|
1070
|
#content div.box div.message div.image img {
|
|
1226
|
{
|
|
1071
|
margin: 0;
|
|
1227
|
margin: 0;
|
|
1072
|
vertical-align: middle;
|
|
1228
|
vertical-align: middle;
|
|
1073
|
}
|
|
1229
|
}
|
|
1074
|
|
|
1230
|
|
|
1075
|
#content div.box div.message div.text {
|
|
1231
|
#content div.box div.message div.text
|
|
1076
|
margin: 0;
|
|
1232
|
{
|
|
1077
|
padding: 9px 6px 9px 6px;
|
|
1233
|
margin: 0;
|
|
1078
|
float: left;
|
|
1234
|
padding: 9px 6px 9px 6px;
|
|
1079
|
}
|
|
1235
|
float: left;
|
|
1080
|
|
|
1236
|
}
|
|
1081
|
#content div.box div.message div.dismiss {
|
|
1237
|
|
|
1082
|
margin: 0;
|
|
1238
|
#content div.box div.message div.dismiss
|
|
1083
|
padding: 0;
|
|
1239
|
{
|
|
1084
|
float: right;
|
|
1240
|
margin: 0;
|
|
1085
|
}
|
|
1241
|
padding: 0;
|
|
1086
|
|
|
1242
|
float: right;
|
|
1087
|
#content div.box div.message div.dismiss a {
|
|
1243
|
}
|
|
|
|
|
1244
|
|
|
|
|
|
1245
|
#content div.box div.message div.dismiss a
|
|
|
|
|
1246
|
{
|
|
|
|
|
1247
|
margin: 15px 14px 0 0;
|
|
1088
|
margin: 15px 14px 0 0;
|
|
1248
|
padding: 0;
|
|
1089
|
padding: 0;
|
|
1249
|
height: 16px;
|
|
1090
|
height: 16px;
|
|
@@
-1252,129
+1093,107
b' div.options a:hover'
|
|
1252
|
background: url("../images/icons/cross.png") no-repeat;
|
|
1093
|
background: url("../images/icons/cross.png") no-repeat;
|
|
1253
|
}
|
|
1094
|
}
|
|
1254
|
|
|
1095
|
|
|
1255
|
#content div.box div.message div.text h1,
|
|
1096
|
#content div.box div.message div.text h1,#content div.box div.message div.text h2,#content div.box div.message div.text h3,#content div.box div.message div.text h4,#content div.box div.message div.text h5,#content div.box div.message div.text h6
|
|
1256
|
#content div.box div.message div.text h2,
|
|
1097
|
{
|
|
1257
|
#content div.box div.message div.text h3,
|
|
1098
|
margin: 0;
|
|
1258
|
#content div.box div.message div.text h4,
|
|
1099
|
padding: 0px;
|
|
1259
|
#content div.box div.message div.text h5,
|
|
1100
|
border: none;
|
|
1260
|
#content div.box div.message div.text h6
|
|
1101
|
}
|
|
1261
|
{
|
|
1102
|
|
|
1262
|
margin: 0;
|
|
1103
|
#content div.box div.message div.text span {
|
|
1263
|
padding: 0px;
|
|
1104
|
margin: 0;
|
|
1264
|
border: none;
|
|
1105
|
padding: 5px 0 0 0;
|
|
1265
|
}
|
|
1106
|
height: 1%;
|
|
1266
|
|
|
1107
|
display: block;
|
|
1267
|
#content div.box div.message div.text span
|
|
1108
|
}
|
|
1268
|
{
|
|
1109
|
|
|
1269
|
margin: 0;
|
|
1110
|
#content div.box div.message-error {
|
|
1270
|
padding: 5px 0 0 0;
|
|
1111
|
height: 1%;
|
|
1271
|
height: 1%;
|
|
|
|
|
1272
|
display: block;
|
|
|
|
|
1273
|
}
|
|
|
|
|
1274
|
|
|
|
|
|
1275
|
#content div.box div.message-error
|
|
|
|
|
1276
|
{
|
|
|
|
|
1277
|
height: 1%;
|
|
|
|
|
1278
|
clear: both;
|
|
1112
|
clear: both;
|
|
1279
|
overflow: hidden;
|
|
1113
|
overflow: hidden;
|
|
1280
|
background: #FBE3E4;
|
|
1114
|
background: #FBE3E4;
|
|
1281
|
border: 1px solid #FBC2C4;
|
|
1115
|
border: 1px solid #FBC2C4;
|
|
1282
|
color: #860006;
|
|
1116
|
color: #860006;
|
|
1283
|
}
|
|
1117
|
}
|
|
1284
|
|
|
1118
|
|
|
1285
|
#content div.box div.message-error h6
|
|
1119
|
#content div.box div.message-error h6 {
|
|
1286
|
{
|
|
|
|
|
1287
|
color: #860006;
|
|
1120
|
color: #860006;
|
|
1288
|
}
|
|
1121
|
}
|
|
1289
|
|
|
1122
|
|
|
1290
|
#content div.box div.message-warning
|
|
1123
|
#content div.box div.message-warning {
|
|
1291
|
{
|
|
1124
|
height: 1%;
|
|
1292
|
height: 1%;
|
|
|
|
|
1293
|
clear: both;
|
|
1125
|
clear: both;
|
|
1294
|
overflow: hidden;
|
|
1126
|
overflow: hidden;
|
|
1295
|
background: #FFF6BF;
|
|
1127
|
background: #FFF6BF;
|
|
1296
|
border: 1px solid #FFD324;
|
|
1128
|
border: 1px solid #FFD324;
|
|
1297
|
color: #5f5200;
|
|
1129
|
color: #5f5200;
|
|
1298
|
}
|
|
1130
|
}
|
|
1299
|
|
|
1131
|
|
|
1300
|
#content div.box div.message-warning h6
|
|
1132
|
#content div.box div.message-warning h6 {
|
|
1301
|
{
|
|
1133
|
color: #5f5200;
|
|
1302
|
color: #5f5200;
|
|
1134
|
}
|
|
1303
|
}
|
|
1135
|
|
|
1304
|
|
|
1136
|
#content div.box div.message-notice {
|
|
1305
|
#content div.box div.message-notice
|
|
1137
|
height: 1%;
|
|
1306
|
{
|
|
|
|
|
1307
|
height: 1%;
|
|
|
|
|
1308
|
clear: both;
|
|
1138
|
clear: both;
|
|
1309
|
overflow: hidden;
|
|
1139
|
overflow: hidden;
|
|
1310
|
background: #8FBDE0;
|
|
1140
|
background: #8FBDE0;
|
|
1311
|
border: 1px solid #6BACDE;
|
|
1141
|
border: 1px solid #6BACDE;
|
|
1312
|
color: #003863;
|
|
1142
|
color: #003863;
|
|
1313
|
}
|
|
1143
|
}
|
|
1314
|
|
|
1144
|
|
|
1315
|
#content div.box div.message-notice h6
|
|
1145
|
#content div.box div.message-notice h6 {
|
|
1316
|
{
|
|
1146
|
color: #003863;
|
|
1317
|
color: #003863;
|
|
1147
|
}
|
|
1318
|
}
|
|
1148
|
|
|
1319
|
|
|
1149
|
#content div.box div.message-success {
|
|
1320
|
#content div.box div.message-success
|
|
1150
|
height: 1%;
|
|
1321
|
{
|
|
|
|
|
1322
|
height: 1%;
|
|
|
|
|
1323
|
clear: both;
|
|
1151
|
clear: both;
|
|
1324
|
overflow: hidden;
|
|
1152
|
overflow: hidden;
|
|
1325
|
background: #E6EFC2;
|
|
1153
|
background: #E6EFC2;
|
|
1326
|
border: 1px solid #C6D880;
|
|
1154
|
border: 1px solid #C6D880;
|
|
1327
|
color: #4e6100;
|
|
1155
|
color: #4e6100;
|
|
1328
|
}
|
|
1156
|
}
|
|
1329
|
|
|
1157
|
|
|
1330
|
#content div.box div.message-success h6
|
|
1158
|
#content div.box div.message-success h6 {
|
|
1331
|
{
|
|
1159
|
color: #4e6100;
|
|
1332
|
color: #4e6100;
|
|
|
|
|
1333
|
}
|
|
1160
|
}
|
|
1334
|
|
|
1161
|
|
|
1335
|
/*
|
|
1162
|
/*
|
|
1336
|
content / right / box / forms
|
|
1163
|
content / right / box / forms
|
|
1337
|
*/
|
|
1164
|
*/
|
|
1338
|
|
|
1165
|
#content div.box div.form {
|
|
1339
|
#content div.box div.form
|
|
|
|
|
1340
|
{
|
|
|
|
|
1341
|
margin: 0;
|
|
1166
|
margin: 0;
|
|
1342
|
padding: 0 20px 10px 20px;
|
|
1167
|
padding: 0 20px 10px 20px;
|
|
1343
|
clear: both;
|
|
1168
|
clear: both;
|
|
1344
|
overflow: hidden;
|
|
1169
|
overflow: hidden;
|
|
1345
|
}
|
|
1170
|
}
|
|
1346
|
|
|
1171
|
|
|
1347
|
#content div.box div.form div.fields
|
|
1172
|
#content div.box div.form div.fields {
|
|
1348
|
{
|
|
|
|
|
1349
|
margin: 0;
|
|
1173
|
margin: 0;
|
|
1350
|
padding: 0;
|
|
1174
|
padding: 0;
|
|
1351
|
clear: both;
|
|
1175
|
clear: both;
|
|
1352
|
overflow: hidden;
|
|
1176
|
overflow: hidden;
|
|
1353
|
}
|
|
1177
|
}
|
|
1354
|
|
|
1178
|
|
|
1355
|
#content div.box div.form div.fields div.field
|
|
1179
|
#content div.box div.form div.fields div.field {
|
|
1356
|
{
|
|
|
|
|
1357
|
margin: 0;
|
|
1180
|
margin: 0;
|
|
1358
|
padding: 10px 0 10px 0;
|
|
1181
|
padding: 10px 0 10px 0;
|
|
1359
|
height: 1%;
|
|
1182
|
height: 1%;
|
|
1360
|
border-bottom: 1px solid #DDDDDD;
|
|
1183
|
border-bottom: 1px solid #DDDDDD;
|
|
1361
|
clear: both;
|
|
1184
|
clear: both;
|
|
1362
|
overflow: hidden;
|
|
1185
|
overflow: hidden;
|
|
1363
|
}
|
|
1186
|
}
|
|
1364
|
|
|
1187
|
|
|
1365
|
#content div.box div.form div.fields div.field-first
|
|
1188
|
#content div.box div.form div.fields div.field-first {
|
|
1366
|
{
|
|
1189
|
padding: 0 0 10px 0;
|
|
1367
|
padding: 0 0 10px 0;
|
|
1190
|
}
|
|
1368
|
}
|
|
1191
|
|
|
1369
|
|
|
1192
|
#content div.box div.form div.fields div.field-noborder {
|
|
1370
|
#content div.box div.form div.fields div.field-noborder
|
|
1193
|
border-bottom: 0px !important;
|
|
1371
|
{
|
|
1194
|
}
|
|
1372
|
border-bottom: 0px !important;
|
|
1195
|
|
|
1373
|
}
|
|
1196
|
#content div.box div.form div.fields div.field span.error-message {
|
|
1374
|
|
|
|
|
|
1375
|
|
|
|
|
|
1376
|
#content div.box div.form div.fields div.field span.error-message
|
|
|
|
|
1377
|
{
|
|
|
|
|
1378
|
margin: 8px 0 0 0;
|
|
1197
|
margin: 8px 0 0 0;
|
|
1379
|
padding: 0;
|
|
1198
|
padding: 0;
|
|
1380
|
height: 1%;
|
|
1199
|
height: 1%;
|
|
@@
-1382,8
+1201,7
b' div.options a:hover'
|
|
1382
|
color: #FF0000;
|
|
1201
|
color: #FF0000;
|
|
1383
|
}
|
|
1202
|
}
|
|
1384
|
|
|
1203
|
|
|
1385
|
#content div.box div.form div.fields div.field span.success
|
|
1204
|
#content div.box div.form div.fields div.field span.success {
|
|
1386
|
{
|
|
|
|
|
1387
|
margin: 8px 0 0 0;
|
|
1205
|
margin: 8px 0 0 0;
|
|
1388
|
padding: 0;
|
|
1206
|
padding: 0;
|
|
1389
|
height: 1%;
|
|
1207
|
height: 1%;
|
|
@@
-1394,9
+1212,7
b' div.options a:hover'
|
|
1394
|
/*
|
|
1212
|
/*
|
|
1395
|
content / right / forms / labels
|
|
1213
|
content / right / forms / labels
|
|
1396
|
*/
|
|
1214
|
*/
|
|
1397
|
|
|
1215
|
#content div.box div.form div.fields div.field div.label {
|
|
1398
|
#content div.box div.form div.fields div.field div.label
|
|
|
|
|
1399
|
{
|
|
|
|
|
1400
|
left: 310px;
|
|
1216
|
left: 310px;
|
|
1401
|
margin: 0;
|
|
1217
|
margin: 0;
|
|
1402
|
padding: 8px 0 0 5px;
|
|
1218
|
padding: 8px 0 0 5px;
|
|
@@
-1404,79
+1220,64
b' div.options a:hover'
|
|
1404
|
position: absolute;
|
|
1220
|
position: absolute;
|
|
1405
|
}
|
|
1221
|
}
|
|
1406
|
|
|
1222
|
|
|
1407
|
#content div.box-left div.form div.fields div.field div.label,
|
|
1223
|
#content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label
|
|
1408
|
#content div.box-right div.form div.fields div.field div.label
|
|
1224
|
{
|
|
1409
|
{
|
|
1225
|
left: 0;
|
|
1410
|
left: 0;
|
|
1226
|
margin: 0;
|
|
1411
|
margin: 0;
|
|
1227
|
padding: 0 0 8px 0;
|
|
1412
|
padding: 0 0 8px 0;
|
|
1228
|
width: auto;
|
|
1413
|
width: auto;
|
|
1229
|
position: relative;
|
|
1414
|
position: relative;
|
|
1230
|
clear: both;
|
|
1415
|
clear: both;
|
|
1231
|
overflow: hidden;
|
|
1416
|
overflow: hidden;
|
|
|
|
|
1417
|
|
|
|
|
|
1418
|
}
|
|
1232
|
}
|
|
1419
|
|
|
1233
|
|
|
1420
|
/*
|
|
1234
|
/*
|
|
1421
|
content / right / forms / label (select)
|
|
1235
|
content / right / forms / label (select)
|
|
1422
|
*/
|
|
1236
|
*/
|
|
1423
|
|
|
1237
|
#content div.box div.form div.fields div.field div.label-select {
|
|
1424
|
#content div.box div.form div.fields div.field div.label-select
|
|
|
|
|
1425
|
{
|
|
|
|
|
1426
|
padding: 2px 0 0 5px;
|
|
1238
|
padding: 2px 0 0 5px;
|
|
1427
|
}
|
|
1239
|
}
|
|
1428
|
|
|
1240
|
|
|
1429
|
#content div.box-left div.form div.fields div.field div.label-select,
|
|
1241
|
#content div.box-left div.form div.fields div.field div.label-select,#content div.box-right div.form div.fields div.field div.label-select
|
|
1430
|
#content div.box-right div.form div.fields div.field div.label-select
|
|
1242
|
{
|
|
1431
|
{
|
|
|
|
|
1432
|
padding: 0 0 8px 0;
|
|
1243
|
padding: 0 0 8px 0;
|
|
1433
|
}
|
|
1244
|
}
|
|
1434
|
|
|
1245
|
|
|
1435
|
/*
|
|
1246
|
/*
|
|
1436
|
content / right / forms / label (checkbox)
|
|
1247
|
content / right / forms / label (checkbox)
|
|
1437
|
*/
|
|
1248
|
*/
|
|
1438
|
|
|
1249
|
#content div.box div.form div.fields div.field div.label-checkbox {
|
|
1439
|
#content div.box div.form div.fields div.field div.label-checkbox
|
|
1250
|
padding: 0 0 0 5px !important;
|
|
1440
|
{
|
|
|
|
|
1441
|
padding:0 0 0 5px !important;
|
|
|
|
|
1442
|
}
|
|
1251
|
}
|
|
1443
|
|
|
1252
|
|
|
1444
|
/*
|
|
1253
|
/*
|
|
1445
|
content / right / forms / label (radio)
|
|
1254
|
content / right / forms / label (radio)
|
|
1446
|
*/
|
|
1255
|
*/
|
|
1447
|
|
|
1256
|
#content div.box div.form div.fields div.field div.label-radio {
|
|
1448
|
#content div.box div.form div.fields div.field div.label-radio
|
|
1257
|
padding: 0 0 0 5px !important;
|
|
1449
|
{
|
|
|
|
|
1450
|
padding:0 0 0 5px !important;
|
|
|
|
|
1451
|
}
|
|
1258
|
}
|
|
1452
|
|
|
1259
|
|
|
1453
|
/*
|
|
1260
|
/*
|
|
1454
|
content / right / forms / label (textarea)
|
|
1261
|
content / right / forms / label (textarea)
|
|
1455
|
*/
|
|
1262
|
*/
|
|
1456
|
|
|
1263
|
#content div.box div.form div.fields div.field div.label-textarea {
|
|
1457
|
#content div.box div.form div.fields div.field div.label-textarea
|
|
1264
|
padding: 0 0 0 5px !important;
|
|
1458
|
{
|
|
1265
|
}
|
|
1459
|
padding:0 0 0 5px !important;
|
|
1266
|
|
|
1460
|
}
|
|
1267
|
#content div.box-left div.form div.fields div.field div.label-textarea,#content div.box-right div.form div.fields div.field div.label-textarea
|
|
1461
|
|
|
1268
|
{
|
|
1462
|
#content div.box-left div.form div.fields div.field div.label-textarea,
|
|
|
|
|
1463
|
#content div.box-right div.form div.fields div.field div.label-textarea
|
|
|
|
|
1464
|
{
|
|
|
|
|
1465
|
padding: 0 0 8px 0 !important;
|
|
1269
|
padding: 0 0 8px 0 !important;
|
|
1466
|
}
|
|
1270
|
}
|
|
1467
|
|
|
1271
|
|
|
1468
|
/*
|
|
1272
|
/*
|
|
1469
|
content / right / forms / labels (label)
|
|
1273
|
content / right / forms / labels (label)
|
|
1470
|
*/
|
|
1274
|
*/
|
|
1471
|
|
|
1275
|
#content div.box div.form div.fields div.field div.label label {
|
|
1472
|
#content div.box div.form div.fields div.field div.label label
|
|
1276
|
color: #393939;
|
|
1473
|
{
|
|
1277
|
font-weight: bold;
|
|
1474
|
color: #393939;
|
|
1278
|
}
|
|
1475
|
font-weight: bold;
|
|
1279
|
|
|
1476
|
}
|
|
1280
|
#content div.box div.form div.fields div.field div.label span {
|
|
1477
|
|
|
|
|
|
1478
|
#content div.box div.form div.fields div.field div.label span
|
|
|
|
|
1479
|
{
|
|
|
|
|
1480
|
margin: 0;
|
|
1281
|
margin: 0;
|
|
1481
|
padding: 2px 0 0 0;
|
|
1282
|
padding: 2px 0 0 0;
|
|
1482
|
height: 1%;
|
|
1283
|
height: 1%;
|
|
@@
-1487,84
+1288,73
b' div.options a:hover'
|
|
1487
|
/*
|
|
1288
|
/*
|
|
1488
|
content / right / forms / input
|
|
1289
|
content / right / forms / input
|
|
1489
|
*/
|
|
1290
|
*/
|
|
1490
|
|
|
1291
|
#content div.box div.form div.fields div.field div.input {
|
|
1491
|
#content div.box div.form div.fields div.field div.input
|
|
|
|
|
1492
|
{
|
|
|
|
|
1493
|
margin: 0 0 0 200px;
|
|
1292
|
margin: 0 0 0 200px;
|
|
1494
|
padding: 0;
|
|
1293
|
padding: 0;
|
|
1495
|
}
|
|
1294
|
}
|
|
1496
|
|
|
1295
|
|
|
1497
|
#content div.box-left div.form div.fields div.field div.input,
|
|
1296
|
#content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
|
|
1498
|
#content div.box-right div.form div.fields div.field div.input
|
|
1297
|
{
|
|
1499
|
{
|
|
1298
|
margin: 0;
|
|
1500
|
margin: 0;
|
|
1299
|
padding: 7px 7px 6px 7px;
|
|
1501
|
padding: 7px 7px 6px 7px;
|
|
1300
|
clear: both;
|
|
1502
|
clear: both;
|
|
1301
|
overflow: hidden;
|
|
1503
|
overflow: hidden;
|
|
1302
|
border-top: 1px solid #b3b3b3;
|
|
1504
|
border-top: 1px solid #b3b3b3;
|
|
1303
|
border-left: 1px solid #b3b3b3;
|
|
1505
|
border-left: 1px solid #b3b3b3;
|
|
1304
|
border-right: 1px solid #eaeaea;
|
|
1506
|
border-right: 1px solid #eaeaea;
|
|
1305
|
border-bottom: 1px solid #eaeaea;
|
|
1507
|
border-bottom: 1px solid #eaeaea;
|
|
1306
|
}
|
|
1508
|
|
|
1307
|
|
|
1509
|
}
|
|
1308
|
#content div.box div.form div.fields div.field div.input input {
|
|
1510
|
|
|
1309
|
margin: 0;
|
|
1511
|
#content div.box div.form div.fields div.field div.input input
|
|
1310
|
padding: 7px 7px 6px 7px;
|
|
1512
|
{
|
|
1311
|
background: #FFFFFF;
|
|
1513
|
margin: 0;
|
|
1312
|
border-top: 1px solid #b3b3b3;
|
|
1514
|
padding: 7px 7px 6px 7px;
|
|
1313
|
border-left: 1px solid #b3b3b3;
|
|
1515
|
background: #FFFFFF;
|
|
1314
|
border-right: 1px solid #eaeaea;
|
|
1516
|
border-top: 1px solid #b3b3b3;
|
|
1315
|
border-bottom: 1px solid #eaeaea;
|
|
1517
|
border-left: 1px solid #b3b3b3;
|
|
1316
|
color: #000000;
|
|
1518
|
border-right: 1px solid #eaeaea;
|
|
1317
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular,
|
|
1519
|
border-bottom: 1px solid #eaeaea;
|
|
1318
|
Lucida Sans Unicode, Arial, sans-serif;
|
|
1520
|
color: #000000;
|
|
|
|
|
1521
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
|
|
|
|
|
1522
|
font-size: 11px;
|
|
1319
|
font-size: 11px;
|
|
1523
|
float: left;
|
|
1320
|
float: left;
|
|
1524
|
}
|
|
1321
|
}
|
|
1525
|
|
|
1322
|
|
|
1526
|
#content div.box-left div.form div.fields div.field div.input input,
|
|
1323
|
#content div.box-left div.form div.fields div.field div.input input,#content div.box-right div.form div.fields div.field div.input input
|
|
1527
|
#content div.box-right div.form div.fields div.field div.input input
|
|
1324
|
{
|
|
1528
|
{
|
|
|
|
|
1529
|
width: 100%;
|
|
1325
|
width: 100%;
|
|
1530
|
padding: 0;
|
|
1326
|
padding: 0;
|
|
1531
|
border: none;
|
|
1327
|
border: none;
|
|
1532
|
}
|
|
1328
|
}
|
|
1533
|
|
|
1329
|
|
|
1534
|
#content div.box div.form div.fields div.field div.input input.small
|
|
1330
|
#content div.box div.form div.fields div.field div.input input.small {
|
|
1535
|
{
|
|
1331
|
width: 30%;
|
|
1536
|
width: 30%;
|
|
1332
|
}
|
|
1537
|
}
|
|
1333
|
|
|
1538
|
|
|
1334
|
#content div.box div.form div.fields div.field div.input input.medium {
|
|
1539
|
#content div.box div.form div.fields div.field div.input input.medium
|
|
1335
|
width: 55%;
|
|
1540
|
{
|
|
1336
|
}
|
|
1541
|
width: 55%;
|
|
1337
|
|
|
1542
|
}
|
|
1338
|
#content div.box div.form div.fields div.field div.input input.large {
|
|
1543
|
|
|
1339
|
width: 85%;
|
|
1544
|
#content div.box div.form div.fields div.field div.input input.large
|
|
1340
|
}
|
|
1545
|
{
|
|
1341
|
|
|
1546
|
width: 85%;
|
|
1342
|
#content div.box div.form div.fields div.field div.input input.date {
|
|
1547
|
}
|
|
1343
|
width: 177px;
|
|
1548
|
|
|
1344
|
}
|
|
1549
|
#content div.box div.form div.fields div.field div.input input.date
|
|
1345
|
|
|
1550
|
{
|
|
1346
|
#content div.box div.form div.fields div.field div.input input.button {
|
|
1551
|
width: 177px;
|
|
1347
|
margin: 0;
|
|
1552
|
}
|
|
1348
|
padding: 4px 8px 4px 8px;
|
|
1553
|
|
|
1349
|
background: #D4D0C8;
|
|
1554
|
#content div.box div.form div.fields div.field div.input input.button
|
|
1350
|
border-top: 1px solid #FFFFFF;
|
|
1555
|
{
|
|
1351
|
border-left: 1px solid #FFFFFF;
|
|
1556
|
margin: 0;
|
|
1352
|
border-right: 1px solid #404040;
|
|
1557
|
padding: 4px 8px 4px 8px;
|
|
1353
|
border-bottom: 1px solid #404040;
|
|
1558
|
background: #D4D0C8;
|
|
1354
|
color: #000000;
|
|
1559
|
border-top: 1px solid #FFFFFF;
|
|
1355
|
}
|
|
1560
|
border-left: 1px solid #FFFFFF;
|
|
1356
|
|
|
1561
|
border-right: 1px solid #404040;
|
|
1357
|
#content div.box div.form div.fields div.field div.input input.error {
|
|
1562
|
border-bottom: 1px solid #404040;
|
|
|
|
|
1563
|
color: #000000;
|
|
|
|
|
1564
|
}
|
|
|
|
|
1565
|
|
|
|
|
|
1566
|
#content div.box div.form div.fields div.field div.input input.error
|
|
|
|
|
1567
|
{
|
|
|
|
|
1568
|
background: #FBE3E4;
|
|
1358
|
background: #FBE3E4;
|
|
1569
|
border-top: 1px solid #e1b2b3;
|
|
1359
|
border-top: 1px solid #e1b2b3;
|
|
1570
|
border-left: 1px solid #e1b2b3;
|
|
1360
|
border-left: 1px solid #e1b2b3;
|
|
@@
-1572,8
+1362,7
b' div.options a:hover'
|
|
1572
|
border-bottom: 1px solid #FBC2C4;
|
|
1362
|
border-bottom: 1px solid #FBC2C4;
|
|
1573
|
}
|
|
1363
|
}
|
|
1574
|
|
|
1364
|
|
|
1575
|
#content div.box div.form div.fields div.field div.input input.success
|
|
1365
|
#content div.box div.form div.fields div.field div.input input.success {
|
|
1576
|
{
|
|
|
|
|
1577
|
background: #E6EFC2;
|
|
1366
|
background: #E6EFC2;
|
|
1578
|
border-top: 1px solid #cebb98;
|
|
1367
|
border-top: 1px solid #cebb98;
|
|
1579
|
border-left: 1px solid #cebb98;
|
|
1368
|
border-left: 1px solid #cebb98;
|
|
@@
-1582,123
+1371,115
b' div.options a:hover'
|
|
1582
|
}
|
|
1371
|
}
|
|
1583
|
|
|
1372
|
|
|
1584
|
#content div.box div.form div.fields div.field div.input img.ui-datepicker-trigger
|
|
1373
|
#content div.box div.form div.fields div.field div.input img.ui-datepicker-trigger
|
|
1585
|
{
|
|
1374
|
{
|
|
1586
|
margin: 0 0 0 6px;
|
|
1375
|
margin: 0 0 0 6px;
|
|
1587
|
}
|
|
1376
|
}
|
|
1588
|
|
|
1377
|
|
|
1589
|
/*
|
|
1378
|
/*
|
|
1590
|
content / right / forms / input (file styling)
|
|
1379
|
content / right / forms / input (file styling)
|
|
1591
|
*/
|
|
1380
|
*/
|
|
1592
|
|
|
|
|
|
1593
|
#content div.box div.form div.fields div.field div.input a.ui-input-file
|
|
1381
|
#content div.box div.form div.fields div.field div.input a.ui-input-file
|
|
1594
|
{
|
|
1382
|
{
|
|
1595
|
margin: 0 0 0 6px;
|
|
1383
|
margin: 0 0 0 6px;
|
|
1596
|
padding: 0;
|
|
1384
|
padding: 0;
|
|
1597
|
width: 28px;
|
|
1385
|
width: 28px;
|
|
1598
|
height: 28px;
|
|
1386
|
height: 28px;
|
|
1599
|
display: inline;
|
|
1387
|
display: inline;
|
|
1600
|
position: absolute;
|
|
1388
|
position: absolute;
|
|
1601
|
overflow: hidden;
|
|
1389
|
overflow: hidden;
|
|
1602
|
cursor: pointer;
|
|
1390
|
cursor: pointer;
|
|
1603
|
background: #e5e3e3 url("../images/button_browse.png") no-repeat;
|
|
1391
|
background: #e5e3e3 url("../images/button_browse.png") no-repeat;
|
|
1604
|
border: none;
|
|
1392
|
border: none;
|
|
1605
|
text-decoration: none;
|
|
1393
|
text-decoration: none;
|
|
1606
|
}
|
|
1394
|
}
|
|
1607
|
|
|
1395
|
|
|
1608
|
#content div.box div.form div.fields div.field div.input a:hover.ui-input-file
|
|
1396
|
#content div.box div.form div.fields div.field div.input a:hover.ui-input-file
|
|
1609
|
{
|
|
1397
|
{
|
|
1610
|
background: #e5e3e3 url("../images/button_browse_selected.png") no-repeat;
|
|
1398
|
background: #e5e3e3 url("../images/button_browse_selected.png")
|
|
|
|
|
1399
|
no-repeat;
|
|
1611
|
}
|
|
1400
|
}
|
|
1612
|
|
|
1401
|
|
|
1613
|
/*
|
|
1402
|
/*
|
|
1614
|
content / right / forms / textarea
|
|
1403
|
content / right / forms / textarea
|
|
1615
|
*/
|
|
1404
|
*/
|
|
1616
|
|
|
1405
|
#content div.box div.form div.fields div.field div.textarea {
|
|
1617
|
#content div.box div.form div.fields div.field div.textarea
|
|
|
|
|
1618
|
{
|
|
|
|
|
1619
|
margin: 0 0 0 200px;
|
|
1406
|
margin: 0 0 0 200px;
|
|
1620
|
padding: 10px;
|
|
1407
|
padding: 10px;
|
|
1621
|
border-top: 1px solid #b3b3b3;
|
|
1408
|
border-top: 1px solid #b3b3b3;
|
|
1622
|
border-left: 1px solid #b3b3b3;
|
|
1409
|
border-left: 1px solid #b3b3b3;
|
|
1623
|
border-right: 1px solid #eaeaea;
|
|
1410
|
border-right: 1px solid #eaeaea;
|
|
1624
|
border-bottom: 1px solid #eaeaea;
|
|
1411
|
border-bottom: 1px solid #eaeaea;
|
|
1625
|
}
|
|
1412
|
}
|
|
1626
|
|
|
1413
|
|
|
1627
|
#content div.box div.form div.fields div.field div.textarea-editor
|
|
1414
|
#content div.box div.form div.fields div.field div.textarea-editor {
|
|
1628
|
{
|
|
|
|
|
1629
|
padding: 0;
|
|
1415
|
padding: 0;
|
|
1630
|
border: 1px solid #dddddd;
|
|
1416
|
border: 1px solid #dddddd;
|
|
1631
|
}
|
|
1417
|
}
|
|
1632
|
|
|
1418
|
|
|
1633
|
#content div.box-left div.form div.fields div.field div.textarea,
|
|
1419
|
#content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea
|
|
1634
|
#content div.box-right div.form div.fields div.field div.textarea
|
|
1420
|
{
|
|
1635
|
{
|
|
|
|
|
1636
|
margin: 0;
|
|
1421
|
margin: 0;
|
|
1637
|
}
|
|
1422
|
}
|
|
1638
|
|
|
1423
|
|
|
1639
|
#content div.box div.form div.fields div.field div.textarea textarea
|
|
1424
|
#content div.box div.form div.fields div.field div.textarea textarea {
|
|
1640
|
{
|
|
1425
|
margin: 0;
|
|
1641
|
margin: 0;
|
|
1426
|
padding: 0;
|
|
1642
|
padding: 0;
|
|
|
|
|
1643
|
width: 100%;
|
|
1427
|
width: 100%;
|
|
1644
|
height: 220px;
|
|
1428
|
height: 220px;
|
|
1645
|
overflow: hidden;
|
|
1429
|
overflow: hidden;
|
|
1646
|
background: #FFFFFF;
|
|
1430
|
background: #FFFFFF;
|
|
1647
|
border-width: 0;
|
|
1431
|
border-width: 0;
|
|
1648
|
color: #000000;
|
|
1432
|
color: #000000;
|
|
1649
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
|
|
1433
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular,
|
|
|
|
|
1434
|
Lucida Sans Unicode, Arial, sans-serif;
|
|
1650
|
font-size: 11px;
|
|
1435
|
font-size: 11px;
|
|
1651
|
outline: none;
|
|
1436
|
outline: none;
|
|
1652
|
}
|
|
1437
|
}
|
|
1653
|
|
|
1438
|
|
|
1654
|
#content div.box-left div.form div.fields div.field div.textarea textarea,
|
|
1439
|
#content div.box-left div.form div.fields div.field div.textarea textarea,#content div.box-right div.form div.fields div.field div.textarea textarea
|
|
1655
|
#content div.box-right div.form div.fields div.field div.textarea textarea
|
|
1440
|
{
|
|
1656
|
{
|
|
|
|
|
1657
|
width: 100%;
|
|
1441
|
width: 100%;
|
|
1658
|
height: 100px;
|
|
1442
|
height: 100px;
|
|
1659
|
}
|
|
1443
|
}
|
|
1660
|
|
|
1444
|
|
|
1661
|
#content div.box div.form div.fields div.field div.textarea textarea.error
|
|
1445
|
#content div.box div.form div.fields div.field div.textarea textarea.error
|
|
1662
|
{
|
|
1446
|
{
|
|
1663
|
padding: 3px 10px 10px 23px;
|
|
1447
|
padding: 3px 10px 10px 23px;
|
|
1664
|
background-color: #FBE3E4;
|
|
1448
|
background-color: #FBE3E4;
|
|
1665
|
background-image: url("../../../resources/images/icons/exclamation.png");
|
|
1449
|
background-image: url("../../../resources/images/icons/exclamation.png");
|
|
1666
|
background-repeat: no-repeat;
|
|
1450
|
background-repeat: no-repeat;
|
|
1667
|
background-position: 3px 3px;
|
|
1451
|
background-position: 3px 3px;
|
|
1668
|
border: 1px solid #FBC2C4;
|
|
1452
|
border: 1px solid #FBC2C4;
|
|
1669
|
}
|
|
1453
|
}
|
|
1670
|
|
|
1454
|
|
|
1671
|
#content div.box div.form div.fields div.field div.textarea textarea.success
|
|
1455
|
#content div.box div.form div.fields div.field div.textarea textarea.success
|
|
1672
|
{
|
|
1456
|
{
|
|
1673
|
padding: 3px 10px 10px 23px;
|
|
1457
|
padding: 3px 10px 10px 23px;
|
|
1674
|
background-color: #E6EFC2;
|
|
1458
|
background-color: #E6EFC2;
|
|
1675
|
background-image: url("../../../resources/images/icons/accept.png");
|
|
1459
|
background-image: url("../../../resources/images/icons/accept.png");
|
|
1676
|
background-repeat: no-repeat;
|
|
1460
|
background-repeat: no-repeat;
|
|
1677
|
background-position: 3px 3px;
|
|
1461
|
background-position: 3px 3px;
|
|
1678
|
border: 1px solid #C6D880;
|
|
1462
|
border: 1px solid #C6D880;
|
|
1679
|
}
|
|
1463
|
}
|
|
1680
|
|
|
1464
|
|
|
1681
|
/*
|
|
1465
|
/*
|
|
1682
|
content / right / forms / textarea (tinymce editor)
|
|
1466
|
content / right / forms / textarea (tinymce editor)
|
|
1683
|
*/
|
|
1467
|
*/
|
|
1684
|
|
|
1468
|
#content div.box div.form div.fields div.field div.textarea table {
|
|
1685
|
#content div.box div.form div.fields div.field div.textarea table
|
|
|
|
|
1686
|
{
|
|
|
|
|
1687
|
margin: 0;
|
|
1469
|
margin: 0;
|
|
1688
|
padding: 0;
|
|
1470
|
padding: 0;
|
|
1689
|
width: 100%;
|
|
1471
|
width: 100%;
|
|
1690
|
border: none;
|
|
1472
|
border: none;
|
|
1691
|
}
|
|
1473
|
}
|
|
1692
|
|
|
1474
|
|
|
1693
|
#content div.box div.form div.fields div.field div.textarea table td
|
|
1475
|
#content div.box div.form div.fields div.field div.textarea table td {
|
|
1694
|
{
|
|
|
|
|
1695
|
padding: 0;
|
|
1476
|
padding: 0;
|
|
1696
|
background: #DDDDDD;
|
|
1477
|
background: #DDDDDD;
|
|
1697
|
border: none;
|
|
1478
|
border: none;
|
|
1698
|
}
|
|
1479
|
}
|
|
1699
|
|
|
1480
|
|
|
1700
|
#content div.box div.form div.fields div.field div.textarea table td table
|
|
1481
|
#content div.box div.form div.fields div.field div.textarea table td table
|
|
1701
|
{
|
|
1482
|
{
|
|
1702
|
margin: 0;
|
|
1483
|
margin: 0;
|
|
1703
|
padding: 0;
|
|
1484
|
padding: 0;
|
|
1704
|
width: auto;
|
|
1485
|
width: auto;
|
|
@@
-1706,95
+1487,84
b' div.options a:hover'
|
|
1706
|
}
|
|
1487
|
}
|
|
1707
|
|
|
1488
|
|
|
1708
|
#content div.box div.form div.fields div.field div.textarea table td table td
|
|
1489
|
#content div.box div.form div.fields div.field div.textarea table td table td
|
|
1709
|
{
|
|
1490
|
{
|
|
1710
|
padding: 5px 5px 5px 0;
|
|
1491
|
padding: 5px 5px 5px 0;
|
|
1711
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
|
|
1492
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular,
|
|
|
|
|
1493
|
Lucida Sans Unicode, Arial, sans-serif;
|
|
1712
|
font-size: 11px;
|
|
1494
|
font-size: 11px;
|
|
1713
|
}
|
|
1495
|
}
|
|
1714
|
|
|
1496
|
|
|
1715
|
#content div.box div.form div.fields div.field div.textarea table td table td a
|
|
1497
|
#content div.box div.form div.fields div.field div.textarea table td table td a
|
|
1716
|
{
|
|
1498
|
{
|
|
1717
|
border: none;
|
|
1499
|
border: none;
|
|
1718
|
}
|
|
1500
|
}
|
|
1719
|
|
|
1501
|
|
|
1720
|
#content div.box div.form div.fields div.field div.textarea table td table td a.mceButtonActive
|
|
1502
|
#content div.box div.form div.fields div.field div.textarea table td table td a.mceButtonActive
|
|
1721
|
{
|
|
1503
|
{
|
|
1722
|
background: #b1b1b1;
|
|
1504
|
background: #b1b1b1;
|
|
1723
|
}
|
|
1505
|
}
|
|
1724
|
|
|
1506
|
|
|
1725
|
/*
|
|
1507
|
/*
|
|
1726
|
content / right / forms / select
|
|
1508
|
content / right / forms / select
|
|
1727
|
*/
|
|
1509
|
*/
|
|
1728
|
|
|
1510
|
#content div.box div.form div.fields div.field div.select {
|
|
1729
|
#content div.box div.form div.fields div.field div.select
|
|
|
|
|
1730
|
{
|
|
|
|
|
1731
|
margin: 0 0 0 200px;
|
|
1511
|
margin: 0 0 0 200px;
|
|
1732
|
padding: 0;
|
|
1512
|
padding: 0;
|
|
1733
|
}
|
|
1513
|
}
|
|
1734
|
|
|
1514
|
|
|
1735
|
#content div.box div.form div.fields div.field div.select a:hover
|
|
1515
|
#content div.box div.form div.fields div.field div.select a:hover {
|
|
1736
|
{
|
|
1516
|
color: #000000;
|
|
1737
|
color: #000000;
|
|
1517
|
text-decoration: none;
|
|
1738
|
text-decoration: none;
|
|
1518
|
}
|
|
1739
|
}
|
|
1519
|
|
|
1740
|
|
|
1520
|
#content div.box div.form div.fields div.field div.select select {
|
|
1741
|
#content div.box div.form div.fields div.field div.select select
|
|
1521
|
margin: 0;
|
|
1742
|
{
|
|
|
|
|
1743
|
margin: 0;
|
|
|
|
|
1744
|
}
|
|
1522
|
}
|
|
1745
|
|
|
1523
|
|
|
1746
|
/*
|
|
1524
|
/*
|
|
1747
|
content / right / forms / select (jquery styling)
|
|
1525
|
content / right / forms / select (jquery styling)
|
|
1748
|
*/
|
|
1526
|
*/
|
|
1749
|
|
|
|
|
|
1750
|
#content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus
|
|
1527
|
#content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus
|
|
1751
|
{
|
|
1528
|
{
|
|
1752
|
border: 1px solid #666666;
|
|
1529
|
border: 1px solid #666666;
|
|
1753
|
}
|
|
1530
|
}
|
|
1754
|
|
|
1531
|
|
|
1755
|
#content div.box div.form div.fields div.field div.select a.ui-selectmenu
|
|
1532
|
#content div.box div.form div.fields div.field div.select a.ui-selectmenu
|
|
1756
|
{
|
|
1533
|
{
|
|
1757
|
color: #565656;
|
|
1534
|
color: #565656;
|
|
1758
|
text-decoration: none;
|
|
1535
|
text-decoration: none;
|
|
1759
|
}
|
|
1536
|
}
|
|
1760
|
|
|
1537
|
|
|
1761
|
#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover
|
|
1538
|
#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover
|
|
1762
|
{
|
|
1539
|
{
|
|
1763
|
color: #000000;
|
|
1540
|
color: #000000;
|
|
1764
|
text-decoration: none;
|
|
1541
|
text-decoration: none;
|
|
1765
|
}
|
|
1542
|
}
|
|
1766
|
|
|
1543
|
|
|
1767
|
#content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus span.ui-icon
|
|
1544
|
#content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus span.ui-icon
|
|
1768
|
{
|
|
1545
|
{
|
|
1769
|
background-image: url(../images/ui/ui-icons_222222_256x240.png);
|
|
1546
|
background-image: url(../images/ui/ui-icons_222222_256x240.png);
|
|
1770
|
}
|
|
1547
|
}
|
|
1771
|
|
|
1548
|
|
|
1772
|
/*
|
|
1549
|
/*
|
|
1773
|
content / right / forms / element focus
|
|
1550
|
content / right / forms / element focus
|
|
1774
|
*/
|
|
1551
|
*/
|
|
1775
|
|
|
1552
|
#content div.box div.form div.fields div.field input[type=text]:focus,#content div.box div.form div.fields div.field input[type=password]:focus,#content div.box div.form div.fields div.field input[type=file]:focus,#content div.box div.form div.fields div.field textarea:focus,#content div.box div.form div.fields div.field select:focus
|
|
1776
|
#content div.box div.form div.fields div.field input[type=text]:focus,
|
|
1553
|
{
|
|
1777
|
#content div.box div.form div.fields div.field input[type=password]:focus,
|
|
|
|
|
1778
|
#content div.box div.form div.fields div.field input[type=file]:focus,
|
|
|
|
|
1779
|
#content div.box div.form div.fields div.field textarea:focus,
|
|
|
|
|
1780
|
#content div.box div.form div.fields div.field select:focus
|
|
|
|
|
1781
|
{
|
|
|
|
|
1782
|
background: #f6f6f6;
|
|
1554
|
background: #f6f6f6;
|
|
1783
|
border-color: #666;
|
|
1555
|
border-color: #666;
|
|
1784
|
}
|
|
1556
|
}
|
|
1785
|
|
|
1557
|
|
|
1786
|
/*
|
|
1558
|
/*
|
|
1787
|
content / right / forms / checkboxes
|
|
1559
|
content / right / forms / checkboxes
|
|
1788
|
*/
|
|
1560
|
*/
|
|
1789
|
|
|
1561
|
#content div.box div.form div.fields div.field div.checkboxes {
|
|
1790
|
#content div.box div.form div.fields div.field div.checkboxes
|
|
|
|
|
1791
|
{
|
|
|
|
|
1792
|
margin: 0 0 0 200px;
|
|
1562
|
margin: 0 0 0 200px;
|
|
1793
|
padding: 0;
|
|
1563
|
padding: 0;
|
|
1794
|
}
|
|
1564
|
}
|
|
1795
|
|
|
1565
|
|
|
1796
|
#content div.box div.form div.fields div.field div.checkboxes div.checkbox
|
|
1566
|
#content div.box div.form div.fields div.field div.checkboxes div.checkbox
|
|
1797
|
{
|
|
1567
|
{
|
|
1798
|
margin: 0;
|
|
1568
|
margin: 0;
|
|
1799
|
padding: 2px 0 2px 0;
|
|
1569
|
padding: 2px 0 2px 0;
|
|
1800
|
clear: both;
|
|
1570
|
clear: both;
|
|
@@
-1802,13
+1572,13
b' div.options a:hover'
|
|
1802
|
}
|
|
1572
|
}
|
|
1803
|
|
|
1573
|
|
|
1804
|
#content div.box div.form div.fields div.field div.checkboxes div.checkbox input
|
|
1574
|
#content div.box div.form div.fields div.field div.checkboxes div.checkbox input
|
|
1805
|
{
|
|
1575
|
{
|
|
1806
|
margin: 0;
|
|
1576
|
margin: 0;
|
|
1807
|
float: left;
|
|
1577
|
float: left;
|
|
1808
|
}
|
|
1578
|
}
|
|
1809
|
|
|
1579
|
|
|
1810
|
#content div.box div.form div.fields div.field div.checkboxes div.checkbox label
|
|
1580
|
#content div.box div.form div.fields div.field div.checkboxes div.checkbox label
|
|
1811
|
{
|
|
1581
|
{
|
|
1812
|
margin: 3px 0 0 4px;
|
|
1582
|
margin: 3px 0 0 4px;
|
|
1813
|
height: 1%;
|
|
1583
|
height: 1%;
|
|
1814
|
display: block;
|
|
1584
|
display: block;
|
|
@@
-1818,15
+1588,12
b' div.options a:hover'
|
|
1818
|
/*
|
|
1588
|
/*
|
|
1819
|
content / right / forms / radios
|
|
1589
|
content / right / forms / radios
|
|
1820
|
*/
|
|
1590
|
*/
|
|
1821
|
|
|
1591
|
#content div.box div.form div.fields div.field div.radios {
|
|
1822
|
#content div.box div.form div.fields div.field div.radios
|
|
|
|
|
1823
|
{
|
|
|
|
|
1824
|
margin: 0 0 0 200px;
|
|
1592
|
margin: 0 0 0 200px;
|
|
1825
|
padding: 0;
|
|
1593
|
padding: 0;
|
|
1826
|
}
|
|
1594
|
}
|
|
1827
|
|
|
1595
|
|
|
1828
|
#content div.box div.form div.fields div.field div.radios div.radio
|
|
1596
|
#content div.box div.form div.fields div.field div.radios div.radio {
|
|
1829
|
{
|
|
|
|
|
1830
|
margin: 0;
|
|
1597
|
margin: 0;
|
|
1831
|
padding: 2px 0 2px 0;
|
|
1598
|
padding: 2px 0 2px 0;
|
|
1832
|
clear: both;
|
|
1599
|
clear: both;
|
|
@@
-1834,40
+1601,38
b' div.options a:hover'
|
|
1834
|
}
|
|
1601
|
}
|
|
1835
|
|
|
1602
|
|
|
1836
|
#content div.box div.form div.fields div.field div.radios div.radio input
|
|
1603
|
#content div.box div.form div.fields div.field div.radios div.radio input
|
|
1837
|
{
|
|
1604
|
{
|
|
1838
|
margin: 0;
|
|
1605
|
margin: 0;
|
|
1839
|
float: left;
|
|
1606
|
float: left;
|
|
1840
|
}
|
|
1607
|
}
|
|
1841
|
|
|
1608
|
|
|
1842
|
#content div.box div.form div.fields div.field div.radios div.radio label
|
|
1609
|
#content div.box div.form div.fields div.field div.radios div.radio label
|
|
1843
|
{
|
|
1610
|
{
|
|
1844
|
margin: 3px 0 0 4px;
|
|
1611
|
margin: 3px 0 0 4px;
|
|
1845
|
height: 1%;
|
|
1612
|
height: 1%;
|
|
1846
|
display: block;
|
|
1613
|
display: block;
|
|
1847
|
float: left;
|
|
1614
|
float: left;
|
|
1848
|
}
|
|
1615
|
}
|
|
|
|
|
1616
|
|
|
1849
|
/*
|
|
1617
|
/*
|
|
1850
|
content / right / forms / button
|
|
1618
|
content / right / forms / button
|
|
1851
|
*/
|
|
1619
|
*/
|
|
1852
|
|
|
1620
|
div.form div.fields div.field div.button {
|
|
1853
|
div.form div.fields div.field div.button
|
|
|
|
|
1854
|
{
|
|
|
|
|
1855
|
margin: 0;
|
|
1621
|
margin: 0;
|
|
1856
|
padding: 0 0 0 8px;
|
|
1622
|
padding: 0 0 0 8px;
|
|
1857
|
float: left;
|
|
1623
|
float: left;
|
|
1858
|
}
|
|
1624
|
}
|
|
1859
|
|
|
1625
|
|
|
1860
|
div.form div.fields div.field div.button input
|
|
1626
|
div.form div.fields div.field div.button input {
|
|
1861
|
{
|
|
|
|
|
1862
|
margin: 0;
|
|
1627
|
margin: 0;
|
|
1863
|
color: #000000;
|
|
1628
|
color: #000000;
|
|
1864
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
|
|
1629
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular,
|
|
|
|
|
1630
|
Lucida Sans Unicode, Arial, sans-serif;
|
|
1865
|
font-size: 11px;
|
|
1631
|
font-size: 11px;
|
|
1866
|
font-weight: bold;
|
|
1632
|
font-weight: bold;
|
|
1867
|
}
|
|
1633
|
}
|
|
1868
|
|
|
1634
|
|
|
1869
|
div.form div.fields div.field div.button .ui-state-default
|
|
1635
|
div.form div.fields div.field div.button .ui-state-default {
|
|
1870
|
{
|
|
|
|
|
1871
|
margin: 0;
|
|
1636
|
margin: 0;
|
|
1872
|
padding: 6px 12px 6px 12px;
|
|
1637
|
padding: 6px 12px 6px 12px;
|
|
1873
|
background: #e5e3e3 url("../images/button.png") repeat-x;
|
|
1638
|
background: #e5e3e3 url("../images/button.png") repeat-x;
|
|
@@
-1879,8
+1644,106
b' div.form div.fields div.field div.button'
|
|
1879
|
outline: none;
|
|
1644
|
outline: none;
|
|
1880
|
}
|
|
1645
|
}
|
|
1881
|
|
|
1646
|
|
|
1882
|
div.form div.fields div.field div.button .ui-state-hover
|
|
1647
|
div.form div.fields div.field div.button .ui-state-hover {
|
|
1883
|
{
|
|
1648
|
margin: 0;
|
|
|
|
|
1649
|
padding: 6px 12px 6px 12px;
|
|
|
|
|
1650
|
background: #b4b4b4 url("../images/button_selected.png") repeat-x;
|
|
|
|
|
1651
|
border-top: 1px solid #cccccc;
|
|
|
|
|
1652
|
border-left: 1px solid #bebebe;
|
|
|
|
|
1653
|
border-right: 1px solid #b1b1b1;
|
|
|
|
|
1654
|
border-bottom: 1px solid #afafaf;
|
|
|
|
|
1655
|
color: #515151;
|
|
|
|
|
1656
|
outline: none;
|
|
|
|
|
1657
|
}
|
|
|
|
|
1658
|
|
|
|
|
|
1659
|
div.form div.fields div.field div.highlight {
|
|
|
|
|
1660
|
display: inline;
|
|
|
|
|
1661
|
}
|
|
|
|
|
1662
|
|
|
|
|
|
1663
|
div.form div.fields div.field div.highlight .ui-state-default {
|
|
|
|
|
1664
|
margin: 0;
|
|
|
|
|
1665
|
padding: 6px 12px 6px 12px;
|
|
|
|
|
1666
|
background: #4e85bb url("../images/button_highlight.png") repeat-x;
|
|
|
|
|
1667
|
border-top: 1px solid #5c91a4;
|
|
|
|
|
1668
|
border-left: 1px solid #2a6f89;
|
|
|
|
|
1669
|
border-right: 1px solid #2b7089;
|
|
|
|
|
1670
|
border-bottom: 1px solid #1a6480;
|
|
|
|
|
1671
|
color: #FFFFFF;
|
|
|
|
|
1672
|
}
|
|
|
|
|
1673
|
|
|
|
|
|
1674
|
div.form div.fields div.field div.highlight .ui-state-hover {
|
|
|
|
|
1675
|
margin: 0;
|
|
|
|
|
1676
|
padding: 6px 12px 6px 12px;
|
|
|
|
|
1677
|
background: #46a0c1 url("../images/button_highlight_selected.png")
|
|
|
|
|
1678
|
repeat-x;
|
|
|
|
|
1679
|
border-top: 1px solid #78acbf;
|
|
|
|
|
1680
|
border-left: 1px solid #34819e;
|
|
|
|
|
1681
|
border-right: 1px solid #35829f;
|
|
|
|
|
1682
|
border-bottom: 1px solid #257897;
|
|
|
|
|
1683
|
color: #FFFFFF;
|
|
|
|
|
1684
|
}
|
|
|
|
|
1685
|
|
|
|
|
|
1686
|
/*
|
|
|
|
|
1687
|
content / right / forms / buttons
|
|
|
|
|
1688
|
*/
|
|
|
|
|
1689
|
#content div.box div.form div.fields div.buttons {
|
|
|
|
|
1690
|
margin: 10px 0 0 200px;
|
|
|
|
|
1691
|
padding: 0;
|
|
|
|
|
1692
|
}
|
|
|
|
|
1693
|
|
|
|
|
|
1694
|
#content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons
|
|
|
|
|
1695
|
{
|
|
|
|
|
1696
|
margin: 10px 0 0 0;
|
|
|
|
|
1697
|
}
|
|
|
|
|
1698
|
|
|
|
|
|
1699
|
#content div.box div.form div.fields div.buttons input {
|
|
|
|
|
1700
|
margin: 0;
|
|
|
|
|
1701
|
color: #000000;
|
|
|
|
|
1702
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular,
|
|
|
|
|
1703
|
Lucida Sans Unicode, Arial, sans-serif;
|
|
|
|
|
1704
|
font-size: 11px;
|
|
|
|
|
1705
|
font-weight: bold;
|
|
|
|
|
1706
|
}
|
|
|
|
|
1707
|
|
|
|
|
|
1708
|
/*
|
|
|
|
|
1709
|
content / right / forms / buttons
|
|
|
|
|
1710
|
*/
|
|
|
|
|
1711
|
div.form div.fields div.buttons {
|
|
|
|
|
1712
|
margin: 10px 0 0 200px;
|
|
|
|
|
1713
|
padding: 0;
|
|
|
|
|
1714
|
}
|
|
|
|
|
1715
|
|
|
|
|
|
1716
|
div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons
|
|
|
|
|
1717
|
{
|
|
|
|
|
1718
|
margin: 10px 0 0 0;
|
|
|
|
|
1719
|
}
|
|
|
|
|
1720
|
|
|
|
|
|
1721
|
div.form div.fields div.buttons input {
|
|
|
|
|
1722
|
margin: 0;
|
|
|
|
|
1723
|
color: #000000;
|
|
|
|
|
1724
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular,
|
|
|
|
|
1725
|
Lucida Sans Unicode, Arial, sans-serif;
|
|
|
|
|
1726
|
font-size: 11px;
|
|
|
|
|
1727
|
font-weight: bold;
|
|
|
|
|
1728
|
}
|
|
|
|
|
1729
|
|
|
|
|
|
1730
|
/*
|
|
|
|
|
1731
|
content / right / forms / buttons (jquery styling)
|
|
|
|
|
1732
|
*/
|
|
|
|
|
1733
|
#content div.box div.form div.fields div.buttons input.ui-state-default
|
|
|
|
|
1734
|
{
|
|
|
|
|
1735
|
margin: 0;
|
|
|
|
|
1736
|
padding: 6px 12px 6px 12px;
|
|
|
|
|
1737
|
background: #e5e3e3 url("../images/button.png") repeat-x;
|
|
|
|
|
1738
|
border-top: 1px solid #DDDDDD;
|
|
|
|
|
1739
|
border-left: 1px solid #c6c6c6;
|
|
|
|
|
1740
|
border-right: 1px solid #DDDDDD;
|
|
|
|
|
1741
|
border-bottom: 1px solid #c6c6c6;
|
|
|
|
|
1742
|
color: #515151;
|
|
|
|
|
1743
|
outline: none;
|
|
|
|
|
1744
|
}
|
|
|
|
|
1745
|
|
|
|
|
|
1746
|
#content div.box div.form div.fields div.buttons input.ui-state-hover {
|
|
1884
|
margin: 0;
|
|
1747
|
margin: 0;
|
|
1885
|
padding: 6px 12px 6px 12px;
|
|
1748
|
padding: 6px 12px 6px 12px;
|
|
1886
|
background: #b4b4b4 url("../images/button_selected.png") repeat-x;
|
|
1749
|
background: #b4b4b4 url("../images/button_selected.png") repeat-x;
|
|
@@
-1892,13
+1755,12
b' div.form div.fields div.field div.button'
|
|
1892
|
outline: none;
|
|
1755
|
outline: none;
|
|
1893
|
}
|
|
1756
|
}
|
|
1894
|
|
|
1757
|
|
|
1895
|
div.form div.fields div.field div.highlight
|
|
1758
|
#content div.box div.form div.fields div.buttons div.highlight {
|
|
1896
|
{
|
|
|
|
|
1897
|
display: inline;
|
|
1759
|
display: inline;
|
|
1898
|
}
|
|
1760
|
}
|
|
1899
|
|
|
1761
|
|
|
1900
|
div.form div.fields div.field div.highlight .ui-state-default
|
|
1762
|
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
|
|
1901
|
{
|
|
1763
|
{
|
|
1902
|
margin: 0;
|
|
1764
|
margin: 0;
|
|
1903
|
padding: 6px 12px 6px 12px;
|
|
1765
|
padding: 6px 12px 6px 12px;
|
|
1904
|
background: #4e85bb url("../images/button_highlight.png") repeat-x;
|
|
1766
|
background: #4e85bb url("../images/button_highlight.png") repeat-x;
|
|
@@
-1909,11
+1771,12
b' div.form div.fields div.field div.highli'
|
|
1909
|
color: #FFFFFF;
|
|
1771
|
color: #FFFFFF;
|
|
1910
|
}
|
|
1772
|
}
|
|
1911
|
|
|
1773
|
|
|
1912
|
div.form div.fields div.field div.highlight .ui-state-hover
|
|
1774
|
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
|
|
1913
|
{
|
|
1775
|
{
|
|
1914
|
margin: 0;
|
|
1776
|
margin: 0;
|
|
1915
|
padding: 6px 12px 6px 12px;
|
|
1777
|
padding: 6px 12px 6px 12px;
|
|
1916
|
background: #46a0c1 url("../images/button_highlight_selected.png") repeat-x;
|
|
1778
|
background: #46a0c1 url("../images/button_highlight_selected.png")
|
|
|
|
|
1779
|
repeat-x;
|
|
1917
|
border-top: 1px solid #78acbf;
|
|
1780
|
border-top: 1px solid #78acbf;
|
|
1918
|
border-left: 1px solid #34819e;
|
|
1781
|
border-left: 1px solid #34819e;
|
|
1919
|
border-right: 1px solid #35829f;
|
|
1782
|
border-right: 1px solid #35829f;
|
|
@@
-1921,214
+1784,88
b' div.form div.fields div.field div.highli'
|
|
1921
|
color: #FFFFFF;
|
|
1784
|
color: #FFFFFF;
|
|
1922
|
}
|
|
1785
|
}
|
|
1923
|
|
|
1786
|
|
|
1924
|
|
|
|
|
|
1925
|
/*
|
|
|
|
|
1926
|
content / right / forms / buttons
|
|
|
|
|
1927
|
*/
|
|
|
|
|
1928
|
|
|
|
|
|
1929
|
#content div.box div.form div.fields div.buttons
|
|
|
|
|
1930
|
{
|
|
|
|
|
1931
|
margin: 10px 0 0 200px;
|
|
|
|
|
1932
|
padding: 0;
|
|
|
|
|
1933
|
}
|
|
|
|
|
1934
|
|
|
|
|
|
1935
|
#content div.box-left div.form div.fields div.buttons,
|
|
|
|
|
1936
|
#content div.box-right div.form div.fields div.buttons
|
|
|
|
|
1937
|
{
|
|
|
|
|
1938
|
margin: 10px 0 0 0;
|
|
|
|
|
1939
|
}
|
|
|
|
|
1940
|
|
|
|
|
|
1941
|
#content div.box div.form div.fields div.buttons input
|
|
|
|
|
1942
|
{
|
|
|
|
|
1943
|
margin: 0;
|
|
|
|
|
1944
|
color: #000000;
|
|
|
|
|
1945
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
|
|
|
|
|
1946
|
font-size: 11px;
|
|
|
|
|
1947
|
font-weight: bold;
|
|
|
|
|
1948
|
}
|
|
|
|
|
1949
|
/*
|
|
|
|
|
1950
|
content / right / forms / buttons
|
|
|
|
|
1951
|
*/
|
|
|
|
|
1952
|
|
|
|
|
|
1953
|
div.form div.fields div.buttons
|
|
|
|
|
1954
|
{
|
|
|
|
|
1955
|
margin: 10px 0 0 200px;
|
|
|
|
|
1956
|
padding: 0;
|
|
|
|
|
1957
|
}
|
|
|
|
|
1958
|
|
|
|
|
|
1959
|
div.box-left div.form div.fields div.buttons,
|
|
|
|
|
1960
|
div.box-right div.form div.fields div.buttons
|
|
|
|
|
1961
|
{
|
|
|
|
|
1962
|
margin: 10px 0 0 0;
|
|
|
|
|
1963
|
}
|
|
|
|
|
1964
|
|
|
|
|
|
1965
|
div.form div.fields div.buttons input
|
|
|
|
|
1966
|
{
|
|
|
|
|
1967
|
margin: 0;
|
|
|
|
|
1968
|
color: #000000;
|
|
|
|
|
1969
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
|
|
|
|
|
1970
|
font-size: 11px;
|
|
|
|
|
1971
|
font-weight: bold;
|
|
|
|
|
1972
|
}
|
|
|
|
|
1973
|
|
|
|
|
|
1974
|
/*
|
|
|
|
|
1975
|
content / right / forms / buttons (jquery styling)
|
|
|
|
|
1976
|
*/
|
|
|
|
|
1977
|
|
|
|
|
|
1978
|
#content div.box div.form div.fields div.buttons input.ui-state-default
|
|
|
|
|
1979
|
{
|
|
|
|
|
1980
|
margin: 0;
|
|
|
|
|
1981
|
padding: 6px 12px 6px 12px;
|
|
|
|
|
1982
|
background: #e5e3e3 url("../images/button.png") repeat-x;
|
|
|
|
|
1983
|
border-top: 1px solid #DDDDDD;
|
|
|
|
|
1984
|
border-left: 1px solid #c6c6c6;
|
|
|
|
|
1985
|
border-right: 1px solid #DDDDDD;
|
|
|
|
|
1986
|
border-bottom: 1px solid #c6c6c6;
|
|
|
|
|
1987
|
color: #515151;
|
|
|
|
|
1988
|
outline: none;
|
|
|
|
|
1989
|
}
|
|
|
|
|
1990
|
|
|
|
|
|
1991
|
#content div.box div.form div.fields div.buttons input.ui-state-hover
|
|
|
|
|
1992
|
{
|
|
|
|
|
1993
|
margin: 0;
|
|
|
|
|
1994
|
padding: 6px 12px 6px 12px;
|
|
|
|
|
1995
|
background: #b4b4b4 url("../images/button_selected.png") repeat-x;
|
|
|
|
|
1996
|
border-top: 1px solid #cccccc;
|
|
|
|
|
1997
|
border-left: 1px solid #bebebe;
|
|
|
|
|
1998
|
border-right: 1px solid #b1b1b1;
|
|
|
|
|
1999
|
border-bottom: 1px solid #afafaf;
|
|
|
|
|
2000
|
color: #515151;
|
|
|
|
|
2001
|
outline: none;
|
|
|
|
|
2002
|
}
|
|
|
|
|
2003
|
|
|
|
|
|
2004
|
#content div.box div.form div.fields div.buttons div.highlight
|
|
|
|
|
2005
|
{
|
|
|
|
|
2006
|
display: inline;
|
|
|
|
|
2007
|
}
|
|
|
|
|
2008
|
|
|
|
|
|
2009
|
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
|
|
|
|
|
2010
|
{
|
|
|
|
|
2011
|
margin: 0;
|
|
|
|
|
2012
|
padding: 6px 12px 6px 12px;
|
|
|
|
|
2013
|
background: #4e85bb url("../images/button_highlight.png") repeat-x;
|
|
|
|
|
2014
|
border-top: 1px solid #5c91a4;
|
|
|
|
|
2015
|
border-left: 1px solid #2a6f89;
|
|
|
|
|
2016
|
border-right: 1px solid #2b7089;
|
|
|
|
|
2017
|
border-bottom: 1px solid #1a6480;
|
|
|
|
|
2018
|
color: #FFFFFF;
|
|
|
|
|
2019
|
}
|
|
|
|
|
2020
|
|
|
|
|
|
2021
|
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
|
|
|
|
|
2022
|
{
|
|
|
|
|
2023
|
margin: 0;
|
|
|
|
|
2024
|
padding: 6px 12px 6px 12px;
|
|
|
|
|
2025
|
background: #46a0c1 url("../images/button_highlight_selected.png") repeat-x;
|
|
|
|
|
2026
|
border-top: 1px solid #78acbf;
|
|
|
|
|
2027
|
border-left: 1px solid #34819e;
|
|
|
|
|
2028
|
border-right: 1px solid #35829f;
|
|
|
|
|
2029
|
border-bottom: 1px solid #257897;
|
|
|
|
|
2030
|
color: #FFFFFF;
|
|
|
|
|
2031
|
}
|
|
|
|
|
2032
|
|
|
|
|
|
2033
|
/*
|
|
1787
|
/*
|
|
2034
|
content / right / box / tables
|
|
1788
|
content / right / box / tables
|
|
2035
|
*/
|
|
1789
|
*/
|
|
2036
|
|
|
1790
|
#content div.box div.table {
|
|
2037
|
#content div.box div.table
|
|
|
|
|
2038
|
{
|
|
|
|
|
2039
|
margin: 0;
|
|
1791
|
margin: 0;
|
|
2040
|
padding: 0 20px 10px 20px;
|
|
1792
|
padding: 0 20px 10px 20px;
|
|
2041
|
clear: both;
|
|
1793
|
clear: both;
|
|
2042
|
overflow: hidden;
|
|
1794
|
overflow: hidden;
|
|
2043
|
}
|
|
1795
|
}
|
|
2044
|
|
|
1796
|
|
|
2045
|
#content div.box table
|
|
1797
|
#content div.box table {
|
|
2046
|
{
|
|
1798
|
margin: 0;
|
|
2047
|
margin: 0;
|
|
1799
|
padding: 0;
|
|
2048
|
padding: 0;
|
|
1800
|
width: 100%;
|
|
2049
|
width: 100%;
|
|
1801
|
border-collapse: collapse;
|
|
2050
|
border-collapse: collapse;
|
|
1802
|
}
|
|
2051
|
}
|
|
1803
|
|
|
2052
|
|
|
1804
|
#content div.box table th {
|
|
2053
|
#content div.box table th
|
|
1805
|
padding: 10px;
|
|
2054
|
{
|
|
|
|
|
2055
|
padding: 10px;
|
|
|
|
|
2056
|
background: #eeeeee;
|
|
1806
|
background: #eeeeee;
|
|
2057
|
border-bottom: 1px solid #dddddd;
|
|
1807
|
border-bottom: 1px solid #dddddd;
|
|
2058
|
}
|
|
1808
|
}
|
|
2059
|
|
|
1809
|
|
|
2060
|
#content div.box table th.left
|
|
1810
|
#content div.box table th.left {
|
|
2061
|
{
|
|
1811
|
text-align: left;
|
|
2062
|
text-align: left;
|
|
1812
|
}
|
|
2063
|
}
|
|
1813
|
|
|
2064
|
|
|
1814
|
#content div.box table th.right {
|
|
2065
|
#content div.box table th.right
|
|
1815
|
text-align: right;
|
|
2066
|
{
|
|
1816
|
}
|
|
2067
|
text-align: right;
|
|
1817
|
|
|
2068
|
}
|
|
1818
|
#content div.box table th.center {
|
|
2069
|
|
|
1819
|
text-align: center;
|
|
2070
|
#content div.box table th.center
|
|
1820
|
}
|
|
2071
|
{
|
|
1821
|
|
|
2072
|
text-align: center;
|
|
1822
|
#content div.box table th.selected {
|
|
2073
|
}
|
|
|
|
|
2074
|
|
|
|
|
|
2075
|
#content div.box table th.selected
|
|
|
|
|
2076
|
{
|
|
|
|
|
2077
|
padding: 0;
|
|
1823
|
padding: 0;
|
|
2078
|
vertical-align: middle;
|
|
1824
|
vertical-align: middle;
|
|
2079
|
}
|
|
1825
|
}
|
|
2080
|
|
|
1826
|
|
|
2081
|
#content div.box table th.selected input
|
|
1827
|
#content div.box table th.selected input {
|
|
2082
|
{
|
|
1828
|
margin: 0;
|
|
2083
|
margin: 0;
|
|
1829
|
}
|
|
2084
|
}
|
|
1830
|
|
|
2085
|
|
|
1831
|
#content div.box table td {
|
|
2086
|
#content div.box table td
|
|
1832
|
padding: 5px;
|
|
2087
|
{
|
|
|
|
|
2088
|
padding: 5px;
|
|
|
|
|
2089
|
background: #ffffff;
|
|
1833
|
background: #ffffff;
|
|
2090
|
border-bottom: 1px solid #cdcdcd;
|
|
1834
|
border-bottom: 1px solid #cdcdcd;
|
|
2091
|
vertical-align:middle;
|
|
1835
|
vertical-align: middle;
|
|
2092
|
}
|
|
1836
|
}
|
|
2093
|
|
|
1837
|
|
|
2094
|
#content div.box table tr.selected td
|
|
1838
|
#content div.box table tr.selected td {
|
|
2095
|
{
|
|
1839
|
background: #FFFFCC;
|
|
2096
|
background: #FFFFCC;
|
|
1840
|
}
|
|
2097
|
}
|
|
1841
|
|
|
2098
|
|
|
1842
|
#content div.box table td.selected {
|
|
2099
|
#content div.box table td.selected
|
|
|
|
|
2100
|
{
|
|
|
|
|
2101
|
padding: 0;
|
|
1843
|
padding: 0;
|
|
2102
|
width: 3%;
|
|
1844
|
width: 3%;
|
|
2103
|
text-align: center;
|
|
1845
|
text-align: center;
|
|
2104
|
vertical-align: middle;
|
|
1846
|
vertical-align: middle;
|
|
2105
|
}
|
|
1847
|
}
|
|
2106
|
|
|
1848
|
|
|
2107
|
#content div.box table td.selected input
|
|
1849
|
#content div.box table td.selected input {
|
|
2108
|
{
|
|
1850
|
margin: 0;
|
|
2109
|
margin: 0;
|
|
1851
|
}
|
|
2110
|
}
|
|
1852
|
|
|
2111
|
|
|
1853
|
#content div.box table td.action {
|
|
2112
|
#content div.box table td.action
|
|
|
|
|
2113
|
{
|
|
|
|
|
2114
|
width: 45%;
|
|
1854
|
width: 45%;
|
|
2115
|
text-align: left;
|
|
1855
|
text-align: left;
|
|
2116
|
}
|
|
1856
|
}
|
|
2117
|
|
|
1857
|
|
|
2118
|
#content div.box table td.user
|
|
1858
|
#content div.box table td.user {
|
|
2119
|
{
|
|
|
|
|
2120
|
width: 10%;
|
|
1859
|
width: 10%;
|
|
2121
|
text-align: center;
|
|
1860
|
text-align: center;
|
|
2122
|
}
|
|
1861
|
}
|
|
2123
|
|
|
1862
|
|
|
2124
|
#content div.box table td.date
|
|
1863
|
#content div.box table td.date {
|
|
2125
|
{
|
|
|
|
|
2126
|
width: 33%;
|
|
1864
|
width: 33%;
|
|
2127
|
text-align: center;
|
|
1865
|
text-align: center;
|
|
2128
|
}
|
|
1866
|
}
|
|
2129
|
|
|
1867
|
|
|
2130
|
#content div.box table td.address
|
|
1868
|
#content div.box table td.address {
|
|
2131
|
{
|
|
|
|
|
2132
|
width: 10%;
|
|
1869
|
width: 10%;
|
|
2133
|
text-align: center;
|
|
1870
|
text-align: center;
|
|
2134
|
}
|
|
1871
|
}
|
|
@@
-2136,9
+1873,7
b' div.form div.fields div.buttons input'
|
|
2136
|
/*
|
|
1873
|
/*
|
|
2137
|
content / right / box / table action
|
|
1874
|
content / right / box / table action
|
|
2138
|
*/
|
|
1875
|
*/
|
|
2139
|
|
|
1876
|
#content div.box div.action {
|
|
2140
|
#content div.box div.action
|
|
|
|
|
2141
|
{
|
|
|
|
|
2142
|
margin: 10px 0 0 0;
|
|
1877
|
margin: 10px 0 0 0;
|
|
2143
|
padding: 0;
|
|
1878
|
padding: 0;
|
|
2144
|
float: right;
|
|
1879
|
float: right;
|
|
@@
-2146,288
+1881,259
b' div.form div.fields div.buttons input'
|
|
2146
|
text-align: right;
|
|
1881
|
text-align: right;
|
|
2147
|
}
|
|
1882
|
}
|
|
2148
|
|
|
1883
|
|
|
2149
|
#content div.box div.action a:hover
|
|
1884
|
#content div.box div.action a:hover {
|
|
2150
|
{
|
|
1885
|
color: #000000;
|
|
2151
|
color: #000000;
|
|
1886
|
text-decoration: none;
|
|
2152
|
text-decoration: none;
|
|
1887
|
}
|
|
2153
|
}
|
|
1888
|
|
|
2154
|
|
|
1889
|
#content div.box div.action select {
|
|
2155
|
#content div.box div.action select
|
|
1890
|
margin: 0;
|
|
2156
|
{
|
|
1891
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular,
|
|
2157
|
margin: 0;
|
|
1892
|
Lucida Sans Unicode, Arial, sans-serif;
|
|
2158
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
|
|
|
|
|
2159
|
font-size: 11px;
|
|
1893
|
font-size: 11px;
|
|
2160
|
}
|
|
1894
|
}
|
|
2161
|
|
|
1895
|
|
|
2162
|
#content div.box div.action div.button
|
|
1896
|
#content div.box div.action div.button {
|
|
2163
|
{
|
|
|
|
|
2164
|
margin: 6px 0 0 0;
|
|
1897
|
margin: 6px 0 0 0;
|
|
2165
|
padding: 0;
|
|
1898
|
padding: 0;
|
|
2166
|
text-align: right;
|
|
1899
|
text-align: right;
|
|
2167
|
}
|
|
1900
|
}
|
|
2168
|
|
|
1901
|
|
|
2169
|
#content div.box div.action div.button input
|
|
1902
|
#content div.box div.action div.button input {
|
|
2170
|
{
|
|
|
|
|
2171
|
margin: 0;
|
|
1903
|
margin: 0;
|
|
2172
|
color: #000000;
|
|
1904
|
color: #000000;
|
|
2173
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
|
|
1905
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular,
|
|
|
|
|
1906
|
Lucida Sans Unicode, Arial, sans-serif;
|
|
2174
|
font-size: 11px;
|
|
1907
|
font-size: 11px;
|
|
2175
|
font-weight: bold;
|
|
1908
|
font-weight: bold;
|
|
2176
|
}
|
|
1909
|
}
|
|
2177
|
|
|
1910
|
|
|
2178
|
#content div.box div.action div.button input.ui-state-default
|
|
1911
|
#content div.box div.action div.button input.ui-state-default {
|
|
2179
|
{
|
|
1912
|
margin: 0;
|
|
2180
|
margin: 0;
|
|
1913
|
padding: 6px 12px 6px 12px;
|
|
2181
|
padding: 6px 12px 6px 12px;
|
|
1914
|
background: #e5e3e3 url("../images/button.png") repeat-x;
|
|
2182
|
background: #e5e3e3 url("../images/button.png") repeat-x;
|
|
1915
|
border-top: 1px solid #DDDDDD;
|
|
2183
|
border-top: 1px solid #DDDDDD;
|
|
1916
|
border-left: 1px solid #c6c6c6;
|
|
2184
|
border-left: 1px solid #c6c6c6;
|
|
1917
|
border-right: 1px solid #DDDDDD;
|
|
2185
|
border-right: 1px solid #DDDDDD;
|
|
1918
|
border-bottom: 1px solid #c6c6c6;
|
|
2186
|
border-bottom: 1px solid #c6c6c6;
|
|
1919
|
color: #515151;
|
|
2187
|
color: #515151;
|
|
1920
|
}
|
|
2188
|
}
|
|
1921
|
|
|
2189
|
|
|
1922
|
#content div.box div.action div.button input.ui-state-hover {
|
|
2190
|
#content div.box div.action div.button input.ui-state-hover
|
|
1923
|
margin: 0;
|
|
2191
|
{
|
|
1924
|
padding: 6px 12px 6px 12px;
|
|
2192
|
margin: 0;
|
|
1925
|
background: #b4b4b4 url("../images/button_selected.png") repeat-x;
|
|
2193
|
padding: 6px 12px 6px 12px;
|
|
1926
|
border-top: 1px solid #cccccc;
|
|
2194
|
background: #b4b4b4 url("../images/button_selected.png") repeat-x;
|
|
1927
|
border-left: 1px solid #bebebe;
|
|
2195
|
border-top: 1px solid #cccccc;
|
|
1928
|
border-right: 1px solid #b1b1b1;
|
|
2196
|
border-left: 1px solid #bebebe;
|
|
1929
|
border-bottom: 1px solid #afafaf;
|
|
2197
|
border-right: 1px solid #b1b1b1;
|
|
1930
|
color: #515151;
|
|
2198
|
border-bottom: 1px solid #afafaf;
|
|
1931
|
}
|
|
2199
|
color: #515151;
|
|
1932
|
|
|
2200
|
}
|
|
1933
|
#content div.box div.action .ui-selectmenu {
|
|
2201
|
|
|
1934
|
margin: 0;
|
|
2202
|
#content div.box div.action .ui-selectmenu
|
|
|
|
|
2203
|
{
|
|
|
|
|
2204
|
margin: 0;
|
|
|
|
|
2205
|
padding: 0;
|
|
1935
|
padding: 0;
|
|
2206
|
}
|
|
1936
|
}
|
|
2207
|
|
|
1937
|
|
|
2208
|
#content div.box div.action a.ui-selectmenu-focus
|
|
1938
|
#content div.box div.action a.ui-selectmenu-focus {
|
|
2209
|
{
|
|
|
|
|
2210
|
border: 1px solid #666666;
|
|
1939
|
border: 1px solid #666666;
|
|
2211
|
}
|
|
1940
|
}
|
|
2212
|
|
|
1941
|
|
|
2213
|
#content div.box div.action a.ui-selectmenu-focus span.ui-icon
|
|
1942
|
#content div.box div.action a.ui-selectmenu-focus span.ui-icon {
|
|
2214
|
{
|
|
|
|
|
2215
|
background-image: url(../images/ui/ui-icons_222222_256x240.png);
|
|
1943
|
background-image: url(../images/ui/ui-icons_222222_256x240.png);
|
|
2216
|
}
|
|
1944
|
}
|
|
2217
|
|
|
1945
|
|
|
2218
|
/*
|
|
1946
|
/*
|
|
2219
|
content / right / pagination
|
|
1947
|
content / right / pagination
|
|
2220
|
*/
|
|
1948
|
*/
|
|
2221
|
|
|
1949
|
#content div.box div.pagination {
|
|
2222
|
#content div.box div.pagination
|
|
1950
|
margin: 10px 0 0 0;
|
|
2223
|
{
|
|
1951
|
padding: 0;
|
|
2224
|
margin: 10px 0 0 0;
|
|
1952
|
height: 1%;
|
|
2225
|
padding: 0;
|
|
1953
|
clear: both;
|
|
2226
|
height: 1%;
|
|
1954
|
overflow: hidden;
|
|
2227
|
clear: both;
|
|
1955
|
}
|
|
2228
|
overflow: hidden;
|
|
1956
|
|
|
2229
|
}
|
|
1957
|
#content div.box div.pagination div.results {
|
|
2230
|
|
|
1958
|
margin: 0;
|
|
2231
|
#content div.box div.pagination div.results
|
|
1959
|
padding: 0;
|
|
2232
|
{
|
|
1960
|
text-align: left;
|
|
2233
|
margin: 0;
|
|
1961
|
float: left
|
|
2234
|
padding: 0;
|
|
1962
|
}
|
|
2235
|
text-align: left;
|
|
1963
|
|
|
2236
|
float: left
|
|
1964
|
#content div.box div.pagination div.results span {
|
|
2237
|
}
|
|
1965
|
margin: 0;
|
|
2238
|
|
|
1966
|
padding: 6px 8px 6px 8px;
|
|
2239
|
#content div.box div.pagination div.results span
|
|
1967
|
height: 1%;
|
|
2240
|
{
|
|
1968
|
display: block;
|
|
2241
|
margin: 0;
|
|
1969
|
float: left;
|
|
2242
|
padding: 6px 8px 6px 8px;
|
|
1970
|
background: #ebebeb url("../images/pager.png") repeat-x;
|
|
2243
|
height: 1%;
|
|
1971
|
border-top: 1px solid #dedede;
|
|
2244
|
display: block;
|
|
1972
|
border-left: 1px solid #cfcfcf;
|
|
2245
|
float: left;
|
|
1973
|
border-right: 1px solid #c4c4c4;
|
|
2246
|
background: #ebebeb url("../images/pager.png") repeat-x;
|
|
1974
|
border-bottom: 1px solid #c4c4c4;
|
|
2247
|
border-top: 1px solid #dedede;
|
|
|
|
|
2248
|
border-left: 1px solid #cfcfcf;
|
|
|
|
|
2249
|
border-right: 1px solid #c4c4c4;
|
|
|
|
|
2250
|
border-bottom: 1px solid #c4c4c4;
|
|
|
|
|
2251
|
color: #4A4A4A;
|
|
1975
|
color: #4A4A4A;
|
|
2252
|
font-weight: bold;
|
|
1976
|
font-weight: bold;
|
|
2253
|
}
|
|
1977
|
}
|
|
2254
|
|
|
1978
|
|
|
2255
|
#content div.box div.pagination ul.pager
|
|
1979
|
#content div.box div.pagination ul.pager {
|
|
2256
|
{
|
|
1980
|
margin: 0;
|
|
2257
|
margin: 0;
|
|
1981
|
padding: 0;
|
|
2258
|
padding: 0;
|
|
1982
|
float: right;
|
|
2259
|
float: right;
|
|
1983
|
text-align: right;
|
|
2260
|
text-align: right;
|
|
1984
|
}
|
|
2261
|
}
|
|
1985
|
|
|
2262
|
|
|
1986
|
#content div.box div.pagination ul.pager li {
|
|
2263
|
#content div.box div.pagination ul.pager li
|
|
1987
|
margin: 0 0 0 4px;
|
|
2264
|
{
|
|
1988
|
padding: 0;
|
|
2265
|
margin: 0 0 0 4px;
|
|
1989
|
height: 1%;
|
|
2266
|
padding: 0;
|
|
1990
|
float: left;
|
|
2267
|
height: 1%;
|
|
1991
|
list-style: none;
|
|
2268
|
float: left;
|
|
1992
|
background: #ebebeb url("../images/pager.png") repeat-x;
|
|
2269
|
list-style: none;
|
|
1993
|
border-top: 1px solid #dedede;
|
|
2270
|
background: #ebebeb url("../images/pager.png") repeat-x;
|
|
1994
|
border-left: 1px solid #cfcfcf;
|
|
2271
|
border-top: 1px solid #dedede;
|
|
1995
|
border-right: 1px solid #c4c4c4;
|
|
2272
|
border-left: 1px solid #cfcfcf;
|
|
1996
|
border-bottom: 1px solid #c4c4c4;
|
|
2273
|
border-right: 1px solid #c4c4c4;
|
|
|
|
|
2274
|
border-bottom: 1px solid #c4c4c4;
|
|
|
|
|
2275
|
color: #4A4A4A;
|
|
1997
|
color: #4A4A4A;
|
|
2276
|
font-weight: bold;
|
|
1998
|
font-weight: bold;
|
|
2277
|
}
|
|
1999
|
}
|
|
2278
|
|
|
2000
|
|
|
2279
|
#content div.box div.pagination ul.pager li.separator
|
|
2001
|
#content div.box div.pagination ul.pager li.separator {
|
|
2280
|
{
|
|
2002
|
padding: 6px;
|
|
2281
|
padding: 6px;
|
|
2003
|
}
|
|
2282
|
}
|
|
2004
|
|
|
2283
|
|
|
2005
|
#content div.box div.pagination ul.pager li.current {
|
|
2284
|
#content div.box div.pagination ul.pager li.current
|
|
2006
|
padding: 6px;
|
|
2285
|
{
|
|
2007
|
background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
|
|
2286
|
padding: 6px;
|
|
2008
|
border-top: 1px solid #cccccc;
|
|
2287
|
background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
|
|
2009
|
border-left: 1px solid #bebebe;
|
|
2288
|
border-top: 1px solid #cccccc;
|
|
2010
|
border-right: 1px solid #b1b1b1;
|
|
2289
|
border-left: 1px solid #bebebe;
|
|
2011
|
border-bottom: 1px solid #afafaf;
|
|
2290
|
border-right: 1px solid #b1b1b1;
|
|
2012
|
color: #515151;
|
|
2291
|
border-bottom: 1px solid #afafaf;
|
|
2013
|
}
|
|
2292
|
color: #515151;
|
|
2014
|
|
|
2293
|
}
|
|
2015
|
#content div.box div.pagination ul.pager li.disabled {
|
|
2294
|
|
|
2016
|
padding: 6px;
|
|
2295
|
#content div.box div.pagination ul.pager li.disabled
|
|
2017
|
color: #B4B4B4;
|
|
2296
|
{
|
|
2018
|
}
|
|
2297
|
padding: 6px;
|
|
2019
|
|
|
2298
|
color: #B4B4B4;
|
|
2020
|
#content div.box div.pagination ul.pager li a {
|
|
2299
|
}
|
|
2021
|
margin: 0;
|
|
2300
|
|
|
2022
|
padding: 6px;
|
|
2301
|
#content div.box div.pagination ul.pager li a
|
|
2023
|
height: 1%;
|
|
2302
|
{
|
|
2024
|
display: block;
|
|
2303
|
margin: 0;
|
|
2025
|
float: left;
|
|
2304
|
padding: 6px;
|
|
2026
|
color: #515151;
|
|
2305
|
height: 1%;
|
|
|
|
|
2306
|
display: block;
|
|
|
|
|
2307
|
float: left;
|
|
|
|
|
2308
|
color: #515151;
|
|
|
|
|
2309
|
text-decoration: none;
|
|
2027
|
text-decoration: none;
|
|
2310
|
}
|
|
2028
|
}
|
|
2311
|
|
|
2029
|
|
|
2312
|
#content div.box div.pagination ul.pager li a:hover,
|
|
2030
|
#content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
|
|
2313
|
#content div.box div.pagination ul.pager li a:active
|
|
2031
|
{
|
|
2314
|
{
|
|
2032
|
margin: -1px;
|
|
2315
|
margin: -1px;
|
|
2033
|
background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
|
|
2316
|
background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
|
|
2034
|
border-top: 1px solid #cccccc;
|
|
2317
|
border-top: 1px solid #cccccc;
|
|
2035
|
border-left: 1px solid #bebebe;
|
|
2318
|
border-left: 1px solid #bebebe;
|
|
2036
|
border-right: 1px solid #b1b1b1;
|
|
2319
|
border-right: 1px solid #b1b1b1;
|
|
2037
|
border-bottom: 1px solid #afafaf;
|
|
2320
|
border-bottom: 1px solid #afafaf;
|
|
|
|
|
2321
|
}
|
|
2038
|
}
|
|
2322
|
|
|
2039
|
|
|
2323
|
/*
|
|
2040
|
/*
|
|
2324
|
content / webhelpers pagination
|
|
2041
|
content / webhelpers pagination
|
|
2325
|
*/
|
|
2042
|
*/
|
|
2326
|
|
|
2043
|
#content div.box div.pagination-wh {
|
|
2327
|
#content div.box div.pagination-wh
|
|
2044
|
margin: 10px 0 0 0;
|
|
2328
|
{
|
|
2045
|
padding: 0;
|
|
2329
|
margin: 10px 0 0 0;
|
|
2046
|
height: 1%;
|
|
2330
|
padding: 0;
|
|
2047
|
clear: both;
|
|
2331
|
height: 1%;
|
|
2048
|
overflow: hidden;
|
|
2332
|
clear: both;
|
|
2049
|
text-align: right;
|
|
2333
|
overflow: hidden;
|
|
2050
|
}
|
|
2334
|
text-align: right;
|
|
2051
|
|
|
2335
|
}
|
|
2052
|
#content div.box div.pagination-wh div.results {
|
|
2336
|
|
|
2053
|
margin: 0;
|
|
2337
|
#content div.box div.pagination-wh div.results
|
|
2054
|
padding: 0;
|
|
2338
|
{
|
|
2055
|
text-align: left;
|
|
2339
|
margin: 0;
|
|
2056
|
float: left
|
|
2340
|
padding: 0;
|
|
2057
|
}
|
|
2341
|
text-align: left;
|
|
2058
|
|
|
2342
|
float: left
|
|
2059
|
#content div.box div.pagination-wh div.results span {
|
|
2343
|
}
|
|
2060
|
margin: 0;
|
|
2344
|
|
|
2061
|
padding: 6px 8px 6px 8px;
|
|
2345
|
#content div.box div.pagination-wh div.results span
|
|
2062
|
height: 1%;
|
|
2346
|
{
|
|
2063
|
display: block;
|
|
2347
|
margin: 0;
|
|
2064
|
float: left;
|
|
2348
|
padding: 6px 8px 6px 8px;
|
|
2065
|
background: #ebebeb url("../images/pager.png") repeat-x;
|
|
2349
|
height: 1%;
|
|
2066
|
border-top: 1px solid #dedede;
|
|
2350
|
display: block;
|
|
2067
|
border-left: 1px solid #cfcfcf;
|
|
2351
|
float: left;
|
|
2068
|
border-right: 1px solid #c4c4c4;
|
|
2352
|
background: #ebebeb url("../images/pager.png") repeat-x;
|
|
2069
|
border-bottom: 1px solid #c4c4c4;
|
|
2353
|
border-top: 1px solid #dedede;
|
|
|
|
|
2354
|
border-left: 1px solid #cfcfcf;
|
|
|
|
|
2355
|
border-right: 1px solid #c4c4c4;
|
|
|
|
|
2356
|
border-bottom: 1px solid #c4c4c4;
|
|
|
|
|
2357
|
color: #4A4A4A;
|
|
2070
|
color: #4A4A4A;
|
|
2358
|
font-weight: bold;
|
|
2071
|
font-weight: bold;
|
|
2359
|
}
|
|
2072
|
}
|
|
2360
|
|
|
2073
|
|
|
2361
|
#content div.box div.pagination-left{
|
|
2074
|
#content div.box div.pagination-left {
|
|
2362
|
float:left;
|
|
2075
|
float: left;
|
|
2363
|
}
|
|
2076
|
}
|
|
2364
|
#content div.box div.pagination-right{
|
|
2077
|
|
|
2365
|
float:right;
|
|
2078
|
#content div.box div.pagination-right {
|
|
2366
|
}
|
|
2079
|
float: right;
|
|
2367
|
|
|
2080
|
}
|
|
2368
|
#content div.box div.pagination-wh a,
|
|
2081
|
|
|
2369
|
#content div.box div.pagination-wh span.pager_dotdot
|
|
2082
|
#content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
|
|
2370
|
{
|
|
2083
|
{
|
|
2371
|
margin: 0 0 0 4px;
|
|
2084
|
margin: 0 0 0 4px;
|
|
2372
|
padding: 6px;
|
|
2085
|
padding: 6px;
|
|
2373
|
height: 1%;
|
|
2086
|
height: 1%;
|
|
2374
|
float: left;
|
|
2087
|
float: left;
|
|
2375
|
background: #ebebeb url("../images/pager.png") repeat-x;
|
|
2088
|
background: #ebebeb url("../images/pager.png") repeat-x;
|
|
2376
|
border-top: 1px solid #dedede;
|
|
2089
|
border-top: 1px solid #dedede;
|
|
2377
|
border-left: 1px solid #cfcfcf;
|
|
2090
|
border-left: 1px solid #cfcfcf;
|
|
2378
|
border-right: 1px solid #c4c4c4;
|
|
2091
|
border-right: 1px solid #c4c4c4;
|
|
2379
|
border-bottom: 1px solid #c4c4c4;
|
|
2092
|
border-bottom: 1px solid #c4c4c4;
|
|
2380
|
color: #4A4A4A;
|
|
2093
|
color: #4A4A4A;
|
|
2381
|
font-weight: bold;
|
|
2094
|
font-weight: bold;
|
|
2382
|
}
|
|
2095
|
}
|
|
2383
|
#content div.box div.pagination-wh span.pager_curpage
|
|
2096
|
|
|
2384
|
{
|
|
2097
|
#content div.box div.pagination-wh span.pager_curpage {
|
|
2385
|
margin: 0 0 0 4px;
|
|
2098
|
margin: 0 0 0 4px;
|
|
2386
|
padding: 6px;
|
|
2099
|
padding: 6px;
|
|
2387
|
height: 1%;
|
|
2100
|
height: 1%;
|
|
2388
|
float: left;
|
|
2101
|
float: left;
|
|
2389
|
background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
|
|
2102
|
background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
|
|
2390
|
border-top: 1px solid #cccccc;
|
|
2103
|
border-top: 1px solid #cccccc;
|
|
2391
|
border-left: 1px solid #bebebe;
|
|
2104
|
border-left: 1px solid #bebebe;
|
|
2392
|
border-right: 1px solid #b1b1b1;
|
|
2105
|
border-right: 1px solid #b1b1b1;
|
|
2393
|
border-bottom: 1px solid #afafaf;
|
|
2106
|
border-bottom: 1px solid #afafaf;
|
|
2394
|
color: #515151;
|
|
2107
|
color: #515151;
|
|
2395
|
font-weight: bold;
|
|
2108
|
font-weight: bold;
|
|
2396
|
}
|
|
2109
|
}
|
|
2397
|
|
|
2110
|
|
|
2398
|
#content div.box div.pagination-wh a.disabled
|
|
2111
|
#content div.box div.pagination-wh a.disabled {
|
|
2399
|
{
|
|
2112
|
padding: 6px;
|
|
2400
|
padding: 6px;
|
|
2113
|
color: #B4B4B4;
|
|
2401
|
color: #B4B4B4;
|
|
2114
|
}
|
|
2402
|
}
|
|
2115
|
|
|
2403
|
|
|
2116
|
#content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
|
|
2404
|
|
|
2117
|
{
|
|
2405
|
#content div.box div.pagination-wh a:hover,
|
|
2118
|
background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
|
|
2406
|
#content div.box div.pagination-wh a:active
|
|
2119
|
border-top: 1px solid #cccccc;
|
|
2407
|
{
|
|
2120
|
border-left: 1px solid #bebebe;
|
|
2408
|
background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
|
|
2121
|
border-right: 1px solid #b1b1b1;
|
|
2409
|
border-top: 1px solid #cccccc;
|
|
2122
|
border-bottom: 1px solid #afafaf;
|
|
2410
|
border-left: 1px solid #bebebe;
|
|
2123
|
text-decoration: none;
|
|
2411
|
border-right: 1px solid #b1b1b1;
|
|
2124
|
}
|
|
2412
|
border-bottom: 1px solid #afafaf;
|
|
|
|
|
2413
|
text-decoration: none;
|
|
|
|
|
2414
|
}
|
|
|
|
|
2415
|
|
|
|
|
|
2416
|
|
|
2125
|
|
|
2417
|
/*
|
|
2126
|
/*
|
|
2418
|
content / right / traffic chart
|
|
2127
|
content / right / traffic chart
|
|
2419
|
*/
|
|
2128
|
*/
|
|
2420
|
|
|
2129
|
#content div.box div.traffic {
|
|
2421
|
#content div.box div.traffic
|
|
|
|
|
2422
|
{
|
|
|
|
|
2423
|
margin: 0;
|
|
2130
|
margin: 0;
|
|
2424
|
padding: 0 20px 10px 20px;
|
|
2131
|
padding: 0 20px 10px 20px;
|
|
2425
|
clear: both;
|
|
2132
|
clear: both;
|
|
2426
|
overflow: hidden;
|
|
2133
|
overflow: hidden;
|
|
2427
|
}
|
|
2134
|
}
|
|
2428
|
|
|
2135
|
|
|
2429
|
#content div.box div.traffic div.legend
|
|
2136
|
#content div.box div.traffic div.legend {
|
|
2430
|
{
|
|
|
|
|
2431
|
margin: 0 0 10px 0;
|
|
2137
|
margin: 0 0 10px 0;
|
|
2432
|
padding: 0 0 10px 0;
|
|
2138
|
padding: 0 0 10px 0;
|
|
2433
|
clear: both;
|
|
2139
|
clear: both;
|
|
@@
-2435,23
+2141,20
b' div.form div.fields div.buttons input'
|
|
2435
|
border-bottom: 1px solid #dddddd;
|
|
2141
|
border-bottom: 1px solid #dddddd;
|
|
2436
|
}
|
|
2142
|
}
|
|
2437
|
|
|
2143
|
|
|
2438
|
#content div.box div.traffic div.legend h6
|
|
2144
|
#content div.box div.traffic div.legend h6 {
|
|
2439
|
{
|
|
|
|
|
2440
|
margin: 0;
|
|
2145
|
margin: 0;
|
|
2441
|
padding: 0;
|
|
2146
|
padding: 0;
|
|
2442
|
float: left;
|
|
2147
|
float: left;
|
|
2443
|
border: none;
|
|
2148
|
border: none;
|
|
2444
|
}
|
|
2149
|
}
|
|
2445
|
|
|
2150
|
|
|
2446
|
#content div.box div.traffic div.legend ul
|
|
2151
|
#content div.box div.traffic div.legend ul {
|
|
2447
|
{
|
|
|
|
|
2448
|
margin: 0;
|
|
2152
|
margin: 0;
|
|
2449
|
padding: 0;
|
|
2153
|
padding: 0;
|
|
2450
|
float: right;
|
|
2154
|
float: right;
|
|
2451
|
}
|
|
2155
|
}
|
|
2452
|
|
|
2156
|
|
|
2453
|
#content div.box div.traffic div.legend li
|
|
2157
|
#content div.box div.traffic div.legend li {
|
|
2454
|
{
|
|
|
|
|
2455
|
margin: 0;
|
|
2158
|
margin: 0;
|
|
2456
|
padding: 0 8px 0 4px;
|
|
2159
|
padding: 0 8px 0 4px;
|
|
2457
|
list-style: none;
|
|
2160
|
list-style: none;
|
|
@@
-2459,94
+2162,80
b' div.form div.fields div.buttons input'
|
|
2459
|
font-size: 11px;
|
|
2162
|
font-size: 11px;
|
|
2460
|
}
|
|
2163
|
}
|
|
2461
|
|
|
2164
|
|
|
2462
|
#content div.box div.traffic div.legend li.visits
|
|
2165
|
#content div.box div.traffic div.legend li.visits {
|
|
2463
|
{
|
|
|
|
|
2464
|
border-left: 12px solid #edc240;
|
|
2166
|
border-left: 12px solid #edc240;
|
|
2465
|
}
|
|
2167
|
}
|
|
2466
|
|
|
2168
|
|
|
2467
|
#content div.box div.traffic div.legend li.pageviews
|
|
2169
|
#content div.box div.traffic div.legend li.pageviews {
|
|
2468
|
{
|
|
|
|
|
2469
|
border-left: 12px solid #afd8f8;
|
|
2170
|
border-left: 12px solid #afd8f8;
|
|
2470
|
}
|
|
2171
|
}
|
|
2471
|
|
|
2172
|
|
|
2472
|
#content div.box div.traffic table
|
|
2173
|
#content div.box div.traffic table {
|
|
2473
|
{
|
|
|
|
|
2474
|
width: auto;
|
|
2174
|
width: auto;
|
|
2475
|
}
|
|
2175
|
}
|
|
2476
|
|
|
2176
|
|
|
2477
|
#content div.box div.traffic table td
|
|
2177
|
#content div.box div.traffic table td {
|
|
2478
|
{
|
|
|
|
|
2479
|
padding: 2px 3px 3px 3px;
|
|
2178
|
padding: 2px 3px 3px 3px;
|
|
2480
|
background: transparent;
|
|
2179
|
background: transparent;
|
|
2481
|
border: none;
|
|
2180
|
border: none;
|
|
2482
|
}
|
|
2181
|
}
|
|
2483
|
|
|
2182
|
|
|
2484
|
#content div.box div.traffic table td.legendLabel
|
|
2183
|
#content div.box div.traffic table td.legendLabel {
|
|
2485
|
{
|
|
|
|
|
2486
|
padding: 0 3px 2px 3px;
|
|
2184
|
padding: 0 3px 2px 3px;
|
|
2487
|
}
|
|
2185
|
}
|
|
2488
|
|
|
2186
|
|
|
2489
|
/*
|
|
2187
|
/*
|
|
2490
|
footer
|
|
2188
|
footer
|
|
2491
|
*/
|
|
2189
|
*/
|
|
2492
|
|
|
2190
|
#footer {
|
|
2493
|
#footer
|
|
2191
|
margin: 0;
|
|
2494
|
{
|
|
2192
|
padding: 0px 30px;
|
|
2495
|
margin: 0;
|
|
2193
|
clear: both;
|
|
2496
|
padding: 5px 0 5px 0;
|
|
2194
|
overflow: hidden;
|
|
2497
|
clear: both;
|
|
2195
|
background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0;
|
|
2498
|
overflow: hidden;
|
|
2196
|
text-align: right;
|
|
2499
|
background: #2a2a2a;
|
|
2197
|
}
|
|
2500
|
text-align: right;
|
|
2198
|
|
|
2501
|
}
|
|
2199
|
#footer p {
|
|
2502
|
|
|
2200
|
background:none repeat scroll 0 0 #2F2F2F;
|
|
2503
|
#footer p
|
|
2201
|
color:#FFFFFF;
|
|
2504
|
{
|
|
2202
|
font-weight:bold;
|
|
2505
|
margin: 0 80px 0 80px;
|
|
2203
|
padding:15px 25px 15px 0;
|
|
2506
|
padding: 10px 0 10px 0;
|
|
|
|
|
2507
|
color: #ffffff;
|
|
|
|
|
2508
|
}
|
|
2204
|
}
|
|
2509
|
|
|
2205
|
|
|
2510
|
/*
|
|
2206
|
/*
|
|
2511
|
login
|
|
2207
|
login
|
|
2512
|
*/
|
|
2208
|
*/
|
|
2513
|
|
|
2209
|
#login {
|
|
2514
|
#login
|
|
2210
|
margin: 10% auto 0 auto;
|
|
2515
|
{
|
|
2211
|
padding: 0;
|
|
2516
|
margin: 10% auto 0 auto;
|
|
|
|
|
2517
|
padding: 0;
|
|
|
|
|
2518
|
width: 420px;
|
|
2212
|
width: 420px;
|
|
2519
|
}
|
|
2213
|
}
|
|
2520
|
|
|
2214
|
|
|
2521
|
/*
|
|
2215
|
/*
|
|
2522
|
login / colors
|
|
2216
|
login / colors
|
|
2523
|
*/
|
|
2217
|
*/
|
|
2524
|
|
|
2218
|
#login div.color {
|
|
2525
|
#login div.color
|
|
2219
|
margin: 10px auto 0 auto;
|
|
2526
|
{
|
|
2220
|
padding: 3px 3px 3px 0;
|
|
2527
|
margin: 10px auto 0 auto;
|
|
|
|
|
2528
|
padding: 3px 3px 3px 0;
|
|
|
|
|
2529
|
clear: both;
|
|
2221
|
clear: both;
|
|
2530
|
overflow: hidden;
|
|
2222
|
overflow: hidden;
|
|
2531
|
background: #FFFFFF;
|
|
2223
|
background: #FFFFFF;
|
|
2532
|
}
|
|
2224
|
}
|
|
2533
|
|
|
2225
|
|
|
2534
|
#login div.color a
|
|
2226
|
#login div.color a {
|
|
2535
|
{
|
|
2227
|
margin: 0 0 0 3px;
|
|
2536
|
margin: 0 0 0 3px;
|
|
2228
|
padding: 0;
|
|
2537
|
padding: 0;
|
|
2229
|
width: 20px;
|
|
2538
|
width: 20px;
|
|
2230
|
height: 20px;
|
|
2539
|
height: 20px;
|
|
2231
|
display: block;
|
|
2540
|
display: block;
|
|
2232
|
float: left;
|
|
2541
|
float: left;
|
|
|
|
|
2542
|
}
|
|
2233
|
}
|
|
2543
|
|
|
2234
|
|
|
2544
|
/*
|
|
2235
|
/*
|
|
2545
|
login / title
|
|
2236
|
login / title
|
|
2546
|
*/
|
|
2237
|
*/
|
|
2547
|
|
|
2238
|
#login div.title {
|
|
2548
|
#login div.title
|
|
|
|
|
2549
|
{
|
|
|
|
|
2550
|
margin: 0 auto;
|
|
2239
|
margin: 0 auto;
|
|
2551
|
padding: 0;
|
|
2240
|
padding: 0;
|
|
2552
|
width: 420px;
|
|
2241
|
width: 420px;
|
|
@@
-2556,79
+2245,68
b' div.form div.fields div.buttons input'
|
|
2556
|
background: #003367 url("../images/header_inner.png") repeat-x;
|
|
2245
|
background: #003367 url("../images/header_inner.png") repeat-x;
|
|
2557
|
}
|
|
2246
|
}
|
|
2558
|
|
|
2247
|
|
|
2559
|
#login div.title h5
|
|
2248
|
#login div.title h5 {
|
|
2560
|
{
|
|
|
|
|
2561
|
margin: 10px;
|
|
2249
|
margin: 10px;
|
|
2562
|
padding: 0;
|
|
2250
|
padding: 0;
|
|
2563
|
color: #ffffff;
|
|
2251
|
color: #ffffff;
|
|
2564
|
}
|
|
2252
|
}
|
|
2565
|
|
|
2253
|
|
|
2566
|
/*
|
|
2254
|
/*
|
|
2567
|
login / title / corners
|
|
2255
|
login / title / corners
|
|
2568
|
*/
|
|
2256
|
*/
|
|
2569
|
|
|
2257
|
#login div.title div.corner {
|
|
2570
|
#login div.title div.corner
|
|
|
|
|
2571
|
{
|
|
|
|
|
2572
|
height: 6px;
|
|
2258
|
height: 6px;
|
|
2573
|
width: 6px;
|
|
2259
|
width: 6px;
|
|
2574
|
position: absolute;
|
|
2260
|
position: absolute;
|
|
2575
|
background: url("../images/login_corners.png") no-repeat;
|
|
2261
|
background: url("../images/login_corners.png") no-repeat;
|
|
2576
|
}
|
|
2262
|
}
|
|
2577
|
|
|
2263
|
|
|
2578
|
#login div.title div.tl
|
|
2264
|
#login div.title div.tl {
|
|
2579
|
{
|
|
|
|
|
2580
|
top: 0;
|
|
2265
|
top: 0;
|
|
2581
|
left: 0;
|
|
2266
|
left: 0;
|
|
2582
|
background-position: 0 0;
|
|
2267
|
background-position: 0 0;
|
|
2583
|
}
|
|
2268
|
}
|
|
2584
|
|
|
2269
|
|
|
2585
|
#login div.title div.tr
|
|
2270
|
#login div.title div.tr {
|
|
2586
|
{
|
|
|
|
|
2587
|
top: 0;
|
|
2271
|
top: 0;
|
|
2588
|
right: 0;
|
|
2272
|
right: 0;
|
|
2589
|
background-position: -6px 0;
|
|
2273
|
background-position: -6px 0;
|
|
2590
|
}
|
|
2274
|
}
|
|
2591
|
|
|
2275
|
|
|
2592
|
#login div.inner
|
|
2276
|
#login div.inner {
|
|
2593
|
{
|
|
2277
|
margin: 0 auto;
|
|
2594
|
margin: 0 auto;
|
|
2278
|
padding: 20px;
|
|
2595
|
padding: 20px;
|
|
2279
|
width: 380px;
|
|
2596
|
width: 380px;
|
|
|
|
|
2597
|
background: #FFFFFF url("../images/login.png") no-repeat top left;
|
|
2280
|
background: #FFFFFF url("../images/login.png") no-repeat top left;
|
|
2598
|
border-top: none;
|
|
2281
|
border-top: none;
|
|
2599
|
border-bottom: none;
|
|
2282
|
border-bottom: none;
|
|
2600
|
}
|
|
2283
|
}
|
|
2601
|
|
|
2284
|
|
|
2602
|
/*
|
|
2285
|
/*
|
|
2603
|
login / form
|
|
2286
|
login / form
|
|
2604
|
*/
|
|
2287
|
*/
|
|
2605
|
|
|
2288
|
#login div.form {
|
|
2606
|
#login div.form
|
|
2289
|
margin: 0;
|
|
2607
|
{
|
|
2290
|
padding: 0;
|
|
2608
|
margin: 0;
|
|
2291
|
clear: both;
|
|
2609
|
padding: 0;
|
|
2292
|
overflow: hidden;
|
|
2610
|
clear: both;
|
|
2293
|
}
|
|
2611
|
overflow: hidden;
|
|
2294
|
|
|
2612
|
}
|
|
2295
|
#login div.form div.fields {
|
|
2613
|
|
|
|
|
|
2614
|
#login div.form div.fields
|
|
|
|
|
2615
|
{
|
|
|
|
|
2616
|
margin: 0;
|
|
2296
|
margin: 0;
|
|
2617
|
padding: 0;
|
|
2297
|
padding: 0;
|
|
2618
|
clear: both;
|
|
|
|
|
2619
|
overflow: hidden;
|
|
|
|
|
2620
|
}
|
|
|
|
|
2621
|
|
|
|
|
|
2622
|
#login div.form div.fields div.field
|
|
|
|
|
2623
|
{
|
|
|
|
|
2624
|
margin: 0;
|
|
|
|
|
2625
|
padding: 0 0 10px 0;
|
|
|
|
|
2626
|
clear: both;
|
|
2298
|
clear: both;
|
|
2627
|
overflow: hidden;
|
|
2299
|
overflow: hidden;
|
|
2628
|
}
|
|
2300
|
}
|
|
2629
|
|
|
2301
|
|
|
2630
|
#login div.form div.fields div.field span.error-message
|
|
2302
|
#login div.form div.fields div.field {
|
|
2631
|
{
|
|
2303
|
margin: 0;
|
|
|
|
|
2304
|
padding: 0 0 10px 0;
|
|
|
|
|
2305
|
clear: both;
|
|
|
|
|
2306
|
overflow: hidden;
|
|
|
|
|
2307
|
}
|
|
|
|
|
2308
|
|
|
|
|
|
2309
|
#login div.form div.fields div.field span.error-message {
|
|
2632
|
margin: 8px 0 0 0;
|
|
2310
|
margin: 8px 0 0 0;
|
|
2633
|
padding: 0;
|
|
2311
|
padding: 0;
|
|
2634
|
height: 1%;
|
|
2312
|
height: 1%;
|
|
@@
-2636,23
+2314,20
b' div.form div.fields div.buttons input'
|
|
2636
|
color: #FF0000;
|
|
2314
|
color: #FF0000;
|
|
2637
|
}
|
|
2315
|
}
|
|
2638
|
|
|
2316
|
|
|
2639
|
#login div.form div.fields div.field div.label
|
|
2317
|
#login div.form div.fields div.field div.label {
|
|
2640
|
{
|
|
|
|
|
2641
|
margin: 2px 10px 0 0;
|
|
2318
|
margin: 2px 10px 0 0;
|
|
2642
|
padding: 5px 0 0 5px;
|
|
2319
|
padding: 5px 0 0 5px;
|
|
2643
|
width: 173px;
|
|
2320
|
width: 173px;
|
|
2644
|
float: left;
|
|
2321
|
float: left;
|
|
2645
|
text-align: right;
|
|
2322
|
text-align: right;
|
|
2646
|
}
|
|
2323
|
}
|
|
2647
|
|
|
2324
|
|
|
2648
|
#login div.form div.fields div.field div.label label
|
|
2325
|
#login div.form div.fields div.field div.label label {
|
|
2649
|
{
|
|
2326
|
color: #000000;
|
|
2650
|
color: #000000;
|
|
2327
|
font-weight: bold;
|
|
2651
|
font-weight: bold;
|
|
2328
|
}
|
|
2652
|
}
|
|
2329
|
|
|
2653
|
|
|
2330
|
#login div.form div.fields div.field div.label span {
|
|
2654
|
#login div.form div.fields div.field div.label span
|
|
|
|
|
2655
|
{
|
|
|
|
|
2656
|
margin: 0;
|
|
2331
|
margin: 0;
|
|
2657
|
padding: 2px 0 0 0;
|
|
2332
|
padding: 2px 0 0 0;
|
|
2658
|
height: 1%;
|
|
2333
|
height: 1%;
|
|
@@
-2660,30
+2335,28
b' div.form div.fields div.buttons input'
|
|
2660
|
color: #363636;
|
|
2335
|
color: #363636;
|
|
2661
|
}
|
|
2336
|
}
|
|
2662
|
|
|
2337
|
|
|
2663
|
#login div.form div.fields div.field div.input
|
|
2338
|
#login div.form div.fields div.field div.input {
|
|
2664
|
{
|
|
|
|
|
2665
|
margin: 0;
|
|
2339
|
margin: 0;
|
|
2666
|
padding: 0;
|
|
2340
|
padding: 0;
|
|
2667
|
float: left;
|
|
2341
|
float: left;
|
|
2668
|
}
|
|
2342
|
}
|
|
2669
|
|
|
2343
|
|
|
2670
|
#login div.form div.fields div.field div.input input
|
|
2344
|
#login div.form div.fields div.field div.input input {
|
|
2671
|
{
|
|
2345
|
margin: 0;
|
|
2672
|
margin: 0;
|
|
2346
|
padding: 7px 7px 6px 7px;
|
|
2673
|
padding: 7px 7px 6px 7px;
|
|
2347
|
width: 176px;
|
|
2674
|
width: 176px;
|
|
2348
|
background: #FFFFFF;
|
|
2675
|
background: #FFFFFF;
|
|
2349
|
border-top: 1px solid #b3b3b3;
|
|
2676
|
border-top: 1px solid #b3b3b3;
|
|
2350
|
border-left: 1px solid #b3b3b3;
|
|
2677
|
border-left: 1px solid #b3b3b3;
|
|
2351
|
border-right: 1px solid #eaeaea;
|
|
2678
|
border-right: 1px solid #eaeaea;
|
|
2352
|
border-bottom: 1px solid #eaeaea;
|
|
2679
|
border-bottom: 1px solid #eaeaea;
|
|
2353
|
color: #000000;
|
|
2680
|
color: #000000;
|
|
2354
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular,
|
|
2681
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
|
|
2355
|
Lucida Sans Unicode, Arial, sans-serif;
|
|
2682
|
font-size: 11px;
|
|
2356
|
font-size: 11px;
|
|
2683
|
}
|
|
2357
|
}
|
|
2684
|
|
|
2358
|
|
|
2685
|
#login div.form div.fields div.field div.input input.error
|
|
2359
|
#login div.form div.fields div.field div.input input.error {
|
|
2686
|
{
|
|
|
|
|
2687
|
background: #FBE3E4;
|
|
2360
|
background: #FBE3E4;
|
|
2688
|
border-top: 1px solid #e1b2b3;
|
|
2361
|
border-top: 1px solid #e1b2b3;
|
|
2689
|
border-left: 1px solid #e1b2b3;
|
|
2362
|
border-left: 1px solid #e1b2b3;
|
|
@@
-2691,8
+2364,7
b' div.form div.fields div.buttons input'
|
|
2691
|
border-bottom: 1px solid #FBC2C4;
|
|
2364
|
border-bottom: 1px solid #FBC2C4;
|
|
2692
|
}
|
|
2365
|
}
|
|
2693
|
|
|
2366
|
|
|
2694
|
#login div.form div.fields div.field div.input input.success
|
|
2367
|
#login div.form div.fields div.field div.input input.success {
|
|
2695
|
{
|
|
|
|
|
2696
|
background: #E6EFC2;
|
|
2368
|
background: #E6EFC2;
|
|
2697
|
border-top: 1px solid #cebb98;
|
|
2369
|
border-top: 1px solid #cebb98;
|
|
2698
|
border-left: 1px solid #cebb98;
|
|
2370
|
border-left: 1px solid #cebb98;
|
|
@@
-2700,27
+2372,23
b' div.form div.fields div.buttons input'
|
|
2700
|
border-bottom: 1px solid #c6d880;
|
|
2372
|
border-bottom: 1px solid #c6d880;
|
|
2701
|
}
|
|
2373
|
}
|
|
2702
|
|
|
2374
|
|
|
2703
|
#login div.form div.fields div.field div.input div.link
|
|
2375
|
#login div.form div.fields div.field div.input div.link {
|
|
2704
|
{
|
|
|
|
|
2705
|
margin: 6px 0 0 0;
|
|
2376
|
margin: 6px 0 0 0;
|
|
2706
|
padding: 0;
|
|
2377
|
padding: 0;
|
|
2707
|
text-align: right;
|
|
2378
|
text-align: right;
|
|
2708
|
}
|
|
2379
|
}
|
|
2709
|
|
|
2380
|
|
|
2710
|
#login div.form div.fields div.field div.checkbox
|
|
2381
|
#login div.form div.fields div.field div.checkbox {
|
|
2711
|
{
|
|
|
|
|
2712
|
margin: 0 0 0 184px;
|
|
2382
|
margin: 0 0 0 184px;
|
|
2713
|
padding: 0;
|
|
2383
|
padding: 0;
|
|
2714
|
}
|
|
2384
|
}
|
|
2715
|
|
|
2385
|
|
|
2716
|
#login div.form div.fields div.field div.checkbox label
|
|
2386
|
#login div.form div.fields div.field div.checkbox label {
|
|
2717
|
{
|
|
2387
|
color: #565656;
|
|
2718
|
color: #565656;
|
|
2388
|
font-weight: bold;
|
|
2719
|
font-weight: bold;
|
|
2389
|
}
|
|
2720
|
}
|
|
2390
|
|
|
2721
|
|
|
2391
|
#login div.form div.fields div.buttons {
|
|
2722
|
#login div.form div.fields div.buttons
|
|
|
|
|
2723
|
{
|
|
|
|
|
2724
|
margin: 0;
|
|
2392
|
margin: 0;
|
|
2725
|
padding: 10px 0 0 0;
|
|
2393
|
padding: 10px 0 0 0;
|
|
2726
|
clear: both;
|
|
2394
|
clear: both;
|
|
@@
-2729,91
+2397,79
b' div.form div.fields div.buttons input'
|
|
2729
|
text-align: right;
|
|
2397
|
text-align: right;
|
|
2730
|
}
|
|
2398
|
}
|
|
2731
|
|
|
2399
|
|
|
2732
|
#login div.form div.fields div.buttons input
|
|
2400
|
#login div.form div.fields div.buttons input {
|
|
2733
|
{
|
|
2401
|
margin: 0;
|
|
|
|
|
2402
|
color: #000000;
|
|
|
|
|
2403
|
font-size: 1.0em;
|
|
|
|
|
2404
|
font-weight: bold;
|
|
|
|
|
2405
|
font-family: Verdana, Helvetica, Sans-Serif;
|
|
|
|
|
2406
|
}
|
|
|
|
|
2407
|
|
|
|
|
|
2408
|
#login div.form div.fields div.buttons input.ui-state-default {
|
|
2734
|
margin: 0;
|
|
2409
|
margin: 0;
|
|
2735
|
color: #000000;
|
|
2410
|
padding: 6px 12px 6px 12px;
|
|
2736
|
font-size: 1.0em;
|
|
2411
|
background: #e5e3e3 url("../images/button.png") repeat-x;
|
|
2737
|
font-weight: bold;
|
|
2412
|
border-top: 1px solid #DDDDDD;
|
|
2738
|
font-family: Verdana, Helvetica, Sans-Serif;
|
|
2413
|
border-left: 1px solid #c6c6c6;
|
|
2739
|
}
|
|
2414
|
border-right: 1px solid #DDDDDD;
|
|
2740
|
|
|
2415
|
border-bottom: 1px solid #c6c6c6;
|
|
2741
|
#login div.form div.fields div.buttons input.ui-state-default
|
|
2416
|
color: #515151;
|
|
2742
|
{
|
|
2417
|
}
|
|
2743
|
margin: 0;
|
|
2418
|
|
|
2744
|
padding: 6px 12px 6px 12px;
|
|
2419
|
#login div.form div.fields div.buttons input.ui-state-hover {
|
|
2745
|
background: #e5e3e3 url("../images/button.png") repeat-x;
|
|
2420
|
margin: 0;
|
|
2746
|
border-top: 1px solid #DDDDDD;
|
|
2421
|
padding: 6px 12px 6px 12px;
|
|
2747
|
border-left: 1px solid #c6c6c6;
|
|
2422
|
background: #b4b4b4 url("../images/button_selected.png") repeat-x;
|
|
2748
|
border-right: 1px solid #DDDDDD;
|
|
2423
|
border-top: 1px solid #cccccc;
|
|
2749
|
border-bottom: 1px solid #c6c6c6;
|
|
2424
|
border-left: 1px solid #bebebe;
|
|
2750
|
color: #515151;
|
|
2425
|
border-right: 1px solid #b1b1b1;
|
|
2751
|
}
|
|
2426
|
border-bottom: 1px solid #afafaf;
|
|
2752
|
|
|
2427
|
color: #515151;
|
|
2753
|
#login div.form div.fields div.buttons input.ui-state-hover
|
|
|
|
|
2754
|
{
|
|
|
|
|
2755
|
margin: 0;
|
|
|
|
|
2756
|
padding: 6px 12px 6px 12px;
|
|
|
|
|
2757
|
background: #b4b4b4 url("../images/button_selected.png") repeat-x;
|
|
|
|
|
2758
|
border-top: 1px solid #cccccc;
|
|
|
|
|
2759
|
border-left: 1px solid #bebebe;
|
|
|
|
|
2760
|
border-right: 1px solid #b1b1b1;
|
|
|
|
|
2761
|
border-bottom: 1px solid #afafaf;
|
|
|
|
|
2762
|
color: #515151;
|
|
|
|
|
2763
|
}
|
|
2428
|
}
|
|
2764
|
|
|
2429
|
|
|
2765
|
/*
|
|
2430
|
/*
|
|
2766
|
login / links
|
|
2431
|
login / links
|
|
2767
|
*/
|
|
2432
|
*/
|
|
2768
|
|
|
2433
|
#login div.form div.links {
|
|
2769
|
#login div.form div.links
|
|
|
|
|
2770
|
{
|
|
|
|
|
2771
|
margin: 10px 0 0 0;
|
|
2434
|
margin: 10px 0 0 0;
|
|
2772
|
padding: 0 0 2px 0;
|
|
2435
|
padding: 0 0 2px 0;
|
|
2773
|
clear: both;
|
|
2436
|
clear: both;
|
|
2774
|
overflow: hidden;
|
|
2437
|
overflow: hidden;
|
|
2775
|
}
|
|
2438
|
}
|
|
2776
|
|
|
2439
|
|
|
2777
|
/*
|
|
2440
|
/*
|
|
2778
|
register
|
|
2441
|
register
|
|
2779
|
*/
|
|
2442
|
*/
|
|
2780
|
|
|
2443
|
#register {
|
|
2781
|
#register
|
|
2444
|
margin: 10% auto 0 auto;
|
|
2782
|
{
|
|
2445
|
padding: 0;
|
|
2783
|
margin: 10% auto 0 auto;
|
|
|
|
|
2784
|
padding: 0;
|
|
|
|
|
2785
|
width: 420px;
|
|
2446
|
width: 420px;
|
|
2786
|
}
|
|
2447
|
}
|
|
2787
|
|
|
2448
|
|
|
2788
|
/*
|
|
2449
|
/*
|
|
2789
|
register / colors
|
|
2450
|
register / colors
|
|
2790
|
*/
|
|
2451
|
*/
|
|
2791
|
|
|
2452
|
#register div.color {
|
|
2792
|
#register div.color
|
|
2453
|
margin: 10px auto 0 auto;
|
|
2793
|
{
|
|
2454
|
padding: 3px 3px 3px 0;
|
|
2794
|
margin: 10px auto 0 auto;
|
|
|
|
|
2795
|
padding: 3px 3px 3px 0;
|
|
|
|
|
2796
|
clear: both;
|
|
2455
|
clear: both;
|
|
2797
|
overflow: hidden;
|
|
2456
|
overflow: hidden;
|
|
2798
|
background: #FFFFFF;
|
|
2457
|
background: #FFFFFF;
|
|
2799
|
}
|
|
2458
|
}
|
|
2800
|
|
|
2459
|
|
|
2801
|
#register div.color a
|
|
2460
|
#register div.color a {
|
|
2802
|
{
|
|
2461
|
margin: 0 0 0 3px;
|
|
2803
|
margin: 0 0 0 3px;
|
|
2462
|
padding: 0;
|
|
2804
|
padding: 0;
|
|
2463
|
width: 20px;
|
|
2805
|
width: 20px;
|
|
2464
|
height: 20px;
|
|
2806
|
height: 20px;
|
|
2465
|
display: block;
|
|
2807
|
display: block;
|
|
2466
|
float: left;
|
|
2808
|
float: left;
|
|
|
|
|
2809
|
}
|
|
2467
|
}
|
|
2810
|
|
|
2468
|
|
|
2811
|
/*
|
|
2469
|
/*
|
|
2812
|
register / title
|
|
2470
|
register / title
|
|
2813
|
*/
|
|
2471
|
*/
|
|
2814
|
|
|
2472
|
#register div.title {
|
|
2815
|
#register div.title
|
|
|
|
|
2816
|
{
|
|
|
|
|
2817
|
margin: 0 auto;
|
|
2473
|
margin: 0 auto;
|
|
2818
|
padding: 0;
|
|
2474
|
padding: 0;
|
|
2819
|
width: 420px;
|
|
2475
|
width: 420px;
|
|
@@
-2823,78
+2479,68
b' div.form div.fields div.buttons input'
|
|
2823
|
background: #003367 url("../images/header_inner.png") repeat-x;
|
|
2479
|
background: #003367 url("../images/header_inner.png") repeat-x;
|
|
2824
|
}
|
|
2480
|
}
|
|
2825
|
|
|
2481
|
|
|
2826
|
#register div.title h5
|
|
2482
|
#register div.title h5 {
|
|
2827
|
{
|
|
|
|
|
2828
|
margin: 10px;
|
|
2483
|
margin: 10px;
|
|
2829
|
padding: 0;
|
|
2484
|
padding: 0;
|
|
2830
|
color: #ffffff;
|
|
2485
|
color: #ffffff;
|
|
2831
|
}
|
|
2486
|
}
|
|
2832
|
|
|
2487
|
|
|
2833
|
/*
|
|
2488
|
/*
|
|
2834
|
register / inner
|
|
2489
|
register / inner
|
|
2835
|
*/
|
|
2490
|
*/
|
|
2836
|
#register div.title div.corner
|
|
2491
|
#register div.title div.corner {
|
|
2837
|
{
|
|
|
|
|
2838
|
height: 6px;
|
|
2492
|
height: 6px;
|
|
2839
|
width: 6px;
|
|
2493
|
width: 6px;
|
|
2840
|
position: absolute;
|
|
2494
|
position: absolute;
|
|
2841
|
background: url("../images/login_corners.png") no-repeat;
|
|
2495
|
background: url("../images/login_corners.png") no-repeat;
|
|
2842
|
}
|
|
2496
|
}
|
|
2843
|
|
|
2497
|
|
|
2844
|
#register div.title div.tl
|
|
2498
|
#register div.title div.tl {
|
|
2845
|
{
|
|
|
|
|
2846
|
top: 0;
|
|
2499
|
top: 0;
|
|
2847
|
left: 0;
|
|
2500
|
left: 0;
|
|
2848
|
background-position: 0 0;
|
|
2501
|
background-position: 0 0;
|
|
2849
|
}
|
|
2502
|
}
|
|
2850
|
|
|
2503
|
|
|
2851
|
#register div.title div.tr
|
|
2504
|
#register div.title div.tr {
|
|
2852
|
{
|
|
|
|
|
2853
|
top: 0;
|
|
2505
|
top: 0;
|
|
2854
|
right: 0;
|
|
2506
|
right: 0;
|
|
2855
|
background-position: -6px 0;
|
|
2507
|
background-position: -6px 0;
|
|
2856
|
|
|
2508
|
}
|
|
2857
|
}
|
|
2509
|
|
|
2858
|
#register div.inner
|
|
2510
|
#register div.inner {
|
|
2859
|
{
|
|
2511
|
margin: 0 auto;
|
|
2860
|
margin: 0 auto;
|
|
2512
|
padding: 20px;
|
|
2861
|
padding: 20px;
|
|
2513
|
width: 380px;
|
|
2862
|
width: 380px;
|
|
|
|
|
2863
|
background: #FFFFFF;
|
|
2514
|
background: #FFFFFF;
|
|
2864
|
border-top: none;
|
|
2515
|
border-top: none;
|
|
2865
|
border-bottom: none;
|
|
2516
|
border-bottom: none;
|
|
2866
|
}
|
|
2517
|
}
|
|
2867
|
|
|
2518
|
|
|
2868
|
/*
|
|
2519
|
/*
|
|
2869
|
register / form
|
|
2520
|
register / form
|
|
2870
|
*/
|
|
2521
|
*/
|
|
2871
|
|
|
2522
|
#register div.form {
|
|
2872
|
#register div.form
|
|
2523
|
margin: 0;
|
|
2873
|
{
|
|
2524
|
padding: 0;
|
|
2874
|
margin: 0;
|
|
2525
|
clear: both;
|
|
2875
|
padding: 0;
|
|
2526
|
overflow: hidden;
|
|
2876
|
clear: both;
|
|
2527
|
}
|
|
2877
|
overflow: hidden;
|
|
2528
|
|
|
2878
|
}
|
|
2529
|
#register div.form div.fields {
|
|
2879
|
|
|
|
|
|
2880
|
#register div.form div.fields
|
|
|
|
|
2881
|
{
|
|
|
|
|
2882
|
margin: 0;
|
|
2530
|
margin: 0;
|
|
2883
|
padding: 0;
|
|
2531
|
padding: 0;
|
|
2884
|
clear: both;
|
|
|
|
|
2885
|
overflow: hidden;
|
|
|
|
|
2886
|
}
|
|
|
|
|
2887
|
|
|
|
|
|
2888
|
#register div.form div.fields div.field
|
|
|
|
|
2889
|
{
|
|
|
|
|
2890
|
margin: 0;
|
|
|
|
|
2891
|
padding: 0 0 10px 0;
|
|
|
|
|
2892
|
clear: both;
|
|
2532
|
clear: both;
|
|
2893
|
overflow: hidden;
|
|
2533
|
overflow: hidden;
|
|
2894
|
}
|
|
2534
|
}
|
|
2895
|
|
|
2535
|
|
|
2896
|
#register div.form div.fields div.field span.error-message
|
|
2536
|
#register div.form div.fields div.field {
|
|
2897
|
{
|
|
2537
|
margin: 0;
|
|
|
|
|
2538
|
padding: 0 0 10px 0;
|
|
|
|
|
2539
|
clear: both;
|
|
|
|
|
2540
|
overflow: hidden;
|
|
|
|
|
2541
|
}
|
|
|
|
|
2542
|
|
|
|
|
|
2543
|
#register div.form div.fields div.field span.error-message {
|
|
2898
|
margin: 8px 0 0 0;
|
|
2544
|
margin: 8px 0 0 0;
|
|
2899
|
padding: 0;
|
|
2545
|
padding: 0;
|
|
2900
|
height: 1%;
|
|
2546
|
height: 1%;
|
|
@@
-2902,23
+2548,20
b' div.form div.fields div.buttons input'
|
|
2902
|
color: #FF0000;
|
|
2548
|
color: #FF0000;
|
|
2903
|
}
|
|
2549
|
}
|
|
2904
|
|
|
2550
|
|
|
2905
|
#register div.form div.fields div.field div.label
|
|
2551
|
#register div.form div.fields div.field div.label {
|
|
2906
|
{
|
|
|
|
|
2907
|
margin: 2px 10px 0 0;
|
|
2552
|
margin: 2px 10px 0 0;
|
|
2908
|
padding: 5px 0 0 5px;
|
|
2553
|
padding: 5px 0 0 5px;
|
|
2909
|
width: 100px;
|
|
2554
|
width: 100px;
|
|
2910
|
float: left;
|
|
2555
|
float: left;
|
|
2911
|
text-align: right;
|
|
2556
|
text-align: right;
|
|
2912
|
}
|
|
2557
|
}
|
|
2913
|
|
|
2558
|
|
|
2914
|
#register div.form div.fields div.field div.label label
|
|
2559
|
#register div.form div.fields div.field div.label label {
|
|
2915
|
{
|
|
2560
|
color: #000000;
|
|
2916
|
color: #000000;
|
|
2561
|
font-weight: bold;
|
|
2917
|
font-weight: bold;
|
|
2562
|
}
|
|
2918
|
}
|
|
2563
|
|
|
2919
|
|
|
2564
|
#register div.form div.fields div.field div.label span {
|
|
2920
|
#register div.form div.fields div.field div.label span
|
|
|
|
|
2921
|
{
|
|
|
|
|
2922
|
margin: 0;
|
|
2565
|
margin: 0;
|
|
2923
|
padding: 2px 0 0 0;
|
|
2566
|
padding: 2px 0 0 0;
|
|
2924
|
height: 1%;
|
|
2567
|
height: 1%;
|
|
@@
-2926,30
+2569,28
b' div.form div.fields div.buttons input'
|
|
2926
|
color: #363636;
|
|
2569
|
color: #363636;
|
|
2927
|
}
|
|
2570
|
}
|
|
2928
|
|
|
2571
|
|
|
2929
|
#register div.form div.fields div.field div.input
|
|
2572
|
#register div.form div.fields div.field div.input {
|
|
2930
|
{
|
|
|
|
|
2931
|
margin: 0;
|
|
2573
|
margin: 0;
|
|
2932
|
padding: 0;
|
|
2574
|
padding: 0;
|
|
2933
|
float: left;
|
|
2575
|
float: left;
|
|
2934
|
}
|
|
2576
|
}
|
|
2935
|
|
|
2577
|
|
|
2936
|
#register div.form div.fields div.field div.input input
|
|
2578
|
#register div.form div.fields div.field div.input input {
|
|
2937
|
{
|
|
2579
|
margin: 0;
|
|
2938
|
margin: 0;
|
|
2580
|
padding: 7px 7px 6px 7px;
|
|
2939
|
padding: 7px 7px 6px 7px;
|
|
2581
|
width: 245px;
|
|
2940
|
width: 245px;
|
|
2582
|
background: #FFFFFF;
|
|
2941
|
background: #FFFFFF;
|
|
2583
|
border-top: 1px solid #b3b3b3;
|
|
2942
|
border-top: 1px solid #b3b3b3;
|
|
2584
|
border-left: 1px solid #b3b3b3;
|
|
2943
|
border-left: 1px solid #b3b3b3;
|
|
2585
|
border-right: 1px solid #eaeaea;
|
|
2944
|
border-right: 1px solid #eaeaea;
|
|
2586
|
border-bottom: 1px solid #eaeaea;
|
|
2945
|
border-bottom: 1px solid #eaeaea;
|
|
2587
|
color: #000000;
|
|
2946
|
color: #000000;
|
|
2588
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular,
|
|
2947
|
font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
|
|
2589
|
Lucida Sans Unicode, Arial, sans-serif;
|
|
2948
|
font-size: 11px;
|
|
2590
|
font-size: 11px;
|
|
2949
|
}
|
|
2591
|
}
|
|
2950
|
|
|
2592
|
|
|
2951
|
#register div.form div.fields div.field div.input input.error
|
|
2593
|
#register div.form div.fields div.field div.input input.error {
|
|
2952
|
{
|
|
|
|
|
2953
|
background: #FBE3E4;
|
|
2594
|
background: #FBE3E4;
|
|
2954
|
border-top: 1px solid #e1b2b3;
|
|
2595
|
border-top: 1px solid #e1b2b3;
|
|
2955
|
border-left: 1px solid #e1b2b3;
|
|
2596
|
border-left: 1px solid #e1b2b3;
|
|
@@
-2957,8
+2598,7
b' div.form div.fields div.buttons input'
|
|
2957
|
border-bottom: 1px solid #FBC2C4;
|
|
2598
|
border-bottom: 1px solid #FBC2C4;
|
|
2958
|
}
|
|
2599
|
}
|
|
2959
|
|
|
2600
|
|
|
2960
|
#register div.form div.fields div.field div.input input.success
|
|
2601
|
#register div.form div.fields div.field div.input input.success {
|
|
2961
|
{
|
|
|
|
|
2962
|
background: #E6EFC2;
|
|
2602
|
background: #E6EFC2;
|
|
2963
|
border-top: 1px solid #cebb98;
|
|
2603
|
border-top: 1px solid #cebb98;
|
|
2964
|
border-left: 1px solid #cebb98;
|
|
2604
|
border-left: 1px solid #cebb98;
|
|
@@
-2966,27
+2606,23
b' div.form div.fields div.buttons input'
|
|
2966
|
border-bottom: 1px solid #c6d880;
|
|
2606
|
border-bottom: 1px solid #c6d880;
|
|
2967
|
}
|
|
2607
|
}
|
|
2968
|
|
|
2608
|
|
|
2969
|
#register div.form div.fields div.field div.input div.link
|
|
2609
|
#register div.form div.fields div.field div.input div.link {
|
|
2970
|
{
|
|
|
|
|
2971
|
margin: 6px 0 0 0;
|
|
2610
|
margin: 6px 0 0 0;
|
|
2972
|
padding: 0;
|
|
2611
|
padding: 0;
|
|
2973
|
text-align: right;
|
|
2612
|
text-align: right;
|
|
2974
|
}
|
|
2613
|
}
|
|
2975
|
|
|
2614
|
|
|
2976
|
#register div.form div.fields div.field div.checkbox
|
|
2615
|
#register div.form div.fields div.field div.checkbox {
|
|
2977
|
{
|
|
|
|
|
2978
|
margin: 0 0 0 184px;
|
|
2616
|
margin: 0 0 0 184px;
|
|
2979
|
padding: 0;
|
|
2617
|
padding: 0;
|
|
2980
|
}
|
|
2618
|
}
|
|
2981
|
|
|
2619
|
|
|
2982
|
#register div.form div.fields div.field div.checkbox label
|
|
2620
|
#register div.form div.fields div.field div.checkbox label {
|
|
2983
|
{
|
|
2621
|
color: #565656;
|
|
2984
|
color: #565656;
|
|
2622
|
font-weight: bold;
|
|
2985
|
font-weight: bold;
|
|
2623
|
}
|
|
2986
|
}
|
|
2624
|
|
|
2987
|
|
|
2625
|
#register div.form div.fields div.buttons {
|
|
2988
|
#register div.form div.fields div.buttons
|
|
|
|
|
2989
|
{
|
|
|
|
|
2990
|
margin: 0;
|
|
2626
|
margin: 0;
|
|
2991
|
padding: 10px 0 0 114px;
|
|
2627
|
padding: 10px 0 0 114px;
|
|
2992
|
clear: both;
|
|
2628
|
clear: both;
|
|
@@
-2995,118
+2631,114
b' div.form div.fields div.buttons input'
|
|
2995
|
text-align: left;
|
|
2631
|
text-align: left;
|
|
2996
|
}
|
|
2632
|
}
|
|
2997
|
|
|
2633
|
|
|
2998
|
#register div.form div.fields div.buttons input
|
|
2634
|
#register div.form div.fields div.buttons input {
|
|
2999
|
{
|
|
2635
|
margin: 0;
|
|
|
|
|
2636
|
color: #000000;
|
|
|
|
|
2637
|
font-size: 1.0em;
|
|
|
|
|
2638
|
font-weight: bold;
|
|
|
|
|
2639
|
font-family: Verdana, Helvetica, Sans-Serif;
|
|
|
|
|
2640
|
}
|
|
|
|
|
2641
|
|
|
|
|
|
2642
|
#register div.form div.fields div.buttons input.ui-state-default {
|
|
3000
|
margin: 0;
|
|
2643
|
margin: 0;
|
|
3001
|
color: #000000;
|
|
2644
|
padding: 6px 12px 6px 12px;
|
|
3002
|
font-size: 1.0em;
|
|
2645
|
background: #e5e3e3 url("../images/button.png") repeat-x;
|
|
3003
|
font-weight: bold;
|
|
2646
|
border-top: 1px solid #DDDDDD;
|
|
3004
|
font-family: Verdana, Helvetica, Sans-Serif;
|
|
2647
|
border-left: 1px solid #c6c6c6;
|
|
3005
|
}
|
|
2648
|
border-right: 1px solid #DDDDDD;
|
|
3006
|
|
|
2649
|
border-bottom: 1px solid #c6c6c6;
|
|
3007
|
#register div.form div.fields div.buttons input.ui-state-default
|
|
2650
|
color: #515151;
|
|
3008
|
{
|
|
2651
|
}
|
|
3009
|
margin: 0;
|
|
2652
|
|
|
3010
|
padding: 6px 12px 6px 12px;
|
|
|
|
|
3011
|
background: #e5e3e3 url("../images/button.png") repeat-x;
|
|
|
|
|
3012
|
border-top: 1px solid #DDDDDD;
|
|
|
|
|
3013
|
border-left: 1px solid #c6c6c6;
|
|
|
|
|
3014
|
border-right: 1px solid #DDDDDD;
|
|
|
|
|
3015
|
border-bottom: 1px solid #c6c6c6;
|
|
|
|
|
3016
|
color: #515151;
|
|
|
|
|
3017
|
}
|
|
|
|
|
3018
|
#register div.form div.fields div.buttons div.highlight input.ui-state-default
|
|
2653
|
#register div.form div.fields div.buttons div.highlight input.ui-state-default
|
|
3019
|
{
|
|
2654
|
{
|
|
3020
|
background:url("../images/button_highlight.png") repeat-x scroll 0 0 #4E85BB;
|
|
2655
|
background: url("../images/button_highlight.png") repeat-x scroll 0 0
|
|
3021
|
border-color:#5C91A4 #2B7089 #1A6480 #2A6F89;
|
|
2656
|
#4E85BB;
|
|
3022
|
border-style:solid;
|
|
2657
|
border-color: #5C91A4 #2B7089 #1A6480 #2A6F89;
|
|
3023
|
border-width:1px;
|
|
2658
|
border-style: solid;
|
|
3024
|
color:#FFFFFF;
|
|
2659
|
border-width: 1px;
|
|
3025
|
}
|
|
2660
|
color: #FFFFFF;
|
|
3026
|
|
|
2661
|
}
|
|
3027
|
|
|
2662
|
|
|
3028
|
|
|
2663
|
#register div.form div.fields div.buttons input.ui-state-hover {
|
|
3029
|
#register div.form div.fields div.buttons input.ui-state-hover
|
|
2664
|
margin: 0;
|
|
3030
|
{
|
|
2665
|
padding: 6px 12px 6px 12px;
|
|
3031
|
margin: 0;
|
|
2666
|
background: #b4b4b4 url("../images/button_selected.png") repeat-x;
|
|
3032
|
padding: 6px 12px 6px 12px;
|
|
2667
|
border-top: 1px solid #cccccc;
|
|
3033
|
background: #b4b4b4 url("../images/button_selected.png") repeat-x;
|
|
2668
|
border-left: 1px solid #bebebe;
|
|
3034
|
border-top: 1px solid #cccccc;
|
|
2669
|
border-right: 1px solid #b1b1b1;
|
|
3035
|
border-left: 1px solid #bebebe;
|
|
2670
|
border-bottom: 1px solid #afafaf;
|
|
3036
|
border-right: 1px solid #b1b1b1;
|
|
2671
|
color: #515151;
|
|
3037
|
border-bottom: 1px solid #afafaf;
|
|
|
|
|
3038
|
color: #515151;
|
|
|
|
|
3039
|
}
|
|
2672
|
}
|
|
3040
|
|
|
2673
|
|
|
3041
|
#register div.form div.activation_msg {
|
|
2674
|
#register div.form div.activation_msg {
|
|
3042
|
padding-top:4px;
|
|
2675
|
padding-top: 4px;
|
|
3043
|
padding-bottom:4px;
|
|
2676
|
padding-bottom: 4px;
|
|
3044
|
|
|
|
|
|
3045
|
}
|
|
2677
|
}
|
|
3046
|
|
|
2678
|
|
|
3047
|
/*
|
|
2679
|
/*
|
|
3048
|
SUMMARY
|
|
2680
|
SUMMARY
|
|
3049
|
*/
|
|
2681
|
*/
|
|
3050
|
.trending_language_tbl, .trending_language_tbl td {
|
|
2682
|
.trending_language_tbl,.trending_language_tbl td {
|
|
3051
|
margin: 0px !important;
|
|
2683
|
margin: 0px !important;
|
|
3052
|
padding: 0px !important;
|
|
2684
|
padding: 0px !important;
|
|
3053
|
border: 0 !important;
|
|
2685
|
border: 0 !important;
|
|
3054
|
|
|
2686
|
}
|
|
3055
|
}
|
|
2687
|
|
|
3056
|
.trending_language{
|
|
2688
|
.trending_language {
|
|
3057
|
-moz-border-radius-bottomright:4px;
|
|
2689
|
-moz-border-radius-bottomright: 4px;
|
|
3058
|
-moz-border-radius-topright:4px;
|
|
2690
|
-moz-border-radius-topright: 4px;
|
|
3059
|
border-bottom-right-radius: 4px 4px;
|
|
2691
|
border-bottom-right-radius: 4px 4px;
|
|
3060
|
border-top-right-radius: 4px 4px;
|
|
2692
|
border-top-right-radius: 4px 4px;
|
|
3061
|
background-color:#336699;
|
|
2693
|
background-color: #336699;
|
|
3062
|
color:#FFFFFF;
|
|
2694
|
color: #FFFFFF;
|
|
3063
|
display:block;
|
|
2695
|
display: block;
|
|
3064
|
min-width:20px;
|
|
2696
|
min-width: 20px;
|
|
3065
|
max-width:400px;
|
|
2697
|
max-width: 400px;
|
|
3066
|
padding:3px;
|
|
2698
|
padding: 3px;
|
|
3067
|
text-decoration:none;
|
|
2699
|
text-decoration: none;
|
|
3068
|
height: 12px;
|
|
2700
|
height: 12px;
|
|
3069
|
margin-bottom: 4px;
|
|
2701
|
margin-bottom: 4px;
|
|
3070
|
margin-left: 5px;
|
|
2702
|
margin-left: 5px;
|
|
3071
|
white-space: pre;
|
|
2703
|
white-space: pre;
|
|
3072
|
}
|
|
2704
|
}
|
|
3073
|
|
|
2705
|
|
|
3074
|
#clone_url{
|
|
2706
|
#clone_url {
|
|
3075
|
border: none;
|
|
2707
|
border: none;
|
|
3076
|
}
|
|
2708
|
}
|
|
|
|
|
2709
|
|
|
3077
|
/*
|
|
2710
|
/*
|
|
3078
|
FILES
|
|
2711
|
FILES
|
|
3079
|
*/
|
|
2712
|
*/
|
|
3080
|
|
|
2713
|
h3.files_location {
|
|
3081
|
h3.files_location{
|
|
2714
|
font-size: 1.8em;
|
|
3082
|
font-size: 1.8em;
|
|
2715
|
font-weight: bold;
|
|
3083
|
font-weight: bold;
|
|
2716
|
margin: 10px 0 !important;
|
|
3084
|
margin: 10px 0 !important;
|
|
2717
|
border-bottom: none !important;
|
|
3085
|
border-bottom: none !important;
|
|
2718
|
}
|
|
3086
|
}
|
|
2719
|
|
|
3087
|
|
|
2720
|
#files_data.dl {
|
|
3088
|
#files_data.dl{
|
|
2721
|
|
|
3089
|
|
|
2722
|
}
|
|
3090
|
|
|
2723
|
|
|
3091
|
}
|
|
2724
|
#files_data dl dt {
|
|
3092
|
#files_data dl dt{
|
|
2725
|
float: left;
|
|
3093
|
float:left;
|
|
2726
|
margin: 0 !important;
|
|
3094
|
margin:0 !important;
|
|
2727
|
padding: 5px;
|
|
3095
|
padding:5px;
|
|
2728
|
width: 115px;
|
|
3096
|
width:115px;
|
|
2729
|
}
|
|
3097
|
}
|
|
2730
|
|
|
3098
|
#files_data dl dd{
|
|
2731
|
#files_data dl dd {
|
|
3099
|
margin:0 !important;
|
|
2732
|
margin: 0 !important;
|
|
3100
|
padding: 5px !important;
|
|
2733
|
padding: 5px !important;
|
|
3101
|
}
|
|
2734
|
}
|
|
3102
|
|
|
|
|
|
3103
|
|
|
2735
|
|
|
3104
|
/*
|
|
2736
|
/*
|
|
3105
|
CHANGESETS
|
|
2737
|
CHANGESETS
|
|
3106
|
*/
|
|
2738
|
*/
|
|
3107
|
#changeset_content {
|
|
2739
|
#changeset_content {
|
|
3108
|
border:1px solid #CCCCCC;
|
|
2740
|
border: 1px solid #CCCCCC;
|
|
3109
|
padding:5px;
|
|
2741
|
padding: 5px;
|
|
3110
|
}
|
|
2742
|
}
|
|
3111
|
|
|
2743
|
|
|
3112
|
#changeset_content .container .wrapper {
|
|
2744
|
#changeset_content .container .wrapper {
|
|
@@
-3146,7
+2778,7
b' h3.files_location{'
|
|
3146
|
}
|
|
2778
|
}
|
|
3147
|
|
|
2779
|
|
|
3148
|
.cs_files {
|
|
2780
|
.cs_files {
|
|
3149
|
|
|
2781
|
|
|
3150
|
}
|
|
2782
|
}
|
|
3151
|
|
|
2783
|
|
|
3152
|
.cs_files .cs_added {
|
|
2784
|
.cs_files .cs_added {
|
|
@@
-3181,7
+2813,6
b' h3.files_location{'
|
|
3181
|
/*
|
|
2813
|
/*
|
|
3182
|
CHANGESETS - CANVAS
|
|
2814
|
CHANGESETS - CANVAS
|
|
3183
|
*/
|
|
2815
|
*/
|
|
3184
|
|
|
|
|
|
3185
|
#graph {
|
|
2816
|
#graph {
|
|
3186
|
overflow: hidden;
|
|
2817
|
overflow: hidden;
|
|
3187
|
}
|
|
2818
|
}
|
|
@@
-3189,7
+2820,7
b' h3.files_location{'
|
|
3189
|
#graph_nodes {
|
|
2820
|
#graph_nodes {
|
|
3190
|
width: 160px;
|
|
2821
|
width: 160px;
|
|
3191
|
float: left;
|
|
2822
|
float: left;
|
|
3192
|
margin-left:-50px;
|
|
2823
|
margin-left: -50px;
|
|
3193
|
margin-top: 5px;
|
|
2824
|
margin-top: 5px;
|
|
3194
|
}
|
|
2825
|
}
|
|
3195
|
|
|
2826
|
|
|
@@
-3200,7
+2831,7
b' h3.files_location{'
|
|
3200
|
|
|
2831
|
|
|
3201
|
#graph_content .container_header {
|
|
2832
|
#graph_content .container_header {
|
|
3202
|
border: 1px solid #CCCCCC;
|
|
2833
|
border: 1px solid #CCCCCC;
|
|
3203
|
padding:10px;
|
|
2834
|
padding: 10px;
|
|
3204
|
}
|
|
2835
|
}
|
|
3205
|
|
|
2836
|
|
|
3206
|
#graph_content .container .wrapper {
|
|
2837
|
#graph_content .container .wrapper {
|
|
@@
-3213,7
+2844,7
b' h3.files_location{'
|
|
3213
|
border-right: 1px solid #CCCCCC;
|
|
2844
|
border-right: 1px solid #CCCCCC;
|
|
3214
|
min-height: 80px;
|
|
2845
|
min-height: 80px;
|
|
3215
|
overflow: hidden;
|
|
2846
|
overflow: hidden;
|
|
3216
|
font-size:1.2em;
|
|
2847
|
font-size: 1.2em;
|
|
3217
|
}
|
|
2848
|
}
|
|
3218
|
|
|
2849
|
|
|
3219
|
#graph_content .container .left {
|
|
2850
|
#graph_content .container .left {
|
|
@@
-3231,7
+2862,7
b' h3.files_location{'
|
|
3231
|
|
|
2862
|
|
|
3232
|
#graph_content .container .left .date {
|
|
2863
|
#graph_content .container .left .date {
|
|
3233
|
font-weight: bold;
|
|
2864
|
font-weight: bold;
|
|
3234
|
padding-bottom:5px;
|
|
2865
|
padding-bottom: 5px;
|
|
3235
|
}
|
|
2866
|
}
|
|
3236
|
|
|
2867
|
|
|
3237
|
#graph_content .container .left .author {
|
|
2868
|
#graph_content .container .left .author {
|
|
@@
-3283,15
+2914,18
b' h3.files_location{'
|
|
3283
|
font-family: monospace;
|
|
2914
|
font-family: monospace;
|
|
3284
|
}
|
|
2915
|
}
|
|
3285
|
|
|
2916
|
|
|
3286
|
.right .logtags .branchtag{
|
|
2917
|
.right .logtags .branchtag {
|
|
3287
|
background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat right 6px;
|
|
2918
|
background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat
|
|
3288
|
display:block;
|
|
2919
|
right 6px;
|
|
3289
|
padding:8px 16px 0px 0px
|
|
2920
|
display: block;
|
|
3290
|
}
|
|
2921
|
padding: 8px 16px 0px 0px
|
|
3291
|
.right .logtags .tagtag{
|
|
2922
|
}
|
|
3292
|
background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat right 6px;
|
|
2923
|
|
|
3293
|
display:block;
|
|
2924
|
.right .logtags .tagtag {
|
|
3294
|
padding:6px 18px 0px 0px
|
|
2925
|
background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat right
|
|
|
|
|
2926
|
6px;
|
|
|
|
|
2927
|
display: block;
|
|
|
|
|
2928
|
padding: 6px 18px 0px 0px
|
|
3295
|
}
|
|
2929
|
}
|
|
3296
|
|
|
2930
|
|
|
3297
|
/*
|
|
2931
|
/*
|
|
@@
-3351,6
+2985,7
b' table.code-browser tbody td {'
|
|
3351
|
padding-left: 10px;
|
|
2985
|
padding-left: 10px;
|
|
3352
|
height: 20px;
|
|
2986
|
height: 20px;
|
|
3353
|
}
|
|
2987
|
}
|
|
|
|
|
2988
|
|
|
3354
|
table.code-browser .browser-file {
|
|
2989
|
table.code-browser .browser-file {
|
|
3355
|
background: url("/images/icons/document_16.png") no-repeat scroll 3px;
|
|
2990
|
background: url("/images/icons/document_16.png") no-repeat scroll 3px;
|
|
3356
|
height: 16px;
|
|
2991
|
height: 16px;
|
|
@@
-3368,37
+3003,36
b' table.code-browser .browser-dir {'
|
|
3368
|
/*
|
|
3003
|
/*
|
|
3369
|
SEARCH
|
|
3004
|
SEARCH
|
|
3370
|
*/
|
|
3005
|
*/
|
|
3371
|
|
|
|
|
|
3372
|
.box .search {
|
|
3006
|
.box .search {
|
|
3373
|
clear:both;
|
|
3007
|
clear: both;
|
|
3374
|
margin:0;
|
|
3008
|
margin: 0;
|
|
3375
|
overflow:hidden;
|
|
3009
|
overflow: hidden;
|
|
3376
|
padding:0 20px 10px;
|
|
3010
|
padding: 0 20px 10px;
|
|
3377
|
}
|
|
3011
|
}
|
|
3378
|
.box .search div.search_path{
|
|
3012
|
|
|
3379
|
background:none repeat scroll 0 0 #EEEEEE;
|
|
3013
|
.box .search div.search_path {
|
|
3380
|
border:1px solid #CCCCCC;
|
|
3014
|
background: none repeat scroll 0 0 #EEEEEE;
|
|
3381
|
|
|
3015
|
border: 1px solid #CCCCCC;
|
|
3382
|
color:blue;
|
|
3016
|
color: blue;
|
|
3383
|
padding:10px 0;
|
|
3017
|
padding: 10px 0;
|
|
3384
|
margin-bottom:10px;
|
|
3018
|
margin-bottom: 10px;
|
|
3385
|
}
|
|
3019
|
}
|
|
3386
|
.box .search div.search_path div.link{
|
|
3020
|
|
|
3387
|
font-weight:bold;
|
|
3021
|
.box .search div.search_path div.link {
|
|
3388
|
margin-left:25px;
|
|
3022
|
font-weight: bold;
|
|
3389
|
}
|
|
3023
|
margin-left: 25px;
|
|
3390
|
.box .search div.search_path div.link a{
|
|
3024
|
}
|
|
3391
|
color:#0066CC;
|
|
3025
|
|
|
3392
|
cursor:pointer;
|
|
3026
|
.box .search div.search_path div.link a {
|
|
3393
|
text-decoration:none;
|
|
3027
|
color: #0066CC;
|
|
3394
|
}
|
|
3028
|
cursor: pointer;
|
|
3395
|
|
|
3029
|
text-decoration: none;
|
|
3396
|
|
|
3030
|
}
|
|
3397
|
|
|
3031
|
|
|
3398
|
/*
|
|
3032
|
/*
|
|
3399
|
ADMIN - SETTINGS
|
|
3033
|
ADMIN - SETTINGS
|
|
3400
|
*/
|
|
3034
|
*/
|
|
3401
|
#path_unlock{
|
|
3035
|
#path_unlock {
|
|
3402
|
color: red;
|
|
3036
|
color: red;
|
|
3403
|
font-size: 1.2em;
|
|
3037
|
font-size: 1.2em;
|
|
3404
|
padding-left: 4px;
|
|
3038
|
padding-left: 4px;
|
|
@@
-3407,692
+3041,633
b' table.code-browser .browser-dir {'
|
|
3407
|
/*
|
|
3041
|
/*
|
|
3408
|
INFOBOX
|
|
3042
|
INFOBOX
|
|
3409
|
*/
|
|
3043
|
*/
|
|
3410
|
.info_box *{
|
|
3044
|
.info_box * {
|
|
3411
|
background:url("../../images/pager.png") repeat-x scroll 0 0 #EBEBEB;
|
|
3045
|
background: url("../../images/pager.png") repeat-x scroll 0 0 #EBEBEB;
|
|
3412
|
border-color:#DEDEDE #C4C4C4 #C4C4C4 #CFCFCF;
|
|
3046
|
border-color: #DEDEDE #C4C4C4 #C4C4C4 #CFCFCF;
|
|
3413
|
border-style:solid;
|
|
3047
|
border-style: solid;
|
|
3414
|
border-width:1px;
|
|
3048
|
border-width: 1px;
|
|
3415
|
color:#4A4A4A;
|
|
3049
|
color: #4A4A4A;
|
|
3416
|
display:block;
|
|
3050
|
display: block;
|
|
3417
|
font-weight:bold;
|
|
3051
|
font-weight: bold;
|
|
3418
|
height:1%;
|
|
3052
|
height: 1%;
|
|
3419
|
padding:4px 6px;
|
|
3053
|
padding: 4px 6px;
|
|
3420
|
display: inline;
|
|
3054
|
display: inline;
|
|
3421
|
}
|
|
3055
|
}
|
|
3422
|
.info_box span{
|
|
3056
|
|
|
3423
|
margin-left:3px;
|
|
3057
|
.info_box span {
|
|
3424
|
margin-right:3px;
|
|
3058
|
margin-left: 3px;
|
|
3425
|
}
|
|
3059
|
margin-right: 3px;
|
|
|
|
|
3060
|
}
|
|
|
|
|
3061
|
|
|
3426
|
.info_box input#at_rev {
|
|
3062
|
.info_box input#at_rev {
|
|
3427
|
padding:5px 3px 3px 2px;
|
|
3063
|
padding: 5px 3px 3px 2px;
|
|
3428
|
text-align:center;
|
|
3064
|
text-align: center;
|
|
3429
|
}
|
|
3065
|
}
|
|
|
|
|
3066
|
|
|
3430
|
.info_box input#view {
|
|
3067
|
.info_box input#view {
|
|
3431
|
padding:4px 3px 2px 2px;
|
|
3068
|
padding: 4px 3px 2px 2px;
|
|
3432
|
text-align:center;
|
|
3069
|
text-align: center;
|
|
3433
|
}
|
|
3070
|
}
|
|
|
|
|
3071
|
|
|
3434
|
/*
|
|
3072
|
/*
|
|
3435
|
YUI TOOLTIP
|
|
3073
|
YUI TOOLTIP
|
|
3436
|
*/
|
|
3074
|
*/
|
|
3437
|
.yui-overlay,.yui-panel-container {
|
|
3075
|
.yui-overlay,.yui-panel-container {
|
|
3438
|
visibility: hidden;
|
|
3076
|
visibility: hidden;
|
|
3439
|
position: absolute;
|
|
3077
|
position: absolute;
|
|
3440
|
z-index: 2;
|
|
3078
|
z-index: 2;
|
|
3441
|
}
|
|
3079
|
}
|
|
3442
|
|
|
3080
|
|
|
3443
|
.yui-tt {
|
|
3081
|
.yui-tt {
|
|
3444
|
visibility: hidden;
|
|
3082
|
visibility: hidden;
|
|
3445
|
position: absolute;
|
|
3083
|
position: absolute;
|
|
3446
|
color: #666666;
|
|
3084
|
color: #666666;
|
|
3447
|
background-color: #FFFFFF;
|
|
3085
|
background-color: #FFFFFF;
|
|
3448
|
font-family: arial, helvetica, verdana, sans-serif;
|
|
3086
|
font-family: arial, helvetica, verdana, sans-serif;
|
|
3449
|
padding: 8px;
|
|
3087
|
padding: 8px;
|
|
3450
|
border: 2px solid #556CB5;
|
|
3088
|
border: 2px solid #556CB5;
|
|
3451
|
font: 100% sans-serif;
|
|
3089
|
font: 100% sans-serif;
|
|
3452
|
width: auto;
|
|
3090
|
width: auto;
|
|
3453
|
opacity: 1.0;
|
|
3091
|
opacity: 1.0;
|
|
3454
|
}
|
|
3092
|
}
|
|
3455
|
|
|
3093
|
|
|
3456
|
.yui-tt-shadow {
|
|
3094
|
.yui-tt-shadow {
|
|
3457
|
display: none;
|
|
3095
|
display: none;
|
|
3458
|
}
|
|
3096
|
}
|
|
3459
|
|
|
3097
|
|
|
3460
|
/*
|
|
3098
|
/*
|
|
3461
|
YUI AUTOCOMPLETE
|
|
3099
|
YUI AUTOCOMPLETE
|
|
3462
|
*/
|
|
3100
|
*/
|
|
3463
|
|
|
3101
|
.ac {
|
|
3464
|
.ac{
|
|
3102
|
vertical-align: top;
|
|
3465
|
vertical-align: top;
|
|
3103
|
}
|
|
3466
|
|
|
3104
|
|
|
3467
|
}
|
|
|
|
|
3468
|
.ac .match {
|
|
3105
|
.ac .match {
|
|
3469
|
font-weight:bold;
|
|
3106
|
font-weight: bold;
|
|
3470
|
}
|
|
3107
|
}
|
|
3471
|
|
|
3108
|
|
|
3472
|
.ac .yui-ac {
|
|
3109
|
.ac .yui-ac {
|
|
3473
|
position: relative;
|
|
3110
|
position: relative;
|
|
3474
|
font-family: arial;
|
|
3111
|
font-family: arial;
|
|
3475
|
font-size: 100%;
|
|
3112
|
font-size: 100%;
|
|
3476
|
}
|
|
3113
|
}
|
|
3477
|
|
|
3114
|
|
|
3478
|
.ac .perm_ac{
|
|
3115
|
.ac .perm_ac {
|
|
3479
|
width:15em;
|
|
3116
|
width: 15em;
|
|
3480
|
}
|
|
3117
|
}
|
|
|
|
|
3118
|
|
|
3481
|
/* styles for input field */
|
|
3119
|
/* styles for input field */
|
|
3482
|
.ac .yui-ac-input {
|
|
3120
|
.ac .yui-ac-input {
|
|
3483
|
width: 100%;
|
|
3121
|
width: 100%;
|
|
3484
|
}
|
|
3122
|
}
|
|
3485
|
|
|
3123
|
|
|
3486
|
/* styles for results container */
|
|
3124
|
/* styles for results container */
|
|
3487
|
.ac .yui-ac-container {
|
|
3125
|
.ac .yui-ac-container {
|
|
3488
|
position: absolute;
|
|
3126
|
position: absolute;
|
|
3489
|
top: 1.6em;
|
|
3127
|
top: 1.6em;
|
|
3490
|
width: 100%;
|
|
3128
|
width: 100%;
|
|
3491
|
}
|
|
3129
|
}
|
|
3492
|
|
|
3130
|
|
|
3493
|
/* styles for header/body/footer wrapper within container */
|
|
3131
|
/* styles for header/body/footer wrapper within container */
|
|
3494
|
.ac .yui-ac-content {
|
|
3132
|
.ac .yui-ac-content {
|
|
3495
|
position: absolute;
|
|
3133
|
position: absolute;
|
|
3496
|
width: 100%;
|
|
3134
|
width: 100%;
|
|
3497
|
border: 1px solid #808080;
|
|
3135
|
border: 1px solid #808080;
|
|
3498
|
background: #fff;
|
|
3136
|
background: #fff;
|
|
3499
|
overflow: hidden;
|
|
3137
|
overflow: hidden;
|
|
3500
|
z-index: 9050;
|
|
3138
|
z-index: 9050;
|
|
3501
|
}
|
|
3139
|
}
|
|
3502
|
|
|
3140
|
|
|
3503
|
/* styles for container shadow */
|
|
3141
|
/* styles for container shadow */
|
|
3504
|
.ac .yui-ac-shadow {
|
|
3142
|
.ac .yui-ac-shadow {
|
|
3505
|
position: absolute;
|
|
3143
|
position: absolute;
|
|
3506
|
margin: .3em;
|
|
3144
|
margin: .3em;
|
|
3507
|
width: 100%;
|
|
3145
|
width: 100%;
|
|
3508
|
background: #000;
|
|
3146
|
background: #000;
|
|
3509
|
-moz-opacity: 0.10;
|
|
3147
|
-moz-opacity: 0.10;
|
|
3510
|
opacity: .10;
|
|
3148
|
opacity: .10;
|
|
3511
|
filter: alpha(opacity = 10);
|
|
3149
|
filter: alpha(opacity = 10);
|
|
3512
|
z-index: 9049;
|
|
3150
|
z-index: 9049;
|
|
3513
|
}
|
|
3151
|
}
|
|
3514
|
|
|
3152
|
|
|
3515
|
/* styles for results list */
|
|
3153
|
/* styles for results list */
|
|
3516
|
.ac .yui-ac-content ul {
|
|
3154
|
.ac .yui-ac-content ul {
|
|
3517
|
margin: 0;
|
|
3155
|
margin: 0;
|
|
3518
|
padding: 0;
|
|
3156
|
padding: 0;
|
|
3519
|
width: 100%;
|
|
3157
|
width: 100%;
|
|
3520
|
}
|
|
3158
|
}
|
|
3521
|
|
|
3159
|
|
|
3522
|
/* styles for result item */
|
|
3160
|
/* styles for result item */
|
|
3523
|
.ac .yui-ac-content li {
|
|
3161
|
.ac .yui-ac-content li {
|
|
3524
|
margin: 0;
|
|
3162
|
margin: 0;
|
|
3525
|
padding: 2px 5px;
|
|
3163
|
padding: 2px 5px;
|
|
3526
|
cursor: default;
|
|
3164
|
cursor: default;
|
|
3527
|
white-space: nowrap;
|
|
3165
|
white-space: nowrap;
|
|
3528
|
}
|
|
3166
|
}
|
|
3529
|
|
|
3167
|
|
|
3530
|
/* styles for prehighlighted result item */
|
|
3168
|
/* styles for prehighlighted result item */
|
|
3531
|
.ac .yui-ac-content li.yui-ac-prehighlight {
|
|
3169
|
.ac .yui-ac-content li.yui-ac-prehighlight {
|
|
3532
|
background: #B3D4FF;
|
|
3170
|
background: #B3D4FF;
|
|
3533
|
}
|
|
3171
|
}
|
|
3534
|
|
|
3172
|
|
|
3535
|
/* styles for highlighted result item */
|
|
3173
|
/* styles for highlighted result item */
|
|
3536
|
.ac .yui-ac-content li.yui-ac-highlight {
|
|
3174
|
.ac .yui-ac-content li.yui-ac-highlight {
|
|
3537
|
background: #556CB5;
|
|
3175
|
background: #556CB5;
|
|
3538
|
color: #FFF;
|
|
3176
|
color: #FFF;
|
|
3539
|
}
|
|
3177
|
}
|
|
3540
|
|
|
|
|
|
3541
|
|
|
3178
|
|
|
3542
|
/*
|
|
3179
|
/*
|
|
3543
|
ACTION ICONS
|
|
3180
|
ACTION ICONS
|
|
3544
|
*/
|
|
3181
|
*/
|
|
3545
|
.add_icon {
|
|
3182
|
.add_icon {
|
|
3546
|
background: url("/images/icons/add.png") no-repeat scroll 3px ;
|
|
3183
|
background: url("/images/icons/add.png") no-repeat scroll 3px;
|
|
3547
|
height: 16px;
|
|
3184
|
height: 16px;
|
|
3548
|
padding-left: 20px;
|
|
3185
|
padding-left: 20px;
|
|
3549
|
padding-top: 1px;
|
|
3186
|
padding-top: 1px;
|
|
3550
|
text-align: left;
|
|
3187
|
text-align: left;
|
|
3551
|
}
|
|
3188
|
}
|
|
3552
|
|
|
3189
|
|
|
3553
|
.edit_icon {
|
|
3190
|
.edit_icon {
|
|
3554
|
background: url("/images/icons/folder_edit.png") no-repeat scroll 3px;
|
|
3191
|
background: url("/images/icons/folder_edit.png") no-repeat scroll 3px;
|
|
3555
|
height: 16px;
|
|
3192
|
height: 16px;
|
|
3556
|
padding-left: 20px;
|
|
3193
|
padding-left: 20px;
|
|
3557
|
padding-top: 1px;
|
|
3194
|
padding-top: 1px;
|
|
3558
|
text-align: left;
|
|
3195
|
text-align: left;
|
|
3559
|
}
|
|
3196
|
}
|
|
3560
|
|
|
3197
|
|
|
3561
|
.delete_icon {
|
|
3198
|
.delete_icon {
|
|
3562
|
background: url("/images/icons/delete.png") no-repeat scroll 3px;
|
|
3199
|
background: url("/images/icons/delete.png") no-repeat scroll 3px;
|
|
3563
|
height: 16px;
|
|
3200
|
height: 16px;
|
|
3564
|
padding-left: 20px;
|
|
3201
|
padding-left: 20px;
|
|
3565
|
padding-top: 1px;
|
|
3202
|
padding-top: 1px;
|
|
3566
|
text-align: left;
|
|
3203
|
text-align: left;
|
|
3567
|
}
|
|
3204
|
}
|
|
3568
|
|
|
3205
|
|
|
3569
|
.rss_icon {
|
|
3206
|
.rss_icon {
|
|
3570
|
background: url("/images/icons/rss_16.png") no-repeat scroll 3px;
|
|
3207
|
background: url("/images/icons/rss_16.png") no-repeat scroll 3px;
|
|
3571
|
height: 16px;
|
|
3208
|
height: 16px;
|
|
3572
|
padding-left: 20px;
|
|
3209
|
padding-left: 20px;
|
|
3573
|
padding-top: 1px;
|
|
3210
|
padding-top: 1px;
|
|
3574
|
text-align: left;
|
|
3211
|
text-align: left;
|
|
3575
|
}
|
|
3212
|
}
|
|
3576
|
|
|
3213
|
|
|
3577
|
.atom_icon {
|
|
3214
|
.atom_icon {
|
|
3578
|
background: url("/images/icons/atom.png") no-repeat scroll 3px;
|
|
3215
|
background: url("/images/icons/atom.png") no-repeat scroll 3px;
|
|
3579
|
height: 16px;
|
|
3216
|
height: 16px;
|
|
3580
|
padding-left: 20px;
|
|
3217
|
padding-left: 20px;
|
|
3581
|
padding-top: 1px;
|
|
3218
|
padding-top: 1px;
|
|
3582
|
text-align: left;
|
|
3219
|
text-align: left;
|
|
3583
|
}
|
|
3220
|
}
|
|
3584
|
|
|
3221
|
|
|
3585
|
.archive_icon {
|
|
3222
|
.archive_icon {
|
|
3586
|
background: url("/images/icons/compress.png") no-repeat scroll 3px;
|
|
3223
|
background: url("/images/icons/compress.png") no-repeat scroll 3px;
|
|
3587
|
height: 16px;
|
|
3224
|
height: 16px;
|
|
3588
|
padding-left: 20px;
|
|
3225
|
padding-left: 20px;
|
|
3589
|
text-align: left;
|
|
3226
|
text-align: left;
|
|
3590
|
padding-top: 1px;
|
|
3227
|
padding-top: 1px;
|
|
3591
|
}
|
|
3228
|
}
|
|
3592
|
|
|
3229
|
|
|
3593
|
.action_button {
|
|
3230
|
.action_button {
|
|
3594
|
border: 0px;
|
|
3231
|
border: 0px;
|
|
3595
|
display: block;
|
|
3232
|
display: block;
|
|
3596
|
color:#0066CC;
|
|
3233
|
color: #0066CC;
|
|
3597
|
}
|
|
3234
|
}
|
|
3598
|
|
|
3235
|
|
|
3599
|
.action_button:hover {
|
|
3236
|
.action_button:hover {
|
|
3600
|
border: 0px;
|
|
3237
|
border: 0px;
|
|
3601
|
text-decoration:underline;
|
|
3238
|
text-decoration: underline;
|
|
3602
|
cursor: pointer;
|
|
3239
|
cursor: pointer;
|
|
3603
|
color:#0066CC;
|
|
3240
|
color: #0066CC;
|
|
3604
|
}
|
|
3241
|
}
|
|
3605
|
|
|
3242
|
|
|
3606
|
/*
|
|
3243
|
/*
|
|
3607
|
REPO SWITCHER
|
|
3244
|
REPO SWITCHER
|
|
3608
|
*/
|
|
3245
|
*/
|
|
3609
|
|
|
3246
|
#switch_repos {
|
|
3610
|
#switch_repos{
|
|
|
|
|
3611
|
position: absolute;
|
|
3247
|
position: absolute;
|
|
3612
|
height: 25px;
|
|
3248
|
height: 25px;
|
|
3613
|
z-index: 1;
|
|
3249
|
z-index: 1;
|
|
3614
|
}
|
|
3250
|
}
|
|
3615
|
#switch_repos select{
|
|
3251
|
|
|
3616
|
min-width:150px;
|
|
3252
|
#switch_repos select {
|
|
3617
|
max-height: 250px;
|
|
3253
|
min-width: 150px;
|
|
3618
|
z-index: 1;
|
|
3254
|
max-height: 250px;
|
|
3619
|
}
|
|
3255
|
z-index: 1;
|
|
|
|
|
3256
|
}
|
|
|
|
|
3257
|
|
|
3620
|
/*
|
|
3258
|
/*
|
|
3621
|
BREADCRUMBS
|
|
3259
|
BREADCRUMBS
|
|
3622
|
*/
|
|
3260
|
*/
|
|
3623
|
|
|
3261
|
.breadcrumbs {
|
|
3624
|
.breadcrumbs{
|
|
3262
|
border: medium none;
|
|
3625
|
border:medium none;
|
|
3263
|
color: #FFFFFF;
|
|
3626
|
color:#FFFFFF;
|
|
3264
|
float: left;
|
|
3627
|
float:left;
|
|
3265
|
margin: 0;
|
|
3628
|
margin:0;
|
|
3266
|
padding: 11px 0 11px 10px;
|
|
3629
|
padding:11px 0 11px 10px;
|
|
3267
|
text-transform: uppercase;
|
|
3630
|
text-transform:uppercase;
|
|
3268
|
font-weight: bold;
|
|
3631
|
font-weight: bold;
|
|
3269
|
font-size: 14px;
|
|
3632
|
font-size: 14px;
|
|
3270
|
}
|
|
3633
|
}
|
|
3271
|
|
|
3634
|
.breadcrumbs a{
|
|
3272
|
.breadcrumbs a {
|
|
3635
|
color: #FFFFFF;
|
|
3273
|
color: #FFFFFF;
|
|
3636
|
}
|
|
3274
|
}
|
|
3637
|
|
|
|
|
|
3638
|
|
|
3275
|
|
|
3639
|
/*
|
|
3276
|
/*
|
|
3640
|
FLASH MSG
|
|
3277
|
FLASH MSG
|
|
3641
|
*/
|
|
3278
|
*/
|
|
3642
|
.flash_msg ul {
|
|
3279
|
.flash_msg ul {
|
|
3643
|
margin: 0;
|
|
3280
|
margin: 0;
|
|
3644
|
padding: 0px 0px 10px 0px;
|
|
3281
|
padding: 0px 0px 10px 0px;
|
|
3645
|
}
|
|
3282
|
}
|
|
3646
|
|
|
3283
|
|
|
3647
|
.error_msg {
|
|
3284
|
.error_msg {
|
|
3648
|
background-color: #FFCFCF;
|
|
3285
|
background-color: #FFCFCF;
|
|
3649
|
background-image: url("/images/icons/error_msg.png");
|
|
3286
|
background-image: url("../../images/icons/error_msg.png");
|
|
3650
|
border: 1px solid #FF9595;
|
|
3287
|
border: 1px solid #FF9595;
|
|
3651
|
color: #CC3300;
|
|
3288
|
color: #CC3300;
|
|
3652
|
}
|
|
3289
|
}
|
|
3653
|
|
|
3290
|
|
|
3654
|
.warning_msg {
|
|
3291
|
.warning_msg {
|
|
3655
|
background-color: #FFFBCC;
|
|
3292
|
background-color: #FFFBCC;
|
|
3656
|
background-image: url("/images/icons/warning_msg.png");
|
|
3293
|
background-image: url("../../images/icons/warning_msg.png");
|
|
3657
|
border: 1px solid #FFF35E;
|
|
3294
|
border: 1px solid #FFF35E;
|
|
3658
|
color: #C69E00;
|
|
3295
|
color: #C69E00;
|
|
3659
|
}
|
|
3296
|
}
|
|
3660
|
|
|
3297
|
|
|
3661
|
.success_msg {
|
|
3298
|
.success_msg {
|
|
3662
|
background-color: #D5FFCF;
|
|
3299
|
background-color: #D5FFCF;
|
|
3663
|
background-image: url("/images/icons/success_msg.png");
|
|
3300
|
background-image: url("../../images/icons/success_msg.png");
|
|
3664
|
border: 1px solid #97FF88;
|
|
3301
|
border: 1px solid #97FF88;
|
|
3665
|
color: #009900;
|
|
3302
|
color: #009900;
|
|
3666
|
}
|
|
3303
|
}
|
|
3667
|
|
|
3304
|
|
|
3668
|
.notice_msg {
|
|
3305
|
.notice_msg {
|
|
3669
|
background-color: #DCE3FF;
|
|
3306
|
background-color: #DCE3FF;
|
|
3670
|
background-image: url("/images/icons/notice_msg.png");
|
|
3307
|
background-image: url("../../images/icons/notice_msg.png");
|
|
3671
|
border: 1px solid #93A8FF;
|
|
3308
|
border: 1px solid #93A8FF;
|
|
3672
|
color: #556CB5;
|
|
3309
|
color: #556CB5;
|
|
3673
|
}
|
|
3310
|
}
|
|
3674
|
|
|
3311
|
|
|
3675
|
.success_msg,.error_msg,.notice_msg,.warning_msg {
|
|
3312
|
.success_msg,.error_msg,.notice_msg,.warning_msg {
|
|
3676
|
background-position: 10px center;
|
|
3313
|
background-position: 10px center;
|
|
3677
|
background-repeat: no-repeat;
|
|
3314
|
background-repeat: no-repeat;
|
|
3678
|
font-size: 12px;
|
|
3315
|
font-size: 12px;
|
|
3679
|
font-weight: bold;
|
|
3316
|
font-weight: bold;
|
|
3680
|
min-height: 14px;
|
|
3317
|
min-height: 14px;
|
|
3681
|
line-height: 14px;
|
|
3318
|
line-height: 14px;
|
|
3682
|
margin-bottom: 0px;
|
|
3319
|
margin-bottom: 0px;
|
|
3683
|
margin-top: 0px;
|
|
3320
|
margin-top: 0px;
|
|
3684
|
padding: 6px 10px 6px 40px;
|
|
3321
|
padding: 6px 10px 6px 40px;
|
|
3685
|
display: block;
|
|
3322
|
display: block;
|
|
3686
|
overflow: auto;
|
|
3323
|
overflow: auto;
|
|
3687
|
}
|
|
3324
|
}
|
|
3688
|
|
|
3325
|
|
|
3689
|
#msg_close {
|
|
3326
|
#msg_close {
|
|
3690
|
background: transparent url("icons/cross_grey_small.png") no-repeat
|
|
3327
|
background: transparent url("../../icons/cross_grey_small.png")
|
|
3691
|
scroll 0 0;
|
|
3328
|
no-repeat scroll 0 0;
|
|
3692
|
cursor: pointer;
|
|
3329
|
cursor: pointer;
|
|
3693
|
height: 16px;
|
|
3330
|
height: 16px;
|
|
3694
|
position: absolute;
|
|
3331
|
position: absolute;
|
|
3695
|
right: 5px;
|
|
3332
|
right: 5px;
|
|
3696
|
top: 5px;
|
|
3333
|
top: 5px;
|
|
3697
|
width: 16px;
|
|
3334
|
width: 16px;
|
|
3698
|
}
|
|
3335
|
}
|
|
|
|
|
3336
|
|
|
3699
|
/*
|
|
3337
|
/*
|
|
3700
|
YUI FLOT
|
|
3338
|
YUI FLOT
|
|
3701
|
*/
|
|
3339
|
*/
|
|
3702
|
|
|
3340
|
div#commit_history {
|
|
3703
|
div#commit_history{
|
|
|
|
|
3704
|
float: left;
|
|
3341
|
float: left;
|
|
3705
|
}
|
|
3342
|
}
|
|
3706
|
div#legend_data{
|
|
3343
|
|
|
3707
|
float:left;
|
|
3344
|
div#legend_data {
|
|
3708
|
|
|
3345
|
float: left;
|
|
3709
|
}
|
|
3346
|
}
|
|
|
|
|
3347
|
|
|
3710
|
div#legend_container {
|
|
3348
|
div#legend_container {
|
|
3711
|
float: left;
|
|
3349
|
float: left;
|
|
3712
|
}
|
|
3350
|
}
|
|
3713
|
|
|
3351
|
|
|
3714
|
div#legend_container table,div#legend_choices table{
|
|
3352
|
div#legend_container table,div#legend_choices table {
|
|
3715
|
width:auto !important;
|
|
3353
|
width: auto !important;
|
|
3716
|
}
|
|
3354
|
}
|
|
3717
|
|
|
3355
|
|
|
3718
|
div#legend_container table td{
|
|
3356
|
div#legend_container table td {
|
|
3719
|
border: none !important;
|
|
3357
|
border: none !important;
|
|
3720
|
padding: 0px !important;
|
|
3358
|
padding: 0px !important;
|
|
3721
|
height: 20px !important;
|
|
3359
|
height: 20px !important;
|
|
3722
|
}
|
|
3360
|
}
|
|
3723
|
|
|
3361
|
|
|
3724
|
div#legend_choices table td{
|
|
3362
|
div#legend_choices table td {
|
|
3725
|
border: none !important;
|
|
3363
|
border: none !important;
|
|
3726
|
padding: 0px !important;
|
|
3364
|
padding: 0px !important;
|
|
3727
|
height: 20px !important;
|
|
3365
|
height: 20px !important;
|
|
3728
|
}
|
|
3366
|
}
|
|
3729
|
|
|
3367
|
|
|
3730
|
div#legend_choices{
|
|
3368
|
div#legend_choices {
|
|
3731
|
float:left;
|
|
3369
|
float: left;
|
|
3732
|
}
|
|
3370
|
}
|
|
3733
|
|
|
3371
|
|
|
3734
|
/*
|
|
3372
|
/*
|
|
3735
|
PERMISSIONS TABLE
|
|
3373
|
PERMISSIONS TABLE
|
|
3736
|
*/
|
|
3374
|
*/
|
|
3737
|
table#permissions_manage{
|
|
3375
|
table#permissions_manage {
|
|
3738
|
width: 0 !important;
|
|
3376
|
width: 0 !important;
|
|
3739
|
|
|
3377
|
}
|
|
3740
|
}
|
|
3378
|
|
|
3741
|
table#permissions_manage span.private_repo_msg{
|
|
3379
|
table#permissions_manage span.private_repo_msg {
|
|
3742
|
font-size: 0.8em;
|
|
3380
|
font-size: 0.8em;
|
|
3743
|
opacity:0.6;
|
|
3381
|
opacity: 0.6;
|
|
3744
|
|
|
3382
|
}
|
|
3745
|
}
|
|
3383
|
|
|
3746
|
table#permissions_manage td.private_repo_msg{
|
|
3384
|
table#permissions_manage td.private_repo_msg {
|
|
3747
|
font-size: 0.8em;
|
|
3385
|
font-size: 0.8em;
|
|
3748
|
|
|
3386
|
}
|
|
3749
|
}
|
|
3387
|
|
|
3750
|
table#permissions_manage tr#add_perm_input td{
|
|
3388
|
table#permissions_manage tr#add_perm_input td {
|
|
3751
|
vertical-align:middle;
|
|
3389
|
vertical-align: middle;
|
|
3752
|
|
|
|
|
|
3753
|
}
|
|
3390
|
}
|
|
3754
|
|
|
3391
|
|
|
3755
|
/*
|
|
3392
|
/*
|
|
3756
|
GRAVATARS
|
|
3393
|
GRAVATARS
|
|
3757
|
*/
|
|
3394
|
*/
|
|
3758
|
div.gravatar{
|
|
3395
|
div.gravatar {
|
|
3759
|
background-color:white;
|
|
3396
|
background-color: white;
|
|
3760
|
border:1px solid #D0D0D0;
|
|
3397
|
border: 1px solid #D0D0D0;
|
|
3761
|
float:left;
|
|
3398
|
float: left;
|
|
3762
|
margin-right:0.7em;
|
|
3399
|
margin-right: 0.7em;
|
|
3763
|
padding: 2px 2px 0px;
|
|
3400
|
padding: 2px 2px 0px;
|
|
3764
|
}
|
|
3401
|
}
|
|
3765
|
|
|
3402
|
|
|
3766
|
/*
|
|
3403
|
/*
|
|
3767
|
STYLING OF LAYOUT
|
|
|
|
|
3768
|
*/
|
|
|
|
|
3769
|
|
|
|
|
|
3770
|
|
|
|
|
|
3771
|
/*
|
|
|
|
|
3772
|
GLOBAL WIDTH
|
|
3404
|
GLOBAL WIDTH
|
|
3773
|
*/
|
|
3405
|
*/
|
|
3774
|
#header,#content,#footer{
|
|
3406
|
#header,#content,#footer {
|
|
3775
|
min-width: 1224px;
|
|
3407
|
min-width: 1224px;
|
|
3776
|
}
|
|
3408
|
}
|
|
3777
|
|
|
3409
|
|
|
3778
|
/*
|
|
3410
|
/*
|
|
3779
|
content
|
|
3411
|
content
|
|
3780
|
*/
|
|
3412
|
*/
|
|
3781
|
|
|
3413
|
#content {
|
|
3782
|
#content
|
|
3414
|
padding:10px 30px;
|
|
3783
|
{
|
|
3415
|
min-height: 100%;
|
|
3784
|
margin: 10px 30px 0 30px;
|
|
3416
|
clear: both;
|
|
3785
|
padding: 0;
|
|
3417
|
overflow: hidden;
|
|
3786
|
min-height: 100%;
|
|
3418
|
background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0
|
|
3787
|
clear: both;
|
|
|
|
|
3788
|
overflow: hidden;
|
|
|
|
|
3789
|
background: transparent;
|
|
|
|
|
3790
|
}
|
|
3419
|
}
|
|
3791
|
|
|
3420
|
|
|
3792
|
/*
|
|
3421
|
/*
|
|
3793
|
content / right / forms / labels
|
|
3422
|
content / right / forms / labels
|
|
3794
|
*/
|
|
3423
|
*/
|
|
3795
|
|
|
3424
|
#content div.box div.form div.fields div.field div.label {
|
|
3796
|
#content div.box div.form div.fields div.field div.label
|
|
3425
|
left: 80px;
|
|
3797
|
{
|
|
3426
|
margin: 0;
|
|
3798
|
left: 80px;
|
|
3427
|
padding: 8px 0 0 5px;
|
|
3799
|
margin: 0;
|
|
3428
|
width: auto;
|
|
3800
|
padding: 8px 0 0 5px;
|
|
3429
|
position: absolute;
|
|
3801
|
width: auto;
|
|
3430
|
}
|
|
3802
|
position: absolute;
|
|
3431
|
|
|
3803
|
}
|
|
3432
|
#content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label
|
|
3804
|
|
|
3433
|
{
|
|
3805
|
#content div.box-left div.form div.fields div.field div.label,
|
|
3434
|
left: 0;
|
|
3806
|
#content div.box-right div.form div.fields div.field div.label
|
|
3435
|
margin: 0;
|
|
3807
|
{
|
|
3436
|
padding: 0 0 8px 0;
|
|
3808
|
left: 0;
|
|
3437
|
width: auto;
|
|
3809
|
margin: 0;
|
|
3438
|
position: relative;
|
|
3810
|
padding: 0 0 8px 0;
|
|
3439
|
}
|
|
3811
|
width: auto;
|
|
3440
|
|
|
3812
|
position: relative;
|
|
3441
|
/*THEME*/
|
|
3813
|
}
|
|
|
|
|
3814
|
|
|
|
|
|
3815
|
|
|
|
|
|
3816
|
|
|
|
|
|
3817
|
|
|
|
|
|
3818
|
/*
|
|
|
|
|
3819
|
THEME
|
|
|
|
|
3820
|
|
|
|
|
|
3821
|
*/
|
|
|
|
|
3822
|
|
|
3442
|
|
|
3823
|
/*
|
|
3443
|
/*
|
|
3824
|
header
|
|
3444
|
header
|
|
3825
|
*/
|
|
3445
|
*/
|
|
3826
|
|
|
3446
|
#header #header-inner {
|
|
3827
|
#header #header-inner
|
|
3447
|
background: #b0b0b0 url("../../images/header_inner.png") repeat-x;
|
|
3828
|
{
|
|
|
|
|
3829
|
background: #b0b0b0 url("../../images/header_inner.png") repeat-x;
|
|
|
|
|
3830
|
}
|
|
|
|
|
3831
|
|
|
|
|
|
3832
|
/*
|
|
|
|
|
3833
|
header / home
|
|
|
|
|
3834
|
*/
|
|
|
|
|
3835
|
|
|
|
|
|
3836
|
#header #header-inner #home a
|
|
|
|
|
3837
|
{
|
|
|
|
|
3838
|
background: url("../../images/button_home.png");
|
|
|
|
|
3839
|
}
|
|
3448
|
}
|
|
3840
|
|
|
3449
|
|
|
3841
|
/*
|
|
3450
|
/*
|
|
3842
|
header / quick
|
|
3451
|
header / quick
|
|
3843
|
*/
|
|
3452
|
*/
|
|
3844
|
|
|
3453
|
#header #header-inner #quick li a {
|
|
3845
|
#header #header-inner #quick li a
|
|
3454
|
background: #336699 url("../../images/quick_l.png") no-repeat top left;
|
|
3846
|
{
|
|
3455
|
}
|
|
3847
|
background: #336699 url("../../images/quick_l.png") no-repeat top left;
|
|
3456
|
|
|
3848
|
}
|
|
3457
|
#header #header-inner #quick li span {
|
|
3849
|
|
|
3458
|
background: url("../../images/quick_r.png") no-repeat top right;
|
|
3850
|
#header #header-inner #quick li span
|
|
3459
|
border-left: 1px solid #3f6f9f;
|
|
3851
|
{
|
|
3460
|
}
|
|
3852
|
background: url("../../images/quick_r.png") no-repeat top right;
|
|
3461
|
|
|
3853
|
border-left: 1px solid #3f6f9f;
|
|
3462
|
#header #header-inner #quick li span.icon {
|
|
3854
|
}
|
|
3463
|
background: url("../../images/quick_l.png") no-repeat top left;
|
|
3855
|
|
|
3464
|
border-right: 1px solid #2e5c89;
|
|
3856
|
#header #header-inner #quick li span.icon
|
|
3465
|
}
|
|
3857
|
{
|
|
3466
|
|
|
3858
|
background: url("../../images/quick_l.png") no-repeat top left;
|
|
3467
|
#header #header-inner #quick li a:hover {
|
|
3859
|
border-right: 1px solid #2e5c89;
|
|
3468
|
background: #4e4e4e url("../../images/quick_l_selected.png") no-repeat
|
|
3860
|
}
|
|
3469
|
top left;
|
|
3861
|
|
|
3470
|
}
|
|
3862
|
#header #header-inner #quick li a:hover
|
|
3471
|
|
|
3863
|
{
|
|
3472
|
#header #header-inner #quick li a:hover span {
|
|
3864
|
background: #4e4e4e url("../../images/quick_l_selected.png") no-repeat top left;
|
|
3473
|
background: url("../../images/quick_r_selected.png") no-repeat top right;
|
|
3865
|
}
|
|
3474
|
}
|
|
3866
|
|
|
3475
|
|
|
3867
|
#header #header-inner #quick li a:hover span
|
|
3476
|
#header #header-inner #quick li a:hover span.icon {
|
|
3868
|
{
|
|
3477
|
background: url("../../images/quick_l_selected.png") no-repeat top left;
|
|
3869
|
background: url("../../images/quick_r_selected.png") no-repeat top right;
|
|
|
|
|
3870
|
}
|
|
|
|
|
3871
|
|
|
|
|
|
3872
|
#header #header-inner #quick li a:hover span.icon
|
|
|
|
|
3873
|
{
|
|
|
|
|
3874
|
background: url("../../images/quick_l_selected.png") no-repeat top left;
|
|
|
|
|
3875
|
}
|
|
3478
|
}
|
|
3876
|
|
|
3479
|
|
|
3877
|
/*
|
|
3480
|
/*
|
|
3878
|
header corners
|
|
3481
|
header corners
|
|
3879
|
*/
|
|
3482
|
*/
|
|
3880
|
|
|
3483
|
#header #header-inner div.corner {
|
|
3881
|
#header #header-inner div.corner
|
|
3484
|
background: url("../../images/header_inner_corners.png") no-repeat;
|
|
3882
|
{
|
|
3485
|
}
|
|
3883
|
background: url("../../images/header_inner_corners.png") no-repeat;
|
|
3486
|
|
|
3884
|
}
|
|
3487
|
#header #header-inner div.tl {
|
|
3885
|
|
|
3488
|
top: 0;
|
|
3886
|
#header #header-inner div.tl
|
|
3489
|
left: 0;
|
|
3887
|
{
|
|
3490
|
background-position: 0 0;
|
|
3888
|
top: 0;
|
|
3491
|
}
|
|
3889
|
left: 0;
|
|
3492
|
|
|
3890
|
background-position: 0 0;
|
|
3493
|
#header #header-inner div.tr {
|
|
3891
|
}
|
|
3494
|
top: 0;
|
|
3892
|
|
|
3495
|
right: 0;
|
|
3893
|
#header #header-inner div.tr
|
|
3496
|
background-position: -6px 0;
|
|
3894
|
{
|
|
|
|
|
3895
|
top: 0;
|
|
|
|
|
3896
|
right: 0;
|
|
|
|
|
3897
|
background-position: -6px 0;
|
|
|
|
|
3898
|
}
|
|
3497
|
}
|
|
3899
|
|
|
3498
|
|
|
3900
|
/*
|
|
3499
|
/*
|
|
3901
|
content / left / menu
|
|
3500
|
content / left / menu
|
|
3902
|
*/
|
|
3501
|
*/
|
|
3903
|
|
|
3502
|
#content #left #menu h6.selected {
|
|
3904
|
#content #left #menu h6.selected
|
|
3503
|
background: #00376e url("../../images/menu_selected.png") repeat-x;
|
|
3905
|
{
|
|
3504
|
}
|
|
3906
|
background: #00376e url("../../images/menu_selected.png") repeat-x;
|
|
3505
|
|
|
3907
|
}
|
|
3506
|
#content #left #menu h6.selected a {
|
|
3908
|
|
|
3507
|
background: url("../../images/menu_l_selected.png") no-repeat top left;
|
|
3909
|
#content #left #menu h6.selected a
|
|
3508
|
}
|
|
3910
|
{
|
|
3509
|
|
|
3911
|
background: url("../../images/menu_l_selected.png") no-repeat top left;
|
|
3510
|
#content #left #menu h6.selected span {
|
|
3912
|
}
|
|
3511
|
background: url("../../images/menu_r_selected.png") no-repeat top right;
|
|
3913
|
|
|
3512
|
}
|
|
3914
|
#content #left #menu h6.selected span
|
|
3513
|
|
|
3915
|
{
|
|
3514
|
#content #left #menu ul {
|
|
3916
|
background: url("../../images/menu_r_selected.png") no-repeat top right;
|
|
3515
|
background: #376ea6;
|
|
3917
|
}
|
|
3516
|
}
|
|
3918
|
|
|
3517
|
|
|
3919
|
#content #left #menu ul
|
|
3518
|
#content #left #menu li {
|
|
3920
|
{
|
|
3519
|
border-top: 1px solid #4377ab;
|
|
3921
|
background: #376ea6;
|
|
3520
|
border-bottom: 1px solid #326395;
|
|
3922
|
}
|
|
3521
|
}
|
|
3923
|
|
|
3522
|
|
|
3924
|
#content #left #menu li
|
|
3523
|
#content #left #menu li a {
|
|
3925
|
{
|
|
3524
|
background: url("../../images/menu_arrow.png") no-repeat 0 9px;
|
|
3926
|
border-top: 1px solid #4377ab;
|
|
3525
|
}
|
|
3927
|
border-bottom: 1px solid #326395;
|
|
3526
|
|
|
3928
|
}
|
|
3527
|
#content #left #menu li a:hover {
|
|
3929
|
|
|
3528
|
color: #b9dcff;
|
|
3930
|
#content #left #menu li a
|
|
3529
|
}
|
|
3931
|
{
|
|
3530
|
|
|
3932
|
background: url("../../images/menu_arrow.png") no-repeat 0 9px;
|
|
3531
|
#content #left #menu li.collapsible {
|
|
3933
|
}
|
|
3532
|
background: url("../../images/menu_border.png") no-repeat top left;
|
|
3934
|
|
|
3533
|
}
|
|
3935
|
#content #left #menu li a:hover
|
|
3534
|
|
|
3936
|
{
|
|
3535
|
#content #left #menu li.collapsible a.minus {
|
|
3937
|
color: #b9dcff;
|
|
3536
|
border-bottom: 1px solid #326395;
|
|
3938
|
}
|
|
3537
|
}
|
|
3939
|
|
|
3538
|
|
|
3940
|
#content #left #menu li.collapsible
|
|
3539
|
#content #left #menu li ul {
|
|
3941
|
{
|
|
3540
|
border-left: 18px solid #326395;
|
|
3942
|
background: url("../../images/menu_border.png") no-repeat top left;
|
|
3541
|
}
|
|
3943
|
}
|
|
3542
|
|
|
3944
|
|
|
3543
|
#content #left #menu li ul li {
|
|
3945
|
#content #left #menu li.collapsible a.minus
|
|
3544
|
background: url("../../images/menu_arrow.png") no-repeat 10px 9px;
|
|
3946
|
{
|
|
3545
|
border-top: 1px solid #4377ab;
|
|
3947
|
border-bottom: 1px solid #326395;
|
|
3546
|
border-bottom: 1px solid #326395;
|
|
3948
|
}
|
|
|
|
|
3949
|
|
|
|
|
|
3950
|
#content #left #menu li ul
|
|
|
|
|
3951
|
{
|
|
|
|
|
3952
|
border-left: 18px solid #326395;
|
|
|
|
|
3953
|
}
|
|
|
|
|
3954
|
|
|
|
|
|
3955
|
#content #left #menu li ul li
|
|
|
|
|
3956
|
{
|
|
|
|
|
3957
|
background: url("../../images/menu_arrow.png") no-repeat 10px 9px;
|
|
|
|
|
3958
|
border-top: 1px solid #4377ab;
|
|
|
|
|
3959
|
border-bottom: 1px solid #326395;
|
|
|
|
|
3960
|
}
|
|
3547
|
}
|
|
3961
|
|
|
3548
|
|
|
3962
|
/*
|
|
3549
|
/*
|
|
3963
|
content / right / box / title
|
|
3550
|
content / right / box / title
|
|
3964
|
*/
|
|
3551
|
*/
|
|
3965
|
|
|
3552
|
#content div.box div.title {
|
|
3966
|
#content div.box div.title
|
|
3553
|
background: #336699 url("../../images/title.png") repeat-x;
|
|
3967
|
{
|
|
3554
|
}
|
|
3968
|
background: #336699 url("../../images/title.png") repeat-x;
|
|
3555
|
|
|
3969
|
}
|
|
3556
|
#content div.box div.title ul.links li a {
|
|
3970
|
|
|
3557
|
background: url("../../images/title_link.png") no-repeat top left;
|
|
3971
|
#content div.box div.title ul.links li a
|
|
3558
|
border-left: 1px solid #316293;
|
|
3972
|
{
|
|
3559
|
}
|
|
3973
|
background: url("../../images/title_link.png") no-repeat top left;
|
|
3560
|
|
|
3974
|
border-left: 1px solid #316293;
|
|
3561
|
#content div.box div.title ul.links li a:hover {
|
|
3975
|
}
|
|
3562
|
background: url("../../images/title_tab_selected.png") no-repeat bottom
|
|
3976
|
|
|
3563
|
center;
|
|
3977
|
#content div.box div.title ul.links li a:hover
|
|
3564
|
color: #bfe3ff;
|
|
3978
|
{
|
|
3565
|
}
|
|
3979
|
background: url("../../images/title_tab_selected.png") no-repeat bottom center;
|
|
3566
|
|
|
3980
|
color: #bfe3ff;
|
|
3567
|
#content div.box div.title ul.links li.ui-tabs-selected a {
|
|
3981
|
}
|
|
3568
|
background: url("../../images/title_tab_selected.png") no-repeat bottom
|
|
3982
|
|
|
3569
|
center;
|
|
3983
|
#content div.box div.title ul.links li.ui-tabs-selected a
|
|
3570
|
color: #bfe3ff;
|
|
3984
|
{
|
|
|
|
|
3985
|
background: url("../../images/title_tab_selected.png") no-repeat bottom center;
|
|
|
|
|
3986
|
color: #bfe3ff;
|
|
|
|
|
3987
|
}
|
|
3571
|
}
|
|
3988
|
|
|
3572
|
|
|
3989
|
/*
|
|
3573
|
/*
|
|
3990
|
content / right / box / search
|
|
3574
|
content / right / box / search
|
|
3991
|
*/
|
|
3575
|
*/
|
|
3992
|
|
|
3576
|
#content div.box div.title div.search {
|
|
3993
|
#content div.box div.title div.search
|
|
3577
|
background: url("../../images/title_link.png") no-repeat top left;
|
|
3994
|
{
|
|
3578
|
border-left: 1px solid #316293;
|
|
3995
|
background: url("../../images/title_link.png") no-repeat top left;
|
|
3579
|
}
|
|
3996
|
border-left: 1px solid #316293;
|
|
3580
|
|
|
3997
|
}
|
|
3581
|
#content div.box div.title div.search div.input input {
|
|
3998
|
|
|
3582
|
border: 1px solid #316293;
|
|
3999
|
#content div.box div.title div.search div.input input
|
|
|
|
|
4000
|
{
|
|
|
|
|
4001
|
border: 1px solid #316293;
|
|
|
|
|
4002
|
}
|
|
3583
|
}
|
|
4003
|
|
|
3584
|
|
|
4004
|
#content div.box div.title div.search div.button input.ui-state-default
|
|
3585
|
#content div.box div.title div.search div.button input.ui-state-default
|
|
4005
|
{
|
|
3586
|
{
|
|
4006
|
background: #4e85bb url("../../images/button_highlight.png") repeat-x;
|
|
3587
|
background: #4e85bb url("../../images/button_highlight.png") repeat-x;
|
|
4007
|
border: 1px solid #316293;
|
|
3588
|
border: 1px solid #316293;
|
|
4008
|
border-left: none;
|
|
3589
|
border-left: none;
|
|
4009
|
color: #FFFFFF;
|
|
3590
|
color: #FFFFFF;
|
|
4010
|
}
|
|
3591
|
}
|
|
4011
|
|
|
3592
|
|
|
4012
|
#content div.box div.title div.search div.button input.ui-state-hover
|
|
3593
|
#content div.box div.title div.search div.button input.ui-state-hover {
|
|
4013
|
{
|
|
3594
|
background: #46a0c1 url("../../images/button_highlight_selected.png")
|
|
4014
|
background: #46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
|
|
3595
|
repeat-x;
|
|
4015
|
border: 1px solid #316293;
|
|
3596
|
border: 1px solid #316293;
|
|
4016
|
border-left: none;
|
|
3597
|
border-left: none;
|
|
4017
|
color: #FFFFFF;
|
|
3598
|
color: #FFFFFF;
|
|
4018
|
}
|
|
3599
|
}
|
|
4019
|
|
|
3600
|
|
|
4020
|
/*
|
|
3601
|
/*
|
|
4021
|
content / right / forms / button
|
|
3602
|
content / right / forms / button
|
|
4022
|
*/
|
|
3603
|
*/
|
|
4023
|
|
|
|
|
|
4024
|
#content div.box div.form div.fields div.field div.highlight .ui-state-default
|
|
3604
|
#content div.box div.form div.fields div.field div.highlight .ui-state-default
|
|
4025
|
{
|
|
3605
|
{
|
|
4026
|
background: #4e85bb url("../../images/button_highlight.png") repeat-x;
|
|
3606
|
background: #4e85bb url("../../images/button_highlight.png") repeat-x;
|
|
4027
|
border-top: 1px solid #5c91a4;
|
|
3607
|
border-top: 1px solid #5c91a4;
|
|
4028
|
border-left: 1px solid #2a6f89;
|
|
3608
|
border-left: 1px solid #2a6f89;
|
|
4029
|
border-right: 1px solid #2b7089;
|
|
3609
|
border-right: 1px solid #2b7089;
|
|
4030
|
border-bottom: 1px solid #1a6480;
|
|
3610
|
border-bottom: 1px solid #1a6480;
|
|
4031
|
color: #ffffff;
|
|
3611
|
color: #ffffff;
|
|
4032
|
}
|
|
3612
|
}
|
|
4033
|
|
|
3613
|
|
|
4034
|
#content div.box div.form div.fields div.field div.highlight .ui-state-hover
|
|
3614
|
#content div.box div.form div.fields div.field div.highlight .ui-state-hover
|
|
4035
|
{
|
|
3615
|
{
|
|
4036
|
background: #46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
|
|
3616
|
background: #46a0c1 url("../../images/button_highlight_selected.png")
|
|
4037
|
border-top: 1px solid #78acbf;
|
|
3617
|
repeat-x;
|
|
4038
|
border-left: 1px solid #34819e;
|
|
3618
|
border-top: 1px solid #78acbf;
|
|
4039
|
border-right: 1px solid #35829f;
|
|
3619
|
border-left: 1px solid #34819e;
|
|
4040
|
border-bottom: 1px solid #257897;
|
|
3620
|
border-right: 1px solid #35829f;
|
|
4041
|
color: #ffffff;
|
|
3621
|
border-bottom: 1px solid #257897;
|
|
|
|
|
3622
|
color: #ffffff;
|
|
4042
|
}
|
|
3623
|
}
|
|
4043
|
|
|
3624
|
|
|
4044
|
/*
|
|
3625
|
/*
|
|
4045
|
content / right / forms / buttons
|
|
3626
|
content / right / forms / buttons
|
|
4046
|
*/
|
|
3627
|
*/
|
|
4047
|
|
|
|
|
|
4048
|
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
|
|
3628
|
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
|
|
4049
|
{
|
|
3629
|
{
|
|
4050
|
background: #4e85bb url("../../images/button_highlight.png") repeat-x;
|
|
3630
|
background: #4e85bb url("../../images/button_highlight.png") repeat-x;
|
|
4051
|
border-top: 1px solid #5c91a4;
|
|
3631
|
border-top: 1px solid #5c91a4;
|
|
4052
|
border-left: 1px solid #2a6f89;
|
|
3632
|
border-left: 1px solid #2a6f89;
|
|
4053
|
border-right: 1px solid #2b7089;
|
|
3633
|
border-right: 1px solid #2b7089;
|
|
4054
|
border-bottom: 1px solid #1a6480;
|
|
3634
|
border-bottom: 1px solid #1a6480;
|
|
4055
|
color: #ffffff;
|
|
3635
|
color: #ffffff;
|
|
4056
|
}
|
|
3636
|
}
|
|
4057
|
|
|
3637
|
|
|
4058
|
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
|
|
3638
|
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
|
|
4059
|
{
|
|
3639
|
{
|
|
4060
|
background: #46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
|
|
3640
|
background: #46a0c1 url("../../images/button_highlight_selected.png")
|
|
4061
|
border-top: 1px solid #78acbf;
|
|
3641
|
repeat-x;
|
|
4062
|
border-left: 1px solid #34819e;
|
|
3642
|
border-top: 1px solid #78acbf;
|
|
4063
|
border-right: 1px solid #35829f;
|
|
3643
|
border-left: 1px solid #34819e;
|
|
4064
|
border-bottom: 1px solid #257897;
|
|
3644
|
border-right: 1px solid #35829f;
|
|
4065
|
color: #ffffff;
|
|
3645
|
border-bottom: 1px solid #257897;
|
|
|
|
|
3646
|
color: #ffffff;
|
|
4066
|
}
|
|
3647
|
}
|
|
4067
|
|
|
3648
|
|
|
4068
|
/*
|
|
3649
|
/*
|
|
4069
|
login / title
|
|
3650
|
login / title
|
|
4070
|
*/
|
|
3651
|
*/
|
|
4071
|
|
|
3652
|
#login div.title {
|
|
4072
|
#login div.title
|
|
3653
|
background: #003367 url("../../images/header_inner.png") repeat-x;
|
|
4073
|
{
|
|
|
|
|
4074
|
background: #003367 url("../../images/header_inner.png") repeat-x;
|
|
|
|
|
4075
|
}
|
|
3654
|
}
|
|
4076
|
|
|
3655
|
|
|
4077
|
/*
|
|
3656
|
/*
|
|
4078
|
login / title / corners
|
|
3657
|
login / title / corners
|
|
4079
|
*/
|
|
3658
|
*/
|
|
4080
|
|
|
3659
|
#login div.title div.corner {
|
|
4081
|
#login div.title div.corner
|
|
3660
|
background: url("../../images/login_corners.png") no-repeat;
|
|
4082
|
{
|
|
3661
|
}
|
|
4083
|
background: url("../../images/login_corners.png") no-repeat;
|
|
3662
|
|
|
4084
|
}
|
|
3663
|
#login div.title div.tl {
|
|
4085
|
|
|
3664
|
top: 0;
|
|
4086
|
#login div.title div.tl
|
|
3665
|
left: 0;
|
|
4087
|
{
|
|
3666
|
background-position: 0 0;
|
|
4088
|
top: 0;
|
|
3667
|
}
|
|
4089
|
left: 0;
|
|
3668
|
|
|
4090
|
background-position: 0 0;
|
|
3669
|
#login div.title div.tr {
|
|
4091
|
}
|
|
3670
|
top: 0;
|
|
4092
|
|
|
3671
|
right: 0;
|
|
4093
|
#login div.title div.tr
|
|
3672
|
background-position: -6px 0;
|
|
4094
|
{
|
|
3673
|
}
No newline at end of file
|
|
4095
|
top: 0;
|
|
|
|
|
4096
|
right: 0;
|
|
|
|
|
4097
|
background-position: -6px 0;
|
|
|
|
|
4098
|
}
|
|
|
|