Show More
@@ -1,2756 +1,2759 | |||||
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 { |
|
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 | border:0; |
|
2 | border:0; | |
3 | outline:0; |
|
3 | outline:0; | |
4 | font-size:100%; |
|
4 | font-size:100%; | |
5 | vertical-align:baseline; |
|
5 | vertical-align:baseline; | |
6 | background:transparent; |
|
6 | background:transparent; | |
7 | margin:0; |
|
7 | margin:0; | |
8 | padding:0; |
|
8 | padding:0; | |
9 | } |
|
9 | } | |
10 |
|
10 | |||
11 | body { |
|
11 | body { | |
12 | line-height:1; |
|
12 | line-height:1; | |
13 | height:100%; |
|
13 | height:100%; | |
14 | background:url("../images/background.png") repeat scroll 0 0 #B0B0B0; |
|
14 | background:url("../images/background.png") repeat scroll 0 0 #B0B0B0; | |
15 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
15 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; | |
16 | font-size:12px; |
|
16 | font-size:12px; | |
17 | color:#000; |
|
17 | color:#000; | |
18 | margin:0; |
|
18 | margin:0; | |
19 | padding:0; |
|
19 | padding:0; | |
20 | } |
|
20 | } | |
21 |
|
21 | |||
22 | ol,ul { |
|
22 | ol,ul { | |
23 | list-style:none; |
|
23 | list-style:none; | |
24 | } |
|
24 | } | |
25 |
|
25 | |||
26 | blockquote,q { |
|
26 | blockquote,q { | |
27 | quotes:none; |
|
27 | quotes:none; | |
28 | } |
|
28 | } | |
29 |
|
29 | |||
30 | blockquote:before,blockquote:after,q:before,q:after { |
|
30 | blockquote:before,blockquote:after,q:before,q:after { | |
31 | content:none; |
|
31 | content:none; | |
32 | } |
|
32 | } | |
33 |
|
33 | |||
34 | :focus { |
|
34 | :focus { | |
35 | outline:0; |
|
35 | outline:0; | |
36 | } |
|
36 | } | |
37 |
|
37 | |||
38 | del { |
|
38 | del { | |
39 | text-decoration:line-through; |
|
39 | text-decoration:line-through; | |
40 | } |
|
40 | } | |
41 |
|
41 | |||
42 | table { |
|
42 | table { | |
43 | border-collapse:collapse; |
|
43 | border-collapse:collapse; | |
44 | border-spacing:0; |
|
44 | border-spacing:0; | |
45 | } |
|
45 | } | |
46 |
|
46 | |||
47 | html { |
|
47 | html { | |
48 | height:100%; |
|
48 | height:100%; | |
49 | } |
|
49 | } | |
50 |
|
50 | |||
51 | a { |
|
51 | a { | |
52 | color:#003367; |
|
52 | color:#003367; | |
53 | text-decoration:none; |
|
53 | text-decoration:none; | |
54 | cursor:pointer; |
|
54 | cursor:pointer; | |
55 | } |
|
55 | } | |
56 |
|
56 | |||
57 | a:hover { |
|
57 | a:hover { | |
58 | color:#316293; |
|
58 | color:#316293; | |
59 | text-decoration:underline; |
|
59 | text-decoration:underline; | |
60 | } |
|
60 | } | |
61 |
|
61 | |||
62 | h1,h2,h3,h4,h5,h6 { |
|
62 | h1,h2,h3,h4,h5,h6 { | |
63 | color:#292929; |
|
63 | color:#292929; | |
64 | font-weight:700; |
|
64 | font-weight:700; | |
65 | } |
|
65 | } | |
66 |
|
66 | |||
67 | h1 { |
|
67 | h1 { | |
68 | font-size:22px; |
|
68 | font-size:22px; | |
69 | } |
|
69 | } | |
70 |
|
70 | |||
71 | h2 { |
|
71 | h2 { | |
72 | font-size:20px; |
|
72 | font-size:20px; | |
73 | } |
|
73 | } | |
74 |
|
74 | |||
75 | h3 { |
|
75 | h3 { | |
76 | font-size:18px; |
|
76 | font-size:18px; | |
77 | } |
|
77 | } | |
78 |
|
78 | |||
79 | h4 { |
|
79 | h4 { | |
80 | font-size:16px; |
|
80 | font-size:16px; | |
81 | } |
|
81 | } | |
82 |
|
82 | |||
83 | h5 { |
|
83 | h5 { | |
84 | font-size:14px; |
|
84 | font-size:14px; | |
85 | } |
|
85 | } | |
86 |
|
86 | |||
87 | h6 { |
|
87 | h6 { | |
88 | font-size:11px; |
|
88 | font-size:11px; | |
89 | } |
|
89 | } | |
90 |
|
90 | |||
91 | ul.circle { |
|
91 | ul.circle { | |
92 | list-style-type:circle; |
|
92 | list-style-type:circle; | |
93 | } |
|
93 | } | |
94 |
|
94 | |||
95 | ul.disc { |
|
95 | ul.disc { | |
96 | list-style-type:disc; |
|
96 | list-style-type:disc; | |
97 | } |
|
97 | } | |
98 |
|
98 | |||
99 | ul.square { |
|
99 | ul.square { | |
100 | list-style-type:square; |
|
100 | list-style-type:square; | |
101 | } |
|
101 | } | |
102 |
|
102 | |||
103 | ol.lower-roman { |
|
103 | ol.lower-roman { | |
104 | list-style-type:lower-roman; |
|
104 | list-style-type:lower-roman; | |
105 | } |
|
105 | } | |
106 |
|
106 | |||
107 | ol.upper-roman { |
|
107 | ol.upper-roman { | |
108 | list-style-type:upper-roman; |
|
108 | list-style-type:upper-roman; | |
109 | } |
|
109 | } | |
110 |
|
110 | |||
111 | ol.lower-alpha { |
|
111 | ol.lower-alpha { | |
112 | list-style-type:lower-alpha; |
|
112 | list-style-type:lower-alpha; | |
113 | } |
|
113 | } | |
114 |
|
114 | |||
115 | ol.upper-alpha { |
|
115 | ol.upper-alpha { | |
116 | list-style-type:upper-alpha; |
|
116 | list-style-type:upper-alpha; | |
117 | } |
|
117 | } | |
118 |
|
118 | |||
119 | ol.decimal { |
|
119 | ol.decimal { | |
120 | list-style-type:decimal; |
|
120 | list-style-type:decimal; | |
121 | } |
|
121 | } | |
122 |
|
122 | |||
123 | div.color { |
|
123 | div.color { | |
124 | clear:both; |
|
124 | clear:both; | |
125 | overflow:hidden; |
|
125 | overflow:hidden; | |
126 | position:absolute; |
|
126 | position:absolute; | |
127 | background:#FFF; |
|
127 | background:#FFF; | |
128 | margin:7px 0 0 60px; |
|
128 | margin:7px 0 0 60px; | |
129 | padding:1px 1px 1px 0; |
|
129 | padding:1px 1px 1px 0; | |
130 | } |
|
130 | } | |
131 |
|
131 | |||
132 | div.color a { |
|
132 | div.color a { | |
133 | width:15px; |
|
133 | width:15px; | |
134 | height:15px; |
|
134 | height:15px; | |
135 | display:block; |
|
135 | display:block; | |
136 | float:left; |
|
136 | float:left; | |
137 | margin:0 0 0 1px; |
|
137 | margin:0 0 0 1px; | |
138 | padding:0; |
|
138 | padding:0; | |
139 | } |
|
139 | } | |
140 |
|
140 | |||
141 | div.options { |
|
141 | div.options { | |
142 | clear:both; |
|
142 | clear:both; | |
143 | overflow:hidden; |
|
143 | overflow:hidden; | |
144 | position:absolute; |
|
144 | position:absolute; | |
145 | background:#FFF; |
|
145 | background:#FFF; | |
146 | margin:7px 0 0 162px; |
|
146 | margin:7px 0 0 162px; | |
147 | padding:0; |
|
147 | padding:0; | |
148 | } |
|
148 | } | |
149 |
|
149 | |||
150 | div.options a { |
|
150 | div.options a { | |
151 | height:1%; |
|
151 | height:1%; | |
152 | display:block; |
|
152 | display:block; | |
153 | text-decoration:none; |
|
153 | text-decoration:none; | |
154 | margin:0; |
|
154 | margin:0; | |
155 | padding:3px 8px; |
|
155 | padding:3px 8px; | |
156 | } |
|
156 | } | |
157 |
|
157 | |||
158 | .top-left-rounded-corner { |
|
158 | .top-left-rounded-corner { | |
159 | -webkit-border-top-left-radius: 8px; |
|
159 | -webkit-border-top-left-radius: 8px; | |
160 | -khtml-border-radius-topleft: 8px; |
|
160 | -khtml-border-radius-topleft: 8px; | |
161 | -moz-border-radius-topleft: 8px; |
|
161 | -moz-border-radius-topleft: 8px; | |
162 | border-top-left-radius: 8px; |
|
162 | border-top-left-radius: 8px; | |
163 | } |
|
163 | } | |
164 |
|
164 | |||
165 | .top-right-rounded-corner { |
|
165 | .top-right-rounded-corner { | |
166 | -webkit-border-top-right-radius: 8px; |
|
166 | -webkit-border-top-right-radius: 8px; | |
167 | -khtml-border-radius-topright: 8px; |
|
167 | -khtml-border-radius-topright: 8px; | |
168 | -moz-border-radius-topright: 8px; |
|
168 | -moz-border-radius-topright: 8px; | |
169 | border-top-right-radius: 8px; |
|
169 | border-top-right-radius: 8px; | |
170 | } |
|
170 | } | |
171 |
|
171 | |||
172 | .bottom-left-rounded-corner { |
|
172 | .bottom-left-rounded-corner { | |
173 | -webkit-border-bottom-left-radius: 8px; |
|
173 | -webkit-border-bottom-left-radius: 8px; | |
174 | -khtml-border-radius-bottomleft: 8px; |
|
174 | -khtml-border-radius-bottomleft: 8px; | |
175 | -moz-border-radius-bottomleft: 8px; |
|
175 | -moz-border-radius-bottomleft: 8px; | |
176 | border-bottom-left-radius: 8px; |
|
176 | border-bottom-left-radius: 8px; | |
177 | } |
|
177 | } | |
178 |
|
178 | |||
179 | .bottom-right-rounded-corner { |
|
179 | .bottom-right-rounded-corner { | |
180 | -webkit-border-bottom-right-radius: 8px; |
|
180 | -webkit-border-bottom-right-radius: 8px; | |
181 | -khtml-border-radius-bottomright: 8px; |
|
181 | -khtml-border-radius-bottomright: 8px; | |
182 | -moz-border-radius-bottomright: 8px; |
|
182 | -moz-border-radius-bottomright: 8px; | |
183 | border-bottom-right-radius: 8px; |
|
183 | border-bottom-right-radius: 8px; | |
184 | } |
|
184 | } | |
185 |
|
185 | |||
186 |
|
186 | |||
187 | #header { |
|
187 | #header { | |
188 | margin:0; |
|
188 | margin:0; | |
189 | padding:0 10px; |
|
189 | padding:0 10px; | |
190 | } |
|
190 | } | |
191 |
|
191 | |||
192 |
|
192 | |||
193 | #header ul#logged-user{ |
|
193 | #header ul#logged-user{ | |
194 | margin-bottom:5px !important; |
|
194 | margin-bottom:5px !important; | |
195 | -webkit-border-radius: 0px 0px 8px 8px; |
|
195 | -webkit-border-radius: 0px 0px 8px 8px; | |
196 | -khtml-border-radius: 0px 0px 8px 8px; |
|
196 | -khtml-border-radius: 0px 0px 8px 8px; | |
197 | -moz-border-radius: 0px 0px 8px 8px; |
|
197 | -moz-border-radius: 0px 0px 8px 8px; | |
198 | border-radius: 0px 0px 8px 8px; |
|
198 | border-radius: 0px 0px 8px 8px; | |
199 | height:37px; |
|
199 | height:37px; | |
200 | background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367; |
|
200 | background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367; | |
201 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
201 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
202 | } |
|
202 | } | |
203 |
|
203 | |||
204 | #header ul#logged-user li { |
|
204 | #header ul#logged-user li { | |
205 | list-style:none; |
|
205 | list-style:none; | |
206 | float:left; |
|
206 | float:left; | |
207 | margin:8px 0 0; |
|
207 | margin:8px 0 0; | |
208 | padding:4px 12px; |
|
208 | padding:4px 12px; | |
209 | border-left: 1px solid #316293; |
|
209 | border-left: 1px solid #316293; | |
210 | } |
|
210 | } | |
211 |
|
211 | |||
212 | #header ul#logged-user li.first { |
|
212 | #header ul#logged-user li.first { | |
213 | border-left:none; |
|
213 | border-left:none; | |
214 | margin:4px; |
|
214 | margin:4px; | |
215 | } |
|
215 | } | |
216 |
|
216 | |||
217 | #header ul#logged-user li.first div.gravatar { |
|
217 | #header ul#logged-user li.first div.gravatar { | |
218 | margin-top:-2px; |
|
218 | margin-top:-2px; | |
219 | } |
|
219 | } | |
220 |
|
220 | |||
221 | #header ul#logged-user li.first div.account { |
|
221 | #header ul#logged-user li.first div.account { | |
222 | padding-top:4px; |
|
222 | padding-top:4px; | |
223 | float:left; |
|
223 | float:left; | |
224 | } |
|
224 | } | |
225 |
|
225 | |||
226 | #header ul#logged-user li.last { |
|
226 | #header ul#logged-user li.last { | |
227 | border-right:none; |
|
227 | border-right:none; | |
228 | } |
|
228 | } | |
229 |
|
229 | |||
230 | #header ul#logged-user li a { |
|
230 | #header ul#logged-user li a { | |
231 | color:#fff; |
|
231 | color:#fff; | |
232 | font-weight:700; |
|
232 | font-weight:700; | |
233 | text-decoration:none; |
|
233 | text-decoration:none; | |
234 | } |
|
234 | } | |
235 |
|
235 | |||
236 | #header ul#logged-user li a:hover { |
|
236 | #header ul#logged-user li a:hover { | |
237 | text-decoration:underline; |
|
237 | text-decoration:underline; | |
238 | } |
|
238 | } | |
239 |
|
239 | |||
240 | #header ul#logged-user li.highlight a { |
|
240 | #header ul#logged-user li.highlight a { | |
241 | color:#fff; |
|
241 | color:#fff; | |
242 | } |
|
242 | } | |
243 |
|
243 | |||
244 | #header ul#logged-user li.highlight a:hover { |
|
244 | #header ul#logged-user li.highlight a:hover { | |
245 | color:#FFF; |
|
245 | color:#FFF; | |
246 | } |
|
246 | } | |
247 |
|
247 | |||
248 | #header #header-inner { |
|
248 | #header #header-inner { | |
249 | min-height:40px; |
|
249 | min-height:40px; | |
250 | clear:both; |
|
250 | clear:both; | |
251 | position:relative; |
|
251 | position:relative; | |
252 | background:#003367 url("../images/header_inner.png") repeat-x; |
|
252 | background:#003367 url("../images/header_inner.png") repeat-x; | |
253 | margin:0; |
|
253 | margin:0; | |
254 | padding:0; |
|
254 | padding:0; | |
255 | display:block; |
|
255 | display:block; | |
256 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
256 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
257 | -webkit-border-radius: 4px 4px 4px 4px; |
|
257 | -webkit-border-radius: 4px 4px 4px 4px; | |
258 | -khtml-border-radius: 4px 4px 4px 4px; |
|
258 | -khtml-border-radius: 4px 4px 4px 4px; | |
259 | -moz-border-radius: 4px 4px 4px 4px; |
|
259 | -moz-border-radius: 4px 4px 4px 4px; | |
260 | border-radius: 4px 4px 4px 4px; |
|
260 | border-radius: 4px 4px 4px 4px; | |
261 | } |
|
261 | } | |
262 |
|
262 | |||
263 | #header #header-inner #home a { |
|
263 | #header #header-inner #home a { | |
264 | height:40px; |
|
264 | height:40px; | |
265 | width:46px; |
|
265 | width:46px; | |
266 | display:block; |
|
266 | display:block; | |
267 | background:url("../images/button_home.png"); |
|
267 | background:url("../images/button_home.png"); | |
268 | background-position:0 0; |
|
268 | background-position:0 0; | |
269 | margin:0; |
|
269 | margin:0; | |
270 | padding:0; |
|
270 | padding:0; | |
271 | } |
|
271 | } | |
272 |
|
272 | |||
273 | #header #header-inner #home a:hover { |
|
273 | #header #header-inner #home a:hover { | |
274 | background-position:0 -40px; |
|
274 | background-position:0 -40px; | |
275 | } |
|
275 | } | |
276 | #header #header-inner #logo { |
|
276 | #header #header-inner #logo { | |
277 | float: left; |
|
277 | float: left; | |
278 | position: absolute; |
|
278 | position: absolute; | |
279 | } |
|
279 | } | |
280 | #header #header-inner #logo h1 { |
|
280 | #header #header-inner #logo h1 { | |
281 | color:#FFF; |
|
281 | color:#FFF; | |
282 | font-size:18px; |
|
282 | font-size:18px; | |
283 | margin:10px 0 0 13px; |
|
283 | margin:10px 0 0 13px; | |
284 | padding:0; |
|
284 | padding:0; | |
285 | } |
|
285 | } | |
286 |
|
286 | |||
287 | #header #header-inner #logo a { |
|
287 | #header #header-inner #logo a { | |
288 | color:#fff; |
|
288 | color:#fff; | |
289 | text-decoration:none; |
|
289 | text-decoration:none; | |
290 | } |
|
290 | } | |
291 |
|
291 | |||
292 | #header #header-inner #logo a:hover { |
|
292 | #header #header-inner #logo a:hover { | |
293 | color:#bfe3ff; |
|
293 | color:#bfe3ff; | |
294 | } |
|
294 | } | |
295 |
|
295 | |||
296 | #header #header-inner #quick,#header #header-inner #quick ul { |
|
296 | #header #header-inner #quick,#header #header-inner #quick ul { | |
297 | position:relative; |
|
297 | position:relative; | |
298 | float:right; |
|
298 | float:right; | |
299 | list-style-type:none; |
|
299 | list-style-type:none; | |
300 | list-style-position:outside; |
|
300 | list-style-position:outside; | |
301 | margin:6px 5px 0 0; |
|
301 | margin:6px 5px 0 0; | |
302 | padding:0; |
|
302 | padding:0; | |
303 | } |
|
303 | } | |
304 |
|
304 | |||
305 | #header #header-inner #quick li { |
|
305 | #header #header-inner #quick li { | |
306 | position:relative; |
|
306 | position:relative; | |
307 | float:left; |
|
307 | float:left; | |
308 | margin:0 5px 0 0; |
|
308 | margin:0 5px 0 0; | |
309 | padding:0; |
|
309 | padding:0; | |
310 | } |
|
310 | } | |
311 |
|
311 | |||
312 | #header #header-inner #quick li a { |
|
312 | #header #header-inner #quick li a { | |
313 | top:0; |
|
313 | top:0; | |
314 | left:0; |
|
314 | left:0; | |
315 | height:1%; |
|
315 | height:1%; | |
316 | display:block; |
|
316 | display:block; | |
317 | clear:both; |
|
317 | clear:both; | |
318 | overflow:hidden; |
|
318 | overflow:hidden; | |
319 | color:#FFF; |
|
319 | color:#FFF; | |
320 | font-weight:700; |
|
320 | font-weight:700; | |
321 | text-decoration:none; |
|
321 | text-decoration:none; | |
322 | background:#369; |
|
322 | background:#369; | |
323 | padding:0; |
|
323 | padding:0; | |
324 | -webkit-border-radius: 4px 4px 4px 4px; |
|
324 | -webkit-border-radius: 4px 4px 4px 4px; | |
325 | -khtml-border-radius: 4px 4px 4px 4px; |
|
325 | -khtml-border-radius: 4px 4px 4px 4px; | |
326 | -moz-border-radius: 4px 4px 4px 4px; |
|
326 | -moz-border-radius: 4px 4px 4px 4px; | |
327 | border-radius: 4px 4px 4px 4px; |
|
327 | border-radius: 4px 4px 4px 4px; | |
328 | } |
|
328 | } | |
329 |
|
329 | |||
330 | #header #header-inner #quick li span.short { |
|
330 | #header #header-inner #quick li span.short { | |
331 | padding:9px 6px 8px 6px; |
|
331 | padding:9px 6px 8px 6px; | |
332 | } |
|
332 | } | |
333 |
|
333 | |||
334 | #header #header-inner #quick li span { |
|
334 | #header #header-inner #quick li span { | |
335 | top:0; |
|
335 | top:0; | |
336 | right:0; |
|
336 | right:0; | |
337 | height:1%; |
|
337 | height:1%; | |
338 | display:block; |
|
338 | display:block; | |
339 | float:left; |
|
339 | float:left; | |
340 | border-left:1px solid #3f6f9f; |
|
340 | border-left:1px solid #3f6f9f; | |
341 | margin:0; |
|
341 | margin:0; | |
342 | padding:10px 12px 8px 10px; |
|
342 | padding:10px 12px 8px 10px; | |
343 | } |
|
343 | } | |
344 |
|
344 | |||
345 | #header #header-inner #quick li span.normal { |
|
345 | #header #header-inner #quick li span.normal { | |
346 | border:none; |
|
346 | border:none; | |
347 | padding:10px 12px 8px; |
|
347 | padding:10px 12px 8px; | |
348 | } |
|
348 | } | |
349 |
|
349 | |||
350 | #header #header-inner #quick li span.icon { |
|
350 | #header #header-inner #quick li span.icon { | |
351 | top:0; |
|
351 | top:0; | |
352 | left:0; |
|
352 | left:0; | |
353 | border-left:none; |
|
353 | border-left:none; | |
354 | border-right:1px solid #2e5c89; |
|
354 | border-right:1px solid #2e5c89; | |
355 | padding:8px 6px 4px; |
|
355 | padding:8px 6px 4px; | |
356 | } |
|
356 | } | |
357 |
|
357 | |||
358 | #header #header-inner #quick li span.icon_short { |
|
358 | #header #header-inner #quick li span.icon_short { | |
359 | top:0; |
|
359 | top:0; | |
360 | left:0; |
|
360 | left:0; | |
361 | border-left:none; |
|
361 | border-left:none; | |
362 | border-right:1px solid #2e5c89; |
|
362 | border-right:1px solid #2e5c89; | |
363 | padding:8px 6px 4px; |
|
363 | padding:8px 6px 4px; | |
364 | } |
|
364 | } | |
365 | #header #header-inner #quick li span.icon img, #header #header-inner #quick li span.icon_short img { |
|
365 | #header #header-inner #quick li span.icon img, #header #header-inner #quick li span.icon_short img { | |
366 | margin: 0px -2px 0px 0px; |
|
366 | margin: 0px -2px 0px 0px; | |
367 | } |
|
367 | } | |
368 |
|
368 | |||
369 | #header #header-inner #quick li a:hover { |
|
369 | #header #header-inner #quick li a:hover { | |
370 | background:#4e4e4e no-repeat top left; |
|
370 | background:#4e4e4e no-repeat top left; | |
371 | } |
|
371 | } | |
372 |
|
372 | |||
373 | #header #header-inner #quick li a:hover span { |
|
373 | #header #header-inner #quick li a:hover span { | |
374 | border-left:1px solid #545454; |
|
374 | border-left:1px solid #545454; | |
375 | } |
|
375 | } | |
376 |
|
376 | |||
377 | #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short { |
|
377 | #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short { | |
378 | border-left:none; |
|
378 | border-left:none; | |
379 | border-right:1px solid #464646; |
|
379 | border-right:1px solid #464646; | |
380 | } |
|
380 | } | |
381 |
|
381 | |||
382 | #header #header-inner #quick ul { |
|
382 | #header #header-inner #quick ul { | |
383 | top:29px; |
|
383 | top:29px; | |
384 | right:0; |
|
384 | right:0; | |
385 | min-width:200px; |
|
385 | min-width:200px; | |
386 | display:none; |
|
386 | display:none; | |
387 | position:absolute; |
|
387 | position:absolute; | |
388 | background:#FFF; |
|
388 | background:#FFF; | |
389 | border:1px solid #666; |
|
389 | border:1px solid #666; | |
390 | border-top:1px solid #003367; |
|
390 | border-top:1px solid #003367; | |
391 | z-index:100; |
|
391 | z-index:100; | |
392 | margin:0; |
|
392 | margin:0; | |
393 | padding:0; |
|
393 | padding:0; | |
394 | } |
|
394 | } | |
395 |
|
395 | |||
396 | #header #header-inner #quick ul.repo_switcher { |
|
396 | #header #header-inner #quick ul.repo_switcher { | |
397 | max-height:275px; |
|
397 | max-height:275px; | |
398 | overflow-x:hidden; |
|
398 | overflow-x:hidden; | |
399 | overflow-y:auto; |
|
399 | overflow-y:auto; | |
400 | } |
|
400 | } | |
401 | #header #header-inner #quick ul.repo_switcher li.qfilter_rs { |
|
401 | #header #header-inner #quick ul.repo_switcher li.qfilter_rs { | |
402 | float:none; |
|
402 | float:none; | |
403 | margin:0; |
|
403 | margin:0; | |
404 | border-bottom:2px solid #003367; |
|
404 | border-bottom:2px solid #003367; | |
405 | } |
|
405 | } | |
406 |
|
406 | |||
407 |
|
407 | |||
408 | #header #header-inner #quick .repo_switcher_type{ |
|
408 | #header #header-inner #quick .repo_switcher_type{ | |
409 | position:absolute; |
|
409 | position:absolute; | |
410 | left:0; |
|
410 | left:0; | |
411 | top:9px; |
|
411 | top:9px; | |
412 |
|
412 | |||
413 | } |
|
413 | } | |
414 | #header #header-inner #quick li ul li { |
|
414 | #header #header-inner #quick li ul li { | |
415 | border-bottom:1px solid #ddd; |
|
415 | border-bottom:1px solid #ddd; | |
416 | } |
|
416 | } | |
417 |
|
417 | |||
418 | #header #header-inner #quick li ul li a { |
|
418 | #header #header-inner #quick li ul li a { | |
419 | width:182px; |
|
419 | width:182px; | |
420 | height:auto; |
|
420 | height:auto; | |
421 | display:block; |
|
421 | display:block; | |
422 | float:left; |
|
422 | float:left; | |
423 | background:#FFF; |
|
423 | background:#FFF; | |
424 | color:#003367; |
|
424 | color:#003367; | |
425 | font-weight:400; |
|
425 | font-weight:400; | |
426 | margin:0; |
|
426 | margin:0; | |
427 | padding:7px 9px; |
|
427 | padding:7px 9px; | |
428 | } |
|
428 | } | |
429 |
|
429 | |||
430 | #header #header-inner #quick li ul li a:hover { |
|
430 | #header #header-inner #quick li ul li a:hover { | |
431 | color:#000; |
|
431 | color:#000; | |
432 | background:#FFF; |
|
432 | background:#FFF; | |
433 | } |
|
433 | } | |
434 |
|
434 | |||
435 | #header #header-inner #quick ul ul { |
|
435 | #header #header-inner #quick ul ul { | |
436 | top:auto; |
|
436 | top:auto; | |
437 | } |
|
437 | } | |
438 |
|
438 | |||
439 | #header #header-inner #quick li ul ul { |
|
439 | #header #header-inner #quick li ul ul { | |
440 | right:200px; |
|
440 | right:200px; | |
441 | max-height:275px; |
|
441 | max-height:275px; | |
442 | overflow:auto; |
|
442 | overflow:auto; | |
443 | overflow-x:hidden; |
|
443 | overflow-x:hidden; | |
444 | white-space:normal; |
|
444 | white-space:normal; | |
445 | } |
|
445 | } | |
446 |
|
446 | |||
447 | #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover { |
|
447 | #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover { | |
448 | background:url("../images/icons/book.png") no-repeat scroll 4px 9px #FFF; |
|
448 | background:url("../images/icons/book.png") no-repeat scroll 4px 9px #FFF; | |
449 | width:167px; |
|
449 | width:167px; | |
450 | margin:0; |
|
450 | margin:0; | |
451 | padding:12px 9px 7px 24px; |
|
451 | padding:12px 9px 7px 24px; | |
452 | } |
|
452 | } | |
453 |
|
453 | |||
454 | #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover { |
|
454 | #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover { | |
455 | background:url("../images/icons/lock.png") no-repeat scroll 4px 9px #FFF; |
|
455 | background:url("../images/icons/lock.png") no-repeat scroll 4px 9px #FFF; | |
456 | min-width:167px; |
|
456 | min-width:167px; | |
457 | margin:0; |
|
457 | margin:0; | |
458 | padding:12px 9px 7px 24px; |
|
458 | padding:12px 9px 7px 24px; | |
459 | } |
|
459 | } | |
460 |
|
460 | |||
461 | #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover { |
|
461 | #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover { | |
462 | background:url("../images/icons/lock_open.png") no-repeat scroll 4px 9px #FFF; |
|
462 | background:url("../images/icons/lock_open.png") no-repeat scroll 4px 9px #FFF; | |
463 | min-width:167px; |
|
463 | min-width:167px; | |
464 | margin:0; |
|
464 | margin:0; | |
465 | padding:12px 9px 7px 24px; |
|
465 | padding:12px 9px 7px 24px; | |
466 | } |
|
466 | } | |
467 |
|
467 | |||
468 | #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover { |
|
468 | #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover { | |
469 | background:url("../images/icons/hgicon.png") no-repeat scroll 4px 9px #FFF; |
|
469 | background:url("../images/icons/hgicon.png") no-repeat scroll 4px 9px #FFF; | |
470 | min-width:167px; |
|
470 | min-width:167px; | |
471 | margin:0 0 0 14px; |
|
471 | margin:0 0 0 14px; | |
472 | padding:12px 9px 7px 24px; |
|
472 | padding:12px 9px 7px 24px; | |
473 | } |
|
473 | } | |
474 |
|
474 | |||
475 | #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover { |
|
475 | #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover { | |
476 | background:url("../images/icons/giticon.png") no-repeat scroll 4px 9px #FFF; |
|
476 | background:url("../images/icons/giticon.png") no-repeat scroll 4px 9px #FFF; | |
477 | min-width:167px; |
|
477 | min-width:167px; | |
478 | margin:0 0 0 14px; |
|
478 | margin:0 0 0 14px; | |
479 | padding:12px 9px 7px 24px; |
|
479 | padding:12px 9px 7px 24px; | |
480 | } |
|
480 | } | |
481 |
|
481 | |||
482 | #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover { |
|
482 | #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover { | |
483 | background:url("../images/icons/database_edit.png") no-repeat scroll 4px 9px #FFF; |
|
483 | background:url("../images/icons/database_edit.png") no-repeat scroll 4px 9px #FFF; | |
484 | width:167px; |
|
484 | width:167px; | |
485 | margin:0; |
|
485 | margin:0; | |
486 | padding:12px 9px 7px 24px; |
|
486 | padding:12px 9px 7px 24px; | |
487 | } |
|
487 | } | |
488 |
|
488 | |||
489 | #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover { |
|
489 | #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover { | |
490 | background:url("../images/icons/database_link.png") no-repeat scroll 4px 9px #FFF; |
|
490 | background:url("../images/icons/database_link.png") no-repeat scroll 4px 9px #FFF; | |
491 | width:167px; |
|
491 | width:167px; | |
492 | margin:0; |
|
492 | margin:0; | |
493 | padding:12px 9px 7px 24px; |
|
493 | padding:12px 9px 7px 24px; | |
494 | } |
|
494 | } | |
495 |
|
495 | |||
496 | #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover { |
|
496 | #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover { | |
497 | background:#FFF url("../images/icons/user_edit.png") no-repeat 4px 9px; |
|
497 | background:#FFF url("../images/icons/user_edit.png") no-repeat 4px 9px; | |
498 | width:167px; |
|
498 | width:167px; | |
499 | margin:0; |
|
499 | margin:0; | |
500 | padding:12px 9px 7px 24px; |
|
500 | padding:12px 9px 7px 24px; | |
501 | } |
|
501 | } | |
502 |
|
502 | |||
503 | #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover { |
|
503 | #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover { | |
504 | background:#FFF url("../images/icons/group_edit.png") no-repeat 4px 9px; |
|
504 | background:#FFF url("../images/icons/group_edit.png") no-repeat 4px 9px; | |
505 | width:167px; |
|
505 | width:167px; | |
506 | margin:0; |
|
506 | margin:0; | |
507 | padding:12px 9px 7px 24px; |
|
507 | padding:12px 9px 7px 24px; | |
508 | } |
|
508 | } | |
509 |
|
509 | |||
510 | #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover { |
|
510 | #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover { | |
511 | background:#FFF url("../images/icons/cog.png") no-repeat 4px 9px; |
|
511 | background:#FFF url("../images/icons/cog.png") no-repeat 4px 9px; | |
512 | width:167px; |
|
512 | width:167px; | |
513 | margin:0; |
|
513 | margin:0; | |
514 | padding:12px 9px 7px 24px; |
|
514 | padding:12px 9px 7px 24px; | |
515 | } |
|
515 | } | |
516 |
|
516 | |||
517 | #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover { |
|
517 | #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover { | |
518 | background:#FFF url("../images/icons/key.png") no-repeat 4px 9px; |
|
518 | background:#FFF url("../images/icons/key.png") no-repeat 4px 9px; | |
519 | width:167px; |
|
519 | width:167px; | |
520 | margin:0; |
|
520 | margin:0; | |
521 | padding:12px 9px 7px 24px; |
|
521 | padding:12px 9px 7px 24px; | |
522 | } |
|
522 | } | |
523 |
|
523 | |||
524 | #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover { |
|
524 | #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover { | |
525 | background:#FFF url("../images/icons/server_key.png") no-repeat 4px 9px; |
|
525 | background:#FFF url("../images/icons/server_key.png") no-repeat 4px 9px; | |
526 | width:167px; |
|
526 | width:167px; | |
527 | margin:0; |
|
527 | margin:0; | |
528 | padding:12px 9px 7px 24px; |
|
528 | padding:12px 9px 7px 24px; | |
529 | } |
|
529 | } | |
530 |
|
530 | |||
531 | #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover { |
|
531 | #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover { | |
532 | background:#FFF url("../images/icons/arrow_divide.png") no-repeat 4px 9px; |
|
532 | background:#FFF url("../images/icons/arrow_divide.png") no-repeat 4px 9px; | |
533 | width:167px; |
|
533 | width:167px; | |
534 | margin:0; |
|
534 | margin:0; | |
535 | padding:12px 9px 7px 24px; |
|
535 | padding:12px 9px 7px 24px; | |
536 | } |
|
536 | } | |
537 |
|
537 | |||
538 | #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover { |
|
538 | #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover { | |
539 | background:#FFF url("../images/icons/search_16.png") no-repeat 4px 9px; |
|
539 | background:#FFF url("../images/icons/search_16.png") no-repeat 4px 9px; | |
540 | width:167px; |
|
540 | width:167px; | |
541 | margin:0; |
|
541 | margin:0; | |
542 | padding:12px 9px 7px 24px; |
|
542 | padding:12px 9px 7px 24px; | |
543 | } |
|
543 | } | |
544 |
|
544 | |||
545 | #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover { |
|
545 | #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover { | |
546 | background:#FFF url("../images/icons/delete.png") no-repeat 4px 9px; |
|
546 | background:#FFF url("../images/icons/delete.png") no-repeat 4px 9px; | |
547 | width:167px; |
|
547 | width:167px; | |
548 | margin:0; |
|
548 | margin:0; | |
549 | padding:12px 9px 7px 24px; |
|
549 | padding:12px 9px 7px 24px; | |
550 | } |
|
550 | } | |
551 |
|
551 | |||
552 | #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover { |
|
552 | #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover { | |
553 | background:#FFF url("../images/icons/arrow_branch.png") no-repeat 4px 9px; |
|
553 | background:#FFF url("../images/icons/arrow_branch.png") no-repeat 4px 9px; | |
554 | width:167px; |
|
554 | width:167px; | |
555 | margin:0; |
|
555 | margin:0; | |
556 | padding:12px 9px 7px 24px; |
|
556 | padding:12px 9px 7px 24px; | |
557 | } |
|
557 | } | |
558 |
|
558 | |||
559 | #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover { |
|
559 | #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover { | |
560 | background:#FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px; |
|
560 | background:#FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px; | |
561 | width:167px; |
|
561 | width:167px; | |
562 | margin:0; |
|
562 | margin:0; | |
563 | padding:12px 9px 7px 24px; |
|
563 | padding:12px 9px 7px 24px; | |
564 | } |
|
564 | } | |
565 |
|
565 | |||
566 | #header #header-inner #quick li ul li a.admin,#header #header-inner #quick li ul li a.admin:hover { |
|
566 | #header #header-inner #quick li ul li a.admin,#header #header-inner #quick li ul li a.admin:hover { | |
567 | background:#FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px; |
|
567 | background:#FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px; | |
568 | width:167px; |
|
568 | width:167px; | |
569 | margin:0; |
|
569 | margin:0; | |
570 | padding:12px 9px 7px 24px; |
|
570 | padding:12px 9px 7px 24px; | |
571 | } |
|
571 | } | |
572 |
|
572 | |||
573 |
|
573 | |||
574 | .groups_breadcrumbs a { |
|
574 | .groups_breadcrumbs a { | |
575 | color: #fff; |
|
575 | color: #fff; | |
576 | } |
|
576 | } | |
577 | .groups_breadcrumbs a:hover { |
|
577 | .groups_breadcrumbs a:hover { | |
578 | color: #bfe3ff; |
|
578 | color: #bfe3ff; | |
579 | text-decoration: none; |
|
579 | text-decoration: none; | |
580 | } |
|
580 | } | |
581 |
|
581 | |||
582 | .quick_repo_menu{ |
|
582 | .quick_repo_menu{ | |
583 | background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important; |
|
583 | background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important; | |
584 | cursor: pointer; |
|
584 | cursor: pointer; | |
585 | width: 8px; |
|
585 | width: 8px; | |
586 | } |
|
586 | } | |
587 | .quick_repo_menu.active{ |
|
587 | .quick_repo_menu.active{ | |
588 | background: #FFF url("../images/horizontal-indicator.png") 4px 50% no-repeat !important; |
|
588 | background: #FFF url("../images/horizontal-indicator.png") 4px 50% no-repeat !important; | |
589 | cursor: pointer; |
|
589 | cursor: pointer; | |
590 | } |
|
590 | } | |
591 | .quick_repo_menu .menu_items{ |
|
591 | .quick_repo_menu .menu_items{ | |
592 | margin-top:6px; |
|
592 | margin-top:6px; | |
593 | width:150px; |
|
593 | width:150px; | |
594 | position: absolute; |
|
594 | position: absolute; | |
595 | background-color:#FFF; |
|
595 | background-color:#FFF; | |
596 | background: none repeat scroll 0 0 #FFFFFF; |
|
596 | background: none repeat scroll 0 0 #FFFFFF; | |
597 | border-color: #003367 #666666 #666666; |
|
597 | border-color: #003367 #666666 #666666; | |
598 | border-right: 1px solid #666666; |
|
598 | border-right: 1px solid #666666; | |
599 | border-style: solid; |
|
599 | border-style: solid; | |
600 | border-width: 1px; |
|
600 | border-width: 1px; | |
601 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); |
|
601 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); | |
602 | } |
|
602 | } | |
603 | .quick_repo_menu .menu_items li{ |
|
603 | .quick_repo_menu .menu_items li{ | |
604 | padding:0 !important; |
|
604 | padding:0 !important; | |
605 | } |
|
605 | } | |
606 | .quick_repo_menu .menu_items a{ |
|
606 | .quick_repo_menu .menu_items a{ | |
607 | display: block; |
|
607 | display: block; | |
608 | padding: 4px 12px 4px 8px; |
|
608 | padding: 4px 12px 4px 8px; | |
609 | } |
|
609 | } | |
610 | .quick_repo_menu .menu_items a:hover{ |
|
610 | .quick_repo_menu .menu_items a:hover{ | |
611 | background-color: #EEE; |
|
611 | background-color: #EEE; | |
612 | text-decoration: none; |
|
612 | text-decoration: none; | |
613 |
|
613 | |||
614 | } |
|
614 | } | |
615 | .quick_repo_menu .menu_items .icon img{ |
|
615 | .quick_repo_menu .menu_items .icon img{ | |
616 | margin-bottom:-2px; |
|
616 | margin-bottom:-2px; | |
617 | } |
|
617 | } | |
618 | .quick_repo_menu .menu_items.hidden{ |
|
618 | .quick_repo_menu .menu_items.hidden{ | |
619 | display: none; |
|
619 | display: none; | |
620 | } |
|
620 | } | |
621 |
|
621 | |||
622 | #content #left { |
|
622 | #content #left { | |
623 | left:0; |
|
623 | left:0; | |
624 | width:280px; |
|
624 | width:280px; | |
625 | position:absolute; |
|
625 | position:absolute; | |
626 | } |
|
626 | } | |
627 |
|
627 | |||
628 | #content #right { |
|
628 | #content #right { | |
629 | margin:0 60px 10px 290px; |
|
629 | margin:0 60px 10px 290px; | |
630 | } |
|
630 | } | |
631 |
|
631 | |||
632 | #content div.box { |
|
632 | #content div.box { | |
633 | clear:both; |
|
633 | clear:both; | |
634 | overflow:hidden; |
|
634 | overflow:hidden; | |
635 | background:#fff; |
|
635 | background:#fff; | |
636 | margin:0 0 10px; |
|
636 | margin:0 0 10px; | |
637 | padding:0 0 10px; |
|
637 | padding:0 0 10px; | |
638 | -webkit-border-radius: 4px 4px 4px 4px; |
|
638 | -webkit-border-radius: 4px 4px 4px 4px; | |
639 | -khtml-border-radius: 4px 4px 4px 4px; |
|
639 | -khtml-border-radius: 4px 4px 4px 4px; | |
640 | -moz-border-radius: 4px 4px 4px 4px; |
|
640 | -moz-border-radius: 4px 4px 4px 4px; | |
641 | border-radius: 4px 4px 4px 4px; |
|
641 | border-radius: 4px 4px 4px 4px; | |
642 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
642 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
643 |
|
643 | |||
644 | } |
|
644 | } | |
645 |
|
645 | |||
646 | #content div.box-left { |
|
646 | #content div.box-left { | |
647 | width:49%; |
|
647 | width:49%; | |
648 | clear:none; |
|
648 | clear:none; | |
649 | float:left; |
|
649 | float:left; | |
650 | margin:0 0 10px; |
|
650 | margin:0 0 10px; | |
651 | } |
|
651 | } | |
652 |
|
652 | |||
653 | #content div.box-right { |
|
653 | #content div.box-right { | |
654 | width:49%; |
|
654 | width:49%; | |
655 | clear:none; |
|
655 | clear:none; | |
656 | float:right; |
|
656 | float:right; | |
657 | margin:0 0 10px; |
|
657 | margin:0 0 10px; | |
658 | } |
|
658 | } | |
659 |
|
659 | |||
660 | #content div.box div.title { |
|
660 | #content div.box div.title { | |
661 | clear:both; |
|
661 | clear:both; | |
662 | overflow:hidden; |
|
662 | overflow:hidden; | |
663 | background:#369 url("../images/header_inner.png") repeat-x; |
|
663 | background:#369 url("../images/header_inner.png") repeat-x; | |
664 | margin:0 0 20px; |
|
664 | margin:0 0 20px; | |
665 | padding:0; |
|
665 | padding:0; | |
666 | } |
|
666 | } | |
667 |
|
667 | |||
668 | #content div.box div.title h5 { |
|
668 | #content div.box div.title h5 { | |
669 | float:left; |
|
669 | float:left; | |
670 | border:none; |
|
670 | border:none; | |
671 | color:#fff; |
|
671 | color:#fff; | |
672 | text-transform:uppercase; |
|
672 | text-transform:uppercase; | |
673 | margin:0; |
|
673 | margin:0; | |
674 | padding:11px 0 11px 10px; |
|
674 | padding:11px 0 11px 10px; | |
675 | } |
|
675 | } | |
676 |
|
676 | |||
677 | #content div.box div.title ul.links li { |
|
677 | #content div.box div.title ul.links li { | |
678 | list-style:none; |
|
678 | list-style:none; | |
679 | float:left; |
|
679 | float:left; | |
680 | margin:0; |
|
680 | margin:0; | |
681 | padding:0; |
|
681 | padding:0; | |
682 | } |
|
682 | } | |
683 |
|
683 | |||
684 | #content div.box div.title ul.links li a { |
|
684 | #content div.box div.title ul.links li a { | |
685 | border-left: 1px solid #316293; |
|
685 | border-left: 1px solid #316293; | |
686 | color: #FFFFFF; |
|
686 | color: #FFFFFF; | |
687 | display: block; |
|
687 | display: block; | |
688 | float: left; |
|
688 | float: left; | |
689 | font-size: 13px; |
|
689 | font-size: 13px; | |
690 | font-weight: 700; |
|
690 | font-weight: 700; | |
691 | height: 1%; |
|
691 | height: 1%; | |
692 | margin: 0; |
|
692 | margin: 0; | |
693 | padding: 11px 22px 12px; |
|
693 | padding: 11px 22px 12px; | |
694 | text-decoration: none; |
|
694 | text-decoration: none; | |
695 | } |
|
695 | } | |
696 |
|
696 | |||
697 | #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6 { |
|
697 | #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6 { | |
698 | clear:both; |
|
698 | clear:both; | |
699 | overflow:hidden; |
|
699 | overflow:hidden; | |
700 | border-bottom:1px solid #DDD; |
|
700 | border-bottom:1px solid #DDD; | |
701 | margin:10px 20px; |
|
701 | margin:10px 20px; | |
702 | padding:0 0 15px; |
|
702 | padding:0 0 15px; | |
703 | } |
|
703 | } | |
704 |
|
704 | |||
705 | #content div.box p { |
|
705 | #content div.box p { | |
706 | color:#5f5f5f; |
|
706 | color:#5f5f5f; | |
707 | font-size:12px; |
|
707 | font-size:12px; | |
708 | line-height:150%; |
|
708 | line-height:150%; | |
709 | margin:0 24px 10px; |
|
709 | margin:0 24px 10px; | |
710 | padding:0; |
|
710 | padding:0; | |
711 | } |
|
711 | } | |
712 |
|
712 | |||
713 | #content div.box blockquote { |
|
713 | #content div.box blockquote { | |
714 | border-left:4px solid #DDD; |
|
714 | border-left:4px solid #DDD; | |
715 | color:#5f5f5f; |
|
715 | color:#5f5f5f; | |
716 | font-size:11px; |
|
716 | font-size:11px; | |
717 | line-height:150%; |
|
717 | line-height:150%; | |
718 | margin:0 34px; |
|
718 | margin:0 34px; | |
719 | padding:0 0 0 14px; |
|
719 | padding:0 0 0 14px; | |
720 | } |
|
720 | } | |
721 |
|
721 | |||
722 | #content div.box blockquote p { |
|
722 | #content div.box blockquote p { | |
723 | margin:10px 0; |
|
723 | margin:10px 0; | |
724 | padding:0; |
|
724 | padding:0; | |
725 | } |
|
725 | } | |
726 |
|
726 | |||
727 | #content div.box dl { |
|
727 | #content div.box dl { | |
728 | margin:10px 24px; |
|
728 | margin:10px 24px; | |
729 | } |
|
729 | } | |
730 |
|
730 | |||
731 | #content div.box dt { |
|
731 | #content div.box dt { | |
732 | font-size:12px; |
|
732 | font-size:12px; | |
733 | margin:0; |
|
733 | margin:0; | |
734 | } |
|
734 | } | |
735 |
|
735 | |||
736 | #content div.box dd { |
|
736 | #content div.box dd { | |
737 | font-size:12px; |
|
737 | font-size:12px; | |
738 | margin:0; |
|
738 | margin:0; | |
739 | padding:8px 0 8px 15px; |
|
739 | padding:8px 0 8px 15px; | |
740 | } |
|
740 | } | |
741 |
|
741 | |||
742 | #content div.box li { |
|
742 | #content div.box li { | |
743 | font-size:12px; |
|
743 | font-size:12px; | |
744 | padding:4px 0; |
|
744 | padding:4px 0; | |
745 | } |
|
745 | } | |
746 |
|
746 | |||
747 | #content div.box ul.disc,#content div.box ul.circle { |
|
747 | #content div.box ul.disc,#content div.box ul.circle { | |
748 | margin:10px 24px 10px 38px; |
|
748 | margin:10px 24px 10px 38px; | |
749 | } |
|
749 | } | |
750 |
|
750 | |||
751 | #content div.box ul.square { |
|
751 | #content div.box ul.square { | |
752 | margin:10px 24px 10px 40px; |
|
752 | margin:10px 24px 10px 40px; | |
753 | } |
|
753 | } | |
754 |
|
754 | |||
755 | #content div.box img.left { |
|
755 | #content div.box img.left { | |
756 | border:none; |
|
756 | border:none; | |
757 | float:left; |
|
757 | float:left; | |
758 | margin:10px 10px 10px 0; |
|
758 | margin:10px 10px 10px 0; | |
759 | } |
|
759 | } | |
760 |
|
760 | |||
761 | #content div.box img.right { |
|
761 | #content div.box img.right { | |
762 | border:none; |
|
762 | border:none; | |
763 | float:right; |
|
763 | float:right; | |
764 | margin:10px 0 10px 10px; |
|
764 | margin:10px 0 10px 10px; | |
765 | } |
|
765 | } | |
766 |
|
766 | |||
767 | #content div.box div.messages { |
|
767 | #content div.box div.messages { | |
768 | clear:both; |
|
768 | clear:both; | |
769 | overflow:hidden; |
|
769 | overflow:hidden; | |
770 | margin:0 20px; |
|
770 | margin:0 20px; | |
771 | padding:0; |
|
771 | padding:0; | |
772 | } |
|
772 | } | |
773 |
|
773 | |||
774 | #content div.box div.message { |
|
774 | #content div.box div.message { | |
775 | clear:both; |
|
775 | clear:both; | |
776 | overflow:hidden; |
|
776 | overflow:hidden; | |
777 | margin:0; |
|
777 | margin:0; | |
778 | padding:10px 0; |
|
778 | padding:10px 0; | |
779 | } |
|
779 | } | |
780 |
|
780 | |||
781 | #content div.box div.message a { |
|
781 | #content div.box div.message a { | |
782 | font-weight:400 !important; |
|
782 | font-weight:400 !important; | |
783 | } |
|
783 | } | |
784 |
|
784 | |||
785 | #content div.box div.message div.image { |
|
785 | #content div.box div.message div.image { | |
786 | float:left; |
|
786 | float:left; | |
787 | margin:9px 0 0 5px; |
|
787 | margin:9px 0 0 5px; | |
788 | padding:6px; |
|
788 | padding:6px; | |
789 | } |
|
789 | } | |
790 |
|
790 | |||
791 | #content div.box div.message div.image img { |
|
791 | #content div.box div.message div.image img { | |
792 | vertical-align:middle; |
|
792 | vertical-align:middle; | |
793 | margin:0; |
|
793 | margin:0; | |
794 | } |
|
794 | } | |
795 |
|
795 | |||
796 | #content div.box div.message div.text { |
|
796 | #content div.box div.message div.text { | |
797 | float:left; |
|
797 | float:left; | |
798 | margin:0; |
|
798 | margin:0; | |
799 | padding:9px 6px; |
|
799 | padding:9px 6px; | |
800 | } |
|
800 | } | |
801 |
|
801 | |||
802 | #content div.box div.message div.dismiss a { |
|
802 | #content div.box div.message div.dismiss a { | |
803 | height:16px; |
|
803 | height:16px; | |
804 | width:16px; |
|
804 | width:16px; | |
805 | display:block; |
|
805 | display:block; | |
806 | background:url("../images/icons/cross.png") no-repeat; |
|
806 | background:url("../images/icons/cross.png") no-repeat; | |
807 | margin:15px 14px 0 0; |
|
807 | margin:15px 14px 0 0; | |
808 | padding:0; |
|
808 | padding:0; | |
809 | } |
|
809 | } | |
810 |
|
810 | |||
811 | #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 { |
|
811 | #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 { | |
812 | border:none; |
|
812 | border:none; | |
813 | margin:0; |
|
813 | margin:0; | |
814 | padding:0; |
|
814 | padding:0; | |
815 | } |
|
815 | } | |
816 |
|
816 | |||
817 | #content div.box div.message div.text span { |
|
817 | #content div.box div.message div.text span { | |
818 | height:1%; |
|
818 | height:1%; | |
819 | display:block; |
|
819 | display:block; | |
820 | margin:0; |
|
820 | margin:0; | |
821 | padding:5px 0 0; |
|
821 | padding:5px 0 0; | |
822 | } |
|
822 | } | |
823 |
|
823 | |||
824 | #content div.box div.message-error { |
|
824 | #content div.box div.message-error { | |
825 | height:1%; |
|
825 | height:1%; | |
826 | clear:both; |
|
826 | clear:both; | |
827 | overflow:hidden; |
|
827 | overflow:hidden; | |
828 | background:#FBE3E4; |
|
828 | background:#FBE3E4; | |
829 | border:1px solid #FBC2C4; |
|
829 | border:1px solid #FBC2C4; | |
830 | color:#860006; |
|
830 | color:#860006; | |
831 | } |
|
831 | } | |
832 |
|
832 | |||
833 | #content div.box div.message-error h6 { |
|
833 | #content div.box div.message-error h6 { | |
834 | color:#860006; |
|
834 | color:#860006; | |
835 | } |
|
835 | } | |
836 |
|
836 | |||
837 | #content div.box div.message-warning { |
|
837 | #content div.box div.message-warning { | |
838 | height:1%; |
|
838 | height:1%; | |
839 | clear:both; |
|
839 | clear:both; | |
840 | overflow:hidden; |
|
840 | overflow:hidden; | |
841 | background:#FFF6BF; |
|
841 | background:#FFF6BF; | |
842 | border:1px solid #FFD324; |
|
842 | border:1px solid #FFD324; | |
843 | color:#5f5200; |
|
843 | color:#5f5200; | |
844 | } |
|
844 | } | |
845 |
|
845 | |||
846 | #content div.box div.message-warning h6 { |
|
846 | #content div.box div.message-warning h6 { | |
847 | color:#5f5200; |
|
847 | color:#5f5200; | |
848 | } |
|
848 | } | |
849 |
|
849 | |||
850 | #content div.box div.message-notice { |
|
850 | #content div.box div.message-notice { | |
851 | height:1%; |
|
851 | height:1%; | |
852 | clear:both; |
|
852 | clear:both; | |
853 | overflow:hidden; |
|
853 | overflow:hidden; | |
854 | background:#8FBDE0; |
|
854 | background:#8FBDE0; | |
855 | border:1px solid #6BACDE; |
|
855 | border:1px solid #6BACDE; | |
856 | color:#003863; |
|
856 | color:#003863; | |
857 | } |
|
857 | } | |
858 |
|
858 | |||
859 | #content div.box div.message-notice h6 { |
|
859 | #content div.box div.message-notice h6 { | |
860 | color:#003863; |
|
860 | color:#003863; | |
861 | } |
|
861 | } | |
862 |
|
862 | |||
863 | #content div.box div.message-success { |
|
863 | #content div.box div.message-success { | |
864 | height:1%; |
|
864 | height:1%; | |
865 | clear:both; |
|
865 | clear:both; | |
866 | overflow:hidden; |
|
866 | overflow:hidden; | |
867 | background:#E6EFC2; |
|
867 | background:#E6EFC2; | |
868 | border:1px solid #C6D880; |
|
868 | border:1px solid #C6D880; | |
869 | color:#4e6100; |
|
869 | color:#4e6100; | |
870 | } |
|
870 | } | |
871 |
|
871 | |||
872 | #content div.box div.message-success h6 { |
|
872 | #content div.box div.message-success h6 { | |
873 | color:#4e6100; |
|
873 | color:#4e6100; | |
874 | } |
|
874 | } | |
875 |
|
875 | |||
876 | #content div.box div.form div.fields div.field { |
|
876 | #content div.box div.form div.fields div.field { | |
877 | height:1%; |
|
877 | height:1%; | |
878 | border-bottom:1px solid #DDD; |
|
878 | border-bottom:1px solid #DDD; | |
879 | clear:both; |
|
879 | clear:both; | |
880 | margin:0; |
|
880 | margin:0; | |
881 | padding:10px 0; |
|
881 | padding:10px 0; | |
882 | } |
|
882 | } | |
883 |
|
883 | |||
884 | #content div.box div.form div.fields div.field-first { |
|
884 | #content div.box div.form div.fields div.field-first { | |
885 | padding:0 0 10px; |
|
885 | padding:0 0 10px; | |
886 | } |
|
886 | } | |
887 |
|
887 | |||
888 | #content div.box div.form div.fields div.field-noborder { |
|
888 | #content div.box div.form div.fields div.field-noborder { | |
889 | border-bottom:0 !important; |
|
889 | border-bottom:0 !important; | |
890 | } |
|
890 | } | |
891 |
|
891 | |||
892 | #content div.box div.form div.fields div.field span.error-message { |
|
892 | #content div.box div.form div.fields div.field span.error-message { | |
893 | height:1%; |
|
893 | height:1%; | |
894 | display:inline-block; |
|
894 | display:inline-block; | |
895 | color:red; |
|
895 | color:red; | |
896 | margin:8px 0 0 4px; |
|
896 | margin:8px 0 0 4px; | |
897 | padding:0; |
|
897 | padding:0; | |
898 | } |
|
898 | } | |
899 |
|
899 | |||
900 | #content div.box div.form div.fields div.field span.success { |
|
900 | #content div.box div.form div.fields div.field span.success { | |
901 | height:1%; |
|
901 | height:1%; | |
902 | display:block; |
|
902 | display:block; | |
903 | color:#316309; |
|
903 | color:#316309; | |
904 | margin:8px 0 0; |
|
904 | margin:8px 0 0; | |
905 | padding:0; |
|
905 | padding:0; | |
906 | } |
|
906 | } | |
907 |
|
907 | |||
908 | #content div.box div.form div.fields div.field div.label { |
|
908 | #content div.box div.form div.fields div.field div.label { | |
909 | left:70px; |
|
909 | left:70px; | |
910 | width:155px; |
|
910 | width:155px; | |
911 | position:absolute; |
|
911 | position:absolute; | |
912 | margin:0; |
|
912 | margin:0; | |
913 | padding:8px 0 0 5px; |
|
913 | padding:8px 0 0 5px; | |
914 | } |
|
914 | } | |
915 |
|
915 | |||
916 | #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label { |
|
916 | #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label { | |
917 | clear:both; |
|
917 | clear:both; | |
918 | overflow:hidden; |
|
918 | overflow:hidden; | |
919 | left:0; |
|
919 | left:0; | |
920 | width:auto; |
|
920 | width:auto; | |
921 | position:relative; |
|
921 | position:relative; | |
922 | margin:0; |
|
922 | margin:0; | |
923 | padding:0 0 8px; |
|
923 | padding:0 0 8px; | |
924 | } |
|
924 | } | |
925 |
|
925 | |||
926 | #content div.box div.form div.fields div.field div.label-select { |
|
926 | #content div.box div.form div.fields div.field div.label-select { | |
927 | padding:5px 0 0 5px; |
|
927 | padding:5px 0 0 5px; | |
928 | } |
|
928 | } | |
929 |
|
929 | |||
930 | #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 { |
|
930 | #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 { | |
931 | padding:0 0 8px; |
|
931 | padding:0 0 8px; | |
932 | } |
|
932 | } | |
933 |
|
933 | |||
934 | #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 { |
|
934 | #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 { | |
935 | padding:0 0 8px !important; |
|
935 | padding:0 0 8px !important; | |
936 | } |
|
936 | } | |
937 |
|
937 | |||
938 | #content div.box div.form div.fields div.field div.label label, div.label label{ |
|
938 | #content div.box div.form div.fields div.field div.label label, div.label label{ | |
939 | color:#393939; |
|
939 | color:#393939; | |
940 | font-weight:700; |
|
940 | font-weight:700; | |
941 | } |
|
941 | } | |
942 |
|
942 | |||
943 | #content div.box div.form div.fields div.field div.input { |
|
943 | #content div.box div.form div.fields div.field div.input { | |
944 | margin:0 0 0 200px; |
|
944 | margin:0 0 0 200px; | |
945 | } |
|
945 | } | |
946 | #content div.box div.form div.fields div.field div.file { |
|
946 | #content div.box div.form div.fields div.field div.file { | |
947 | margin:0 0 0 200px; |
|
947 | margin:0 0 0 200px; | |
948 | } |
|
948 | } | |
949 | #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input { |
|
949 | #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input { | |
950 | margin:0 0 0 0px; |
|
950 | margin:0 0 0 0px; | |
951 | } |
|
951 | } | |
952 |
|
952 | |||
953 | #content div.box div.form div.fields div.field div.input input { |
|
953 | #content div.box div.form div.fields div.field div.input input { | |
954 | background:#FFF; |
|
954 | background:#FFF; | |
955 | border-top:1px solid #b3b3b3; |
|
955 | border-top:1px solid #b3b3b3; | |
956 | border-left:1px solid #b3b3b3; |
|
956 | border-left:1px solid #b3b3b3; | |
957 | border-right:1px solid #eaeaea; |
|
957 | border-right:1px solid #eaeaea; | |
958 | border-bottom:1px solid #eaeaea; |
|
958 | border-bottom:1px solid #eaeaea; | |
959 | color:#000; |
|
959 | color:#000; | |
960 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
960 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; | |
961 | font-size:11px; |
|
961 | font-size:11px; | |
962 | margin:0; |
|
962 | margin:0; | |
963 | padding:7px 7px 6px; |
|
963 | padding:7px 7px 6px; | |
964 | } |
|
964 | } | |
965 |
|
965 | |||
966 | #content div.box div.form div.fields div.field div.file input { |
|
966 | #content div.box div.form div.fields div.field div.file input { | |
967 | background: none repeat scroll 0 0 #FFFFFF; |
|
967 | background: none repeat scroll 0 0 #FFFFFF; | |
968 | border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3; |
|
968 | border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3; | |
969 | border-style: solid; |
|
969 | border-style: solid; | |
970 | border-width: 1px; |
|
970 | border-width: 1px; | |
971 | color: #000000; |
|
971 | color: #000000; | |
972 | font-family: Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,sans-serif; |
|
972 | font-family: Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,sans-serif; | |
973 | font-size: 11px; |
|
973 | font-size: 11px; | |
974 | margin: 0; |
|
974 | margin: 0; | |
975 | padding: 7px 7px 6px; |
|
975 | padding: 7px 7px 6px; | |
976 | } |
|
976 | } | |
977 |
|
977 | |||
|
978 | input.disabled { | |||
|
979 | background-color: #F5F5F5 !important; | |||
|
980 | } | |||
978 |
|
981 | |||
979 | #content div.box div.form div.fields div.field div.input input.small { |
|
982 | #content div.box div.form div.fields div.field div.input input.small { | |
980 | width:30%; |
|
983 | width:30%; | |
981 | } |
|
984 | } | |
982 |
|
985 | |||
983 | #content div.box div.form div.fields div.field div.input input.medium { |
|
986 | #content div.box div.form div.fields div.field div.input input.medium { | |
984 | width:55%; |
|
987 | width:55%; | |
985 | } |
|
988 | } | |
986 |
|
989 | |||
987 | #content div.box div.form div.fields div.field div.input input.large { |
|
990 | #content div.box div.form div.fields div.field div.input input.large { | |
988 | width:85%; |
|
991 | width:85%; | |
989 | } |
|
992 | } | |
990 |
|
993 | |||
991 | #content div.box div.form div.fields div.field div.input input.date { |
|
994 | #content div.box div.form div.fields div.field div.input input.date { | |
992 | width:177px; |
|
995 | width:177px; | |
993 | } |
|
996 | } | |
994 |
|
997 | |||
995 | #content div.box div.form div.fields div.field div.input input.button { |
|
998 | #content div.box div.form div.fields div.field div.input input.button { | |
996 | background:#D4D0C8; |
|
999 | background:#D4D0C8; | |
997 | border-top:1px solid #FFF; |
|
1000 | border-top:1px solid #FFF; | |
998 | border-left:1px solid #FFF; |
|
1001 | border-left:1px solid #FFF; | |
999 | border-right:1px solid #404040; |
|
1002 | border-right:1px solid #404040; | |
1000 | border-bottom:1px solid #404040; |
|
1003 | border-bottom:1px solid #404040; | |
1001 | color:#000; |
|
1004 | color:#000; | |
1002 | margin:0; |
|
1005 | margin:0; | |
1003 | padding:4px 8px; |
|
1006 | padding:4px 8px; | |
1004 | } |
|
1007 | } | |
1005 |
|
1008 | |||
1006 | #content div.box div.form div.fields div.field div.textarea { |
|
1009 | #content div.box div.form div.fields div.field div.textarea { | |
1007 | border-top:1px solid #b3b3b3; |
|
1010 | border-top:1px solid #b3b3b3; | |
1008 | border-left:1px solid #b3b3b3; |
|
1011 | border-left:1px solid #b3b3b3; | |
1009 | border-right:1px solid #eaeaea; |
|
1012 | border-right:1px solid #eaeaea; | |
1010 | border-bottom:1px solid #eaeaea; |
|
1013 | border-bottom:1px solid #eaeaea; | |
1011 | margin:0 0 0 200px; |
|
1014 | margin:0 0 0 200px; | |
1012 | padding:10px; |
|
1015 | padding:10px; | |
1013 | } |
|
1016 | } | |
1014 |
|
1017 | |||
1015 | #content div.box div.form div.fields div.field div.textarea-editor { |
|
1018 | #content div.box div.form div.fields div.field div.textarea-editor { | |
1016 | border:1px solid #ddd; |
|
1019 | border:1px solid #ddd; | |
1017 | padding:0; |
|
1020 | padding:0; | |
1018 | } |
|
1021 | } | |
1019 |
|
1022 | |||
1020 | #content div.box div.form div.fields div.field div.textarea textarea { |
|
1023 | #content div.box div.form div.fields div.field div.textarea textarea { | |
1021 | width:100%; |
|
1024 | width:100%; | |
1022 | height:220px; |
|
1025 | height:220px; | |
1023 | overflow:hidden; |
|
1026 | overflow:hidden; | |
1024 | background:#FFF; |
|
1027 | background:#FFF; | |
1025 | color:#000; |
|
1028 | color:#000; | |
1026 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
1029 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; | |
1027 | font-size:11px; |
|
1030 | font-size:11px; | |
1028 | outline:none; |
|
1031 | outline:none; | |
1029 | border-width:0; |
|
1032 | border-width:0; | |
1030 | margin:0; |
|
1033 | margin:0; | |
1031 | padding:0; |
|
1034 | padding:0; | |
1032 | } |
|
1035 | } | |
1033 |
|
1036 | |||
1034 | #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 { |
|
1037 | #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 { | |
1035 | width:100%; |
|
1038 | width:100%; | |
1036 | height:100px; |
|
1039 | height:100px; | |
1037 | } |
|
1040 | } | |
1038 |
|
1041 | |||
1039 | #content div.box div.form div.fields div.field div.textarea table { |
|
1042 | #content div.box div.form div.fields div.field div.textarea table { | |
1040 | width:100%; |
|
1043 | width:100%; | |
1041 | border:none; |
|
1044 | border:none; | |
1042 | margin:0; |
|
1045 | margin:0; | |
1043 | padding:0; |
|
1046 | padding:0; | |
1044 | } |
|
1047 | } | |
1045 |
|
1048 | |||
1046 | #content div.box div.form div.fields div.field div.textarea table td { |
|
1049 | #content div.box div.form div.fields div.field div.textarea table td { | |
1047 | background:#DDD; |
|
1050 | background:#DDD; | |
1048 | border:none; |
|
1051 | border:none; | |
1049 | padding:0; |
|
1052 | padding:0; | |
1050 | } |
|
1053 | } | |
1051 |
|
1054 | |||
1052 | #content div.box div.form div.fields div.field div.textarea table td table { |
|
1055 | #content div.box div.form div.fields div.field div.textarea table td table { | |
1053 | width:auto; |
|
1056 | width:auto; | |
1054 | border:none; |
|
1057 | border:none; | |
1055 | margin:0; |
|
1058 | margin:0; | |
1056 | padding:0; |
|
1059 | padding:0; | |
1057 | } |
|
1060 | } | |
1058 |
|
1061 | |||
1059 | #content div.box div.form div.fields div.field div.textarea table td table td { |
|
1062 | #content div.box div.form div.fields div.field div.textarea table td table td { | |
1060 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
1063 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; | |
1061 | font-size:11px; |
|
1064 | font-size:11px; | |
1062 | padding:5px 5px 5px 0; |
|
1065 | padding:5px 5px 5px 0; | |
1063 | } |
|
1066 | } | |
1064 |
|
1067 | |||
1065 | #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 { |
|
1068 | #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 { | |
1066 | background:#f6f6f6; |
|
1069 | background:#f6f6f6; | |
1067 | border-color:#666; |
|
1070 | border-color:#666; | |
1068 | } |
|
1071 | } | |
1069 |
|
1072 | |||
1070 | div.form div.fields div.field div.button { |
|
1073 | div.form div.fields div.field div.button { | |
1071 | margin:0; |
|
1074 | margin:0; | |
1072 | padding:0 0 0 8px; |
|
1075 | padding:0 0 0 8px; | |
1073 | } |
|
1076 | } | |
1074 |
|
1077 | |||
1075 |
|
1078 | |||
1076 | #content div.box table { |
|
1079 | #content div.box table { | |
1077 | width:100%; |
|
1080 | width:100%; | |
1078 | border-collapse:collapse; |
|
1081 | border-collapse:collapse; | |
1079 | margin:0; |
|
1082 | margin:0; | |
1080 | padding:0; |
|
1083 | padding:0; | |
1081 | border: 1px solid #eee; |
|
1084 | border: 1px solid #eee; | |
1082 | } |
|
1085 | } | |
1083 |
|
1086 | |||
1084 | #content div.box table th { |
|
1087 | #content div.box table th { | |
1085 | background:#eee; |
|
1088 | background:#eee; | |
1086 | border-bottom:1px solid #ddd; |
|
1089 | border-bottom:1px solid #ddd; | |
1087 | padding:5px 0px 5px 5px; |
|
1090 | padding:5px 0px 5px 5px; | |
1088 | } |
|
1091 | } | |
1089 |
|
1092 | |||
1090 | #content div.box table th.left { |
|
1093 | #content div.box table th.left { | |
1091 | text-align:left; |
|
1094 | text-align:left; | |
1092 | } |
|
1095 | } | |
1093 |
|
1096 | |||
1094 | #content div.box table th.right { |
|
1097 | #content div.box table th.right { | |
1095 | text-align:right; |
|
1098 | text-align:right; | |
1096 | } |
|
1099 | } | |
1097 |
|
1100 | |||
1098 | #content div.box table th.center { |
|
1101 | #content div.box table th.center { | |
1099 | text-align:center; |
|
1102 | text-align:center; | |
1100 | } |
|
1103 | } | |
1101 |
|
1104 | |||
1102 | #content div.box table th.selected { |
|
1105 | #content div.box table th.selected { | |
1103 | vertical-align:middle; |
|
1106 | vertical-align:middle; | |
1104 | padding:0; |
|
1107 | padding:0; | |
1105 | } |
|
1108 | } | |
1106 |
|
1109 | |||
1107 | #content div.box table td { |
|
1110 | #content div.box table td { | |
1108 | background:#fff; |
|
1111 | background:#fff; | |
1109 | border-bottom:1px solid #cdcdcd; |
|
1112 | border-bottom:1px solid #cdcdcd; | |
1110 | vertical-align:middle; |
|
1113 | vertical-align:middle; | |
1111 | padding:5px; |
|
1114 | padding:5px; | |
1112 | } |
|
1115 | } | |
1113 |
|
1116 | |||
1114 | #content div.box table tr.selected td { |
|
1117 | #content div.box table tr.selected td { | |
1115 | background:#FFC; |
|
1118 | background:#FFC; | |
1116 | } |
|
1119 | } | |
1117 |
|
1120 | |||
1118 | #content div.box table td.selected { |
|
1121 | #content div.box table td.selected { | |
1119 | width:3%; |
|
1122 | width:3%; | |
1120 | text-align:center; |
|
1123 | text-align:center; | |
1121 | vertical-align:middle; |
|
1124 | vertical-align:middle; | |
1122 | padding:0; |
|
1125 | padding:0; | |
1123 | } |
|
1126 | } | |
1124 |
|
1127 | |||
1125 | #content div.box table td.action { |
|
1128 | #content div.box table td.action { | |
1126 | width:45%; |
|
1129 | width:45%; | |
1127 | text-align:left; |
|
1130 | text-align:left; | |
1128 | } |
|
1131 | } | |
1129 |
|
1132 | |||
1130 | #content div.box table td.date { |
|
1133 | #content div.box table td.date { | |
1131 | width:33%; |
|
1134 | width:33%; | |
1132 | text-align:center; |
|
1135 | text-align:center; | |
1133 | } |
|
1136 | } | |
1134 |
|
1137 | |||
1135 | #content div.box div.action { |
|
1138 | #content div.box div.action { | |
1136 | float:right; |
|
1139 | float:right; | |
1137 | background:#FFF; |
|
1140 | background:#FFF; | |
1138 | text-align:right; |
|
1141 | text-align:right; | |
1139 | margin:10px 0 0; |
|
1142 | margin:10px 0 0; | |
1140 | padding:0; |
|
1143 | padding:0; | |
1141 | } |
|
1144 | } | |
1142 |
|
1145 | |||
1143 | #content div.box div.action select { |
|
1146 | #content div.box div.action select { | |
1144 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
1147 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; | |
1145 | font-size:11px; |
|
1148 | font-size:11px; | |
1146 | margin:0; |
|
1149 | margin:0; | |
1147 | } |
|
1150 | } | |
1148 |
|
1151 | |||
1149 | #content div.box div.action .ui-selectmenu { |
|
1152 | #content div.box div.action .ui-selectmenu { | |
1150 | margin:0; |
|
1153 | margin:0; | |
1151 | padding:0; |
|
1154 | padding:0; | |
1152 | } |
|
1155 | } | |
1153 |
|
1156 | |||
1154 | #content div.box div.pagination { |
|
1157 | #content div.box div.pagination { | |
1155 | height:1%; |
|
1158 | height:1%; | |
1156 | clear:both; |
|
1159 | clear:both; | |
1157 | overflow:hidden; |
|
1160 | overflow:hidden; | |
1158 | margin:10px 0 0; |
|
1161 | margin:10px 0 0; | |
1159 | padding:0; |
|
1162 | padding:0; | |
1160 | } |
|
1163 | } | |
1161 |
|
1164 | |||
1162 | #content div.box div.pagination ul.pager { |
|
1165 | #content div.box div.pagination ul.pager { | |
1163 | float:right; |
|
1166 | float:right; | |
1164 | text-align:right; |
|
1167 | text-align:right; | |
1165 | margin:0; |
|
1168 | margin:0; | |
1166 | padding:0; |
|
1169 | padding:0; | |
1167 | } |
|
1170 | } | |
1168 |
|
1171 | |||
1169 | #content div.box div.pagination ul.pager li { |
|
1172 | #content div.box div.pagination ul.pager li { | |
1170 | height:1%; |
|
1173 | height:1%; | |
1171 | float:left; |
|
1174 | float:left; | |
1172 | list-style:none; |
|
1175 | list-style:none; | |
1173 | background:#ebebeb url("../images/pager.png") repeat-x; |
|
1176 | background:#ebebeb url("../images/pager.png") repeat-x; | |
1174 | border-top:1px solid #dedede; |
|
1177 | border-top:1px solid #dedede; | |
1175 | border-left:1px solid #cfcfcf; |
|
1178 | border-left:1px solid #cfcfcf; | |
1176 | border-right:1px solid #c4c4c4; |
|
1179 | border-right:1px solid #c4c4c4; | |
1177 | border-bottom:1px solid #c4c4c4; |
|
1180 | border-bottom:1px solid #c4c4c4; | |
1178 | color:#4A4A4A; |
|
1181 | color:#4A4A4A; | |
1179 | font-weight:700; |
|
1182 | font-weight:700; | |
1180 | margin:0 0 0 4px; |
|
1183 | margin:0 0 0 4px; | |
1181 | padding:0; |
|
1184 | padding:0; | |
1182 | } |
|
1185 | } | |
1183 |
|
1186 | |||
1184 | #content div.box div.pagination ul.pager li.separator { |
|
1187 | #content div.box div.pagination ul.pager li.separator { | |
1185 | padding:6px; |
|
1188 | padding:6px; | |
1186 | } |
|
1189 | } | |
1187 |
|
1190 | |||
1188 | #content div.box div.pagination ul.pager li.current { |
|
1191 | #content div.box div.pagination ul.pager li.current { | |
1189 | background:#b4b4b4 url("../images/pager_selected.png") repeat-x; |
|
1192 | background:#b4b4b4 url("../images/pager_selected.png") repeat-x; | |
1190 | border-top:1px solid #ccc; |
|
1193 | border-top:1px solid #ccc; | |
1191 | border-left:1px solid #bebebe; |
|
1194 | border-left:1px solid #bebebe; | |
1192 | border-right:1px solid #b1b1b1; |
|
1195 | border-right:1px solid #b1b1b1; | |
1193 | border-bottom:1px solid #afafaf; |
|
1196 | border-bottom:1px solid #afafaf; | |
1194 | color:#515151; |
|
1197 | color:#515151; | |
1195 | padding:6px; |
|
1198 | padding:6px; | |
1196 | } |
|
1199 | } | |
1197 |
|
1200 | |||
1198 | #content div.box div.pagination ul.pager li a { |
|
1201 | #content div.box div.pagination ul.pager li a { | |
1199 | height:1%; |
|
1202 | height:1%; | |
1200 | display:block; |
|
1203 | display:block; | |
1201 | float:left; |
|
1204 | float:left; | |
1202 | color:#515151; |
|
1205 | color:#515151; | |
1203 | text-decoration:none; |
|
1206 | text-decoration:none; | |
1204 | margin:0; |
|
1207 | margin:0; | |
1205 | padding:6px; |
|
1208 | padding:6px; | |
1206 | } |
|
1209 | } | |
1207 |
|
1210 | |||
1208 | #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active { |
|
1211 | #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active { | |
1209 | background:#b4b4b4 url("../images/pager_selected.png") repeat-x; |
|
1212 | background:#b4b4b4 url("../images/pager_selected.png") repeat-x; | |
1210 | border-top:1px solid #ccc; |
|
1213 | border-top:1px solid #ccc; | |
1211 | border-left:1px solid #bebebe; |
|
1214 | border-left:1px solid #bebebe; | |
1212 | border-right:1px solid #b1b1b1; |
|
1215 | border-right:1px solid #b1b1b1; | |
1213 | border-bottom:1px solid #afafaf; |
|
1216 | border-bottom:1px solid #afafaf; | |
1214 | margin:-1px; |
|
1217 | margin:-1px; | |
1215 | } |
|
1218 | } | |
1216 |
|
1219 | |||
1217 | #content div.box div.pagination-wh { |
|
1220 | #content div.box div.pagination-wh { | |
1218 | height:1%; |
|
1221 | height:1%; | |
1219 | clear:both; |
|
1222 | clear:both; | |
1220 | overflow:hidden; |
|
1223 | overflow:hidden; | |
1221 | text-align:right; |
|
1224 | text-align:right; | |
1222 | margin:10px 0 0; |
|
1225 | margin:10px 0 0; | |
1223 | padding:0; |
|
1226 | padding:0; | |
1224 | } |
|
1227 | } | |
1225 |
|
1228 | |||
1226 | #content div.box div.pagination-right { |
|
1229 | #content div.box div.pagination-right { | |
1227 | float:right; |
|
1230 | float:right; | |
1228 | } |
|
1231 | } | |
1229 |
|
1232 | |||
1230 | #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot { |
|
1233 | #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot { | |
1231 | height:1%; |
|
1234 | height:1%; | |
1232 | float:left; |
|
1235 | float:left; | |
1233 | background:#ebebeb url("../images/pager.png") repeat-x; |
|
1236 | background:#ebebeb url("../images/pager.png") repeat-x; | |
1234 | border-top:1px solid #dedede; |
|
1237 | border-top:1px solid #dedede; | |
1235 | border-left:1px solid #cfcfcf; |
|
1238 | border-left:1px solid #cfcfcf; | |
1236 | border-right:1px solid #c4c4c4; |
|
1239 | border-right:1px solid #c4c4c4; | |
1237 | border-bottom:1px solid #c4c4c4; |
|
1240 | border-bottom:1px solid #c4c4c4; | |
1238 | color:#4A4A4A; |
|
1241 | color:#4A4A4A; | |
1239 | font-weight:700; |
|
1242 | font-weight:700; | |
1240 | margin:0 0 0 4px; |
|
1243 | margin:0 0 0 4px; | |
1241 | padding:6px; |
|
1244 | padding:6px; | |
1242 | } |
|
1245 | } | |
1243 |
|
1246 | |||
1244 | #content div.box div.pagination-wh span.pager_curpage { |
|
1247 | #content div.box div.pagination-wh span.pager_curpage { | |
1245 | height:1%; |
|
1248 | height:1%; | |
1246 | float:left; |
|
1249 | float:left; | |
1247 | background:#b4b4b4 url("../images/pager_selected.png") repeat-x; |
|
1250 | background:#b4b4b4 url("../images/pager_selected.png") repeat-x; | |
1248 | border-top:1px solid #ccc; |
|
1251 | border-top:1px solid #ccc; | |
1249 | border-left:1px solid #bebebe; |
|
1252 | border-left:1px solid #bebebe; | |
1250 | border-right:1px solid #b1b1b1; |
|
1253 | border-right:1px solid #b1b1b1; | |
1251 | border-bottom:1px solid #afafaf; |
|
1254 | border-bottom:1px solid #afafaf; | |
1252 | color:#515151; |
|
1255 | color:#515151; | |
1253 | font-weight:700; |
|
1256 | font-weight:700; | |
1254 | margin:0 0 0 4px; |
|
1257 | margin:0 0 0 4px; | |
1255 | padding:6px; |
|
1258 | padding:6px; | |
1256 | } |
|
1259 | } | |
1257 |
|
1260 | |||
1258 | #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active { |
|
1261 | #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active { | |
1259 | background:#b4b4b4 url("../images/pager_selected.png") repeat-x; |
|
1262 | background:#b4b4b4 url("../images/pager_selected.png") repeat-x; | |
1260 | border-top:1px solid #ccc; |
|
1263 | border-top:1px solid #ccc; | |
1261 | border-left:1px solid #bebebe; |
|
1264 | border-left:1px solid #bebebe; | |
1262 | border-right:1px solid #b1b1b1; |
|
1265 | border-right:1px solid #b1b1b1; | |
1263 | border-bottom:1px solid #afafaf; |
|
1266 | border-bottom:1px solid #afafaf; | |
1264 | text-decoration:none; |
|
1267 | text-decoration:none; | |
1265 | } |
|
1268 | } | |
1266 |
|
1269 | |||
1267 | #content div.box div.traffic div.legend { |
|
1270 | #content div.box div.traffic div.legend { | |
1268 | clear:both; |
|
1271 | clear:both; | |
1269 | overflow:hidden; |
|
1272 | overflow:hidden; | |
1270 | border-bottom:1px solid #ddd; |
|
1273 | border-bottom:1px solid #ddd; | |
1271 | margin:0 0 10px; |
|
1274 | margin:0 0 10px; | |
1272 | padding:0 0 10px; |
|
1275 | padding:0 0 10px; | |
1273 | } |
|
1276 | } | |
1274 |
|
1277 | |||
1275 | #content div.box div.traffic div.legend h6 { |
|
1278 | #content div.box div.traffic div.legend h6 { | |
1276 | float:left; |
|
1279 | float:left; | |
1277 | border:none; |
|
1280 | border:none; | |
1278 | margin:0; |
|
1281 | margin:0; | |
1279 | padding:0; |
|
1282 | padding:0; | |
1280 | } |
|
1283 | } | |
1281 |
|
1284 | |||
1282 | #content div.box div.traffic div.legend li { |
|
1285 | #content div.box div.traffic div.legend li { | |
1283 | list-style:none; |
|
1286 | list-style:none; | |
1284 | float:left; |
|
1287 | float:left; | |
1285 | font-size:11px; |
|
1288 | font-size:11px; | |
1286 | margin:0; |
|
1289 | margin:0; | |
1287 | padding:0 8px 0 4px; |
|
1290 | padding:0 8px 0 4px; | |
1288 | } |
|
1291 | } | |
1289 |
|
1292 | |||
1290 | #content div.box div.traffic div.legend li.visits { |
|
1293 | #content div.box div.traffic div.legend li.visits { | |
1291 | border-left:12px solid #edc240; |
|
1294 | border-left:12px solid #edc240; | |
1292 | } |
|
1295 | } | |
1293 |
|
1296 | |||
1294 | #content div.box div.traffic div.legend li.pageviews { |
|
1297 | #content div.box div.traffic div.legend li.pageviews { | |
1295 | border-left:12px solid #afd8f8; |
|
1298 | border-left:12px solid #afd8f8; | |
1296 | } |
|
1299 | } | |
1297 |
|
1300 | |||
1298 | #content div.box div.traffic table { |
|
1301 | #content div.box div.traffic table { | |
1299 | width:auto; |
|
1302 | width:auto; | |
1300 | } |
|
1303 | } | |
1301 |
|
1304 | |||
1302 | #content div.box div.traffic table td { |
|
1305 | #content div.box div.traffic table td { | |
1303 | background:transparent; |
|
1306 | background:transparent; | |
1304 | border:none; |
|
1307 | border:none; | |
1305 | padding:2px 3px 3px; |
|
1308 | padding:2px 3px 3px; | |
1306 | } |
|
1309 | } | |
1307 |
|
1310 | |||
1308 | #content div.box div.traffic table td.legendLabel { |
|
1311 | #content div.box div.traffic table td.legendLabel { | |
1309 | padding:0 3px 2px; |
|
1312 | padding:0 3px 2px; | |
1310 | } |
|
1313 | } | |
1311 |
|
1314 | |||
1312 | #summary{ |
|
1315 | #summary{ | |
1313 |
|
1316 | |||
1314 | } |
|
1317 | } | |
1315 |
|
1318 | |||
1316 | #summary .desc{ |
|
1319 | #summary .desc{ | |
1317 | white-space: pre; |
|
1320 | white-space: pre; | |
1318 | width: 100%; |
|
1321 | width: 100%; | |
1319 | } |
|
1322 | } | |
1320 |
|
1323 | |||
1321 | #summary .repo_name{ |
|
1324 | #summary .repo_name{ | |
1322 | font-size: 1.6em; |
|
1325 | font-size: 1.6em; | |
1323 | font-weight: bold; |
|
1326 | font-weight: bold; | |
1324 | vertical-align: baseline; |
|
1327 | vertical-align: baseline; | |
1325 | clear:right |
|
1328 | clear:right | |
1326 | } |
|
1329 | } | |
1327 |
|
1330 | |||
1328 |
|
1331 | |||
1329 | #footer { |
|
1332 | #footer { | |
1330 | clear:both; |
|
1333 | clear:both; | |
1331 | overflow:hidden; |
|
1334 | overflow:hidden; | |
1332 | text-align:right; |
|
1335 | text-align:right; | |
1333 | margin:0; |
|
1336 | margin:0; | |
1334 | padding:0 10px 4px; |
|
1337 | padding:0 10px 4px; | |
1335 | margin:-10px 0 0; |
|
1338 | margin:-10px 0 0; | |
1336 | } |
|
1339 | } | |
1337 |
|
1340 | |||
1338 | #footer div#footer-inner { |
|
1341 | #footer div#footer-inner { | |
1339 | background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367; |
|
1342 | background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367; | |
1340 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
1343 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
1341 | -webkit-border-radius: 4px 4px 4px 4px; |
|
1344 | -webkit-border-radius: 4px 4px 4px 4px; | |
1342 | -khtml-border-radius: 4px 4px 4px 4px; |
|
1345 | -khtml-border-radius: 4px 4px 4px 4px; | |
1343 | -moz-border-radius: 4px 4px 4px 4px; |
|
1346 | -moz-border-radius: 4px 4px 4px 4px; | |
1344 | border-radius: 4px 4px 4px 4px; |
|
1347 | border-radius: 4px 4px 4px 4px; | |
1345 | } |
|
1348 | } | |
1346 |
|
1349 | |||
1347 | #footer div#footer-inner p { |
|
1350 | #footer div#footer-inner p { | |
1348 | padding:15px 25px 15px 0; |
|
1351 | padding:15px 25px 15px 0; | |
1349 | color:#FFF; |
|
1352 | color:#FFF; | |
1350 | font-weight:700; |
|
1353 | font-weight:700; | |
1351 | } |
|
1354 | } | |
1352 | #footer div#footer-inner .footer-link { |
|
1355 | #footer div#footer-inner .footer-link { | |
1353 | float:left; |
|
1356 | float:left; | |
1354 | padding-left:10px; |
|
1357 | padding-left:10px; | |
1355 | } |
|
1358 | } | |
1356 | #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a { |
|
1359 | #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a { | |
1357 | color:#FFF; |
|
1360 | color:#FFF; | |
1358 | } |
|
1361 | } | |
1359 |
|
1362 | |||
1360 | #login div.title { |
|
1363 | #login div.title { | |
1361 | width:420px; |
|
1364 | width:420px; | |
1362 | clear:both; |
|
1365 | clear:both; | |
1363 | overflow:hidden; |
|
1366 | overflow:hidden; | |
1364 | position:relative; |
|
1367 | position:relative; | |
1365 | background:#003367 url("../images/header_inner.png") repeat-x; |
|
1368 | background:#003367 url("../images/header_inner.png") repeat-x; | |
1366 | margin:0 auto; |
|
1369 | margin:0 auto; | |
1367 | padding:0; |
|
1370 | padding:0; | |
1368 | } |
|
1371 | } | |
1369 |
|
1372 | |||
1370 | #login div.inner { |
|
1373 | #login div.inner { | |
1371 | width:380px; |
|
1374 | width:380px; | |
1372 | background:#FFF url("../images/login.png") no-repeat top left; |
|
1375 | background:#FFF url("../images/login.png") no-repeat top left; | |
1373 | border-top:none; |
|
1376 | border-top:none; | |
1374 | border-bottom:none; |
|
1377 | border-bottom:none; | |
1375 | margin:0 auto; |
|
1378 | margin:0 auto; | |
1376 | padding:20px; |
|
1379 | padding:20px; | |
1377 | } |
|
1380 | } | |
1378 |
|
1381 | |||
1379 | #login div.form div.fields div.field div.label { |
|
1382 | #login div.form div.fields div.field div.label { | |
1380 | width:173px; |
|
1383 | width:173px; | |
1381 | float:left; |
|
1384 | float:left; | |
1382 | text-align:right; |
|
1385 | text-align:right; | |
1383 | margin:2px 10px 0 0; |
|
1386 | margin:2px 10px 0 0; | |
1384 | padding:5px 0 0 5px; |
|
1387 | padding:5px 0 0 5px; | |
1385 | } |
|
1388 | } | |
1386 |
|
1389 | |||
1387 | #login div.form div.fields div.field div.input input { |
|
1390 | #login div.form div.fields div.field div.input input { | |
1388 | width:176px; |
|
1391 | width:176px; | |
1389 | background:#FFF; |
|
1392 | background:#FFF; | |
1390 | border-top:1px solid #b3b3b3; |
|
1393 | border-top:1px solid #b3b3b3; | |
1391 | border-left:1px solid #b3b3b3; |
|
1394 | border-left:1px solid #b3b3b3; | |
1392 | border-right:1px solid #eaeaea; |
|
1395 | border-right:1px solid #eaeaea; | |
1393 | border-bottom:1px solid #eaeaea; |
|
1396 | border-bottom:1px solid #eaeaea; | |
1394 | color:#000; |
|
1397 | color:#000; | |
1395 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
1398 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; | |
1396 | font-size:11px; |
|
1399 | font-size:11px; | |
1397 | margin:0; |
|
1400 | margin:0; | |
1398 | padding:7px 7px 6px; |
|
1401 | padding:7px 7px 6px; | |
1399 | } |
|
1402 | } | |
1400 |
|
1403 | |||
1401 | #login div.form div.fields div.buttons { |
|
1404 | #login div.form div.fields div.buttons { | |
1402 | clear:both; |
|
1405 | clear:both; | |
1403 | overflow:hidden; |
|
1406 | overflow:hidden; | |
1404 | border-top:1px solid #DDD; |
|
1407 | border-top:1px solid #DDD; | |
1405 | text-align:right; |
|
1408 | text-align:right; | |
1406 | margin:0; |
|
1409 | margin:0; | |
1407 | padding:10px 0 0; |
|
1410 | padding:10px 0 0; | |
1408 | } |
|
1411 | } | |
1409 |
|
1412 | |||
1410 | #login div.form div.links { |
|
1413 | #login div.form div.links { | |
1411 | clear:both; |
|
1414 | clear:both; | |
1412 | overflow:hidden; |
|
1415 | overflow:hidden; | |
1413 | margin:10px 0 0; |
|
1416 | margin:10px 0 0; | |
1414 | padding:0 0 2px; |
|
1417 | padding:0 0 2px; | |
1415 | } |
|
1418 | } | |
1416 |
|
1419 | |||
1417 | #quick_login{ |
|
1420 | #quick_login{ | |
1418 | top: 31px; |
|
1421 | top: 31px; | |
1419 | background-color: rgb(0, 51, 103); |
|
1422 | background-color: rgb(0, 51, 103); | |
1420 | z-index: 999; |
|
1423 | z-index: 999; | |
1421 | height: 150px; |
|
1424 | height: 150px; | |
1422 | position: absolute; |
|
1425 | position: absolute; | |
1423 | margin-left: -16px; |
|
1426 | margin-left: -16px; | |
1424 | width: 281px; |
|
1427 | width: 281px; | |
1425 | -webkit-border-radius: 0px 0px 4px 4px; |
|
1428 | -webkit-border-radius: 0px 0px 4px 4px; | |
1426 | -khtml-border-radius: 0px 0px 4px 4px; |
|
1429 | -khtml-border-radius: 0px 0px 4px 4px; | |
1427 | -moz-border-radius: 0px 0px 4px 4px; |
|
1430 | -moz-border-radius: 0px 0px 4px 4px; | |
1428 | border-radius: 0px 0px 4px 4px; |
|
1431 | border-radius: 0px 0px 4px 4px; | |
1429 |
|
1432 | |||
1430 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
1433 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
1431 | } |
|
1434 | } | |
1432 |
|
1435 | |||
1433 | #quick_login .password_forgoten{ |
|
1436 | #quick_login .password_forgoten{ | |
1434 | padding-right:10px; |
|
1437 | padding-right:10px; | |
1435 | padding-top:0px; |
|
1438 | padding-top:0px; | |
1436 | float:left; |
|
1439 | float:left; | |
1437 | } |
|
1440 | } | |
1438 | #quick_login .password_forgoten a{ |
|
1441 | #quick_login .password_forgoten a{ | |
1439 | font-size: 10px |
|
1442 | font-size: 10px | |
1440 | } |
|
1443 | } | |
1441 |
|
1444 | |||
1442 | #quick_login .register{ |
|
1445 | #quick_login .register{ | |
1443 | padding-right:10px; |
|
1446 | padding-right:10px; | |
1444 | padding-top:5px; |
|
1447 | padding-top:5px; | |
1445 | float:left; |
|
1448 | float:left; | |
1446 | } |
|
1449 | } | |
1447 |
|
1450 | |||
1448 | #quick_login .register a{ |
|
1451 | #quick_login .register a{ | |
1449 | font-size: 10px |
|
1452 | font-size: 10px | |
1450 | } |
|
1453 | } | |
1451 | #quick_login div.form div.fields{ |
|
1454 | #quick_login div.form div.fields{ | |
1452 | padding-top: 2px; |
|
1455 | padding-top: 2px; | |
1453 | padding-left:10px; |
|
1456 | padding-left:10px; | |
1454 | } |
|
1457 | } | |
1455 |
|
1458 | |||
1456 | #quick_login div.form div.fields div.field{ |
|
1459 | #quick_login div.form div.fields div.field{ | |
1457 | padding: 5px; |
|
1460 | padding: 5px; | |
1458 | } |
|
1461 | } | |
1459 |
|
1462 | |||
1460 | #quick_login div.form div.fields div.field div.label label{ |
|
1463 | #quick_login div.form div.fields div.field div.label label{ | |
1461 | color:#fff; |
|
1464 | color:#fff; | |
1462 | padding-bottom: 3px; |
|
1465 | padding-bottom: 3px; | |
1463 | } |
|
1466 | } | |
1464 |
|
1467 | |||
1465 | #quick_login div.form div.fields div.field div.input input { |
|
1468 | #quick_login div.form div.fields div.field div.input input { | |
1466 | width:236px; |
|
1469 | width:236px; | |
1467 | background:#FFF; |
|
1470 | background:#FFF; | |
1468 | border-top:1px solid #b3b3b3; |
|
1471 | border-top:1px solid #b3b3b3; | |
1469 | border-left:1px solid #b3b3b3; |
|
1472 | border-left:1px solid #b3b3b3; | |
1470 | border-right:1px solid #eaeaea; |
|
1473 | border-right:1px solid #eaeaea; | |
1471 | border-bottom:1px solid #eaeaea; |
|
1474 | border-bottom:1px solid #eaeaea; | |
1472 | color:#000; |
|
1475 | color:#000; | |
1473 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
1476 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; | |
1474 | font-size:11px; |
|
1477 | font-size:11px; | |
1475 | margin:0; |
|
1478 | margin:0; | |
1476 | padding:5px 7px 4px; |
|
1479 | padding:5px 7px 4px; | |
1477 | } |
|
1480 | } | |
1478 |
|
1481 | |||
1479 | #quick_login div.form div.fields div.buttons { |
|
1482 | #quick_login div.form div.fields div.buttons { | |
1480 | clear:both; |
|
1483 | clear:both; | |
1481 | overflow:hidden; |
|
1484 | overflow:hidden; | |
1482 | text-align:right; |
|
1485 | text-align:right; | |
1483 | margin:0; |
|
1486 | margin:0; | |
1484 | padding:10px 14px 0px 5px; |
|
1487 | padding:10px 14px 0px 5px; | |
1485 | } |
|
1488 | } | |
1486 |
|
1489 | |||
1487 | #quick_login div.form div.links { |
|
1490 | #quick_login div.form div.links { | |
1488 | clear:both; |
|
1491 | clear:both; | |
1489 | overflow:hidden; |
|
1492 | overflow:hidden; | |
1490 | margin:10px 0 0; |
|
1493 | margin:10px 0 0; | |
1491 | padding:0 0 2px; |
|
1494 | padding:0 0 2px; | |
1492 | } |
|
1495 | } | |
1493 |
|
1496 | |||
1494 | #register div.title { |
|
1497 | #register div.title { | |
1495 | clear:both; |
|
1498 | clear:both; | |
1496 | overflow:hidden; |
|
1499 | overflow:hidden; | |
1497 | position:relative; |
|
1500 | position:relative; | |
1498 | background:#003367 url("../images/header_inner.png") repeat-x; |
|
1501 | background:#003367 url("../images/header_inner.png") repeat-x; | |
1499 | margin:0 auto; |
|
1502 | margin:0 auto; | |
1500 | padding:0; |
|
1503 | padding:0; | |
1501 | } |
|
1504 | } | |
1502 |
|
1505 | |||
1503 | #register div.inner { |
|
1506 | #register div.inner { | |
1504 | background:#FFF; |
|
1507 | background:#FFF; | |
1505 | border-top:none; |
|
1508 | border-top:none; | |
1506 | border-bottom:none; |
|
1509 | border-bottom:none; | |
1507 | margin:0 auto; |
|
1510 | margin:0 auto; | |
1508 | padding:20px; |
|
1511 | padding:20px; | |
1509 | } |
|
1512 | } | |
1510 |
|
1513 | |||
1511 | #register div.form div.fields div.field div.label { |
|
1514 | #register div.form div.fields div.field div.label { | |
1512 | width:135px; |
|
1515 | width:135px; | |
1513 | float:left; |
|
1516 | float:left; | |
1514 | text-align:right; |
|
1517 | text-align:right; | |
1515 | margin:2px 10px 0 0; |
|
1518 | margin:2px 10px 0 0; | |
1516 | padding:5px 0 0 5px; |
|
1519 | padding:5px 0 0 5px; | |
1517 | } |
|
1520 | } | |
1518 |
|
1521 | |||
1519 | #register div.form div.fields div.field div.input input { |
|
1522 | #register div.form div.fields div.field div.input input { | |
1520 | width:300px; |
|
1523 | width:300px; | |
1521 | background:#FFF; |
|
1524 | background:#FFF; | |
1522 | border-top:1px solid #b3b3b3; |
|
1525 | border-top:1px solid #b3b3b3; | |
1523 | border-left:1px solid #b3b3b3; |
|
1526 | border-left:1px solid #b3b3b3; | |
1524 | border-right:1px solid #eaeaea; |
|
1527 | border-right:1px solid #eaeaea; | |
1525 | border-bottom:1px solid #eaeaea; |
|
1528 | border-bottom:1px solid #eaeaea; | |
1526 | color:#000; |
|
1529 | color:#000; | |
1527 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
1530 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; | |
1528 | font-size:11px; |
|
1531 | font-size:11px; | |
1529 | margin:0; |
|
1532 | margin:0; | |
1530 | padding:7px 7px 6px; |
|
1533 | padding:7px 7px 6px; | |
1531 | } |
|
1534 | } | |
1532 |
|
1535 | |||
1533 | #register div.form div.fields div.buttons { |
|
1536 | #register div.form div.fields div.buttons { | |
1534 | clear:both; |
|
1537 | clear:both; | |
1535 | overflow:hidden; |
|
1538 | overflow:hidden; | |
1536 | border-top:1px solid #DDD; |
|
1539 | border-top:1px solid #DDD; | |
1537 | text-align:left; |
|
1540 | text-align:left; | |
1538 | margin:0; |
|
1541 | margin:0; | |
1539 | padding:10px 0 0 150px; |
|
1542 | padding:10px 0 0 150px; | |
1540 | } |
|
1543 | } | |
1541 |
|
1544 | |||
1542 |
|
1545 | |||
1543 | #register div.form div.activation_msg { |
|
1546 | #register div.form div.activation_msg { | |
1544 | padding-top:4px; |
|
1547 | padding-top:4px; | |
1545 | padding-bottom:4px; |
|
1548 | padding-bottom:4px; | |
1546 | } |
|
1549 | } | |
1547 |
|
1550 | |||
1548 | #journal .journal_day{ |
|
1551 | #journal .journal_day{ | |
1549 | font-size:20px; |
|
1552 | font-size:20px; | |
1550 | padding:10px 0px; |
|
1553 | padding:10px 0px; | |
1551 | border-bottom:2px solid #DDD; |
|
1554 | border-bottom:2px solid #DDD; | |
1552 | margin-left:10px; |
|
1555 | margin-left:10px; | |
1553 | margin-right:10px; |
|
1556 | margin-right:10px; | |
1554 | } |
|
1557 | } | |
1555 |
|
1558 | |||
1556 | #journal .journal_container{ |
|
1559 | #journal .journal_container{ | |
1557 | padding:5px; |
|
1560 | padding:5px; | |
1558 | clear:both; |
|
1561 | clear:both; | |
1559 | margin:0px 5px 0px 10px; |
|
1562 | margin:0px 5px 0px 10px; | |
1560 | } |
|
1563 | } | |
1561 |
|
1564 | |||
1562 | #journal .journal_action_container{ |
|
1565 | #journal .journal_action_container{ | |
1563 | padding-left:38px; |
|
1566 | padding-left:38px; | |
1564 | } |
|
1567 | } | |
1565 |
|
1568 | |||
1566 | #journal .journal_user{ |
|
1569 | #journal .journal_user{ | |
1567 | color: #747474; |
|
1570 | color: #747474; | |
1568 | font-size: 14px; |
|
1571 | font-size: 14px; | |
1569 | font-weight: bold; |
|
1572 | font-weight: bold; | |
1570 | height: 30px; |
|
1573 | height: 30px; | |
1571 | } |
|
1574 | } | |
1572 | #journal .journal_icon{ |
|
1575 | #journal .journal_icon{ | |
1573 | clear: both; |
|
1576 | clear: both; | |
1574 | float: left; |
|
1577 | float: left; | |
1575 | padding-right: 4px; |
|
1578 | padding-right: 4px; | |
1576 | padding-top: 3px; |
|
1579 | padding-top: 3px; | |
1577 | } |
|
1580 | } | |
1578 | #journal .journal_action{ |
|
1581 | #journal .journal_action{ | |
1579 | padding-top:4px; |
|
1582 | padding-top:4px; | |
1580 | min-height:2px; |
|
1583 | min-height:2px; | |
1581 | float:left |
|
1584 | float:left | |
1582 | } |
|
1585 | } | |
1583 | #journal .journal_action_params{ |
|
1586 | #journal .journal_action_params{ | |
1584 | clear: left; |
|
1587 | clear: left; | |
1585 | padding-left: 22px; |
|
1588 | padding-left: 22px; | |
1586 | } |
|
1589 | } | |
1587 | #journal .journal_repo{ |
|
1590 | #journal .journal_repo{ | |
1588 | float: left; |
|
1591 | float: left; | |
1589 | margin-left: 6px; |
|
1592 | margin-left: 6px; | |
1590 | padding-top: 3px; |
|
1593 | padding-top: 3px; | |
1591 | } |
|
1594 | } | |
1592 | #journal .date{ |
|
1595 | #journal .date{ | |
1593 | clear: both; |
|
1596 | clear: both; | |
1594 | color: #777777; |
|
1597 | color: #777777; | |
1595 | font-size: 11px; |
|
1598 | font-size: 11px; | |
1596 | padding-left: 22px; |
|
1599 | padding-left: 22px; | |
1597 | } |
|
1600 | } | |
1598 | #journal .journal_repo .journal_repo_name{ |
|
1601 | #journal .journal_repo .journal_repo_name{ | |
1599 | font-weight: bold; |
|
1602 | font-weight: bold; | |
1600 | font-size: 1.1em; |
|
1603 | font-size: 1.1em; | |
1601 | } |
|
1604 | } | |
1602 | #journal .compare_view{ |
|
1605 | #journal .compare_view{ | |
1603 | padding: 5px 0px 5px 0px; |
|
1606 | padding: 5px 0px 5px 0px; | |
1604 | width: 95px; |
|
1607 | width: 95px; | |
1605 | } |
|
1608 | } | |
1606 | .journal_highlight{ |
|
1609 | .journal_highlight{ | |
1607 | font-weight: bold; |
|
1610 | font-weight: bold; | |
1608 | padding: 0 2px; |
|
1611 | padding: 0 2px; | |
1609 | vertical-align: bottom; |
|
1612 | vertical-align: bottom; | |
1610 | } |
|
1613 | } | |
1611 | .trending_language_tbl,.trending_language_tbl td { |
|
1614 | .trending_language_tbl,.trending_language_tbl td { | |
1612 | border:0 !important; |
|
1615 | border:0 !important; | |
1613 | margin:0 !important; |
|
1616 | margin:0 !important; | |
1614 | padding:0 !important; |
|
1617 | padding:0 !important; | |
1615 | } |
|
1618 | } | |
1616 |
|
1619 | |||
1617 | .trending_language { |
|
1620 | .trending_language { | |
1618 | background-color:#003367; |
|
1621 | background-color:#003367; | |
1619 | color:#FFF; |
|
1622 | color:#FFF; | |
1620 | display:block; |
|
1623 | display:block; | |
1621 | min-width:20px; |
|
1624 | min-width:20px; | |
1622 | text-decoration:none; |
|
1625 | text-decoration:none; | |
1623 | height:12px; |
|
1626 | height:12px; | |
1624 | margin-bottom:4px; |
|
1627 | margin-bottom:4px; | |
1625 | margin-left:5px; |
|
1628 | margin-left:5px; | |
1626 | white-space:pre; |
|
1629 | white-space:pre; | |
1627 | padding:3px; |
|
1630 | padding:3px; | |
1628 | } |
|
1631 | } | |
1629 |
|
1632 | |||
1630 | h3.files_location { |
|
1633 | h3.files_location { | |
1631 | font-size:1.8em; |
|
1634 | font-size:1.8em; | |
1632 | font-weight:700; |
|
1635 | font-weight:700; | |
1633 | border-bottom:none !important; |
|
1636 | border-bottom:none !important; | |
1634 | margin:10px 0 !important; |
|
1637 | margin:10px 0 !important; | |
1635 | } |
|
1638 | } | |
1636 |
|
1639 | |||
1637 | #files_data dl dt { |
|
1640 | #files_data dl dt { | |
1638 | float:left; |
|
1641 | float:left; | |
1639 | width:115px; |
|
1642 | width:115px; | |
1640 | margin:0 !important; |
|
1643 | margin:0 !important; | |
1641 | padding:5px; |
|
1644 | padding:5px; | |
1642 | } |
|
1645 | } | |
1643 |
|
1646 | |||
1644 | #files_data dl dd { |
|
1647 | #files_data dl dd { | |
1645 | margin:0 !important; |
|
1648 | margin:0 !important; | |
1646 | padding:5px !important; |
|
1649 | padding:5px !important; | |
1647 | } |
|
1650 | } | |
1648 |
|
1651 | |||
1649 | #changeset_content { |
|
1652 | #changeset_content { | |
1650 | border:1px solid #CCC; |
|
1653 | border:1px solid #CCC; | |
1651 | padding:5px; |
|
1654 | padding:5px; | |
1652 | } |
|
1655 | } | |
1653 | #changeset_compare_view_content{ |
|
1656 | #changeset_compare_view_content{ | |
1654 | border:1px solid #CCC; |
|
1657 | border:1px solid #CCC; | |
1655 | padding:5px; |
|
1658 | padding:5px; | |
1656 | } |
|
1659 | } | |
1657 |
|
1660 | |||
1658 | #changeset_content .container { |
|
1661 | #changeset_content .container { | |
1659 | min-height:120px; |
|
1662 | min-height:120px; | |
1660 | font-size:1.2em; |
|
1663 | font-size:1.2em; | |
1661 | overflow:hidden; |
|
1664 | overflow:hidden; | |
1662 | } |
|
1665 | } | |
1663 |
|
1666 | |||
1664 | #changeset_compare_view_content .compare_view_commits{ |
|
1667 | #changeset_compare_view_content .compare_view_commits{ | |
1665 | width: auto !important; |
|
1668 | width: auto !important; | |
1666 | } |
|
1669 | } | |
1667 |
|
1670 | |||
1668 | #changeset_compare_view_content .compare_view_commits td{ |
|
1671 | #changeset_compare_view_content .compare_view_commits td{ | |
1669 | padding:0px 0px 0px 12px !important; |
|
1672 | padding:0px 0px 0px 12px !important; | |
1670 | } |
|
1673 | } | |
1671 |
|
1674 | |||
1672 | #changeset_content .container .right { |
|
1675 | #changeset_content .container .right { | |
1673 | float:right; |
|
1676 | float:right; | |
1674 | width:25%; |
|
1677 | width:25%; | |
1675 | text-align:right; |
|
1678 | text-align:right; | |
1676 | } |
|
1679 | } | |
1677 |
|
1680 | |||
1678 | #changeset_content .container .left .message { |
|
1681 | #changeset_content .container .left .message { | |
1679 | font-style:italic; |
|
1682 | font-style:italic; | |
1680 | color:#556CB5; |
|
1683 | color:#556CB5; | |
1681 | white-space:pre-wrap; |
|
1684 | white-space:pre-wrap; | |
1682 | } |
|
1685 | } | |
1683 |
|
1686 | |||
1684 | .cs_files .cur_cs{ |
|
1687 | .cs_files .cur_cs{ | |
1685 | margin:10px 2px; |
|
1688 | margin:10px 2px; | |
1686 | font-weight: bold; |
|
1689 | font-weight: bold; | |
1687 | } |
|
1690 | } | |
1688 |
|
1691 | |||
1689 | .cs_files .node{ |
|
1692 | .cs_files .node{ | |
1690 | float: left; |
|
1693 | float: left; | |
1691 | } |
|
1694 | } | |
1692 | .cs_files .changes{ |
|
1695 | .cs_files .changes{ | |
1693 | float: right; |
|
1696 | float: right; | |
1694 | } |
|
1697 | } | |
1695 | .cs_files .changes .added{ |
|
1698 | .cs_files .changes .added{ | |
1696 | background-color: #BBFFBB; |
|
1699 | background-color: #BBFFBB; | |
1697 | float: left; |
|
1700 | float: left; | |
1698 | text-align: center; |
|
1701 | text-align: center; | |
1699 | font-size: 90%; |
|
1702 | font-size: 90%; | |
1700 | } |
|
1703 | } | |
1701 | .cs_files .changes .deleted{ |
|
1704 | .cs_files .changes .deleted{ | |
1702 | background-color: #FF8888; |
|
1705 | background-color: #FF8888; | |
1703 | float: left; |
|
1706 | float: left; | |
1704 | text-align: center; |
|
1707 | text-align: center; | |
1705 | font-size: 90%; |
|
1708 | font-size: 90%; | |
1706 | } |
|
1709 | } | |
1707 | .cs_files .cs_added { |
|
1710 | .cs_files .cs_added { | |
1708 | background:url("../images/icons/page_white_add.png") no-repeat scroll 3px; |
|
1711 | background:url("../images/icons/page_white_add.png") no-repeat scroll 3px; | |
1709 | height:16px; |
|
1712 | height:16px; | |
1710 | padding-left:20px; |
|
1713 | padding-left:20px; | |
1711 | margin-top:7px; |
|
1714 | margin-top:7px; | |
1712 | text-align:left; |
|
1715 | text-align:left; | |
1713 | } |
|
1716 | } | |
1714 |
|
1717 | |||
1715 | .cs_files .cs_changed { |
|
1718 | .cs_files .cs_changed { | |
1716 | background:url("../images/icons/page_white_edit.png") no-repeat scroll 3px; |
|
1719 | background:url("../images/icons/page_white_edit.png") no-repeat scroll 3px; | |
1717 | height:16px; |
|
1720 | height:16px; | |
1718 | padding-left:20px; |
|
1721 | padding-left:20px; | |
1719 | margin-top:7px; |
|
1722 | margin-top:7px; | |
1720 | text-align:left; |
|
1723 | text-align:left; | |
1721 | } |
|
1724 | } | |
1722 |
|
1725 | |||
1723 | .cs_files .cs_removed { |
|
1726 | .cs_files .cs_removed { | |
1724 | background:url("../images/icons/page_white_delete.png") no-repeat scroll 3px; |
|
1727 | background:url("../images/icons/page_white_delete.png") no-repeat scroll 3px; | |
1725 | height:16px; |
|
1728 | height:16px; | |
1726 | padding-left:20px; |
|
1729 | padding-left:20px; | |
1727 | margin-top:7px; |
|
1730 | margin-top:7px; | |
1728 | text-align:left; |
|
1731 | text-align:left; | |
1729 | } |
|
1732 | } | |
1730 |
|
1733 | |||
1731 | #graph { |
|
1734 | #graph { | |
1732 | overflow:hidden; |
|
1735 | overflow:hidden; | |
1733 | } |
|
1736 | } | |
1734 |
|
1737 | |||
1735 | #graph_nodes { |
|
1738 | #graph_nodes { | |
1736 | float: left; |
|
1739 | float: left; | |
1737 | margin-right: -6px; |
|
1740 | margin-right: -6px; | |
1738 | margin-top: -4px; |
|
1741 | margin-top: -4px; | |
1739 | } |
|
1742 | } | |
1740 |
|
1743 | |||
1741 | #graph_content { |
|
1744 | #graph_content { | |
1742 | width:800px; |
|
1745 | width:800px; | |
1743 | float:left; |
|
1746 | float:left; | |
1744 |
|
1747 | |||
1745 | } |
|
1748 | } | |
1746 |
|
1749 | |||
1747 | #graph_content .container_header { |
|
1750 | #graph_content .container_header { | |
1748 | border:1px solid #CCC; |
|
1751 | border:1px solid #CCC; | |
1749 | padding:10px; |
|
1752 | padding:10px; | |
1750 | } |
|
1753 | } | |
1751 | #graph_content #rev_range_container{ |
|
1754 | #graph_content #rev_range_container{ | |
1752 | padding:10px 0px; |
|
1755 | padding:10px 0px; | |
1753 | } |
|
1756 | } | |
1754 | #graph_content .container { |
|
1757 | #graph_content .container { | |
1755 | border-bottom:1px solid #CCC; |
|
1758 | border-bottom:1px solid #CCC; | |
1756 | border-left:1px solid #CCC; |
|
1759 | border-left:1px solid #CCC; | |
1757 | border-right:1px solid #CCC; |
|
1760 | border-right:1px solid #CCC; | |
1758 | min-height:70px; |
|
1761 | min-height:70px; | |
1759 | overflow:hidden; |
|
1762 | overflow:hidden; | |
1760 | font-size:1.2em; |
|
1763 | font-size:1.2em; | |
1761 | } |
|
1764 | } | |
1762 |
|
1765 | |||
1763 | #graph_content .container .right { |
|
1766 | #graph_content .container .right { | |
1764 | float:right; |
|
1767 | float:right; | |
1765 | width:28%; |
|
1768 | width:28%; | |
1766 | text-align:right; |
|
1769 | text-align:right; | |
1767 | padding-bottom:5px; |
|
1770 | padding-bottom:5px; | |
1768 | } |
|
1771 | } | |
1769 |
|
1772 | |||
1770 | #graph_content .container .left .date { |
|
1773 | #graph_content .container .left .date { | |
1771 | font-weight:700; |
|
1774 | font-weight:700; | |
1772 | padding-bottom:5px; |
|
1775 | padding-bottom:5px; | |
1773 | } |
|
1776 | } | |
1774 | #graph_content .container .left .date span{ |
|
1777 | #graph_content .container .left .date span{ | |
1775 | vertical-align: text-top; |
|
1778 | vertical-align: text-top; | |
1776 | } |
|
1779 | } | |
1777 |
|
1780 | |||
1778 | #graph_content .container .left .author{ |
|
1781 | #graph_content .container .left .author{ | |
1779 | height: 22px; |
|
1782 | height: 22px; | |
1780 | } |
|
1783 | } | |
1781 | #graph_content .container .left .author .user{ |
|
1784 | #graph_content .container .left .author .user{ | |
1782 | color: #444444; |
|
1785 | color: #444444; | |
1783 | float: left; |
|
1786 | float: left; | |
1784 | font-size: 12px; |
|
1787 | font-size: 12px; | |
1785 | margin-left: -4px; |
|
1788 | margin-left: -4px; | |
1786 | margin-top: 4px; |
|
1789 | margin-top: 4px; | |
1787 | } |
|
1790 | } | |
1788 |
|
1791 | |||
1789 | #graph_content .container .left .message { |
|
1792 | #graph_content .container .left .message { | |
1790 | font-size:100%; |
|
1793 | font-size:100%; | |
1791 | padding-top:3px; |
|
1794 | padding-top:3px; | |
1792 | white-space:pre-wrap; |
|
1795 | white-space:pre-wrap; | |
1793 | } |
|
1796 | } | |
1794 |
|
1797 | |||
1795 | .right div { |
|
1798 | .right div { | |
1796 | clear:both; |
|
1799 | clear:both; | |
1797 | } |
|
1800 | } | |
1798 |
|
1801 | |||
1799 | .right .changes .changed_total{ |
|
1802 | .right .changes .changed_total{ | |
1800 | border:1px solid #DDD; |
|
1803 | border:1px solid #DDD; | |
1801 | display:block; |
|
1804 | display:block; | |
1802 | float:right; |
|
1805 | float:right; | |
1803 | text-align:center; |
|
1806 | text-align:center; | |
1804 | min-width:45px; |
|
1807 | min-width:45px; | |
1805 | cursor: pointer; |
|
1808 | cursor: pointer; | |
1806 | background:#FD8; |
|
1809 | background:#FD8; | |
1807 | font-weight: bold; |
|
1810 | font-weight: bold; | |
1808 | } |
|
1811 | } | |
1809 | .right .changes .added,.changed,.removed { |
|
1812 | .right .changes .added,.changed,.removed { | |
1810 | border:1px solid #DDD; |
|
1813 | border:1px solid #DDD; | |
1811 | display:block; |
|
1814 | display:block; | |
1812 | float:right; |
|
1815 | float:right; | |
1813 | text-align:center; |
|
1816 | text-align:center; | |
1814 | min-width:15px; |
|
1817 | min-width:15px; | |
1815 | cursor: help; |
|
1818 | cursor: help; | |
1816 | } |
|
1819 | } | |
1817 | .right .changes .large { |
|
1820 | .right .changes .large { | |
1818 | border:1px solid #DDD; |
|
1821 | border:1px solid #DDD; | |
1819 | display:block; |
|
1822 | display:block; | |
1820 | float:right; |
|
1823 | float:right; | |
1821 | text-align:center; |
|
1824 | text-align:center; | |
1822 | min-width:45px; |
|
1825 | min-width:45px; | |
1823 | cursor: help; |
|
1826 | cursor: help; | |
1824 | background: #54A9F7; |
|
1827 | background: #54A9F7; | |
1825 | } |
|
1828 | } | |
1826 |
|
1829 | |||
1827 | .right .changes .added { |
|
1830 | .right .changes .added { | |
1828 | background:#BFB; |
|
1831 | background:#BFB; | |
1829 | } |
|
1832 | } | |
1830 |
|
1833 | |||
1831 | .right .changes .changed { |
|
1834 | .right .changes .changed { | |
1832 | background:#FD8; |
|
1835 | background:#FD8; | |
1833 | } |
|
1836 | } | |
1834 |
|
1837 | |||
1835 | .right .changes .removed { |
|
1838 | .right .changes .removed { | |
1836 | background:#F88; |
|
1839 | background:#F88; | |
1837 | } |
|
1840 | } | |
1838 |
|
1841 | |||
1839 | .right .merge { |
|
1842 | .right .merge { | |
1840 | vertical-align:top; |
|
1843 | vertical-align:top; | |
1841 | font-size:0.75em; |
|
1844 | font-size:0.75em; | |
1842 | font-weight:700; |
|
1845 | font-weight:700; | |
1843 | } |
|
1846 | } | |
1844 |
|
1847 | |||
1845 | .right .parent { |
|
1848 | .right .parent { | |
1846 | font-size:90%; |
|
1849 | font-size:90%; | |
1847 | font-family:monospace; |
|
1850 | font-family:monospace; | |
1848 | } |
|
1851 | } | |
1849 |
|
1852 | |||
1850 | .right .logtags .branchtag { |
|
1853 | .right .logtags .branchtag { | |
1851 | background:#FFF url("../images/icons/arrow_branch.png") no-repeat right 6px; |
|
1854 | background:#FFF url("../images/icons/arrow_branch.png") no-repeat right 6px; | |
1852 | display:block; |
|
1855 | display:block; | |
1853 | font-size:0.8em; |
|
1856 | font-size:0.8em; | |
1854 | padding:11px 16px 0 0; |
|
1857 | padding:11px 16px 0 0; | |
1855 | } |
|
1858 | } | |
1856 |
|
1859 | |||
1857 | .right .logtags .tagtag { |
|
1860 | .right .logtags .tagtag { | |
1858 | background:#FFF url("../images/icons/tag_blue.png") no-repeat right 6px; |
|
1861 | background:#FFF url("../images/icons/tag_blue.png") no-repeat right 6px; | |
1859 | display:block; |
|
1862 | display:block; | |
1860 | font-size:0.8em; |
|
1863 | font-size:0.8em; | |
1861 | padding:11px 16px 0 0; |
|
1864 | padding:11px 16px 0 0; | |
1862 | } |
|
1865 | } | |
1863 |
|
1866 | |||
1864 | div.browserblock { |
|
1867 | div.browserblock { | |
1865 | overflow:hidden; |
|
1868 | overflow:hidden; | |
1866 | border:1px solid #ccc; |
|
1869 | border:1px solid #ccc; | |
1867 | background:#f8f8f8; |
|
1870 | background:#f8f8f8; | |
1868 | font-size:100%; |
|
1871 | font-size:100%; | |
1869 | line-height:125%; |
|
1872 | line-height:125%; | |
1870 | padding:0; |
|
1873 | padding:0; | |
1871 | } |
|
1874 | } | |
1872 |
|
1875 | |||
1873 | div.browserblock .browser-header { |
|
1876 | div.browserblock .browser-header { | |
1874 | background:#FFF; |
|
1877 | background:#FFF; | |
1875 | padding:10px 0px 15px 0px; |
|
1878 | padding:10px 0px 15px 0px; | |
1876 | width: 100%; |
|
1879 | width: 100%; | |
1877 | } |
|
1880 | } | |
1878 | div.browserblock .browser-nav { |
|
1881 | div.browserblock .browser-nav { | |
1879 | float:left |
|
1882 | float:left | |
1880 | } |
|
1883 | } | |
1881 |
|
1884 | |||
1882 | div.browserblock .browser-branch { |
|
1885 | div.browserblock .browser-branch { | |
1883 | float:left; |
|
1886 | float:left; | |
1884 | } |
|
1887 | } | |
1885 |
|
1888 | |||
1886 | div.browserblock .browser-branch label { |
|
1889 | div.browserblock .browser-branch label { | |
1887 | color:#4A4A4A; |
|
1890 | color:#4A4A4A; | |
1888 | vertical-align:text-top; |
|
1891 | vertical-align:text-top; | |
1889 | } |
|
1892 | } | |
1890 |
|
1893 | |||
1891 | div.browserblock .browser-header span { |
|
1894 | div.browserblock .browser-header span { | |
1892 | margin-left:5px; |
|
1895 | margin-left:5px; | |
1893 | font-weight:700; |
|
1896 | font-weight:700; | |
1894 | } |
|
1897 | } | |
1895 |
|
1898 | |||
1896 | div.browserblock .browser-search{ |
|
1899 | div.browserblock .browser-search{ | |
1897 | clear:both; |
|
1900 | clear:both; | |
1898 | padding:8px 8px 0px 5px; |
|
1901 | padding:8px 8px 0px 5px; | |
1899 | height: 20px; |
|
1902 | height: 20px; | |
1900 | } |
|
1903 | } | |
1901 | div.browserblock #node_filter_box { |
|
1904 | div.browserblock #node_filter_box { | |
1902 | } |
|
1905 | } | |
1903 |
|
1906 | |||
1904 | div.browserblock .search_activate{ |
|
1907 | div.browserblock .search_activate{ | |
1905 | float: left |
|
1908 | float: left | |
1906 | } |
|
1909 | } | |
1907 |
|
1910 | |||
1908 | div.browserblock .add_node{ |
|
1911 | div.browserblock .add_node{ | |
1909 | float: left; |
|
1912 | float: left; | |
1910 | padding-left: 5px; |
|
1913 | padding-left: 5px; | |
1911 | } |
|
1914 | } | |
1912 |
|
1915 | |||
1913 | div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover{ |
|
1916 | div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover{ | |
1914 | text-decoration: none !important; |
|
1917 | text-decoration: none !important; | |
1915 | } |
|
1918 | } | |
1916 |
|
1919 | |||
1917 | div.browserblock .browser-body { |
|
1920 | div.browserblock .browser-body { | |
1918 | background:#EEE; |
|
1921 | background:#EEE; | |
1919 | border-top:1px solid #CCC; |
|
1922 | border-top:1px solid #CCC; | |
1920 | } |
|
1923 | } | |
1921 |
|
1924 | |||
1922 | table.code-browser { |
|
1925 | table.code-browser { | |
1923 | border-collapse:collapse; |
|
1926 | border-collapse:collapse; | |
1924 | width:100%; |
|
1927 | width:100%; | |
1925 | } |
|
1928 | } | |
1926 |
|
1929 | |||
1927 | table.code-browser tr { |
|
1930 | table.code-browser tr { | |
1928 | margin:3px; |
|
1931 | margin:3px; | |
1929 | } |
|
1932 | } | |
1930 |
|
1933 | |||
1931 | table.code-browser thead th { |
|
1934 | table.code-browser thead th { | |
1932 | background-color:#EEE; |
|
1935 | background-color:#EEE; | |
1933 | height:20px; |
|
1936 | height:20px; | |
1934 | font-size:1.1em; |
|
1937 | font-size:1.1em; | |
1935 | font-weight:700; |
|
1938 | font-weight:700; | |
1936 | text-align:left; |
|
1939 | text-align:left; | |
1937 | padding-left:10px; |
|
1940 | padding-left:10px; | |
1938 | } |
|
1941 | } | |
1939 |
|
1942 | |||
1940 | table.code-browser tbody td { |
|
1943 | table.code-browser tbody td { | |
1941 | padding-left:10px; |
|
1944 | padding-left:10px; | |
1942 | height:20px; |
|
1945 | height:20px; | |
1943 | } |
|
1946 | } | |
1944 |
|
1947 | |||
1945 | table.code-browser .browser-file { |
|
1948 | table.code-browser .browser-file { | |
1946 | background:url("../images/icons/document_16.png") no-repeat scroll 3px; |
|
1949 | background:url("../images/icons/document_16.png") no-repeat scroll 3px; | |
1947 | height:16px; |
|
1950 | height:16px; | |
1948 | padding-left:20px; |
|
1951 | padding-left:20px; | |
1949 | text-align:left; |
|
1952 | text-align:left; | |
1950 | } |
|
1953 | } | |
1951 | .diffblock .changeset_file{ |
|
1954 | .diffblock .changeset_file{ | |
1952 | background:url("../images/icons/file.png") no-repeat scroll 3px; |
|
1955 | background:url("../images/icons/file.png") no-repeat scroll 3px; | |
1953 | height:16px; |
|
1956 | height:16px; | |
1954 | padding-left:22px; |
|
1957 | padding-left:22px; | |
1955 | text-align:left; |
|
1958 | text-align:left; | |
1956 | font-size: 14px; |
|
1959 | font-size: 14px; | |
1957 | } |
|
1960 | } | |
1958 |
|
1961 | |||
1959 | .diffblock .changeset_header{ |
|
1962 | .diffblock .changeset_header{ | |
1960 | margin-left: 6px !important; |
|
1963 | margin-left: 6px !important; | |
1961 | } |
|
1964 | } | |
1962 |
|
1965 | |||
1963 | table.code-browser .browser-dir { |
|
1966 | table.code-browser .browser-dir { | |
1964 | background:url("../images/icons/folder_16.png") no-repeat scroll 3px; |
|
1967 | background:url("../images/icons/folder_16.png") no-repeat scroll 3px; | |
1965 | height:16px; |
|
1968 | height:16px; | |
1966 | padding-left:20px; |
|
1969 | padding-left:20px; | |
1967 | text-align:left; |
|
1970 | text-align:left; | |
1968 | } |
|
1971 | } | |
1969 |
|
1972 | |||
1970 | .box .search { |
|
1973 | .box .search { | |
1971 | clear:both; |
|
1974 | clear:both; | |
1972 | overflow:hidden; |
|
1975 | overflow:hidden; | |
1973 | margin:0; |
|
1976 | margin:0; | |
1974 | padding:0 20px 10px; |
|
1977 | padding:0 20px 10px; | |
1975 | } |
|
1978 | } | |
1976 |
|
1979 | |||
1977 | .box .search div.search_path { |
|
1980 | .box .search div.search_path { | |
1978 | background:none repeat scroll 0 0 #EEE; |
|
1981 | background:none repeat scroll 0 0 #EEE; | |
1979 | border:1px solid #CCC; |
|
1982 | border:1px solid #CCC; | |
1980 | color:blue; |
|
1983 | color:blue; | |
1981 | margin-bottom:10px; |
|
1984 | margin-bottom:10px; | |
1982 | padding:10px 0; |
|
1985 | padding:10px 0; | |
1983 | } |
|
1986 | } | |
1984 |
|
1987 | |||
1985 | .box .search div.search_path div.link { |
|
1988 | .box .search div.search_path div.link { | |
1986 | font-weight:700; |
|
1989 | font-weight:700; | |
1987 | margin-left:25px; |
|
1990 | margin-left:25px; | |
1988 | } |
|
1991 | } | |
1989 |
|
1992 | |||
1990 | .box .search div.search_path div.link a { |
|
1993 | .box .search div.search_path div.link a { | |
1991 | color:#003367; |
|
1994 | color:#003367; | |
1992 | cursor:pointer; |
|
1995 | cursor:pointer; | |
1993 | text-decoration:none; |
|
1996 | text-decoration:none; | |
1994 | } |
|
1997 | } | |
1995 |
|
1998 | |||
1996 | #path_unlock { |
|
1999 | #path_unlock { | |
1997 | color:red; |
|
2000 | color:red; | |
1998 | font-size:1.2em; |
|
2001 | font-size:1.2em; | |
1999 | padding-left:4px; |
|
2002 | padding-left:4px; | |
2000 | } |
|
2003 | } | |
2001 |
|
2004 | |||
2002 | .info_box span { |
|
2005 | .info_box span { | |
2003 | margin-left:3px; |
|
2006 | margin-left:3px; | |
2004 | margin-right:3px; |
|
2007 | margin-right:3px; | |
2005 | } |
|
2008 | } | |
2006 |
|
2009 | |||
2007 | .info_box .rev { |
|
2010 | .info_box .rev { | |
2008 | color: #003367; |
|
2011 | color: #003367; | |
2009 | font-size: 1.6em; |
|
2012 | font-size: 1.6em; | |
2010 | font-weight: bold; |
|
2013 | font-weight: bold; | |
2011 | vertical-align: sub; |
|
2014 | vertical-align: sub; | |
2012 | } |
|
2015 | } | |
2013 |
|
2016 | |||
2014 |
|
2017 | |||
2015 | .info_box input#at_rev,.info_box input#size { |
|
2018 | .info_box input#at_rev,.info_box input#size { | |
2016 | background:#FFF; |
|
2019 | background:#FFF; | |
2017 | border-top:1px solid #b3b3b3; |
|
2020 | border-top:1px solid #b3b3b3; | |
2018 | border-left:1px solid #b3b3b3; |
|
2021 | border-left:1px solid #b3b3b3; | |
2019 | border-right:1px solid #eaeaea; |
|
2022 | border-right:1px solid #eaeaea; | |
2020 | border-bottom:1px solid #eaeaea; |
|
2023 | border-bottom:1px solid #eaeaea; | |
2021 | color:#000; |
|
2024 | color:#000; | |
2022 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
2025 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; | |
2023 | font-size:12px; |
|
2026 | font-size:12px; | |
2024 | margin:0; |
|
2027 | margin:0; | |
2025 | padding:1px 5px 1px; |
|
2028 | padding:1px 5px 1px; | |
2026 | } |
|
2029 | } | |
2027 |
|
2030 | |||
2028 | .info_box input#view { |
|
2031 | .info_box input#view { | |
2029 | text-align:center; |
|
2032 | text-align:center; | |
2030 | padding:4px 3px 2px 2px; |
|
2033 | padding:4px 3px 2px 2px; | |
2031 | } |
|
2034 | } | |
2032 |
|
2035 | |||
2033 | .yui-overlay,.yui-panel-container { |
|
2036 | .yui-overlay,.yui-panel-container { | |
2034 | visibility:hidden; |
|
2037 | visibility:hidden; | |
2035 | position:absolute; |
|
2038 | position:absolute; | |
2036 | z-index:2; |
|
2039 | z-index:2; | |
2037 | } |
|
2040 | } | |
2038 |
|
2041 | |||
2039 | .yui-tt { |
|
2042 | .yui-tt { | |
2040 | visibility:hidden; |
|
2043 | visibility:hidden; | |
2041 | position:absolute; |
|
2044 | position:absolute; | |
2042 | color:#666; |
|
2045 | color:#666; | |
2043 | background-color:#FFF; |
|
2046 | background-color:#FFF; | |
2044 | font-family:arial, helvetica, verdana, sans-serif; |
|
2047 | font-family:arial, helvetica, verdana, sans-serif; | |
2045 | border:2px solid #003367; |
|
2048 | border:2px solid #003367; | |
2046 | font:100% sans-serif; |
|
2049 | font:100% sans-serif; | |
2047 | width:auto; |
|
2050 | width:auto; | |
2048 | opacity:1px; |
|
2051 | opacity:1px; | |
2049 | padding:8px; |
|
2052 | padding:8px; | |
2050 | white-space: pre-wrap; |
|
2053 | white-space: pre-wrap; | |
2051 | -webkit-border-radius: 8px 8px 8px 8px; |
|
2054 | -webkit-border-radius: 8px 8px 8px 8px; | |
2052 | -khtml-border-radius: 8px 8px 8px 8px; |
|
2055 | -khtml-border-radius: 8px 8px 8px 8px; | |
2053 | -moz-border-radius: 8px 8px 8px 8px; |
|
2056 | -moz-border-radius: 8px 8px 8px 8px; | |
2054 | border-radius: 8px 8px 8px 8px; |
|
2057 | border-radius: 8px 8px 8px 8px; | |
2055 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
2058 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
2056 | } |
|
2059 | } | |
2057 |
|
2060 | |||
2058 | .ac { |
|
2061 | .ac { | |
2059 | vertical-align:top; |
|
2062 | vertical-align:top; | |
2060 | } |
|
2063 | } | |
2061 |
|
2064 | |||
2062 | .ac .yui-ac { |
|
2065 | .ac .yui-ac { | |
2063 | position:relative; |
|
2066 | position:relative; | |
2064 | font-family:arial; |
|
2067 | font-family:arial; | |
2065 | font-size:100%; |
|
2068 | font-size:100%; | |
2066 | } |
|
2069 | } | |
2067 |
|
2070 | |||
2068 | .ac .perm_ac { |
|
2071 | .ac .perm_ac { | |
2069 | width:15em; |
|
2072 | width:15em; | |
2070 | } |
|
2073 | } | |
2071 |
|
2074 | |||
2072 | .ac .yui-ac-input { |
|
2075 | .ac .yui-ac-input { | |
2073 | width:100%; |
|
2076 | width:100%; | |
2074 | } |
|
2077 | } | |
2075 |
|
2078 | |||
2076 | .ac .yui-ac-container { |
|
2079 | .ac .yui-ac-container { | |
2077 | position:absolute; |
|
2080 | position:absolute; | |
2078 | top:1.6em; |
|
2081 | top:1.6em; | |
2079 | width:100%; |
|
2082 | width:100%; | |
2080 | } |
|
2083 | } | |
2081 |
|
2084 | |||
2082 | .ac .yui-ac-content { |
|
2085 | .ac .yui-ac-content { | |
2083 | position:absolute; |
|
2086 | position:absolute; | |
2084 | width:100%; |
|
2087 | width:100%; | |
2085 | border:1px solid gray; |
|
2088 | border:1px solid gray; | |
2086 | background:#fff; |
|
2089 | background:#fff; | |
2087 | overflow:hidden; |
|
2090 | overflow:hidden; | |
2088 | z-index:9050; |
|
2091 | z-index:9050; | |
2089 | } |
|
2092 | } | |
2090 |
|
2093 | |||
2091 | .ac .yui-ac-shadow { |
|
2094 | .ac .yui-ac-shadow { | |
2092 | position:absolute; |
|
2095 | position:absolute; | |
2093 | width:100%; |
|
2096 | width:100%; | |
2094 | background:#000; |
|
2097 | background:#000; | |
2095 | -moz-opacity:0.1px; |
|
2098 | -moz-opacity:0.1px; | |
2096 | opacity:.10; |
|
2099 | opacity:.10; | |
2097 | filter:alpha(opacity = 10); |
|
2100 | filter:alpha(opacity = 10); | |
2098 | z-index:9049; |
|
2101 | z-index:9049; | |
2099 | margin:.3em; |
|
2102 | margin:.3em; | |
2100 | } |
|
2103 | } | |
2101 |
|
2104 | |||
2102 | .ac .yui-ac-content ul { |
|
2105 | .ac .yui-ac-content ul { | |
2103 | width:100%; |
|
2106 | width:100%; | |
2104 | margin:0; |
|
2107 | margin:0; | |
2105 | padding:0; |
|
2108 | padding:0; | |
2106 | } |
|
2109 | } | |
2107 |
|
2110 | |||
2108 | .ac .yui-ac-content li { |
|
2111 | .ac .yui-ac-content li { | |
2109 | cursor:default; |
|
2112 | cursor:default; | |
2110 | white-space:nowrap; |
|
2113 | white-space:nowrap; | |
2111 | margin:0; |
|
2114 | margin:0; | |
2112 | padding:2px 5px; |
|
2115 | padding:2px 5px; | |
2113 | } |
|
2116 | } | |
2114 |
|
2117 | |||
2115 | .ac .yui-ac-content li.yui-ac-prehighlight { |
|
2118 | .ac .yui-ac-content li.yui-ac-prehighlight { | |
2116 | background:#B3D4FF; |
|
2119 | background:#B3D4FF; | |
2117 | } |
|
2120 | } | |
2118 |
|
2121 | |||
2119 | .ac .yui-ac-content li.yui-ac-highlight { |
|
2122 | .ac .yui-ac-content li.yui-ac-highlight { | |
2120 | background:#556CB5; |
|
2123 | background:#556CB5; | |
2121 | color:#FFF; |
|
2124 | color:#FFF; | |
2122 | } |
|
2125 | } | |
2123 |
|
2126 | |||
2124 |
|
2127 | |||
2125 | .follow{ |
|
2128 | .follow{ | |
2126 | background:url("../images/icons/heart_add.png") no-repeat scroll 3px; |
|
2129 | background:url("../images/icons/heart_add.png") no-repeat scroll 3px; | |
2127 | height: 16px; |
|
2130 | height: 16px; | |
2128 | width: 20px; |
|
2131 | width: 20px; | |
2129 | cursor: pointer; |
|
2132 | cursor: pointer; | |
2130 | display: block; |
|
2133 | display: block; | |
2131 | float: right; |
|
2134 | float: right; | |
2132 | margin-top: 2px; |
|
2135 | margin-top: 2px; | |
2133 | } |
|
2136 | } | |
2134 |
|
2137 | |||
2135 | .following{ |
|
2138 | .following{ | |
2136 | background:url("../images/icons/heart_delete.png") no-repeat scroll 3px; |
|
2139 | background:url("../images/icons/heart_delete.png") no-repeat scroll 3px; | |
2137 | height: 16px; |
|
2140 | height: 16px; | |
2138 | width: 20px; |
|
2141 | width: 20px; | |
2139 | cursor: pointer; |
|
2142 | cursor: pointer; | |
2140 | display: block; |
|
2143 | display: block; | |
2141 | float: right; |
|
2144 | float: right; | |
2142 | margin-top: 2px; |
|
2145 | margin-top: 2px; | |
2143 | } |
|
2146 | } | |
2144 |
|
2147 | |||
2145 | .currently_following{ |
|
2148 | .currently_following{ | |
2146 | padding-left: 10px; |
|
2149 | padding-left: 10px; | |
2147 | padding-bottom:5px; |
|
2150 | padding-bottom:5px; | |
2148 | } |
|
2151 | } | |
2149 |
|
2152 | |||
2150 | .add_icon { |
|
2153 | .add_icon { | |
2151 | background:url("../images/icons/add.png") no-repeat scroll 3px; |
|
2154 | background:url("../images/icons/add.png") no-repeat scroll 3px; | |
2152 | padding-left:20px; |
|
2155 | padding-left:20px; | |
2153 | padding-top:0px; |
|
2156 | padding-top:0px; | |
2154 | text-align:left; |
|
2157 | text-align:left; | |
2155 | } |
|
2158 | } | |
2156 |
|
2159 | |||
2157 | .edit_icon { |
|
2160 | .edit_icon { | |
2158 | background:url("../images/icons/folder_edit.png") no-repeat scroll 3px; |
|
2161 | background:url("../images/icons/folder_edit.png") no-repeat scroll 3px; | |
2159 | padding-left:20px; |
|
2162 | padding-left:20px; | |
2160 | padding-top:0px; |
|
2163 | padding-top:0px; | |
2161 | text-align:left; |
|
2164 | text-align:left; | |
2162 | } |
|
2165 | } | |
2163 |
|
2166 | |||
2164 | .delete_icon { |
|
2167 | .delete_icon { | |
2165 | background:url("../images/icons/delete.png") no-repeat scroll 3px; |
|
2168 | background:url("../images/icons/delete.png") no-repeat scroll 3px; | |
2166 | padding-left:20px; |
|
2169 | padding-left:20px; | |
2167 | padding-top:0px; |
|
2170 | padding-top:0px; | |
2168 | text-align:left; |
|
2171 | text-align:left; | |
2169 | } |
|
2172 | } | |
2170 |
|
2173 | |||
2171 | .refresh_icon { |
|
2174 | .refresh_icon { | |
2172 | background:url("../images/icons/arrow_refresh.png") no-repeat scroll 3px; |
|
2175 | background:url("../images/icons/arrow_refresh.png") no-repeat scroll 3px; | |
2173 | padding-left:20px; |
|
2176 | padding-left:20px; | |
2174 | padding-top:0px; |
|
2177 | padding-top:0px; | |
2175 | text-align:left; |
|
2178 | text-align:left; | |
2176 | } |
|
2179 | } | |
2177 |
|
2180 | |||
2178 | .pull_icon { |
|
2181 | .pull_icon { | |
2179 | background:url("../images/icons/connect.png") no-repeat scroll 3px; |
|
2182 | background:url("../images/icons/connect.png") no-repeat scroll 3px; | |
2180 | padding-left:20px; |
|
2183 | padding-left:20px; | |
2181 | padding-top:0px; |
|
2184 | padding-top:0px; | |
2182 | text-align:left; |
|
2185 | text-align:left; | |
2183 | } |
|
2186 | } | |
2184 |
|
2187 | |||
2185 | .rss_icon { |
|
2188 | .rss_icon { | |
2186 | background:url("../images/icons/rss_16.png") no-repeat scroll 3px; |
|
2189 | background:url("../images/icons/rss_16.png") no-repeat scroll 3px; | |
2187 | padding-left:20px; |
|
2190 | padding-left:20px; | |
2188 | padding-top:0px; |
|
2191 | padding-top:0px; | |
2189 | text-align:left; |
|
2192 | text-align:left; | |
2190 | } |
|
2193 | } | |
2191 |
|
2194 | |||
2192 | .atom_icon { |
|
2195 | .atom_icon { | |
2193 | background:url("../images/icons/atom.png") no-repeat scroll 3px; |
|
2196 | background:url("../images/icons/atom.png") no-repeat scroll 3px; | |
2194 | padding-left:20px; |
|
2197 | padding-left:20px; | |
2195 | padding-top:0px; |
|
2198 | padding-top:0px; | |
2196 | text-align:left; |
|
2199 | text-align:left; | |
2197 | } |
|
2200 | } | |
2198 |
|
2201 | |||
2199 | .archive_icon { |
|
2202 | .archive_icon { | |
2200 | background:url("../images/icons/compress.png") no-repeat scroll 3px; |
|
2203 | background:url("../images/icons/compress.png") no-repeat scroll 3px; | |
2201 | padding-left:20px; |
|
2204 | padding-left:20px; | |
2202 | text-align:left; |
|
2205 | text-align:left; | |
2203 | padding-top:1px; |
|
2206 | padding-top:1px; | |
2204 | } |
|
2207 | } | |
2205 |
|
2208 | |||
2206 | .start_following_icon { |
|
2209 | .start_following_icon { | |
2207 | background:url("../images/icons/heart_add.png") no-repeat scroll 3px; |
|
2210 | background:url("../images/icons/heart_add.png") no-repeat scroll 3px; | |
2208 | padding-left:20px; |
|
2211 | padding-left:20px; | |
2209 | text-align:left; |
|
2212 | text-align:left; | |
2210 | padding-top:0px; |
|
2213 | padding-top:0px; | |
2211 | } |
|
2214 | } | |
2212 |
|
2215 | |||
2213 | .stop_following_icon { |
|
2216 | .stop_following_icon { | |
2214 | background:url("../images/icons/heart_delete.png") no-repeat scroll 3px; |
|
2217 | background:url("../images/icons/heart_delete.png") no-repeat scroll 3px; | |
2215 | padding-left:20px; |
|
2218 | padding-left:20px; | |
2216 | text-align:left; |
|
2219 | text-align:left; | |
2217 | padding-top:0px; |
|
2220 | padding-top:0px; | |
2218 | } |
|
2221 | } | |
2219 |
|
2222 | |||
2220 | .action_button { |
|
2223 | .action_button { | |
2221 | border:0; |
|
2224 | border:0; | |
2222 | display:inline; |
|
2225 | display:inline; | |
2223 | } |
|
2226 | } | |
2224 |
|
2227 | |||
2225 | .action_button:hover { |
|
2228 | .action_button:hover { | |
2226 | border:0; |
|
2229 | border:0; | |
2227 | text-decoration:underline; |
|
2230 | text-decoration:underline; | |
2228 | cursor:pointer; |
|
2231 | cursor:pointer; | |
2229 | } |
|
2232 | } | |
2230 |
|
2233 | |||
2231 | #switch_repos { |
|
2234 | #switch_repos { | |
2232 | position:absolute; |
|
2235 | position:absolute; | |
2233 | height:25px; |
|
2236 | height:25px; | |
2234 | z-index:1; |
|
2237 | z-index:1; | |
2235 | } |
|
2238 | } | |
2236 |
|
2239 | |||
2237 | #switch_repos select { |
|
2240 | #switch_repos select { | |
2238 | min-width:150px; |
|
2241 | min-width:150px; | |
2239 | max-height:250px; |
|
2242 | max-height:250px; | |
2240 | z-index:1; |
|
2243 | z-index:1; | |
2241 | } |
|
2244 | } | |
2242 |
|
2245 | |||
2243 | .breadcrumbs { |
|
2246 | .breadcrumbs { | |
2244 | border:medium none; |
|
2247 | border:medium none; | |
2245 | color:#FFF; |
|
2248 | color:#FFF; | |
2246 | float:left; |
|
2249 | float:left; | |
2247 | text-transform:uppercase; |
|
2250 | text-transform:uppercase; | |
2248 | font-weight:700; |
|
2251 | font-weight:700; | |
2249 | font-size:14px; |
|
2252 | font-size:14px; | |
2250 | margin:0; |
|
2253 | margin:0; | |
2251 | padding:11px 0 11px 10px; |
|
2254 | padding:11px 0 11px 10px; | |
2252 | } |
|
2255 | } | |
2253 |
|
2256 | |||
2254 | .breadcrumbs a { |
|
2257 | .breadcrumbs a { | |
2255 | color:#FFF; |
|
2258 | color:#FFF; | |
2256 | } |
|
2259 | } | |
2257 |
|
2260 | |||
2258 | .flash_msg ul { |
|
2261 | .flash_msg ul { | |
2259 | margin:0; |
|
2262 | margin:0; | |
2260 | padding:0 0 10px; |
|
2263 | padding:0 0 10px; | |
2261 | } |
|
2264 | } | |
2262 |
|
2265 | |||
2263 | .error_msg { |
|
2266 | .error_msg { | |
2264 | background-color:#FFCFCF; |
|
2267 | background-color:#FFCFCF; | |
2265 | background-image:url("../images/icons/error_msg.png"); |
|
2268 | background-image:url("../images/icons/error_msg.png"); | |
2266 | border:1px solid #FF9595; |
|
2269 | border:1px solid #FF9595; | |
2267 | color:#C30; |
|
2270 | color:#C30; | |
2268 | } |
|
2271 | } | |
2269 |
|
2272 | |||
2270 | .warning_msg { |
|
2273 | .warning_msg { | |
2271 | background-color:#FFFBCC; |
|
2274 | background-color:#FFFBCC; | |
2272 | background-image:url("../images/icons/warning_msg.png"); |
|
2275 | background-image:url("../images/icons/warning_msg.png"); | |
2273 | border:1px solid #FFF35E; |
|
2276 | border:1px solid #FFF35E; | |
2274 | color:#C69E00; |
|
2277 | color:#C69E00; | |
2275 | } |
|
2278 | } | |
2276 |
|
2279 | |||
2277 | .success_msg { |
|
2280 | .success_msg { | |
2278 | background-color:#D5FFCF; |
|
2281 | background-color:#D5FFCF; | |
2279 | background-image:url("../images/icons/success_msg.png"); |
|
2282 | background-image:url("../images/icons/success_msg.png"); | |
2280 | border:1px solid #97FF88; |
|
2283 | border:1px solid #97FF88; | |
2281 | color:#090; |
|
2284 | color:#090; | |
2282 | } |
|
2285 | } | |
2283 |
|
2286 | |||
2284 | .notice_msg { |
|
2287 | .notice_msg { | |
2285 | background-color:#DCE3FF; |
|
2288 | background-color:#DCE3FF; | |
2286 | background-image:url("../images/icons/notice_msg.png"); |
|
2289 | background-image:url("../images/icons/notice_msg.png"); | |
2287 | border:1px solid #93A8FF; |
|
2290 | border:1px solid #93A8FF; | |
2288 | color:#556CB5; |
|
2291 | color:#556CB5; | |
2289 | } |
|
2292 | } | |
2290 |
|
2293 | |||
2291 | .success_msg,.error_msg,.notice_msg,.warning_msg { |
|
2294 | .success_msg,.error_msg,.notice_msg,.warning_msg { | |
2292 | background-position:10px center; |
|
2295 | background-position:10px center; | |
2293 | background-repeat:no-repeat; |
|
2296 | background-repeat:no-repeat; | |
2294 | font-size:12px; |
|
2297 | font-size:12px; | |
2295 | font-weight:700; |
|
2298 | font-weight:700; | |
2296 | min-height:14px; |
|
2299 | min-height:14px; | |
2297 | line-height:14px; |
|
2300 | line-height:14px; | |
2298 | margin-bottom:0; |
|
2301 | margin-bottom:0; | |
2299 | margin-top:0; |
|
2302 | margin-top:0; | |
2300 | display:block; |
|
2303 | display:block; | |
2301 | overflow:auto; |
|
2304 | overflow:auto; | |
2302 | padding:6px 10px 6px 40px; |
|
2305 | padding:6px 10px 6px 40px; | |
2303 | } |
|
2306 | } | |
2304 |
|
2307 | |||
2305 | #msg_close { |
|
2308 | #msg_close { | |
2306 | background:transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0; |
|
2309 | background:transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0; | |
2307 | cursor:pointer; |
|
2310 | cursor:pointer; | |
2308 | height:16px; |
|
2311 | height:16px; | |
2309 | position:absolute; |
|
2312 | position:absolute; | |
2310 | right:5px; |
|
2313 | right:5px; | |
2311 | top:5px; |
|
2314 | top:5px; | |
2312 | width:16px; |
|
2315 | width:16px; | |
2313 | } |
|
2316 | } | |
2314 |
|
2317 | |||
2315 | div#legend_container table,div#legend_choices table { |
|
2318 | div#legend_container table,div#legend_choices table { | |
2316 | width:auto !important; |
|
2319 | width:auto !important; | |
2317 | } |
|
2320 | } | |
2318 |
|
2321 | |||
2319 | table#permissions_manage { |
|
2322 | table#permissions_manage { | |
2320 | width:0 !important; |
|
2323 | width:0 !important; | |
2321 | } |
|
2324 | } | |
2322 |
|
2325 | |||
2323 | table#permissions_manage span.private_repo_msg { |
|
2326 | table#permissions_manage span.private_repo_msg { | |
2324 | font-size:0.8em; |
|
2327 | font-size:0.8em; | |
2325 | opacity:0.6px; |
|
2328 | opacity:0.6px; | |
2326 | } |
|
2329 | } | |
2327 |
|
2330 | |||
2328 | table#permissions_manage td.private_repo_msg { |
|
2331 | table#permissions_manage td.private_repo_msg { | |
2329 | font-size:0.8em; |
|
2332 | font-size:0.8em; | |
2330 | } |
|
2333 | } | |
2331 |
|
2334 | |||
2332 | table#permissions_manage tr#add_perm_input td { |
|
2335 | table#permissions_manage tr#add_perm_input td { | |
2333 | vertical-align:middle; |
|
2336 | vertical-align:middle; | |
2334 | } |
|
2337 | } | |
2335 |
|
2338 | |||
2336 | div.gravatar { |
|
2339 | div.gravatar { | |
2337 | background-color:#FFF; |
|
2340 | background-color:#FFF; | |
2338 | border:1px solid #D0D0D0; |
|
2341 | border:1px solid #D0D0D0; | |
2339 | float:left; |
|
2342 | float:left; | |
2340 | margin-right:0.7em; |
|
2343 | margin-right:0.7em; | |
2341 | padding:2px 2px 0; |
|
2344 | padding:2px 2px 0; | |
2342 |
|
2345 | |||
2343 | -webkit-border-radius: 6px; |
|
2346 | -webkit-border-radius: 6px; | |
2344 | -khtml-border-radius: 6px; |
|
2347 | -khtml-border-radius: 6px; | |
2345 | -moz-border-radius: 6px; |
|
2348 | -moz-border-radius: 6px; | |
2346 | border-radius: 6px; |
|
2349 | border-radius: 6px; | |
2347 |
|
2350 | |||
2348 | } |
|
2351 | } | |
2349 |
|
2352 | |||
2350 | div.gravatar img { |
|
2353 | div.gravatar img { | |
2351 | -webkit-border-radius: 4px; |
|
2354 | -webkit-border-radius: 4px; | |
2352 | -khtml-border-radius: 4px; |
|
2355 | -khtml-border-radius: 4px; | |
2353 | -moz-border-radius: 4px; |
|
2356 | -moz-border-radius: 4px; | |
2354 | border-radius: 4px; |
|
2357 | border-radius: 4px; | |
2355 | } |
|
2358 | } | |
2356 |
|
2359 | |||
2357 | #header,#content,#footer { |
|
2360 | #header,#content,#footer { | |
2358 | min-width:978px; |
|
2361 | min-width:978px; | |
2359 | } |
|
2362 | } | |
2360 |
|
2363 | |||
2361 | #content { |
|
2364 | #content { | |
2362 | clear:both; |
|
2365 | clear:both; | |
2363 | overflow:hidden; |
|
2366 | overflow:hidden; | |
2364 | padding:14px 10px; |
|
2367 | padding:14px 10px; | |
2365 | } |
|
2368 | } | |
2366 |
|
2369 | |||
2367 | #content div.box div.title div.search { |
|
2370 | #content div.box div.title div.search { | |
2368 | background:url("../images/title_link.png") no-repeat top left; |
|
2371 | background:url("../images/title_link.png") no-repeat top left; | |
2369 | border-left:1px solid #316293; |
|
2372 | border-left:1px solid #316293; | |
2370 | } |
|
2373 | } | |
2371 |
|
2374 | |||
2372 | #content div.box div.title div.search div.input input { |
|
2375 | #content div.box div.title div.search div.input input { | |
2373 | border:1px solid #316293; |
|
2376 | border:1px solid #316293; | |
2374 | } |
|
2377 | } | |
2375 |
|
2378 | |||
2376 | .ui-button-small a:hover { |
|
2379 | .ui-button-small a:hover { | |
2377 |
|
2380 | |||
2378 | } |
|
2381 | } | |
2379 | input.ui-button-small,.ui-button-small { |
|
2382 | input.ui-button-small,.ui-button-small { | |
2380 | background:#e5e3e3 url("../images/button.png") repeat-x !important; |
|
2383 | background:#e5e3e3 url("../images/button.png") repeat-x !important; | |
2381 | border-top:1px solid #DDD !important; |
|
2384 | border-top:1px solid #DDD !important; | |
2382 | border-left:1px solid #c6c6c6 !important; |
|
2385 | border-left:1px solid #c6c6c6 !important; | |
2383 | border-right:1px solid #DDD !important; |
|
2386 | border-right:1px solid #DDD !important; | |
2384 | border-bottom:1px solid #c6c6c6 !important; |
|
2387 | border-bottom:1px solid #c6c6c6 !important; | |
2385 | color:#515151 !important; |
|
2388 | color:#515151 !important; | |
2386 | outline:none !important; |
|
2389 | outline:none !important; | |
2387 | margin:0 !important; |
|
2390 | margin:0 !important; | |
2388 | -webkit-border-radius: 4px 4px 4px 4px !important; |
|
2391 | -webkit-border-radius: 4px 4px 4px 4px !important; | |
2389 | -khtml-border-radius: 4px 4px 4px 4px !important; |
|
2392 | -khtml-border-radius: 4px 4px 4px 4px !important; | |
2390 | -moz-border-radius: 4px 4px 4px 4px !important; |
|
2393 | -moz-border-radius: 4px 4px 4px 4px !important; | |
2391 | border-radius: 4px 4px 4px 4px !important; |
|
2394 | border-radius: 4px 4px 4px 4px !important; | |
2392 | box-shadow: 0 1px 0 #ececec !important; |
|
2395 | box-shadow: 0 1px 0 #ececec !important; | |
2393 | cursor: pointer !important; |
|
2396 | cursor: pointer !important; | |
2394 | padding:0px 2px 1px 2px; |
|
2397 | padding:0px 2px 1px 2px; | |
2395 | } |
|
2398 | } | |
2396 |
|
2399 | |||
2397 | input.ui-button-small:hover,.ui-button-small:hover { |
|
2400 | input.ui-button-small:hover,.ui-button-small:hover { | |
2398 | background:#b4b4b4 url("../images/button_selected.png") repeat-x !important; |
|
2401 | background:#b4b4b4 url("../images/button_selected.png") repeat-x !important; | |
2399 | border-top:1px solid #ccc !important; |
|
2402 | border-top:1px solid #ccc !important; | |
2400 | border-left:1px solid #bebebe !important; |
|
2403 | border-left:1px solid #bebebe !important; | |
2401 | border-right:1px solid #b1b1b1 !important; |
|
2404 | border-right:1px solid #b1b1b1 !important; | |
2402 | border-bottom:1px solid #afafaf !important; |
|
2405 | border-bottom:1px solid #afafaf !important; | |
2403 | text-decoration: none; |
|
2406 | text-decoration: none; | |
2404 | } |
|
2407 | } | |
2405 |
|
2408 | |||
2406 | input.ui-button-small-blue,.ui-button-small-blue { |
|
2409 | input.ui-button-small-blue,.ui-button-small-blue { | |
2407 | background:#4e85bb url("../images/button_highlight.png") repeat-x; |
|
2410 | background:#4e85bb url("../images/button_highlight.png") repeat-x; | |
2408 | border-top:1px solid #5c91a4; |
|
2411 | border-top:1px solid #5c91a4; | |
2409 | border-left:1px solid #2a6f89; |
|
2412 | border-left:1px solid #2a6f89; | |
2410 | border-right:1px solid #2b7089; |
|
2413 | border-right:1px solid #2b7089; | |
2411 | border-bottom:1px solid #1a6480; |
|
2414 | border-bottom:1px solid #1a6480; | |
2412 | color:#fff; |
|
2415 | color:#fff; | |
2413 | -webkit-border-radius: 4px 4px 4px 4px; |
|
2416 | -webkit-border-radius: 4px 4px 4px 4px; | |
2414 | -khtml-border-radius: 4px 4px 4px 4px; |
|
2417 | -khtml-border-radius: 4px 4px 4px 4px; | |
2415 | -moz-border-radius: 4px 4px 4px 4px; |
|
2418 | -moz-border-radius: 4px 4px 4px 4px; | |
2416 | border-radius: 4px 4px 4px 4px; |
|
2419 | border-radius: 4px 4px 4px 4px; | |
2417 | box-shadow: 0 1px 0 #ececec; |
|
2420 | box-shadow: 0 1px 0 #ececec; | |
2418 | cursor: pointer; |
|
2421 | cursor: pointer; | |
2419 | padding:0px 2px 1px 2px; |
|
2422 | padding:0px 2px 1px 2px; | |
2420 | } |
|
2423 | } | |
2421 |
|
2424 | |||
2422 | input.ui-button-small-blue:hover { |
|
2425 | input.ui-button-small-blue:hover { | |
2423 |
|
2426 | |||
2424 | } |
|
2427 | } | |
2425 |
|
2428 | |||
2426 |
|
2429 | |||
2427 | ins,div.options a:hover { |
|
2430 | ins,div.options a:hover { | |
2428 | text-decoration:none; |
|
2431 | text-decoration:none; | |
2429 | } |
|
2432 | } | |
2430 |
|
2433 | |||
2431 | img,#header #header-inner #quick li a:hover span.normal,#header #header-inner #quick li ul li.last,#content div.box div.form div.fields div.field div.textarea table td table td a,#clone_url { |
|
2434 | img,#header #header-inner #quick li a:hover span.normal,#header #header-inner #quick li ul li.last,#content div.box div.form div.fields div.field div.textarea table td table td a,#clone_url { | |
2432 | border:none; |
|
2435 | border:none; | |
2433 | } |
|
2436 | } | |
2434 |
|
2437 | |||
2435 | img.icon,.right .merge img { |
|
2438 | img.icon,.right .merge img { | |
2436 | vertical-align:bottom; |
|
2439 | vertical-align:bottom; | |
2437 | } |
|
2440 | } | |
2438 |
|
2441 | |||
2439 | #header ul#logged-user,#content div.box div.title ul.links,#content div.box div.message div.dismiss,#content div.box div.traffic div.legend ul { |
|
2442 | #header ul#logged-user,#content div.box div.title ul.links,#content div.box div.message div.dismiss,#content div.box div.traffic div.legend ul { | |
2440 | float:right; |
|
2443 | float:right; | |
2441 | margin:0; |
|
2444 | margin:0; | |
2442 | padding:0; |
|
2445 | padding:0; | |
2443 | } |
|
2446 | } | |
2444 |
|
2447 | |||
2445 |
|
2448 | |||
2446 | #header #header-inner #home,#header #header-inner #logo,#content div.box ul.left,#content div.box ol.left,#content div.box div.pagination-left,div#commit_history,div#legend_data,div#legend_container,div#legend_choices { |
|
2449 | #header #header-inner #home,#header #header-inner #logo,#content div.box ul.left,#content div.box ol.left,#content div.box div.pagination-left,div#commit_history,div#legend_data,div#legend_container,div#legend_choices { | |
2447 | float:left; |
|
2450 | float:left; | |
2448 | } |
|
2451 | } | |
2449 |
|
2452 | |||
2450 | #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,#content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow { |
|
2453 | #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,#content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow { | |
2451 | display:none; |
|
2454 | display:none; | |
2452 | } |
|
2455 | } | |
2453 |
|
2456 | |||
2454 | #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,#content #left #menu ul.opened,#content #left #menu li ul.expanded { |
|
2457 | #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,#content #left #menu ul.opened,#content #left #menu li ul.expanded { | |
2455 | display:block; |
|
2458 | display:block; | |
2456 | } |
|
2459 | } | |
2457 |
|
2460 | |||
2458 | #content div.graph{ |
|
2461 | #content div.graph{ | |
2459 | padding:0 10px 10px; |
|
2462 | padding:0 10px 10px; | |
2460 | } |
|
2463 | } | |
2461 |
|
2464 | |||
2462 | #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a { |
|
2465 | #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a { | |
2463 | color:#bfe3ff; |
|
2466 | color:#bfe3ff; | |
2464 | } |
|
2467 | } | |
2465 |
|
2468 | |||
2466 | #content div.box ol.lower-roman,#content div.box ol.upper-roman,#content div.box ol.lower-alpha,#content div.box ol.upper-alpha,#content div.box ol.decimal { |
|
2469 | #content div.box ol.lower-roman,#content div.box ol.upper-roman,#content div.box ol.lower-alpha,#content div.box ol.upper-alpha,#content div.box ol.decimal { | |
2467 | margin:10px 24px 10px 44px; |
|
2470 | margin:10px 24px 10px 44px; | |
2468 | } |
|
2471 | } | |
2469 |
|
2472 | |||
2470 | #content div.box div.form,#content div.box div.table,#content div.box div.traffic { |
|
2473 | #content div.box div.form,#content div.box div.table,#content div.box div.traffic { | |
2471 | clear:both; |
|
2474 | clear:both; | |
2472 | overflow:hidden; |
|
2475 | overflow:hidden; | |
2473 | margin:0; |
|
2476 | margin:0; | |
2474 | padding:0 20px 10px; |
|
2477 | padding:0 20px 10px; | |
2475 | } |
|
2478 | } | |
2476 |
|
2479 | |||
2477 | #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields { |
|
2480 | #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields { | |
2478 | clear:both; |
|
2481 | clear:both; | |
2479 | overflow:hidden; |
|
2482 | overflow:hidden; | |
2480 | margin:0; |
|
2483 | margin:0; | |
2481 | padding:0; |
|
2484 | padding:0; | |
2482 | } |
|
2485 | } | |
2483 |
|
2486 | |||
2484 | #content div.box div.form div.fields div.field div.label span,#login div.form div.fields div.field div.label span,#register div.form div.fields div.field div.label span { |
|
2487 | #content div.box div.form div.fields div.field div.label span,#login div.form div.fields div.field div.label span,#register div.form div.fields div.field div.label span { | |
2485 | height:1%; |
|
2488 | height:1%; | |
2486 | display:block; |
|
2489 | display:block; | |
2487 | color:#363636; |
|
2490 | color:#363636; | |
2488 | margin:0; |
|
2491 | margin:0; | |
2489 | padding:2px 0 0; |
|
2492 | padding:2px 0 0; | |
2490 | } |
|
2493 | } | |
2491 |
|
2494 | |||
2492 | #content div.box div.form div.fields div.field div.input input.error,#login div.form div.fields div.field div.input input.error,#register div.form div.fields div.field div.input input.error { |
|
2495 | #content div.box div.form div.fields div.field div.input input.error,#login div.form div.fields div.field div.input input.error,#register div.form div.fields div.field div.input input.error { | |
2493 | background:#FBE3E4; |
|
2496 | background:#FBE3E4; | |
2494 | border-top:1px solid #e1b2b3; |
|
2497 | border-top:1px solid #e1b2b3; | |
2495 | border-left:1px solid #e1b2b3; |
|
2498 | border-left:1px solid #e1b2b3; | |
2496 | border-right:1px solid #FBC2C4; |
|
2499 | border-right:1px solid #FBC2C4; | |
2497 | border-bottom:1px solid #FBC2C4; |
|
2500 | border-bottom:1px solid #FBC2C4; | |
2498 | } |
|
2501 | } | |
2499 |
|
2502 | |||
2500 | #content div.box div.form div.fields div.field div.input input.success,#login div.form div.fields div.field div.input input.success,#register div.form div.fields div.field div.input input.success { |
|
2503 | #content div.box div.form div.fields div.field div.input input.success,#login div.form div.fields div.field div.input input.success,#register div.form div.fields div.field div.input input.success { | |
2501 | background:#E6EFC2; |
|
2504 | background:#E6EFC2; | |
2502 | border-top:1px solid #cebb98; |
|
2505 | border-top:1px solid #cebb98; | |
2503 | border-left:1px solid #cebb98; |
|
2506 | border-left:1px solid #cebb98; | |
2504 | border-right:1px solid #c6d880; |
|
2507 | border-right:1px solid #c6d880; | |
2505 | border-bottom:1px solid #c6d880; |
|
2508 | border-bottom:1px solid #c6d880; | |
2506 | } |
|
2509 | } | |
2507 |
|
2510 | |||
2508 | #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea,#content div.box div.form div.fields div.field div.select select,#content div.box table th.selected input,#content div.box table td.selected input { |
|
2511 | #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea,#content div.box div.form div.fields div.field div.select select,#content div.box table th.selected input,#content div.box table td.selected input { | |
2509 | margin:0; |
|
2512 | margin:0; | |
2510 | } |
|
2513 | } | |
2511 |
|
2514 | |||
2512 | #content div.box-left div.form div.fields div.field div.select,#content div.box-left div.form div.fields div.field div.checkboxes,#content div.box-left div.form div.fields div.field div.radios,#content div.box-right div.form div.fields div.field div.select,#content div.box-right div.form div.fields div.field div.checkboxes,#content div.box-right div.form div.fields div.field div.radios{ |
|
2515 | #content div.box-left div.form div.fields div.field div.select,#content div.box-left div.form div.fields div.field div.checkboxes,#content div.box-left div.form div.fields div.field div.radios,#content div.box-right div.form div.fields div.field div.select,#content div.box-right div.form div.fields div.field div.checkboxes,#content div.box-right div.form div.fields div.field div.radios{ | |
2513 | margin:0 0 0 0px !important; |
|
2516 | margin:0 0 0 0px !important; | |
2514 | padding:0; |
|
2517 | padding:0; | |
2515 | } |
|
2518 | } | |
2516 |
|
2519 | |||
2517 | #content div.box div.form div.fields div.field div.select,#content div.box div.form div.fields div.field div.checkboxes,#content div.box div.form div.fields div.field div.radios { |
|
2520 | #content div.box div.form div.fields div.field div.select,#content div.box div.form div.fields div.field div.checkboxes,#content div.box div.form div.fields div.field div.radios { | |
2518 | margin:0 0 0 200px; |
|
2521 | margin:0 0 0 200px; | |
2519 | padding:0; |
|
2522 | padding:0; | |
2520 | } |
|
2523 | } | |
2521 |
|
2524 | |||
2522 |
|
2525 | |||
2523 | #content div.box div.form div.fields div.field div.select a:hover,#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover,#content div.box div.action a:hover { |
|
2526 | #content div.box div.form div.fields div.field div.select a:hover,#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover,#content div.box div.action a:hover { | |
2524 | color:#000; |
|
2527 | color:#000; | |
2525 | text-decoration:none; |
|
2528 | text-decoration:none; | |
2526 | } |
|
2529 | } | |
2527 |
|
2530 | |||
2528 | #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus { |
|
2531 | #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus { | |
2529 | border:1px solid #666; |
|
2532 | border:1px solid #666; | |
2530 | } |
|
2533 | } | |
2531 |
|
2534 | |||
2532 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox,#content div.box div.form div.fields div.field div.radios div.radio { |
|
2535 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox,#content div.box div.form div.fields div.field div.radios div.radio { | |
2533 | clear:both; |
|
2536 | clear:both; | |
2534 | overflow:hidden; |
|
2537 | overflow:hidden; | |
2535 | margin:0; |
|
2538 | margin:0; | |
2536 | padding:8px 0 2px; |
|
2539 | padding:8px 0 2px; | |
2537 | } |
|
2540 | } | |
2538 |
|
2541 | |||
2539 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox input,#content div.box div.form div.fields div.field div.radios div.radio input { |
|
2542 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox input,#content div.box div.form div.fields div.field div.radios div.radio input { | |
2540 | float:left; |
|
2543 | float:left; | |
2541 | margin:0; |
|
2544 | margin:0; | |
2542 | } |
|
2545 | } | |
2543 |
|
2546 | |||
2544 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox label,#content div.box div.form div.fields div.field div.radios div.radio label { |
|
2547 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox label,#content div.box div.form div.fields div.field div.radios div.radio label { | |
2545 | height:1%; |
|
2548 | height:1%; | |
2546 | display:block; |
|
2549 | display:block; | |
2547 | float:left; |
|
2550 | float:left; | |
2548 | margin:2px 0 0 4px; |
|
2551 | margin:2px 0 0 4px; | |
2549 | } |
|
2552 | } | |
2550 |
|
2553 | |||
2551 | div.form div.fields div.field div.button input,#content div.box div.form div.fields div.buttons input,div.form div.fields div.buttons input,#content div.box div.action div.button input { |
|
2554 | div.form div.fields div.field div.button input,#content div.box div.form div.fields div.buttons input,div.form div.fields div.buttons input,#content div.box div.action div.button input { | |
2552 | color:#000; |
|
2555 | color:#000; | |
2553 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
2556 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; | |
2554 | font-size:11px; |
|
2557 | font-size:11px; | |
2555 | font-weight:700; |
|
2558 | font-weight:700; | |
2556 | margin:0; |
|
2559 | margin:0; | |
2557 | } |
|
2560 | } | |
2558 |
|
2561 | |||
2559 | input.ui-button { |
|
2562 | input.ui-button { | |
2560 | background:#e5e3e3 url("../images/button.png") repeat-x; |
|
2563 | background:#e5e3e3 url("../images/button.png") repeat-x; | |
2561 | border-top:1px solid #DDD; |
|
2564 | border-top:1px solid #DDD; | |
2562 | border-left:1px solid #c6c6c6; |
|
2565 | border-left:1px solid #c6c6c6; | |
2563 | border-right:1px solid #DDD; |
|
2566 | border-right:1px solid #DDD; | |
2564 | border-bottom:1px solid #c6c6c6; |
|
2567 | border-bottom:1px solid #c6c6c6; | |
2565 | color:#515151 !important; |
|
2568 | color:#515151 !important; | |
2566 | outline:none; |
|
2569 | outline:none; | |
2567 | margin:0; |
|
2570 | margin:0; | |
2568 | padding:6px 12px; |
|
2571 | padding:6px 12px; | |
2569 | -webkit-border-radius: 4px 4px 4px 4px; |
|
2572 | -webkit-border-radius: 4px 4px 4px 4px; | |
2570 | -khtml-border-radius: 4px 4px 4px 4px; |
|
2573 | -khtml-border-radius: 4px 4px 4px 4px; | |
2571 | -moz-border-radius: 4px 4px 4px 4px; |
|
2574 | -moz-border-radius: 4px 4px 4px 4px; | |
2572 | border-radius: 4px 4px 4px 4px; |
|
2575 | border-radius: 4px 4px 4px 4px; | |
2573 | box-shadow: 0 1px 0 #ececec; |
|
2576 | box-shadow: 0 1px 0 #ececec; | |
2574 | cursor: pointer; |
|
2577 | cursor: pointer; | |
2575 | } |
|
2578 | } | |
2576 |
|
2579 | |||
2577 | input.ui-button:hover { |
|
2580 | input.ui-button:hover { | |
2578 | background:#b4b4b4 url("../images/button_selected.png") repeat-x; |
|
2581 | background:#b4b4b4 url("../images/button_selected.png") repeat-x; | |
2579 | border-top:1px solid #ccc; |
|
2582 | border-top:1px solid #ccc; | |
2580 | border-left:1px solid #bebebe; |
|
2583 | border-left:1px solid #bebebe; | |
2581 | border-right:1px solid #b1b1b1; |
|
2584 | border-right:1px solid #b1b1b1; | |
2582 | border-bottom:1px solid #afafaf; |
|
2585 | border-bottom:1px solid #afafaf; | |
2583 | } |
|
2586 | } | |
2584 |
|
2587 | |||
2585 | div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight { |
|
2588 | div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight { | |
2586 | display:inline; |
|
2589 | display:inline; | |
2587 | } |
|
2590 | } | |
2588 |
|
2591 | |||
2589 | #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons { |
|
2592 | #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons { | |
2590 | margin:10px 0 0 200px; |
|
2593 | margin:10px 0 0 200px; | |
2591 | padding:0; |
|
2594 | padding:0; | |
2592 | } |
|
2595 | } | |
2593 |
|
2596 | |||
2594 | #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons,div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons { |
|
2597 | #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons,div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons { | |
2595 | margin:10px 0 0; |
|
2598 | margin:10px 0 0; | |
2596 | } |
|
2599 | } | |
2597 |
|
2600 | |||
2598 | #content div.box table td.user,#content div.box table td.address { |
|
2601 | #content div.box table td.user,#content div.box table td.address { | |
2599 | width:10%; |
|
2602 | width:10%; | |
2600 | text-align:center; |
|
2603 | text-align:center; | |
2601 | } |
|
2604 | } | |
2602 |
|
2605 | |||
2603 | #content div.box div.action div.button,#login div.form div.fields div.field div.input div.link,#register div.form div.fields div.field div.input div.link { |
|
2606 | #content div.box div.action div.button,#login div.form div.fields div.field div.input div.link,#register div.form div.fields div.field div.input div.link { | |
2604 | text-align:right; |
|
2607 | text-align:right; | |
2605 | margin:6px 0 0; |
|
2608 | margin:6px 0 0; | |
2606 | padding:0; |
|
2609 | padding:0; | |
2607 | } |
|
2610 | } | |
2608 |
|
2611 | |||
2609 |
|
2612 | |||
2610 | #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover { |
|
2613 | #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover { | |
2611 | background:#b4b4b4 url("../images/button_selected.png") repeat-x; |
|
2614 | background:#b4b4b4 url("../images/button_selected.png") repeat-x; | |
2612 | border-top:1px solid #ccc; |
|
2615 | border-top:1px solid #ccc; | |
2613 | border-left:1px solid #bebebe; |
|
2616 | border-left:1px solid #bebebe; | |
2614 | border-right:1px solid #b1b1b1; |
|
2617 | border-right:1px solid #b1b1b1; | |
2615 | border-bottom:1px solid #afafaf; |
|
2618 | border-bottom:1px solid #afafaf; | |
2616 | color:#515151; |
|
2619 | color:#515151; | |
2617 | margin:0; |
|
2620 | margin:0; | |
2618 | padding:6px 12px; |
|
2621 | padding:6px 12px; | |
2619 | } |
|
2622 | } | |
2620 |
|
2623 | |||
2621 | #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results { |
|
2624 | #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results { | |
2622 | text-align:left; |
|
2625 | text-align:left; | |
2623 | float:left; |
|
2626 | float:left; | |
2624 | margin:0; |
|
2627 | margin:0; | |
2625 | padding:0; |
|
2628 | padding:0; | |
2626 | } |
|
2629 | } | |
2627 |
|
2630 | |||
2628 | #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span { |
|
2631 | #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span { | |
2629 | height:1%; |
|
2632 | height:1%; | |
2630 | display:block; |
|
2633 | display:block; | |
2631 | float:left; |
|
2634 | float:left; | |
2632 | background:#ebebeb url("../images/pager.png") repeat-x; |
|
2635 | background:#ebebeb url("../images/pager.png") repeat-x; | |
2633 | border-top:1px solid #dedede; |
|
2636 | border-top:1px solid #dedede; | |
2634 | border-left:1px solid #cfcfcf; |
|
2637 | border-left:1px solid #cfcfcf; | |
2635 | border-right:1px solid #c4c4c4; |
|
2638 | border-right:1px solid #c4c4c4; | |
2636 | border-bottom:1px solid #c4c4c4; |
|
2639 | border-bottom:1px solid #c4c4c4; | |
2637 | color:#4A4A4A; |
|
2640 | color:#4A4A4A; | |
2638 | font-weight:700; |
|
2641 | font-weight:700; | |
2639 | margin:0; |
|
2642 | margin:0; | |
2640 | padding:6px 8px; |
|
2643 | padding:6px 8px; | |
2641 | } |
|
2644 | } | |
2642 |
|
2645 | |||
2643 | #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled { |
|
2646 | #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled { | |
2644 | color:#B4B4B4; |
|
2647 | color:#B4B4B4; | |
2645 | padding:6px; |
|
2648 | padding:6px; | |
2646 | } |
|
2649 | } | |
2647 |
|
2650 | |||
2648 | #login,#register { |
|
2651 | #login,#register { | |
2649 | width:520px; |
|
2652 | width:520px; | |
2650 | margin:10% auto 0; |
|
2653 | margin:10% auto 0; | |
2651 | padding:0; |
|
2654 | padding:0; | |
2652 | } |
|
2655 | } | |
2653 |
|
2656 | |||
2654 | #login div.color,#register div.color { |
|
2657 | #login div.color,#register div.color { | |
2655 | clear:both; |
|
2658 | clear:both; | |
2656 | overflow:hidden; |
|
2659 | overflow:hidden; | |
2657 | background:#FFF; |
|
2660 | background:#FFF; | |
2658 | margin:10px auto 0; |
|
2661 | margin:10px auto 0; | |
2659 | padding:3px 3px 3px 0; |
|
2662 | padding:3px 3px 3px 0; | |
2660 | } |
|
2663 | } | |
2661 |
|
2664 | |||
2662 | #login div.color a,#register div.color a { |
|
2665 | #login div.color a,#register div.color a { | |
2663 | width:20px; |
|
2666 | width:20px; | |
2664 | height:20px; |
|
2667 | height:20px; | |
2665 | display:block; |
|
2668 | display:block; | |
2666 | float:left; |
|
2669 | float:left; | |
2667 | margin:0 0 0 3px; |
|
2670 | margin:0 0 0 3px; | |
2668 | padding:0; |
|
2671 | padding:0; | |
2669 | } |
|
2672 | } | |
2670 |
|
2673 | |||
2671 | #login div.title h5,#register div.title h5 { |
|
2674 | #login div.title h5,#register div.title h5 { | |
2672 | color:#fff; |
|
2675 | color:#fff; | |
2673 | margin:10px; |
|
2676 | margin:10px; | |
2674 | padding:0; |
|
2677 | padding:0; | |
2675 | } |
|
2678 | } | |
2676 |
|
2679 | |||
2677 | #login div.form div.fields div.field,#register div.form div.fields div.field { |
|
2680 | #login div.form div.fields div.field,#register div.form div.fields div.field { | |
2678 | clear:both; |
|
2681 | clear:both; | |
2679 | overflow:hidden; |
|
2682 | overflow:hidden; | |
2680 | margin:0; |
|
2683 | margin:0; | |
2681 | padding:0 0 10px; |
|
2684 | padding:0 0 10px; | |
2682 | } |
|
2685 | } | |
2683 |
|
2686 | |||
2684 | #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message { |
|
2687 | #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message { | |
2685 | height:1%; |
|
2688 | height:1%; | |
2686 | display:block; |
|
2689 | display:block; | |
2687 | color:red; |
|
2690 | color:red; | |
2688 | margin:8px 0 0; |
|
2691 | margin:8px 0 0; | |
2689 | padding:0; |
|
2692 | padding:0; | |
2690 | max-width: 320px; |
|
2693 | max-width: 320px; | |
2691 | } |
|
2694 | } | |
2692 |
|
2695 | |||
2693 | #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label { |
|
2696 | #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label { | |
2694 | color:#000; |
|
2697 | color:#000; | |
2695 | font-weight:700; |
|
2698 | font-weight:700; | |
2696 | } |
|
2699 | } | |
2697 |
|
2700 | |||
2698 | #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input { |
|
2701 | #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input { | |
2699 | float:left; |
|
2702 | float:left; | |
2700 | margin:0; |
|
2703 | margin:0; | |
2701 | padding:0; |
|
2704 | padding:0; | |
2702 | } |
|
2705 | } | |
2703 |
|
2706 | |||
2704 | #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox { |
|
2707 | #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox { | |
2705 | margin:0 0 0 184px; |
|
2708 | margin:0 0 0 184px; | |
2706 | padding:0; |
|
2709 | padding:0; | |
2707 | } |
|
2710 | } | |
2708 |
|
2711 | |||
2709 | #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label { |
|
2712 | #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label { | |
2710 | color:#565656; |
|
2713 | color:#565656; | |
2711 | font-weight:700; |
|
2714 | font-weight:700; | |
2712 | } |
|
2715 | } | |
2713 |
|
2716 | |||
2714 | #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input { |
|
2717 | #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input { | |
2715 | color:#000; |
|
2718 | color:#000; | |
2716 | font-size:1em; |
|
2719 | font-size:1em; | |
2717 | font-weight:700; |
|
2720 | font-weight:700; | |
2718 | font-family:Verdana, Helvetica, Sans-Serif; |
|
2721 | font-family:Verdana, Helvetica, Sans-Serif; | |
2719 | margin:0; |
|
2722 | margin:0; | |
2720 | } |
|
2723 | } | |
2721 |
|
2724 | |||
2722 | #changeset_content .container .wrapper,#graph_content .container .wrapper { |
|
2725 | #changeset_content .container .wrapper,#graph_content .container .wrapper { | |
2723 | width:600px; |
|
2726 | width:600px; | |
2724 | } |
|
2727 | } | |
2725 |
|
2728 | |||
2726 | #changeset_content .container .left,#graph_content .container .left { |
|
2729 | #changeset_content .container .left,#graph_content .container .left { | |
2727 | float:left; |
|
2730 | float:left; | |
2728 | width:70%; |
|
2731 | width:70%; | |
2729 | padding-left:5px; |
|
2732 | padding-left:5px; | |
2730 | } |
|
2733 | } | |
2731 |
|
2734 | |||
2732 | #changeset_content .container .left .date,.ac .match { |
|
2735 | #changeset_content .container .left .date,.ac .match { | |
2733 | font-weight:700; |
|
2736 | font-weight:700; | |
2734 | padding-top: 5px; |
|
2737 | padding-top: 5px; | |
2735 | padding-bottom:5px; |
|
2738 | padding-bottom:5px; | |
2736 | } |
|
2739 | } | |
2737 |
|
2740 | |||
2738 | div#legend_container table td,div#legend_choices table td { |
|
2741 | div#legend_container table td,div#legend_choices table td { | |
2739 | border:none !important; |
|
2742 | border:none !important; | |
2740 | height:20px !important; |
|
2743 | height:20px !important; | |
2741 | padding:0 !important; |
|
2744 | padding:0 !important; | |
2742 | } |
|
2745 | } | |
2743 |
|
2746 | |||
2744 | #q_filter{ |
|
2747 | #q_filter{ | |
2745 | border:0 none; |
|
2748 | border:0 none; | |
2746 | color:#AAAAAA; |
|
2749 | color:#AAAAAA; | |
2747 | margin-bottom:-4px; |
|
2750 | margin-bottom:-4px; | |
2748 | margin-top:-4px; |
|
2751 | margin-top:-4px; | |
2749 | padding-left:3px; |
|
2752 | padding-left:3px; | |
2750 | } |
|
2753 | } | |
2751 |
|
2754 | |||
2752 | #node_filter{ |
|
2755 | #node_filter{ | |
2753 | border:0px solid #545454; |
|
2756 | border:0px solid #545454; | |
2754 | color:#AAAAAA; |
|
2757 | color:#AAAAAA; | |
2755 | padding-left:3px; |
|
2758 | padding-left:3px; | |
2756 | } |
|
2759 | } |
@@ -1,161 +1,161 | |||||
1 | ## -*- coding: utf-8 -*- |
|
1 | ## -*- coding: utf-8 -*- | |
2 | <%inherit file="/base/base.html"/> |
|
2 | <%inherit file="/base/base.html"/> | |
3 |
|
3 | |||
4 | <%def name="title()"> |
|
4 | <%def name="title()"> | |
5 | ${_('Edit user')} ${c.user.username} - ${c.rhodecode_name} |
|
5 | ${_('Edit user')} ${c.user.username} - ${c.rhodecode_name} | |
6 | </%def> |
|
6 | </%def> | |
7 |
|
7 | |||
8 | <%def name="breadcrumbs_links()"> |
|
8 | <%def name="breadcrumbs_links()"> | |
9 |
${h.link_to(_('Admin'),h.url('admin_home'))} |
|
9 | ${h.link_to(_('Admin'),h.url('admin_home'))} | |
10 |
» |
|
10 | » | |
11 |
${h.link_to(_('Users'),h.url('users'))} |
|
11 | ${h.link_to(_('Users'),h.url('users'))} | |
12 | » |
|
12 | » | |
13 | ${_('edit')} "${c.user.username}" |
|
13 | ${_('edit')} "${c.user.username}" | |
14 | </%def> |
|
14 | </%def> | |
15 |
|
15 | |||
16 | <%def name="page_nav()"> |
|
16 | <%def name="page_nav()"> | |
17 | ${self.menu('admin')} |
|
17 | ${self.menu('admin')} | |
18 | </%def> |
|
18 | </%def> | |
19 |
|
19 | |||
20 | <%def name="main()"> |
|
20 | <%def name="main()"> | |
21 | <div class="box box-left"> |
|
21 | <div class="box box-left"> | |
22 | <!-- box / title --> |
|
22 | <!-- box / title --> | |
23 | <div class="title"> |
|
23 | <div class="title"> | |
24 |
${self.breadcrumbs()} |
|
24 | ${self.breadcrumbs()} | |
25 | </div> |
|
25 | </div> | |
26 | <!-- end box / title --> |
|
26 | <!-- end box / title --> | |
27 | ${h.form(url('update_user', id=c.user.user_id),method='put')} |
|
27 | ${h.form(url('update_user', id=c.user.user_id),method='put')} | |
28 | <div class="form"> |
|
28 | <div class="form"> | |
29 | <div class="field"> |
|
29 | <div class="field"> | |
30 | <div class="gravatar_box"> |
|
30 | <div class="gravatar_box"> | |
31 | <div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(c.user.email)}"/></div> |
|
31 | <div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(c.user.email)}"/></div> | |
32 | <p> |
|
32 | <p> | |
33 | %if c.use_gravatar: |
|
33 | %if c.use_gravatar: | |
34 | <strong>${_('Change your avatar at')} <a href="http://gravatar.com">gravatar.com</a></strong> |
|
34 | <strong>${_('Change your avatar at')} <a href="http://gravatar.com">gravatar.com</a></strong> | |
35 | <br/>${_('Using')} ${c.user.email} |
|
35 | <br/>${_('Using')} ${c.user.email} | |
36 | %else: |
|
36 | %else: | |
37 | <br/>${c.user.email} |
|
37 | <br/>${c.user.email} | |
38 |
%endif |
|
38 | %endif | |
39 | </div> |
|
39 | </div> | |
40 | </div> |
|
40 | </div> | |
41 | <div class="field"> |
|
41 | <div class="field"> | |
42 | <div class="label"> |
|
42 | <div class="label"> | |
43 | <label>${_('API key')}</label> ${c.user.api_key} |
|
43 | <label>${_('API key')}</label> ${c.user.api_key} | |
44 | </div> |
|
44 | </div> | |
45 | </div> |
|
45 | </div> | |
46 |
|
46 | |||
47 | <div class="fields"> |
|
47 | <div class="fields"> | |
48 | <div class="field"> |
|
48 | <div class="field"> | |
49 | <div class="label"> |
|
49 | <div class="label"> | |
50 | <label for="username">${_('Username')}:</label> |
|
50 | <label for="username">${_('Username')}:</label> | |
51 | </div> |
|
51 | </div> | |
52 | <div class="input"> |
|
52 | <div class="input"> | |
53 | ${h.text('username',class_='medium')} |
|
53 | ${h.text('username',class_='medium')} | |
54 | </div> |
|
54 | </div> | |
55 | </div> |
|
55 | </div> | |
56 |
|
56 | |||
57 | <div class="field"> |
|
57 | <div class="field"> | |
58 | <div class="label"> |
|
58 | <div class="label"> | |
59 | <label for="ldap_dn">${_('LDAP DN')}:</label> |
|
59 | <label for="ldap_dn">${_('LDAP DN')}:</label> | |
60 | </div> |
|
60 | </div> | |
61 | <div class="input"> |
|
61 | <div class="input"> | |
62 | ${h.text('ldap_dn',class_='medium')} |
|
62 | ${h.text('ldap_dn',class_='medium disabled',readonly="readonly")} | |
63 | </div> |
|
63 | </div> | |
64 | </div> |
|
64 | </div> | |
65 |
|
65 | |||
66 | <div class="field"> |
|
66 | <div class="field"> | |
67 | <div class="label"> |
|
67 | <div class="label"> | |
68 | <label for="new_password">${_('New password')}:</label> |
|
68 | <label for="new_password">${_('New password')}:</label> | |
69 | </div> |
|
69 | </div> | |
70 | <div class="input"> |
|
70 | <div class="input"> | |
71 | ${h.password('new_password',class_='medium',autocomplete="off")} |
|
71 | ${h.password('new_password',class_='medium',autocomplete="off")} | |
72 | </div> |
|
72 | </div> | |
73 | </div> |
|
73 | </div> | |
74 |
|
74 | |||
75 | <div class="field"> |
|
75 | <div class="field"> | |
76 | <div class="label"> |
|
76 | <div class="label"> | |
77 | <label for="password_confirmation">${_('New password confirmation')}:</label> |
|
77 | <label for="password_confirmation">${_('New password confirmation')}:</label> | |
78 | </div> |
|
78 | </div> | |
79 | <div class="input"> |
|
79 | <div class="input"> | |
80 | ${h.password('password_confirmation',class_="medium",autocomplete="off")} |
|
80 | ${h.password('password_confirmation',class_="medium",autocomplete="off")} | |
81 | </div> |
|
81 | </div> | |
82 | </div> |
|
82 | </div> | |
83 |
|
83 | |||
84 | <div class="field"> |
|
84 | <div class="field"> | |
85 | <div class="label"> |
|
85 | <div class="label"> | |
86 | <label for="name">${_('First Name')}:</label> |
|
86 | <label for="name">${_('First Name')}:</label> | |
87 | </div> |
|
87 | </div> | |
88 | <div class="input"> |
|
88 | <div class="input"> | |
89 | ${h.text('name',class_='medium')} |
|
89 | ${h.text('name',class_='medium')} | |
90 | </div> |
|
90 | </div> | |
91 | </div> |
|
91 | </div> | |
92 |
|
92 | |||
93 | <div class="field"> |
|
93 | <div class="field"> | |
94 | <div class="label"> |
|
94 | <div class="label"> | |
95 | <label for="lastname">${_('Last Name')}:</label> |
|
95 | <label for="lastname">${_('Last Name')}:</label> | |
96 | </div> |
|
96 | </div> | |
97 | <div class="input"> |
|
97 | <div class="input"> | |
98 | ${h.text('lastname',class_='medium')} |
|
98 | ${h.text('lastname',class_='medium')} | |
99 | </div> |
|
99 | </div> | |
100 | </div> |
|
100 | </div> | |
101 |
|
101 | |||
102 | <div class="field"> |
|
102 | <div class="field"> | |
103 | <div class="label"> |
|
103 | <div class="label"> | |
104 | <label for="email">${_('Email')}:</label> |
|
104 | <label for="email">${_('Email')}:</label> | |
105 | </div> |
|
105 | </div> | |
106 | <div class="input"> |
|
106 | <div class="input"> | |
107 | ${h.text('email',class_='medium')} |
|
107 | ${h.text('email',class_='medium')} | |
108 | </div> |
|
108 | </div> | |
109 | </div> |
|
109 | </div> | |
110 |
|
110 | |||
111 | <div class="field"> |
|
111 | <div class="field"> | |
112 | <div class="label label-checkbox"> |
|
112 | <div class="label label-checkbox"> | |
113 | <label for="active">${_('Active')}:</label> |
|
113 | <label for="active">${_('Active')}:</label> | |
114 | </div> |
|
114 | </div> | |
115 | <div class="checkboxes"> |
|
115 | <div class="checkboxes"> | |
116 | ${h.checkbox('active',value=True)} |
|
116 | ${h.checkbox('active',value=True)} | |
117 | </div> |
|
117 | </div> | |
118 | </div> |
|
118 | </div> | |
119 |
|
119 | |||
120 | <div class="field"> |
|
120 | <div class="field"> | |
121 | <div class="label label-checkbox"> |
|
121 | <div class="label label-checkbox"> | |
122 | <label for="admin">${_('Admin')}:</label> |
|
122 | <label for="admin">${_('Admin')}:</label> | |
123 | </div> |
|
123 | </div> | |
124 | <div class="checkboxes"> |
|
124 | <div class="checkboxes"> | |
125 | ${h.checkbox('admin',value=True)} |
|
125 | ${h.checkbox('admin',value=True)} | |
126 | </div> |
|
126 | </div> | |
127 |
</div> |
|
127 | </div> | |
128 | <div class="buttons"> |
|
128 | <div class="buttons"> | |
129 | ${h.submit('save',_('Save'),class_="ui-button")} |
|
129 | ${h.submit('save',_('Save'),class_="ui-button")} | |
130 | ${h.reset('reset',_('Reset'),class_="ui-button")} |
|
130 | ${h.reset('reset',_('Reset'),class_="ui-button")} | |
131 |
</div> |
|
131 | </div> | |
132 |
</div> |
|
132 | </div> | |
133 | </div> |
|
133 | </div> | |
134 | ${h.end_form()} |
|
134 | ${h.end_form()} | |
135 | </div> |
|
135 | </div> | |
136 | <div class="box box-right"> |
|
136 | <div class="box box-right"> | |
137 | <!-- box / title --> |
|
137 | <!-- box / title --> | |
138 | <div class="title"> |
|
138 | <div class="title"> | |
139 |
<h5>${_('Permissions')}</h5> |
|
139 | <h5>${_('Permissions')}</h5> | |
140 | </div> |
|
140 | </div> | |
141 | ${h.form(url('user_perm', id=c.user.user_id),method='put')} |
|
141 | ${h.form(url('user_perm', id=c.user.user_id),method='put')} | |
142 | <div class="form"> |
|
142 | <div class="form"> | |
143 | <!-- fields --> |
|
143 | <!-- fields --> | |
144 | <div class="fields"> |
|
144 | <div class="fields"> | |
145 | <div class="field"> |
|
145 | <div class="field"> | |
146 | <div class="label label-checkbox"> |
|
146 | <div class="label label-checkbox"> | |
147 | <label for="create_repo_perm">${_('Create repositories')}:</label> |
|
147 | <label for="create_repo_perm">${_('Create repositories')}:</label> | |
148 | </div> |
|
148 | </div> | |
149 | <div class="checkboxes"> |
|
149 | <div class="checkboxes"> | |
150 | ${h.checkbox('create_repo_perm',value=True)} |
|
150 | ${h.checkbox('create_repo_perm',value=True)} | |
151 | </div> |
|
151 | </div> | |
152 | </div> |
|
152 | </div> | |
153 | <div class="buttons"> |
|
153 | <div class="buttons"> | |
154 | ${h.submit('save',_('Save'),class_="ui-button")} |
|
154 | ${h.submit('save',_('Save'),class_="ui-button")} | |
155 | ${h.reset('reset',_('Reset'),class_="ui-button")} |
|
155 | ${h.reset('reset',_('Reset'),class_="ui-button")} | |
156 |
</div> |
|
156 | </div> | |
157 |
</div> |
|
157 | </div> | |
158 | </div> |
|
158 | </div> | |
159 |
${h.end_form()} |
|
159 | ${h.end_form()} | |
160 | </div> |
|
160 | </div> | |
161 | </%def> |
|
161 | </%def> |
General Comments 0
You need to be logged in to leave comments.
Login now