Show More
@@ -1,25 +1,25 b'' | |||
|
1 | 436bee78d81a02835837d11ef1bf6c308b866bb4 v0.1.0 | |
|
2 | 0000000000000000000000000000000000000000 v0.1.0 | |
|
3 | 3142616771cd4721e5d5c403947674a7cc90ec99 v0.2.0 | |
|
4 | 0000000000000000000000000000000000000000 v0.2.0 | |
|
5 | 3380ca40cdbad1b5d993431d00636b7aa8ba496e v0.6.0 | |
|
6 | 0000000000000000000000000000000000000000 v0.6.0 | |
|
7 | 50a39f923f311da3ac493cde8094d2b41afe4104 v0.6.8 | |
|
8 | 0000000000000000000000000000000000000000 v0.6.8 | |
|
1 | 9 | c097458480a5972dd75d5695b61e855fd0ab371e v0.7.0 |
|
2 | 10 | 8bdec09436cb7e4a764bd2ba50b84060e30eb34f v0.7.1 |
|
3 | 11 | 1a18994cdc3bdd156ee93c7c0fb8d94a88f1f640 v0.7.2 |
|
4 | 12 | a3a7c3e03b76ee264a828cb1087970bb98bbffcd v0.7.3 |
|
5 | 13 | 58b46f9194c347641bfc9a26697ef413a4761971 v0.7.4 |
|
6 | 14 | 710e7a75bb6b8346cee3bd0ddda67592e4790268 v0.7.5 |
|
7 | 15 | ca80f8c0056211dad33483a50b913593516d7a6c v0.7.6 |
|
8 | 16 | 0cf49c29c846fefeb4e1a222e4b1850e9e3eaa62 v0.7.7 |
|
9 | 17 | 702c7e565c56a49c89414e81f28571c8e5b67408 v0.7.8 |
|
10 | 18 | c12f4d19c95065f313eefcd45eac9ef507f5fa55 v0.7.9 |
|
11 | 19 | 558eb7c5028f24a90b5466ed16be13b213ba1fc2 v0.8.0 |
|
12 | 20 | a9814a642e11092b243ca01721254a04633a0ffc v0.8.1 |
|
13 | 21 | ccbe729908844884aea89d00fb14a6cb92e10c06 v0.8.2 |
|
14 | 22 | ca41d544dbdfd2f81bd0304168492a26276aadb6 v0.8.3 |
|
15 | 23 | 2fa16ec5822da0c6fade3dd1ed9b6c0655e5dbbf v0.8.4 |
|
16 | 24 | 16ba57d8fe2317c49dbd422afd07ab497687aa02 v0.8.5 |
|
17 | 25 | 53128b6b9a4ddb6ee9554cbb83a082a6d1316b42 v1.0.0rc4 |
|
18 | 436bee78d81a02835837d11ef1bf6c308b866bb4 v0.1.0 | |
|
19 | 0000000000000000000000000000000000000000 v0.1.0 | |
|
20 | 3142616771cd4721e5d5c403947674a7cc90ec99 v0.2.0 | |
|
21 | 0000000000000000000000000000000000000000 v0.2.0 | |
|
22 | 3380ca40cdbad1b5d993431d00636b7aa8ba496e v0.6.0 | |
|
23 | 0000000000000000000000000000000000000000 v0.6.0 | |
|
24 | 50a39f923f311da3ac493cde8094d2b41afe4104 v0.6.8 | |
|
25 | 0000000000000000000000000000000000000000 v0.6.8 |
@@ -1,2301 +1,2303 b'' | |||
|
1 | 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 | 2 | border:0; |
|
3 | 3 | outline:0; |
|
4 | 4 | font-size:100%; |
|
5 | 5 | vertical-align:baseline; |
|
6 | 6 | background:transparent; |
|
7 | 7 | margin:0; |
|
8 | 8 | padding:0; |
|
9 | 9 | } |
|
10 | 10 | |
|
11 | 11 | body { |
|
12 | 12 | line-height:1; |
|
13 | 13 | height:100%; |
|
14 | 14 | background:url("../images/background.png") repeat scroll 0 0 #B0B0B0; |
|
15 | 15 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
16 | 16 | font-size:12px; |
|
17 | 17 | color:#000; |
|
18 | 18 | margin:0; |
|
19 | 19 | padding:0; |
|
20 | 20 | } |
|
21 | 21 | |
|
22 | 22 | ol,ul { |
|
23 | 23 | list-style:none; |
|
24 | 24 | } |
|
25 | 25 | |
|
26 | 26 | blockquote,q { |
|
27 | 27 | quotes:none; |
|
28 | 28 | } |
|
29 | 29 | |
|
30 | 30 | blockquote:before,blockquote:after,q:before,q:after { |
|
31 | 31 | content:none; |
|
32 | 32 | } |
|
33 | 33 | |
|
34 | 34 | :focus { |
|
35 | 35 | outline:0; |
|
36 | 36 | } |
|
37 | 37 | |
|
38 | 38 | del { |
|
39 | 39 | text-decoration:line-through; |
|
40 | 40 | } |
|
41 | 41 | |
|
42 | 42 | table { |
|
43 | 43 | border-collapse:collapse; |
|
44 | 44 | border-spacing:0; |
|
45 | 45 | } |
|
46 | 46 | |
|
47 | 47 | html { |
|
48 | 48 | height:100%; |
|
49 | 49 | } |
|
50 | 50 | |
|
51 | 51 | a { |
|
52 | 52 | color:#003367; |
|
53 | 53 | text-decoration:none; |
|
54 | 54 | cursor:pointer; |
|
55 | 55 | font-weight:700; |
|
56 | 56 | } |
|
57 | 57 | |
|
58 | 58 | a:hover { |
|
59 | 59 | color:#316293; |
|
60 | 60 | text-decoration:underline; |
|
61 | 61 | } |
|
62 | 62 | |
|
63 | 63 | h1,h2,h3,h4,h5,h6 { |
|
64 | 64 | color:#292929; |
|
65 | 65 | font-weight:700; |
|
66 | 66 | } |
|
67 | 67 | |
|
68 | 68 | h1 { |
|
69 | 69 | font-size:22px; |
|
70 | 70 | } |
|
71 | 71 | |
|
72 | 72 | h2 { |
|
73 | 73 | font-size:20px; |
|
74 | 74 | } |
|
75 | 75 | |
|
76 | 76 | h3 { |
|
77 | 77 | font-size:18px; |
|
78 | 78 | } |
|
79 | 79 | |
|
80 | 80 | h4 { |
|
81 | 81 | font-size:16px; |
|
82 | 82 | } |
|
83 | 83 | |
|
84 | 84 | h5 { |
|
85 | 85 | font-size:14px; |
|
86 | 86 | } |
|
87 | 87 | |
|
88 | 88 | h6 { |
|
89 | 89 | font-size:11px; |
|
90 | 90 | } |
|
91 | 91 | |
|
92 | 92 | ul.circle { |
|
93 | 93 | list-style-type:circle; |
|
94 | 94 | } |
|
95 | 95 | |
|
96 | 96 | ul.disc { |
|
97 | 97 | list-style-type:disc; |
|
98 | 98 | } |
|
99 | 99 | |
|
100 | 100 | ul.square { |
|
101 | 101 | list-style-type:square; |
|
102 | 102 | } |
|
103 | 103 | |
|
104 | 104 | ol.lower-roman { |
|
105 | 105 | list-style-type:lower-roman; |
|
106 | 106 | } |
|
107 | 107 | |
|
108 | 108 | ol.upper-roman { |
|
109 | 109 | list-style-type:upper-roman; |
|
110 | 110 | } |
|
111 | 111 | |
|
112 | 112 | ol.lower-alpha { |
|
113 | 113 | list-style-type:lower-alpha; |
|
114 | 114 | } |
|
115 | 115 | |
|
116 | 116 | ol.upper-alpha { |
|
117 | 117 | list-style-type:upper-alpha; |
|
118 | 118 | } |
|
119 | 119 | |
|
120 | 120 | ol.decimal { |
|
121 | 121 | list-style-type:decimal; |
|
122 | 122 | } |
|
123 | 123 | |
|
124 | 124 | div.color { |
|
125 | 125 | clear:both; |
|
126 | 126 | overflow:hidden; |
|
127 | 127 | position:absolute; |
|
128 | 128 | background:#FFF; |
|
129 | 129 | margin:7px 0 0 60px; |
|
130 | 130 | padding:1px 1px 1px 0; |
|
131 | 131 | } |
|
132 | 132 | |
|
133 | 133 | div.color a { |
|
134 | 134 | width:15px; |
|
135 | 135 | height:15px; |
|
136 | 136 | display:block; |
|
137 | 137 | float:left; |
|
138 | 138 | margin:0 0 0 1px; |
|
139 | 139 | padding:0; |
|
140 | 140 | } |
|
141 | 141 | |
|
142 | 142 | div.options { |
|
143 | 143 | clear:both; |
|
144 | 144 | overflow:hidden; |
|
145 | 145 | position:absolute; |
|
146 | 146 | background:#FFF; |
|
147 | 147 | margin:7px 0 0 162px; |
|
148 | 148 | padding:0; |
|
149 | 149 | } |
|
150 | 150 | |
|
151 | 151 | div.options a { |
|
152 | 152 | height:1%; |
|
153 | 153 | display:block; |
|
154 | 154 | text-decoration:none; |
|
155 | 155 | margin:0; |
|
156 | 156 | padding:3px 8px; |
|
157 | 157 | } |
|
158 | 158 | |
|
159 | 159 | .top-left-rounded-corner { |
|
160 | 160 | -webkit-border-top-left-radius: 8px; |
|
161 | 161 | -khtml-border-radius-topleft: 8px; |
|
162 | 162 | -moz-border-radius-topleft: 8px; |
|
163 | 163 | border-top-left-radius: 8px; |
|
164 | 164 | } |
|
165 | 165 | |
|
166 | 166 | .top-right-rounded-corner { |
|
167 | 167 | -webkit-border-top-right-radius: 8px; |
|
168 | 168 | -khtml-border-radius-topright: 8px; |
|
169 | 169 | -moz-border-radius-topright: 8px; |
|
170 | 170 | border-top-right-radius: 8px; |
|
171 | 171 | } |
|
172 | 172 | |
|
173 | 173 | .bottom-left-rounded-corner { |
|
174 | 174 | -webkit-border-bottom-left-radius: 8px; |
|
175 | 175 | -khtml-border-radius-bottomleft: 8px; |
|
176 | 176 | -moz-border-radius-bottomleft: 8px; |
|
177 | 177 | border-bottom-left-radius: 8px; |
|
178 | 178 | } |
|
179 | 179 | |
|
180 | 180 | .bottom-right-rounded-corner { |
|
181 | 181 | -webkit-border-bottom-right-radius: 8px; |
|
182 | 182 | -khtml-border-radius-bottomright: 8px; |
|
183 | 183 | -moz-border-radius-bottomright: 8px; |
|
184 | 184 | border-bottom-right-radius: 8px; |
|
185 | 185 | } |
|
186 | 186 | |
|
187 | 187 | |
|
188 | 188 | #header { |
|
189 | 189 | margin:0; |
|
190 | 190 | padding:0 30px; |
|
191 | 191 | } |
|
192 | 192 | |
|
193 | 193 | #header ul#logged-user li { |
|
194 | 194 | list-style:none; |
|
195 | 195 | float:left; |
|
196 | 196 | border-left:1px solid #bbb; |
|
197 | 197 | border-right:1px solid #a5a5a5; |
|
198 | 198 | margin:-2px 0 0; |
|
199 | 199 | padding:10px 12px; |
|
200 | 200 | } |
|
201 | 201 | |
|
202 | 202 | #header ul#logged-user li.first { |
|
203 | 203 | border-left:none; |
|
204 | 204 | margin:-6px; |
|
205 | 205 | } |
|
206 | 206 | |
|
207 | 207 | #header ul#logged-user li.first div.account { |
|
208 | 208 | padding-top:4px; |
|
209 | 209 | float:left; |
|
210 | 210 | } |
|
211 | 211 | |
|
212 | 212 | #header ul#logged-user li.last { |
|
213 | 213 | border-right:none; |
|
214 | 214 | } |
|
215 | 215 | |
|
216 | 216 | #header ul#logged-user li a { |
|
217 | 217 | color:#4e4e4e; |
|
218 | 218 | font-weight:700; |
|
219 | 219 | text-decoration:none; |
|
220 | 220 | } |
|
221 | 221 | |
|
222 | 222 | #header ul#logged-user li a:hover { |
|
223 | 223 | color:#376ea6; |
|
224 | 224 | text-decoration:underline; |
|
225 | 225 | } |
|
226 | 226 | |
|
227 | 227 | #header ul#logged-user li.highlight a { |
|
228 | 228 | color:#fff; |
|
229 | 229 | } |
|
230 | 230 | |
|
231 | 231 | #header ul#logged-user li.highlight a:hover { |
|
232 | 232 | color:#376ea6; |
|
233 | 233 | } |
|
234 | 234 | |
|
235 | 235 | #header #header-inner { |
|
236 | 236 | height:40px; |
|
237 | 237 | clear:both; |
|
238 | 238 | position:relative; |
|
239 | 239 | background:#003367 url("../images/header_inner.png") repeat-x; |
|
240 | 240 | border-bottom:2px solid #fff; |
|
241 | 241 | margin:0; |
|
242 | 242 | padding:0; |
|
243 | 243 | } |
|
244 | 244 | |
|
245 | 245 | #header #header-inner #home a { |
|
246 | 246 | height:40px; |
|
247 | 247 | width:46px; |
|
248 | 248 | display:block; |
|
249 | 249 | background:url("../images/button_home.png"); |
|
250 | 250 | background-position:0 0; |
|
251 | 251 | margin:0; |
|
252 | 252 | padding:0; |
|
253 | 253 | } |
|
254 | 254 | |
|
255 | 255 | #header #header-inner #home a:hover { |
|
256 | 256 | background-position:0 -40px; |
|
257 | 257 | } |
|
258 | 258 | |
|
259 | 259 | #header #header-inner #logo h1 { |
|
260 | 260 | color:#FFF; |
|
261 | 261 | font-size:14px; |
|
262 | 262 | text-transform:uppercase; |
|
263 | 263 | margin:13px 0 0 13px; |
|
264 | 264 | padding:0; |
|
265 | 265 | } |
|
266 | 266 | |
|
267 | 267 | #header #header-inner #logo a { |
|
268 | 268 | color:#fff; |
|
269 | 269 | text-decoration:none; |
|
270 | 270 | } |
|
271 | 271 | |
|
272 | 272 | #header #header-inner #logo a:hover { |
|
273 | 273 | color:#dabf29; |
|
274 | 274 | } |
|
275 | 275 | |
|
276 | 276 | #header #header-inner #quick,#header #header-inner #quick ul { |
|
277 | 277 | position:relative; |
|
278 | 278 | float:right; |
|
279 | 279 | list-style-type:none; |
|
280 | 280 | list-style-position:outside; |
|
281 | 281 | margin:10px 5px 0 0; |
|
282 | 282 | padding:0; |
|
283 | 283 | } |
|
284 | 284 | |
|
285 | 285 | #header #header-inner #quick li { |
|
286 | 286 | position:relative; |
|
287 | 287 | float:left; |
|
288 | 288 | margin:0 5px 0 0; |
|
289 | 289 | padding:0; |
|
290 | 290 | } |
|
291 | 291 | |
|
292 | 292 | #header #header-inner #quick li a { |
|
293 | 293 | top:0; |
|
294 | 294 | left:0; |
|
295 | 295 | height:1%; |
|
296 | 296 | display:block; |
|
297 | 297 | clear:both; |
|
298 | 298 | overflow:hidden; |
|
299 | 299 | color:#FFF; |
|
300 | 300 | font-weight:700; |
|
301 | 301 | text-decoration:none; |
|
302 | 302 | background:#369 url("../../images/quick_l.png") no-repeat top left; |
|
303 | 303 | padding:0; |
|
304 | 304 | } |
|
305 | 305 | |
|
306 | 306 | #header #header-inner #quick li span { |
|
307 | 307 | top:0; |
|
308 | 308 | right:0; |
|
309 | 309 | height:1%; |
|
310 | 310 | display:block; |
|
311 | 311 | float:left; |
|
312 | 312 | background:url("../../images/quick_r.png") no-repeat top right; |
|
313 | 313 | border-left:1px solid #3f6f9f; |
|
314 | 314 | margin:0; |
|
315 | 315 | padding:10px 12px 8px 10px; |
|
316 | 316 | } |
|
317 | 317 | |
|
318 | 318 | #header #header-inner #quick li span.normal { |
|
319 | 319 | border:none; |
|
320 | 320 | padding:10px 12px 8px; |
|
321 | 321 | } |
|
322 | 322 | |
|
323 | 323 | #header #header-inner #quick li span.icon { |
|
324 | 324 | top:0; |
|
325 | 325 | left:0; |
|
326 | 326 | border-left:none; |
|
327 | 327 | background:url("../../images/quick_l.png") no-repeat top left; |
|
328 | 328 | border-right:1px solid #2e5c89; |
|
329 | 329 | padding:8px 8px 4px; |
|
330 | 330 | } |
|
331 | 331 | |
|
332 | 332 | #header #header-inner #quick li a:hover { |
|
333 | 333 | background:#4e4e4e url("../../images/quick_l_selected.png") no-repeat top left; |
|
334 | 334 | } |
|
335 | 335 | |
|
336 | 336 | #header #header-inner #quick li a:hover span { |
|
337 | 337 | border-left:1px solid #545454; |
|
338 | 338 | background:url("../../images/quick_r_selected.png") no-repeat top right; |
|
339 | 339 | } |
|
340 | 340 | |
|
341 | 341 | #header #header-inner #quick li a:hover span.icon { |
|
342 | 342 | border-left:none; |
|
343 | 343 | border-right:1px solid #464646; |
|
344 | 344 | background:url("../../images/quick_l_selected.png") no-repeat top left; |
|
345 | 345 | } |
|
346 | 346 | |
|
347 | 347 | #header #header-inner #quick ul { |
|
348 | 348 | top:29px; |
|
349 | 349 | right:0; |
|
350 | 350 | min-width:200px; |
|
351 | 351 | display:none; |
|
352 | 352 | position:absolute; |
|
353 | 353 | background:#FFF; |
|
354 | 354 | border:1px solid #666; |
|
355 | 355 | border-top:1px solid #003367; |
|
356 | 356 | z-index:100; |
|
357 | 357 | margin:0; |
|
358 | 358 | padding:0; |
|
359 | 359 | } |
|
360 | 360 | |
|
361 | 361 | #header #header-inner #quick ul.repo_switcher { |
|
362 | 362 | max-height:275px; |
|
363 | 363 | overflow-x:hidden; |
|
364 | 364 | overflow-y:auto; |
|
365 | 365 | } |
|
366 | 366 | |
|
367 | 367 | #header #header-inner #quick li ul li { |
|
368 | 368 | border-bottom:1px solid #ddd; |
|
369 | 369 | } |
|
370 | 370 | |
|
371 | 371 | #header #header-inner #quick li ul li a { |
|
372 | 372 | width:182px; |
|
373 | 373 | height:auto; |
|
374 | 374 | display:block; |
|
375 | 375 | float:left; |
|
376 | 376 | background:#FFF; |
|
377 | 377 | color:#003367; |
|
378 | 378 | font-weight:400; |
|
379 | 379 | margin:0; |
|
380 | 380 | padding:7px 9px; |
|
381 | 381 | } |
|
382 | 382 | |
|
383 | 383 | #header #header-inner #quick li ul li a:hover { |
|
384 | 384 | color:#000; |
|
385 | 385 | background:#FFF; |
|
386 | 386 | } |
|
387 | 387 | |
|
388 | 388 | #header #header-inner #quick ul ul { |
|
389 | 389 | top:auto; |
|
390 | 390 | } |
|
391 | 391 | |
|
392 | 392 | #header #header-inner #quick li ul ul { |
|
393 | 393 | right:200px; |
|
394 | 394 | max-height:275px; |
|
395 | 395 | overflow:auto; |
|
396 | 396 | overflow-x:hidden; |
|
397 | 397 | white-space:nowrap; |
|
398 | 398 | } |
|
399 | 399 | |
|
400 | 400 | #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover { |
|
401 | 401 | background:url("../images/icons/book.png") no-repeat scroll 4px 9px #FFF; |
|
402 | 402 | width:167px; |
|
403 | 403 | margin:0; |
|
404 | 404 | padding:12px 9px 7px 24px; |
|
405 | 405 | } |
|
406 | 406 | |
|
407 | 407 | #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover { |
|
408 | 408 | background:url("../images/icons/lock.png") no-repeat scroll 4px 9px #FFF; |
|
409 | 409 | min-width:167px; |
|
410 | 410 | margin:0; |
|
411 | 411 | padding:12px 9px 7px 24px; |
|
412 | 412 | } |
|
413 | 413 | |
|
414 | 414 | #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover { |
|
415 | 415 | background:url("../images/icons/lock_open.png") no-repeat scroll 4px 9px #FFF; |
|
416 | 416 | min-width:167px; |
|
417 | 417 | margin:0; |
|
418 | 418 | padding:12px 9px 7px 24px; |
|
419 | 419 | } |
|
420 | 420 | |
|
421 | 421 | #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover { |
|
422 | 422 | background:url("../images/icons/folder_edit.png") no-repeat scroll 4px 9px #FFF; |
|
423 | 423 | width:167px; |
|
424 | 424 | margin:0; |
|
425 | 425 | padding:12px 9px 7px 24px; |
|
426 | 426 | } |
|
427 | 427 | |
|
428 | 428 | #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover { |
|
429 | 429 | background:#FFF url("../images/icons/user_edit.png") no-repeat 4px 9px; |
|
430 | 430 | width:167px; |
|
431 | 431 | margin:0; |
|
432 | 432 | padding:12px 9px 7px 24px; |
|
433 | 433 | } |
|
434 | 434 | |
|
435 | 435 | #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover { |
|
436 | 436 | background:#FFF url("../images/icons/cog.png") no-repeat 4px 9px; |
|
437 | 437 | width:167px; |
|
438 | 438 | margin:0; |
|
439 | 439 | padding:12px 9px 7px 24px; |
|
440 | 440 | } |
|
441 | 441 | |
|
442 | 442 | #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover { |
|
443 | 443 | background:#FFF url("../images/icons/key.png") no-repeat 4px 9px; |
|
444 | 444 | width:167px; |
|
445 | 445 | margin:0; |
|
446 | 446 | padding:12px 9px 7px 24px; |
|
447 | 447 | } |
|
448 | 448 | |
|
449 | 449 | #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover { |
|
450 | 450 | background:#FFF url("../images/icons/arrow_divide.png") no-repeat 4px 9px; |
|
451 | 451 | width:167px; |
|
452 | 452 | margin:0; |
|
453 | 453 | padding:12px 9px 7px 24px; |
|
454 | 454 | } |
|
455 | 455 | |
|
456 | 456 | #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover { |
|
457 | 457 | background:#FFF url("../images/icons/search_16.png") no-repeat 4px 9px; |
|
458 | 458 | width:167px; |
|
459 | 459 | margin:0; |
|
460 | 460 | padding:12px 9px 7px 24px; |
|
461 | 461 | } |
|
462 | 462 | |
|
463 | 463 | #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover { |
|
464 | 464 | background:#FFF url("../images/icons/delete.png") no-repeat 4px 9px; |
|
465 | 465 | width:167px; |
|
466 | 466 | margin:0; |
|
467 | 467 | padding:12px 9px 7px 24px; |
|
468 | 468 | } |
|
469 | 469 | |
|
470 | 470 | #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover { |
|
471 | 471 | background:#FFF url("../images/icons/arrow_branch.png") no-repeat 4px 9px; |
|
472 | 472 | width:167px; |
|
473 | 473 | margin:0; |
|
474 | 474 | padding:12px 9px 7px 24px; |
|
475 | 475 | } |
|
476 | 476 | |
|
477 | 477 | #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover { |
|
478 | 478 | background:#FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px; |
|
479 | 479 | width:167px; |
|
480 | 480 | margin:0; |
|
481 | 481 | padding:12px 9px 7px 24px; |
|
482 | 482 | } |
|
483 | 483 | |
|
484 | 484 | #header #header-inner #quick li ul li a.admin,#header #header-inner #quick li ul li a.admin:hover { |
|
485 | 485 | background:#FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px; |
|
486 | 486 | width:167px; |
|
487 | 487 | margin:0; |
|
488 | 488 | padding:12px 9px 7px 24px; |
|
489 | 489 | } |
|
490 | 490 | |
|
491 | 491 | #content #left { |
|
492 | 492 | left:0; |
|
493 | 493 | width:280px; |
|
494 | 494 | position:absolute; |
|
495 | 495 | } |
|
496 | 496 | |
|
497 | 497 | #content #right { |
|
498 | 498 | margin:0 60px 10px 290px; |
|
499 | 499 | } |
|
500 | 500 | |
|
501 | 501 | #content div.box { |
|
502 | 502 | clear:both; |
|
503 | 503 | overflow:hidden; |
|
504 | 504 | background:#fff; |
|
505 | 505 | margin:0 0 10px; |
|
506 | 506 | padding:0 0 10px; |
|
507 | 507 | } |
|
508 | 508 | |
|
509 | 509 | #content div.box-left { |
|
510 | 510 | width:49%; |
|
511 | 511 | clear:none; |
|
512 | 512 | float:left; |
|
513 | 513 | margin:0 0 10px; |
|
514 | 514 | } |
|
515 | 515 | |
|
516 | 516 | #content div.box-right { |
|
517 | 517 | width:49%; |
|
518 | 518 | clear:none; |
|
519 | 519 | float:right; |
|
520 | 520 | margin:0 0 10px; |
|
521 | 521 | } |
|
522 | 522 | |
|
523 | 523 | #content div.box div.title { |
|
524 | 524 | clear:both; |
|
525 | 525 | overflow:hidden; |
|
526 | 526 | background:#369 url("../images/header_inner.png") repeat-x; |
|
527 | 527 | margin:0 0 20px; |
|
528 | 528 | padding:0; |
|
529 | 529 | } |
|
530 | 530 | |
|
531 | 531 | #content div.box div.title h5 { |
|
532 | 532 | float:left; |
|
533 | 533 | border:none; |
|
534 | 534 | color:#fff; |
|
535 | 535 | text-transform:uppercase; |
|
536 | 536 | margin:0; |
|
537 | 537 | padding:11px 0 11px 10px; |
|
538 | 538 | } |
|
539 | 539 | |
|
540 | 540 | #content div.box div.title ul.links li { |
|
541 | 541 | list-style:none; |
|
542 | 542 | float:left; |
|
543 | 543 | margin:0; |
|
544 | 544 | padding:0; |
|
545 | 545 | } |
|
546 | 546 | |
|
547 | 547 | #content div.box div.title ul.links li a { |
|
548 | 548 | height:1%; |
|
549 | 549 | display:block; |
|
550 | 550 | float:left; |
|
551 | 551 | border-left:1px solid #316293; |
|
552 | 552 | color:#fff; |
|
553 | 553 | font-size:11px; |
|
554 | 554 | font-weight:700; |
|
555 | 555 | text-decoration:none; |
|
556 | 556 | margin:0; |
|
557 | 557 | padding:13px 16px 12px; |
|
558 | 558 | } |
|
559 | 559 | |
|
560 | 560 | #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6 { |
|
561 | 561 | clear:both; |
|
562 | 562 | overflow:hidden; |
|
563 | 563 | border-bottom:1px solid #DDD; |
|
564 | 564 | margin:10px 20px; |
|
565 | 565 | padding:0 0 15px; |
|
566 | 566 | } |
|
567 | 567 | |
|
568 | 568 | #content div.box p { |
|
569 | 569 | color:#5f5f5f; |
|
570 | 570 | font-size:12px; |
|
571 | 571 | line-height:150%; |
|
572 | 572 | margin:0 24px 10px; |
|
573 | 573 | padding:0; |
|
574 | 574 | } |
|
575 | 575 | |
|
576 | 576 | #content div.box blockquote { |
|
577 | 577 | border-left:4px solid #DDD; |
|
578 | 578 | color:#5f5f5f; |
|
579 | 579 | font-size:11px; |
|
580 | 580 | line-height:150%; |
|
581 | 581 | margin:0 34px; |
|
582 | 582 | padding:0 0 0 14px; |
|
583 | 583 | } |
|
584 | 584 | |
|
585 | 585 | #content div.box blockquote p { |
|
586 | 586 | margin:10px 0; |
|
587 | 587 | padding:0; |
|
588 | 588 | } |
|
589 | 589 | |
|
590 | 590 | #content div.box dl { |
|
591 | 591 | margin:10px 24px; |
|
592 | 592 | } |
|
593 | 593 | |
|
594 | 594 | #content div.box dt { |
|
595 | 595 | font-size:12px; |
|
596 | 596 | margin:0; |
|
597 | 597 | } |
|
598 | 598 | |
|
599 | 599 | #content div.box dd { |
|
600 | 600 | font-size:12px; |
|
601 | 601 | margin:0; |
|
602 | 602 | padding:8px 0 8px 15px; |
|
603 | 603 | } |
|
604 | 604 | |
|
605 | 605 | #content div.box li { |
|
606 | 606 | font-size:12px; |
|
607 | 607 | padding:4px 0; |
|
608 | 608 | } |
|
609 | 609 | |
|
610 | 610 | #content div.box ul.disc,#content div.box ul.circle { |
|
611 | 611 | margin:10px 24px 10px 38px; |
|
612 | 612 | } |
|
613 | 613 | |
|
614 | 614 | #content div.box ul.square { |
|
615 | 615 | margin:10px 24px 10px 40px; |
|
616 | 616 | } |
|
617 | 617 | |
|
618 | 618 | #content div.box img.left { |
|
619 | 619 | border:none; |
|
620 | 620 | float:left; |
|
621 | 621 | margin:10px 10px 10px 0; |
|
622 | 622 | } |
|
623 | 623 | |
|
624 | 624 | #content div.box img.right { |
|
625 | 625 | border:none; |
|
626 | 626 | float:right; |
|
627 | 627 | margin:10px 0 10px 10px; |
|
628 | 628 | } |
|
629 | 629 | |
|
630 | 630 | #content div.box div.messages { |
|
631 | 631 | clear:both; |
|
632 | 632 | overflow:hidden; |
|
633 | 633 | margin:0 20px; |
|
634 | 634 | padding:0; |
|
635 | 635 | } |
|
636 | 636 | |
|
637 | 637 | #content div.box div.message { |
|
638 | 638 | clear:both; |
|
639 | 639 | overflow:hidden; |
|
640 | 640 | margin:0; |
|
641 | 641 | padding:10px 0; |
|
642 | 642 | } |
|
643 | 643 | |
|
644 | 644 | #content div.box div.message a { |
|
645 | 645 | font-weight:400 !important; |
|
646 | 646 | } |
|
647 | 647 | |
|
648 | 648 | #content div.box div.message div.image { |
|
649 | 649 | float:left; |
|
650 | 650 | margin:9px 0 0 5px; |
|
651 | 651 | padding:6px; |
|
652 | 652 | } |
|
653 | 653 | |
|
654 | 654 | #content div.box div.message div.image img { |
|
655 | 655 | vertical-align:middle; |
|
656 | 656 | margin:0; |
|
657 | 657 | } |
|
658 | 658 | |
|
659 | 659 | #content div.box div.message div.text { |
|
660 | 660 | float:left; |
|
661 | 661 | margin:0; |
|
662 | 662 | padding:9px 6px; |
|
663 | 663 | } |
|
664 | 664 | |
|
665 | 665 | #content div.box div.message div.dismiss a { |
|
666 | 666 | height:16px; |
|
667 | 667 | width:16px; |
|
668 | 668 | display:block; |
|
669 | 669 | background:url("../images/icons/cross.png") no-repeat; |
|
670 | 670 | margin:15px 14px 0 0; |
|
671 | 671 | padding:0; |
|
672 | 672 | } |
|
673 | 673 | |
|
674 | 674 | #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 { |
|
675 | 675 | border:none; |
|
676 | 676 | margin:0; |
|
677 | 677 | padding:0; |
|
678 | 678 | } |
|
679 | 679 | |
|
680 | 680 | #content div.box div.message div.text span { |
|
681 | 681 | height:1%; |
|
682 | 682 | display:block; |
|
683 | 683 | margin:0; |
|
684 | 684 | padding:5px 0 0; |
|
685 | 685 | } |
|
686 | 686 | |
|
687 | 687 | #content div.box div.message-error { |
|
688 | 688 | height:1%; |
|
689 | 689 | clear:both; |
|
690 | 690 | overflow:hidden; |
|
691 | 691 | background:#FBE3E4; |
|
692 | 692 | border:1px solid #FBC2C4; |
|
693 | 693 | color:#860006; |
|
694 | 694 | } |
|
695 | 695 | |
|
696 | 696 | #content div.box div.message-error h6 { |
|
697 | 697 | color:#860006; |
|
698 | 698 | } |
|
699 | 699 | |
|
700 | 700 | #content div.box div.message-warning { |
|
701 | 701 | height:1%; |
|
702 | 702 | clear:both; |
|
703 | 703 | overflow:hidden; |
|
704 | 704 | background:#FFF6BF; |
|
705 | 705 | border:1px solid #FFD324; |
|
706 | 706 | color:#5f5200; |
|
707 | 707 | } |
|
708 | 708 | |
|
709 | 709 | #content div.box div.message-warning h6 { |
|
710 | 710 | color:#5f5200; |
|
711 | 711 | } |
|
712 | 712 | |
|
713 | 713 | #content div.box div.message-notice { |
|
714 | 714 | height:1%; |
|
715 | 715 | clear:both; |
|
716 | 716 | overflow:hidden; |
|
717 | 717 | background:#8FBDE0; |
|
718 | 718 | border:1px solid #6BACDE; |
|
719 | 719 | color:#003863; |
|
720 | 720 | } |
|
721 | 721 | |
|
722 | 722 | #content div.box div.message-notice h6 { |
|
723 | 723 | color:#003863; |
|
724 | 724 | } |
|
725 | 725 | |
|
726 | 726 | #content div.box div.message-success { |
|
727 | 727 | height:1%; |
|
728 | 728 | clear:both; |
|
729 | 729 | overflow:hidden; |
|
730 | 730 | background:#E6EFC2; |
|
731 | 731 | border:1px solid #C6D880; |
|
732 | 732 | color:#4e6100; |
|
733 | 733 | } |
|
734 | 734 | |
|
735 | 735 | #content div.box div.message-success h6 { |
|
736 | 736 | color:#4e6100; |
|
737 | 737 | } |
|
738 | 738 | |
|
739 | 739 | #content div.box div.form div.fields div.field { |
|
740 | 740 | height:1%; |
|
741 | 741 | border-bottom:1px solid #DDD; |
|
742 | 742 | clear:both; |
|
743 | 743 | margin:0; |
|
744 | 744 | padding:10px 0; |
|
745 | 745 | } |
|
746 | 746 | |
|
747 | 747 | #content div.box div.form div.fields div.field-first { |
|
748 | 748 | padding:0 0 10px; |
|
749 | 749 | } |
|
750 | 750 | |
|
751 | 751 | #content div.box div.form div.fields div.field-noborder { |
|
752 | 752 | border-bottom:0 !important; |
|
753 | 753 | } |
|
754 | 754 | |
|
755 | 755 | #content div.box div.form div.fields div.field span.error-message { |
|
756 | 756 | height:1%; |
|
757 | 757 | display:inline-block; |
|
758 | 758 | color:red; |
|
759 | 759 | margin:8px 0 0 4px; |
|
760 | 760 | padding:0; |
|
761 | 761 | } |
|
762 | 762 | |
|
763 | 763 | #content div.box div.form div.fields div.field span.success { |
|
764 | 764 | height:1%; |
|
765 | 765 | display:block; |
|
766 | 766 | color:#316309; |
|
767 | 767 | margin:8px 0 0; |
|
768 | 768 | padding:0; |
|
769 | 769 | } |
|
770 | 770 | |
|
771 | 771 | #content div.box div.form div.fields div.field div.label { |
|
772 | 772 | left:80px; |
|
773 | 773 | width:auto; |
|
774 | 774 | position:absolute; |
|
775 | 775 | margin:0; |
|
776 | 776 | padding:8px 0 0 5px; |
|
777 | 777 | } |
|
778 | 778 | |
|
779 | 779 | #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label { |
|
780 | 780 | clear:both; |
|
781 | 781 | overflow:hidden; |
|
782 | 782 | left:0; |
|
783 | 783 | width:auto; |
|
784 | 784 | position:relative; |
|
785 | 785 | margin:0; |
|
786 | 786 | padding:0 0 8px; |
|
787 | 787 | } |
|
788 | 788 | |
|
789 | 789 | #content div.box div.form div.fields div.field div.label-select { |
|
790 | 790 | padding:2px 0 0 5px; |
|
791 | 791 | } |
|
792 | 792 | |
|
793 | 793 | #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 { |
|
794 | 794 | padding:0 0 8px; |
|
795 | 795 | } |
|
796 | 796 | |
|
797 | 797 | #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 { |
|
798 | 798 | padding:0 0 8px !important; |
|
799 | 799 | } |
|
800 | 800 | |
|
801 | 801 | #content div.box div.form div.fields div.field div.label label { |
|
802 | 802 | color:#393939; |
|
803 | 803 | font-weight:700; |
|
804 | 804 | } |
|
805 | 805 | |
|
806 | 806 | #content div.box div.form div.fields div.field div.input { |
|
807 | 807 | margin:0 0 0 200px; |
|
808 | 808 | } |
|
809 | 809 | |
|
810 | 810 | #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input { |
|
811 | 811 | clear:both; |
|
812 | 812 | overflow:hidden; |
|
813 | 813 | border-top:1px solid #b3b3b3; |
|
814 | 814 | border-left:1px solid #b3b3b3; |
|
815 | 815 | border-right:1px solid #eaeaea; |
|
816 | 816 | border-bottom:1px solid #eaeaea; |
|
817 | 817 | margin:0; |
|
818 | 818 | padding:7px 7px 6px; |
|
819 | 819 | } |
|
820 | 820 | |
|
821 | 821 | #content div.box div.form div.fields div.field div.input input { |
|
822 | 822 | background:#FFF; |
|
823 | 823 | border-top:1px solid #b3b3b3; |
|
824 | 824 | border-left:1px solid #b3b3b3; |
|
825 | 825 | border-right:1px solid #eaeaea; |
|
826 | 826 | border-bottom:1px solid #eaeaea; |
|
827 | 827 | color:#000; |
|
828 | 828 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
829 | 829 | font-size:11px; |
|
830 | 830 | margin:0; |
|
831 | 831 | padding:7px 7px 6px; |
|
832 | 832 | } |
|
833 | 833 | |
|
834 | 834 | #content div.box-left div.form div.fields div.field div.input input,#content div.box-right div.form div.fields div.field div.input input { |
|
835 | 835 | width:100%; |
|
836 | 836 | border:none; |
|
837 | 837 | padding:0; |
|
838 | 838 | } |
|
839 | 839 | |
|
840 | 840 | #content div.box div.form div.fields div.field div.input input.small { |
|
841 | 841 | width:30%; |
|
842 | 842 | } |
|
843 | 843 | |
|
844 | 844 | #content div.box div.form div.fields div.field div.input input.medium { |
|
845 | 845 | width:55%; |
|
846 | 846 | } |
|
847 | 847 | |
|
848 | 848 | #content div.box div.form div.fields div.field div.input input.large { |
|
849 | 849 | width:85%; |
|
850 | 850 | } |
|
851 | 851 | |
|
852 | 852 | #content div.box div.form div.fields div.field div.input input.date { |
|
853 | 853 | width:177px; |
|
854 | 854 | } |
|
855 | 855 | |
|
856 | 856 | #content div.box div.form div.fields div.field div.input input.button { |
|
857 | 857 | background:#D4D0C8; |
|
858 | 858 | border-top:1px solid #FFF; |
|
859 | 859 | border-left:1px solid #FFF; |
|
860 | 860 | border-right:1px solid #404040; |
|
861 | 861 | border-bottom:1px solid #404040; |
|
862 | 862 | color:#000; |
|
863 | 863 | margin:0; |
|
864 | 864 | padding:4px 8px; |
|
865 | 865 | } |
|
866 | 866 | |
|
867 | 867 | #content div.box div.form div.fields div.field div.input a.ui-input-file { |
|
868 | 868 | width:28px; |
|
869 | 869 | height:28px; |
|
870 | 870 | display:inline; |
|
871 | 871 | position:absolute; |
|
872 | 872 | overflow:hidden; |
|
873 | 873 | cursor:pointer; |
|
874 | 874 | background:#e5e3e3 url("../images/button_browse.png") no-repeat; |
|
875 | 875 | border:none; |
|
876 | 876 | text-decoration:none; |
|
877 | 877 | margin:0 0 0 6px; |
|
878 | 878 | padding:0; |
|
879 | 879 | } |
|
880 | 880 | |
|
881 | 881 | #content div.box div.form div.fields div.field div.textarea { |
|
882 | 882 | border-top:1px solid #b3b3b3; |
|
883 | 883 | border-left:1px solid #b3b3b3; |
|
884 | 884 | border-right:1px solid #eaeaea; |
|
885 | 885 | border-bottom:1px solid #eaeaea; |
|
886 | 886 | margin:0 0 0 200px; |
|
887 | 887 | padding:10px; |
|
888 | 888 | } |
|
889 | 889 | |
|
890 | 890 | #content div.box div.form div.fields div.field div.textarea-editor { |
|
891 | 891 | border:1px solid #ddd; |
|
892 | 892 | padding:0; |
|
893 | 893 | } |
|
894 | 894 | |
|
895 | 895 | #content div.box div.form div.fields div.field div.textarea textarea { |
|
896 | 896 | width:100%; |
|
897 | 897 | height:220px; |
|
898 | 898 | overflow:hidden; |
|
899 | 899 | background:#FFF; |
|
900 | 900 | color:#000; |
|
901 | 901 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
902 | 902 | font-size:11px; |
|
903 | 903 | outline:none; |
|
904 | 904 | border-width:0; |
|
905 | 905 | margin:0; |
|
906 | 906 | padding:0; |
|
907 | 907 | } |
|
908 | 908 | |
|
909 | 909 | #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 { |
|
910 | 910 | width:100%; |
|
911 | 911 | height:100px; |
|
912 | 912 | } |
|
913 | 913 | |
|
914 | 914 | #content div.box div.form div.fields div.field div.textarea table { |
|
915 | 915 | width:100%; |
|
916 | 916 | border:none; |
|
917 | 917 | margin:0; |
|
918 | 918 | padding:0; |
|
919 | 919 | } |
|
920 | 920 | |
|
921 | 921 | #content div.box div.form div.fields div.field div.textarea table td { |
|
922 | 922 | background:#DDD; |
|
923 | 923 | border:none; |
|
924 | 924 | padding:0; |
|
925 | 925 | } |
|
926 | 926 | |
|
927 | 927 | #content div.box div.form div.fields div.field div.textarea table td table { |
|
928 | 928 | width:auto; |
|
929 | 929 | border:none; |
|
930 | 930 | margin:0; |
|
931 | 931 | padding:0; |
|
932 | 932 | } |
|
933 | 933 | |
|
934 | 934 | #content div.box div.form div.fields div.field div.textarea table td table td { |
|
935 | 935 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
936 | 936 | font-size:11px; |
|
937 | 937 | padding:5px 5px 5px 0; |
|
938 | 938 | } |
|
939 | 939 | |
|
940 | 940 | #content div.box div.form div.fields div.field div.textarea table td table td a.mceButtonActive { |
|
941 | 941 | background:#b1b1b1; |
|
942 | 942 | } |
|
943 | 943 | |
|
944 | 944 | #content div.box div.form div.fields div.field div.select a.ui-selectmenu { |
|
945 | 945 | color:#565656; |
|
946 | 946 | text-decoration:none; |
|
947 | 947 | } |
|
948 | 948 | |
|
949 | 949 | #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 { |
|
950 | 950 | background:#f6f6f6; |
|
951 | 951 | border-color:#666; |
|
952 | 952 | } |
|
953 | 953 | |
|
954 | 954 | div.form div.fields div.field div.button { |
|
955 | 955 | margin:0; |
|
956 | 956 | padding:0 0 0 8px; |
|
957 | 957 | } |
|
958 | 958 | |
|
959 | 959 | div.form div.fields div.field div.highlight .ui-state-default { |
|
960 | 960 | background:#4e85bb url("../images/button_highlight.png") repeat-x; |
|
961 | 961 | border-top:1px solid #5c91a4; |
|
962 | 962 | border-left:1px solid #2a6f89; |
|
963 | 963 | border-right:1px solid #2b7089; |
|
964 | 964 | border-bottom:1px solid #1a6480; |
|
965 | 965 | color:#FFF; |
|
966 | 966 | margin:0; |
|
967 | 967 | padding:6px 12px; |
|
968 | 968 | } |
|
969 | 969 | |
|
970 | 970 | div.form div.fields div.field div.highlight .ui-state-hover { |
|
971 | 971 | background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x; |
|
972 | 972 | border-top:1px solid #78acbf; |
|
973 | 973 | border-left:1px solid #34819e; |
|
974 | 974 | border-right:1px solid #35829f; |
|
975 | 975 | border-bottom:1px solid #257897; |
|
976 | 976 | color:#FFF; |
|
977 | 977 | margin:0; |
|
978 | 978 | padding:6px 12px; |
|
979 | 979 | } |
|
980 | 980 | |
|
981 | 981 | #content div.box div.form div.fields div.buttons div.highlight input.ui-state-default { |
|
982 | 982 | background:#4e85bb url("../../images/button_highlight.png") repeat-x; |
|
983 | 983 | border-top:1px solid #5c91a4; |
|
984 | 984 | border-left:1px solid #2a6f89; |
|
985 | 985 | border-right:1px solid #2b7089; |
|
986 | 986 | border-bottom:1px solid #1a6480; |
|
987 | 987 | color:#fff; |
|
988 | 988 | margin:0; |
|
989 | 989 | padding:6px 12px; |
|
990 | 990 | } |
|
991 | 991 | |
|
992 | 992 | #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover { |
|
993 | 993 | background:#46a0c1 url("../../images/button_highlight_selected.png") repeat-x; |
|
994 | 994 | border-top:1px solid #78acbf; |
|
995 | 995 | border-left:1px solid #34819e; |
|
996 | 996 | border-right:1px solid #35829f; |
|
997 | 997 | border-bottom:1px solid #257897; |
|
998 | 998 | color:#fff; |
|
999 | 999 | margin:0; |
|
1000 | 1000 | padding:6px 12px; |
|
1001 | 1001 | } |
|
1002 | 1002 | |
|
1003 | 1003 | #content div.box table { |
|
1004 | 1004 | width:100%; |
|
1005 | 1005 | border-collapse:collapse; |
|
1006 | 1006 | margin:0; |
|
1007 | 1007 | padding:0; |
|
1008 | 1008 | } |
|
1009 | 1009 | |
|
1010 | 1010 | #content div.box table th { |
|
1011 | 1011 | background:#eee; |
|
1012 | 1012 | border-bottom:1px solid #ddd; |
|
1013 | 1013 | padding:10px; |
|
1014 | 1014 | } |
|
1015 | 1015 | |
|
1016 | 1016 | #content div.box table th.left { |
|
1017 | 1017 | text-align:left; |
|
1018 | 1018 | } |
|
1019 | 1019 | |
|
1020 | 1020 | #content div.box table th.right { |
|
1021 | 1021 | text-align:right; |
|
1022 | 1022 | } |
|
1023 | 1023 | |
|
1024 | 1024 | #content div.box table th.center { |
|
1025 | 1025 | text-align:center; |
|
1026 | 1026 | } |
|
1027 | 1027 | |
|
1028 | 1028 | #content div.box table th.selected { |
|
1029 | 1029 | vertical-align:middle; |
|
1030 | 1030 | padding:0; |
|
1031 | 1031 | } |
|
1032 | 1032 | |
|
1033 | 1033 | #content div.box table td { |
|
1034 | 1034 | background:#fff; |
|
1035 | 1035 | border-bottom:1px solid #cdcdcd; |
|
1036 | 1036 | vertical-align:middle; |
|
1037 | 1037 | padding:5px; |
|
1038 | 1038 | } |
|
1039 | 1039 | |
|
1040 | 1040 | #content div.box table tr.selected td { |
|
1041 | 1041 | background:#FFC; |
|
1042 | 1042 | } |
|
1043 | 1043 | |
|
1044 | 1044 | #content div.box table td.selected { |
|
1045 | 1045 | width:3%; |
|
1046 | 1046 | text-align:center; |
|
1047 | 1047 | vertical-align:middle; |
|
1048 | 1048 | padding:0; |
|
1049 | 1049 | } |
|
1050 | 1050 | |
|
1051 | 1051 | #content div.box table td.action { |
|
1052 | 1052 | width:45%; |
|
1053 | 1053 | text-align:left; |
|
1054 | 1054 | } |
|
1055 | 1055 | |
|
1056 | 1056 | #content div.box table td.date { |
|
1057 | 1057 | width:33%; |
|
1058 | 1058 | text-align:center; |
|
1059 | 1059 | } |
|
1060 | 1060 | |
|
1061 | 1061 | #content div.box div.action { |
|
1062 | 1062 | float:right; |
|
1063 | 1063 | background:#FFF; |
|
1064 | 1064 | text-align:right; |
|
1065 | 1065 | margin:10px 0 0; |
|
1066 | 1066 | padding:0; |
|
1067 | 1067 | } |
|
1068 | 1068 | |
|
1069 | 1069 | #content div.box div.action select { |
|
1070 | 1070 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
1071 | 1071 | font-size:11px; |
|
1072 | 1072 | margin:0; |
|
1073 | 1073 | } |
|
1074 | 1074 | |
|
1075 | 1075 | #content div.box div.action .ui-selectmenu { |
|
1076 | 1076 | margin:0; |
|
1077 | 1077 | padding:0; |
|
1078 | 1078 | } |
|
1079 | 1079 | |
|
1080 | 1080 | #content div.box div.pagination { |
|
1081 | 1081 | height:1%; |
|
1082 | 1082 | clear:both; |
|
1083 | 1083 | overflow:hidden; |
|
1084 | 1084 | margin:10px 0 0; |
|
1085 | 1085 | padding:0; |
|
1086 | 1086 | } |
|
1087 | 1087 | |
|
1088 | 1088 | #content div.box div.pagination ul.pager { |
|
1089 | 1089 | float:right; |
|
1090 | 1090 | text-align:right; |
|
1091 | 1091 | margin:0; |
|
1092 | 1092 | padding:0; |
|
1093 | 1093 | } |
|
1094 | 1094 | |
|
1095 | 1095 | #content div.box div.pagination ul.pager li { |
|
1096 | 1096 | height:1%; |
|
1097 | 1097 | float:left; |
|
1098 | 1098 | list-style:none; |
|
1099 | 1099 | background:#ebebeb url("../images/pager.png") repeat-x; |
|
1100 | 1100 | border-top:1px solid #dedede; |
|
1101 | 1101 | border-left:1px solid #cfcfcf; |
|
1102 | 1102 | border-right:1px solid #c4c4c4; |
|
1103 | 1103 | border-bottom:1px solid #c4c4c4; |
|
1104 | 1104 | color:#4A4A4A; |
|
1105 | 1105 | font-weight:700; |
|
1106 | 1106 | margin:0 0 0 4px; |
|
1107 | 1107 | padding:0; |
|
1108 | 1108 | } |
|
1109 | 1109 | |
|
1110 | 1110 | #content div.box div.pagination ul.pager li.separator { |
|
1111 | 1111 | padding:6px; |
|
1112 | 1112 | } |
|
1113 | 1113 | |
|
1114 | 1114 | #content div.box div.pagination ul.pager li.current { |
|
1115 | 1115 | background:#b4b4b4 url("../images/pager_selected.png") repeat-x; |
|
1116 | 1116 | border-top:1px solid #ccc; |
|
1117 | 1117 | border-left:1px solid #bebebe; |
|
1118 | 1118 | border-right:1px solid #b1b1b1; |
|
1119 | 1119 | border-bottom:1px solid #afafaf; |
|
1120 | 1120 | color:#515151; |
|
1121 | 1121 | padding:6px; |
|
1122 | 1122 | } |
|
1123 | 1123 | |
|
1124 | 1124 | #content div.box div.pagination ul.pager li a { |
|
1125 | 1125 | height:1%; |
|
1126 | 1126 | display:block; |
|
1127 | 1127 | float:left; |
|
1128 | 1128 | color:#515151; |
|
1129 | 1129 | text-decoration:none; |
|
1130 | 1130 | margin:0; |
|
1131 | 1131 | padding:6px; |
|
1132 | 1132 | } |
|
1133 | 1133 | |
|
1134 | 1134 | #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active { |
|
1135 | 1135 | background:#b4b4b4 url("../images/pager_selected.png") repeat-x; |
|
1136 | 1136 | border-top:1px solid #ccc; |
|
1137 | 1137 | border-left:1px solid #bebebe; |
|
1138 | 1138 | border-right:1px solid #b1b1b1; |
|
1139 | 1139 | border-bottom:1px solid #afafaf; |
|
1140 | 1140 | margin:-1px; |
|
1141 | 1141 | } |
|
1142 | 1142 | |
|
1143 | 1143 | #content div.box div.pagination-wh { |
|
1144 | 1144 | height:1%; |
|
1145 | 1145 | clear:both; |
|
1146 | 1146 | overflow:hidden; |
|
1147 | 1147 | text-align:right; |
|
1148 | 1148 | margin:10px 0 0; |
|
1149 | 1149 | padding:0; |
|
1150 | 1150 | } |
|
1151 | 1151 | |
|
1152 | 1152 | #content div.box div.pagination-right { |
|
1153 | 1153 | float:right; |
|
1154 | 1154 | } |
|
1155 | 1155 | |
|
1156 | 1156 | #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot { |
|
1157 | 1157 | height:1%; |
|
1158 | 1158 | float:left; |
|
1159 | 1159 | background:#ebebeb url("../images/pager.png") repeat-x; |
|
1160 | 1160 | border-top:1px solid #dedede; |
|
1161 | 1161 | border-left:1px solid #cfcfcf; |
|
1162 | 1162 | border-right:1px solid #c4c4c4; |
|
1163 | 1163 | border-bottom:1px solid #c4c4c4; |
|
1164 | 1164 | color:#4A4A4A; |
|
1165 | 1165 | font-weight:700; |
|
1166 | 1166 | margin:0 0 0 4px; |
|
1167 | 1167 | padding:6px; |
|
1168 | 1168 | } |
|
1169 | 1169 | |
|
1170 | 1170 | #content div.box div.pagination-wh span.pager_curpage { |
|
1171 | 1171 | height:1%; |
|
1172 | 1172 | float:left; |
|
1173 | 1173 | background:#b4b4b4 url("../images/pager_selected.png") repeat-x; |
|
1174 | 1174 | border-top:1px solid #ccc; |
|
1175 | 1175 | border-left:1px solid #bebebe; |
|
1176 | 1176 | border-right:1px solid #b1b1b1; |
|
1177 | 1177 | border-bottom:1px solid #afafaf; |
|
1178 | 1178 | color:#515151; |
|
1179 | 1179 | font-weight:700; |
|
1180 | 1180 | margin:0 0 0 4px; |
|
1181 | 1181 | padding:6px; |
|
1182 | 1182 | } |
|
1183 | 1183 | |
|
1184 | 1184 | #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active { |
|
1185 | 1185 | background:#b4b4b4 url("../images/pager_selected.png") repeat-x; |
|
1186 | 1186 | border-top:1px solid #ccc; |
|
1187 | 1187 | border-left:1px solid #bebebe; |
|
1188 | 1188 | border-right:1px solid #b1b1b1; |
|
1189 | 1189 | border-bottom:1px solid #afafaf; |
|
1190 | 1190 | text-decoration:none; |
|
1191 | 1191 | } |
|
1192 | 1192 | |
|
1193 | 1193 | #content div.box div.traffic div.legend { |
|
1194 | 1194 | clear:both; |
|
1195 | 1195 | overflow:hidden; |
|
1196 | 1196 | border-bottom:1px solid #ddd; |
|
1197 | 1197 | margin:0 0 10px; |
|
1198 | 1198 | padding:0 0 10px; |
|
1199 | 1199 | } |
|
1200 | 1200 | |
|
1201 | 1201 | #content div.box div.traffic div.legend h6 { |
|
1202 | 1202 | float:left; |
|
1203 | 1203 | border:none; |
|
1204 | 1204 | margin:0; |
|
1205 | 1205 | padding:0; |
|
1206 | 1206 | } |
|
1207 | 1207 | |
|
1208 | 1208 | #content div.box div.traffic div.legend li { |
|
1209 | 1209 | list-style:none; |
|
1210 | 1210 | float:left; |
|
1211 | 1211 | font-size:11px; |
|
1212 | 1212 | margin:0; |
|
1213 | 1213 | padding:0 8px 0 4px; |
|
1214 | 1214 | } |
|
1215 | 1215 | |
|
1216 | 1216 | #content div.box div.traffic div.legend li.visits { |
|
1217 | 1217 | border-left:12px solid #edc240; |
|
1218 | 1218 | } |
|
1219 | 1219 | |
|
1220 | 1220 | #content div.box div.traffic div.legend li.pageviews { |
|
1221 | 1221 | border-left:12px solid #afd8f8; |
|
1222 | 1222 | } |
|
1223 | 1223 | |
|
1224 | 1224 | #content div.box div.traffic table { |
|
1225 | 1225 | width:auto; |
|
1226 | 1226 | } |
|
1227 | 1227 | |
|
1228 | 1228 | #content div.box div.traffic table td { |
|
1229 | 1229 | background:transparent; |
|
1230 | 1230 | border:none; |
|
1231 | 1231 | padding:2px 3px 3px; |
|
1232 | 1232 | } |
|
1233 | 1233 | |
|
1234 | 1234 | #content div.box div.traffic table td.legendLabel { |
|
1235 | 1235 | padding:0 3px 2px; |
|
1236 | 1236 | } |
|
1237 | 1237 | |
|
1238 | 1238 | #footer { |
|
1239 | 1239 | clear:both; |
|
1240 | 1240 | overflow:hidden; |
|
1241 | 1241 | text-align:right; |
|
1242 | 1242 | margin:0; |
|
1243 | padding:0 30px; | |
|
1243 | padding:0 30px 4px; | |
|
1244 | margin:-10px 0 0; | |
|
1244 | 1245 | } |
|
1245 | 1246 | |
|
1246 | 1247 | #footer div#footer-inner { |
|
1247 | 1248 | background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367; |
|
1249 | border-top:2px solid #FFFFFF; | |
|
1248 | 1250 | } |
|
1249 | 1251 | |
|
1250 | 1252 | #footer div#footer-inner p { |
|
1251 | 1253 | padding:15px 25px 15px 0; |
|
1252 | 1254 | color:#FFF; |
|
1253 | 1255 | font-weight:700; |
|
1254 | 1256 | } |
|
1255 | 1257 | |
|
1256 | 1258 | #login div.title { |
|
1257 | 1259 | width:420px; |
|
1258 | 1260 | clear:both; |
|
1259 | 1261 | overflow:hidden; |
|
1260 | 1262 | position:relative; |
|
1261 | 1263 | background:#003367 url("../../images/header_inner.png") repeat-x; |
|
1262 | 1264 | margin:0 auto; |
|
1263 | 1265 | padding:0; |
|
1264 | 1266 | } |
|
1265 | 1267 | |
|
1266 | 1268 | #login div.inner { |
|
1267 | 1269 | width:380px; |
|
1268 | 1270 | background:#FFF url("../images/login.png") no-repeat top left; |
|
1269 | 1271 | border-top:none; |
|
1270 | 1272 | border-bottom:none; |
|
1271 | 1273 | margin:0 auto; |
|
1272 | 1274 | padding:20px; |
|
1273 | 1275 | } |
|
1274 | 1276 | |
|
1275 | 1277 | #login div.form div.fields div.field div.label { |
|
1276 | 1278 | width:173px; |
|
1277 | 1279 | float:left; |
|
1278 | 1280 | text-align:right; |
|
1279 | 1281 | margin:2px 10px 0 0; |
|
1280 | 1282 | padding:5px 0 0 5px; |
|
1281 | 1283 | } |
|
1282 | 1284 | |
|
1283 | 1285 | #login div.form div.fields div.field div.input input { |
|
1284 | 1286 | width:176px; |
|
1285 | 1287 | background:#FFF; |
|
1286 | 1288 | border-top:1px solid #b3b3b3; |
|
1287 | 1289 | border-left:1px solid #b3b3b3; |
|
1288 | 1290 | border-right:1px solid #eaeaea; |
|
1289 | 1291 | border-bottom:1px solid #eaeaea; |
|
1290 | 1292 | color:#000; |
|
1291 | 1293 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
1292 | 1294 | font-size:11px; |
|
1293 | 1295 | margin:0; |
|
1294 | 1296 | padding:7px 7px 6px; |
|
1295 | 1297 | } |
|
1296 | 1298 | |
|
1297 | 1299 | #login div.form div.fields div.buttons { |
|
1298 | 1300 | clear:both; |
|
1299 | 1301 | overflow:hidden; |
|
1300 | 1302 | border-top:1px solid #DDD; |
|
1301 | 1303 | text-align:right; |
|
1302 | 1304 | margin:0; |
|
1303 | 1305 | padding:10px 0 0; |
|
1304 | 1306 | } |
|
1305 | 1307 | |
|
1306 | 1308 | #login div.form div.links { |
|
1307 | 1309 | clear:both; |
|
1308 | 1310 | overflow:hidden; |
|
1309 | 1311 | margin:10px 0 0; |
|
1310 | 1312 | padding:0 0 2px; |
|
1311 | 1313 | } |
|
1312 | 1314 | |
|
1313 | 1315 | #register div.title { |
|
1314 | 1316 | width:420px; |
|
1315 | 1317 | clear:both; |
|
1316 | 1318 | overflow:hidden; |
|
1317 | 1319 | position:relative; |
|
1318 | 1320 | background:#003367 url("../images/header_inner.png") repeat-x; |
|
1319 | 1321 | margin:0 auto; |
|
1320 | 1322 | padding:0; |
|
1321 | 1323 | } |
|
1322 | 1324 | |
|
1323 | 1325 | #register div.inner { |
|
1324 | 1326 | width:380px; |
|
1325 | 1327 | background:#FFF; |
|
1326 | 1328 | border-top:none; |
|
1327 | 1329 | border-bottom:none; |
|
1328 | 1330 | margin:0 auto; |
|
1329 | 1331 | padding:20px; |
|
1330 | 1332 | } |
|
1331 | 1333 | |
|
1332 | 1334 | #register div.form div.fields div.field div.label { |
|
1333 | 1335 | width:100px; |
|
1334 | 1336 | float:left; |
|
1335 | 1337 | text-align:right; |
|
1336 | 1338 | margin:2px 10px 0 0; |
|
1337 | 1339 | padding:5px 0 0 5px; |
|
1338 | 1340 | } |
|
1339 | 1341 | |
|
1340 | 1342 | #register div.form div.fields div.field div.input input { |
|
1341 | 1343 | width:245px; |
|
1342 | 1344 | background:#FFF; |
|
1343 | 1345 | border-top:1px solid #b3b3b3; |
|
1344 | 1346 | border-left:1px solid #b3b3b3; |
|
1345 | 1347 | border-right:1px solid #eaeaea; |
|
1346 | 1348 | border-bottom:1px solid #eaeaea; |
|
1347 | 1349 | color:#000; |
|
1348 | 1350 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
1349 | 1351 | font-size:11px; |
|
1350 | 1352 | margin:0; |
|
1351 | 1353 | padding:7px 7px 6px; |
|
1352 | 1354 | } |
|
1353 | 1355 | |
|
1354 | 1356 | #register div.form div.fields div.buttons { |
|
1355 | 1357 | clear:both; |
|
1356 | 1358 | overflow:hidden; |
|
1357 | 1359 | border-top:1px solid #DDD; |
|
1358 | 1360 | text-align:left; |
|
1359 | 1361 | margin:0; |
|
1360 | 1362 | padding:10px 0 0 114px; |
|
1361 | 1363 | } |
|
1362 | 1364 | |
|
1363 | 1365 | #register div.form div.fields div.buttons div.highlight input.ui-state-default { |
|
1364 | 1366 | background:url("../images/button_highlight.png") repeat-x scroll 0 0 #4E85BB; |
|
1365 | 1367 | color:#FFF; |
|
1366 | 1368 | border-color:#5C91A4 #2B7089 #1A6480 #2A6F89; |
|
1367 | 1369 | border-style:solid; |
|
1368 | 1370 | border-width:1px; |
|
1369 | 1371 | } |
|
1370 | 1372 | |
|
1371 | 1373 | #register div.form div.activation_msg { |
|
1372 | 1374 | padding-top:4px; |
|
1373 | 1375 | padding-bottom:4px; |
|
1374 | 1376 | } |
|
1375 | 1377 | |
|
1376 | 1378 | .trending_language_tbl,.trending_language_tbl td { |
|
1377 | 1379 | border:0 !important; |
|
1378 | 1380 | margin:0 !important; |
|
1379 | 1381 | padding:0 !important; |
|
1380 | 1382 | } |
|
1381 | 1383 | |
|
1382 | 1384 | .trending_language { |
|
1383 | 1385 | background-color:#003367; |
|
1384 | 1386 | color:#FFF; |
|
1385 | 1387 | display:block; |
|
1386 | 1388 | min-width:20px; |
|
1387 | 1389 | max-width:400px; |
|
1388 | 1390 | text-decoration:none; |
|
1389 | 1391 | height:12px; |
|
1390 | 1392 | margin-bottom:4px; |
|
1391 | 1393 | margin-left:5px; |
|
1392 | 1394 | white-space:pre; |
|
1393 | 1395 | padding:3px; |
|
1394 | 1396 | } |
|
1395 | 1397 | |
|
1396 | 1398 | h3.files_location { |
|
1397 | 1399 | font-size:1.8em; |
|
1398 | 1400 | font-weight:700; |
|
1399 | 1401 | border-bottom:none !important; |
|
1400 | 1402 | margin:10px 0 !important; |
|
1401 | 1403 | } |
|
1402 | 1404 | |
|
1403 | 1405 | #files_data dl dt { |
|
1404 | 1406 | float:left; |
|
1405 | 1407 | width:115px; |
|
1406 | 1408 | margin:0 !important; |
|
1407 | 1409 | padding:5px; |
|
1408 | 1410 | } |
|
1409 | 1411 | |
|
1410 | 1412 | #files_data dl dd { |
|
1411 | 1413 | margin:0 !important; |
|
1412 | 1414 | padding:5px !important; |
|
1413 | 1415 | } |
|
1414 | 1416 | |
|
1415 | 1417 | #changeset_content { |
|
1416 | 1418 | border:1px solid #CCC; |
|
1417 | 1419 | padding:5px; |
|
1418 | 1420 | } |
|
1419 | 1421 | |
|
1420 | 1422 | #changeset_content .container { |
|
1421 | 1423 | min-height:120px; |
|
1422 | 1424 | font-size:1.2em; |
|
1423 | 1425 | overflow:hidden; |
|
1424 | 1426 | } |
|
1425 | 1427 | |
|
1426 | 1428 | #changeset_content .container .right { |
|
1427 | 1429 | float:right; |
|
1428 | 1430 | width:25%; |
|
1429 | 1431 | text-align:right; |
|
1430 | 1432 | } |
|
1431 | 1433 | |
|
1432 | 1434 | #changeset_content .container .left .message { |
|
1433 | 1435 | font-style:italic; |
|
1434 | 1436 | color:#556CB5; |
|
1435 | 1437 | white-space:pre-wrap; |
|
1436 | 1438 | } |
|
1437 | 1439 | |
|
1438 | 1440 | .cs_files .cs_added { |
|
1439 | 1441 | background:url("../images/icons/page_white_add.png") no-repeat scroll 3px; |
|
1440 | 1442 | height:16px; |
|
1441 | 1443 | padding-left:20px; |
|
1442 | 1444 | margin-top:7px; |
|
1443 | 1445 | text-align:left; |
|
1444 | 1446 | } |
|
1445 | 1447 | |
|
1446 | 1448 | .cs_files .cs_changed { |
|
1447 | 1449 | background:url("../images/icons/page_white_edit.png") no-repeat scroll 3px; |
|
1448 | 1450 | height:16px; |
|
1449 | 1451 | padding-left:20px; |
|
1450 | 1452 | margin-top:7px; |
|
1451 | 1453 | text-align:left; |
|
1452 | 1454 | } |
|
1453 | 1455 | |
|
1454 | 1456 | .cs_files .cs_removed { |
|
1455 | 1457 | background:url("../images/icons/page_white_delete.png") no-repeat scroll 3px; |
|
1456 | 1458 | height:16px; |
|
1457 | 1459 | padding-left:20px; |
|
1458 | 1460 | margin-top:7px; |
|
1459 | 1461 | text-align:left; |
|
1460 | 1462 | } |
|
1461 | 1463 | |
|
1462 | 1464 | #graph { |
|
1463 | 1465 | overflow:hidden; |
|
1464 | 1466 | } |
|
1465 | 1467 | |
|
1466 | 1468 | #graph_nodes { |
|
1467 | 1469 | width:160px; |
|
1468 | 1470 | float:left; |
|
1469 | 1471 | margin-left:-50px; |
|
1470 | 1472 | margin-top:5px; |
|
1471 | 1473 | } |
|
1472 | 1474 | |
|
1473 | 1475 | #graph_content { |
|
1474 | 1476 | width:800px; |
|
1475 | 1477 | float:left; |
|
1476 | 1478 | } |
|
1477 | 1479 | |
|
1478 | 1480 | #graph_content .container_header { |
|
1479 | 1481 | border:1px solid #CCC; |
|
1480 | 1482 | padding:10px; |
|
1481 | 1483 | } |
|
1482 | 1484 | |
|
1483 | 1485 | #graph_content .container { |
|
1484 | 1486 | border-bottom:1px solid #CCC; |
|
1485 | 1487 | border-left:1px solid #CCC; |
|
1486 | 1488 | border-right:1px solid #CCC; |
|
1487 | 1489 | min-height:80px; |
|
1488 | 1490 | overflow:hidden; |
|
1489 | 1491 | font-size:1.2em; |
|
1490 | 1492 | } |
|
1491 | 1493 | |
|
1492 | 1494 | #graph_content .container .right { |
|
1493 | 1495 | float:right; |
|
1494 | 1496 | width:28%; |
|
1495 | 1497 | text-align:right; |
|
1496 | 1498 | padding-bottom:5px; |
|
1497 | 1499 | } |
|
1498 | 1500 | |
|
1499 | 1501 | #graph_content .container .left .date { |
|
1500 | 1502 | font-weight:700; |
|
1501 | 1503 | padding-bottom:5px; |
|
1502 | 1504 | } |
|
1503 | 1505 | |
|
1504 | 1506 | #graph_content .container .left .message { |
|
1505 | 1507 | font-size:100%; |
|
1506 | 1508 | padding-top:3px; |
|
1507 | 1509 | white-space:pre-wrap; |
|
1508 | 1510 | } |
|
1509 | 1511 | |
|
1510 | 1512 | .right div { |
|
1511 | 1513 | clear:both; |
|
1512 | 1514 | } |
|
1513 | 1515 | |
|
1514 | 1516 | .right .changes .added,.changed,.removed { |
|
1515 | 1517 | border:1px solid #DDD; |
|
1516 | 1518 | display:block; |
|
1517 | 1519 | float:right; |
|
1518 | 1520 | text-align:center; |
|
1519 | 1521 | min-width:15px; |
|
1520 | 1522 | } |
|
1521 | 1523 | |
|
1522 | 1524 | .right .changes .added { |
|
1523 | 1525 | background:#BFB; |
|
1524 | 1526 | } |
|
1525 | 1527 | |
|
1526 | 1528 | .right .changes .changed { |
|
1527 | 1529 | background:#FD8; |
|
1528 | 1530 | } |
|
1529 | 1531 | |
|
1530 | 1532 | .right .changes .removed { |
|
1531 | 1533 | background:#F88; |
|
1532 | 1534 | } |
|
1533 | 1535 | |
|
1534 | 1536 | .right .merge { |
|
1535 | 1537 | vertical-align:top; |
|
1536 | 1538 | font-size:60%; |
|
1537 | 1539 | font-weight:700; |
|
1538 | 1540 | } |
|
1539 | 1541 | |
|
1540 | 1542 | .right .parent { |
|
1541 | 1543 | font-size:90%; |
|
1542 | 1544 | font-family:monospace; |
|
1543 | 1545 | } |
|
1544 | 1546 | |
|
1545 | 1547 | .right .logtags .branchtag { |
|
1546 | 1548 | background:#FFF url("../images/icons/arrow_branch.png") no-repeat right 6px; |
|
1547 | 1549 | display:block; |
|
1548 | 1550 | padding:8px 16px 0 0; |
|
1549 | 1551 | } |
|
1550 | 1552 | |
|
1551 | 1553 | .right .logtags .tagtag { |
|
1552 | 1554 | background:#FFF url("../images/icons/tag_blue.png") no-repeat right 6px; |
|
1553 | 1555 | display:block; |
|
1554 | 1556 | padding:6px 18px 0 0; |
|
1555 | 1557 | } |
|
1556 | 1558 | |
|
1557 | 1559 | div.browserblock { |
|
1558 | 1560 | overflow:hidden; |
|
1559 | 1561 | border:1px solid #ccc; |
|
1560 | 1562 | background:#f8f8f8; |
|
1561 | 1563 | font-size:100%; |
|
1562 | 1564 | line-height:125%; |
|
1563 | 1565 | padding:0; |
|
1564 | 1566 | } |
|
1565 | 1567 | |
|
1566 | 1568 | div.browserblock .browser-header { |
|
1567 | 1569 | border-bottom:1px solid #CCC; |
|
1568 | 1570 | background:#FFF; |
|
1569 | 1571 | color:blue; |
|
1570 | 1572 | padding:10px 0; |
|
1571 | 1573 | } |
|
1572 | 1574 | |
|
1573 | 1575 | div.browserblock .browser-header span { |
|
1574 | 1576 | margin-left:25px; |
|
1575 | 1577 | font-weight:700; |
|
1576 | 1578 | } |
|
1577 | 1579 | |
|
1578 | 1580 | div.browserblock .browser-body { |
|
1579 | 1581 | background:#EEE; |
|
1580 | 1582 | } |
|
1581 | 1583 | |
|
1582 | 1584 | table.code-browser { |
|
1583 | 1585 | border-collapse:collapse; |
|
1584 | 1586 | width:100%; |
|
1585 | 1587 | } |
|
1586 | 1588 | |
|
1587 | 1589 | table.code-browser tr { |
|
1588 | 1590 | margin:3px; |
|
1589 | 1591 | } |
|
1590 | 1592 | |
|
1591 | 1593 | table.code-browser thead th { |
|
1592 | 1594 | background-color:#EEE; |
|
1593 | 1595 | height:20px; |
|
1594 | 1596 | font-size:1.1em; |
|
1595 | 1597 | font-weight:700; |
|
1596 | 1598 | text-align:left; |
|
1597 | 1599 | padding-left:10px; |
|
1598 | 1600 | } |
|
1599 | 1601 | |
|
1600 | 1602 | table.code-browser tbody td { |
|
1601 | 1603 | padding-left:10px; |
|
1602 | 1604 | height:20px; |
|
1603 | 1605 | } |
|
1604 | 1606 | |
|
1605 | 1607 | table.code-browser .browser-file { |
|
1606 | 1608 | background:url("../images/icons/document_16.png") no-repeat scroll 3px; |
|
1607 | 1609 | height:16px; |
|
1608 | 1610 | padding-left:20px; |
|
1609 | 1611 | text-align:left; |
|
1610 | 1612 | } |
|
1611 | 1613 | |
|
1612 | 1614 | table.code-browser .browser-dir { |
|
1613 | 1615 | background:url("../images/icons/folder_16.png") no-repeat scroll 3px; |
|
1614 | 1616 | height:16px; |
|
1615 | 1617 | padding-left:20px; |
|
1616 | 1618 | text-align:left; |
|
1617 | 1619 | } |
|
1618 | 1620 | |
|
1619 | 1621 | .box .search { |
|
1620 | 1622 | clear:both; |
|
1621 | 1623 | overflow:hidden; |
|
1622 | 1624 | margin:0; |
|
1623 | 1625 | padding:0 20px 10px; |
|
1624 | 1626 | } |
|
1625 | 1627 | |
|
1626 | 1628 | .box .search div.search_path { |
|
1627 | 1629 | background:none repeat scroll 0 0 #EEE; |
|
1628 | 1630 | border:1px solid #CCC; |
|
1629 | 1631 | color:blue; |
|
1630 | 1632 | margin-bottom:10px; |
|
1631 | 1633 | padding:10px 0; |
|
1632 | 1634 | } |
|
1633 | 1635 | |
|
1634 | 1636 | .box .search div.search_path div.link { |
|
1635 | 1637 | font-weight:700; |
|
1636 | 1638 | margin-left:25px; |
|
1637 | 1639 | } |
|
1638 | 1640 | |
|
1639 | 1641 | .box .search div.search_path div.link a { |
|
1640 | 1642 | color:#003367; |
|
1641 | 1643 | cursor:pointer; |
|
1642 | 1644 | text-decoration:none; |
|
1643 | 1645 | } |
|
1644 | 1646 | |
|
1645 | 1647 | #path_unlock { |
|
1646 | 1648 | color:red; |
|
1647 | 1649 | font-size:1.2em; |
|
1648 | 1650 | padding-left:4px; |
|
1649 | 1651 | } |
|
1650 | 1652 | |
|
1651 | 1653 | .info_box * { |
|
1652 | 1654 | background:url("../../images/pager.png") repeat-x scroll 0 0 #EBEBEB; |
|
1653 | 1655 | color:#4A4A4A; |
|
1654 | 1656 | font-weight:700; |
|
1655 | 1657 | height:1%; |
|
1656 | 1658 | display:inline; |
|
1657 | 1659 | border-color:#DEDEDE #C4C4C4 #C4C4C4 #CFCFCF; |
|
1658 | 1660 | border-style:solid; |
|
1659 | 1661 | border-width:1px; |
|
1660 | 1662 | padding:4px 6px; |
|
1661 | 1663 | } |
|
1662 | 1664 | |
|
1663 | 1665 | .info_box span { |
|
1664 | 1666 | margin-left:3px; |
|
1665 | 1667 | margin-right:3px; |
|
1666 | 1668 | } |
|
1667 | 1669 | |
|
1668 | 1670 | .info_box input#at_rev { |
|
1669 | 1671 | text-align:center; |
|
1670 | 1672 | padding:5px 3px 3px 2px; |
|
1671 | 1673 | } |
|
1672 | 1674 | |
|
1673 | 1675 | .info_box input#view { |
|
1674 | 1676 | text-align:center; |
|
1675 | 1677 | padding:4px 3px 2px 2px; |
|
1676 | 1678 | } |
|
1677 | 1679 | |
|
1678 | 1680 | .yui-overlay,.yui-panel-container { |
|
1679 | 1681 | visibility:hidden; |
|
1680 | 1682 | position:absolute; |
|
1681 | 1683 | z-index:2; |
|
1682 | 1684 | } |
|
1683 | 1685 | |
|
1684 | 1686 | .yui-tt { |
|
1685 | 1687 | visibility:hidden; |
|
1686 | 1688 | position:absolute; |
|
1687 | 1689 | color:#666; |
|
1688 | 1690 | background-color:#FFF; |
|
1689 | 1691 | font-family:arial, helvetica, verdana, sans-serif; |
|
1690 | 1692 | border:2px solid #003367; |
|
1691 | 1693 | font:100% sans-serif; |
|
1692 | 1694 | width:auto; |
|
1693 | 1695 | opacity:1px; |
|
1694 | 1696 | padding:8px; |
|
1695 | 1697 | } |
|
1696 | 1698 | |
|
1697 | 1699 | .ac { |
|
1698 | 1700 | vertical-align:top; |
|
1699 | 1701 | } |
|
1700 | 1702 | |
|
1701 | 1703 | .ac .yui-ac { |
|
1702 | 1704 | position:relative; |
|
1703 | 1705 | font-family:arial; |
|
1704 | 1706 | font-size:100%; |
|
1705 | 1707 | } |
|
1706 | 1708 | |
|
1707 | 1709 | .ac .perm_ac { |
|
1708 | 1710 | width:15em; |
|
1709 | 1711 | } |
|
1710 | 1712 | |
|
1711 | 1713 | .ac .yui-ac-input { |
|
1712 | 1714 | width:100%; |
|
1713 | 1715 | } |
|
1714 | 1716 | |
|
1715 | 1717 | .ac .yui-ac-container { |
|
1716 | 1718 | position:absolute; |
|
1717 | 1719 | top:1.6em; |
|
1718 | 1720 | width:100%; |
|
1719 | 1721 | } |
|
1720 | 1722 | |
|
1721 | 1723 | .ac .yui-ac-content { |
|
1722 | 1724 | position:absolute; |
|
1723 | 1725 | width:100%; |
|
1724 | 1726 | border:1px solid gray; |
|
1725 | 1727 | background:#fff; |
|
1726 | 1728 | overflow:hidden; |
|
1727 | 1729 | z-index:9050; |
|
1728 | 1730 | } |
|
1729 | 1731 | |
|
1730 | 1732 | .ac .yui-ac-shadow { |
|
1731 | 1733 | position:absolute; |
|
1732 | 1734 | width:100%; |
|
1733 | 1735 | background:#000; |
|
1734 | 1736 | -moz-opacity:0.1px; |
|
1735 | 1737 | opacity:.10; |
|
1736 | 1738 | filter:alpha(opacity = 10); |
|
1737 | 1739 | z-index:9049; |
|
1738 | 1740 | margin:.3em; |
|
1739 | 1741 | } |
|
1740 | 1742 | |
|
1741 | 1743 | .ac .yui-ac-content ul { |
|
1742 | 1744 | width:100%; |
|
1743 | 1745 | margin:0; |
|
1744 | 1746 | padding:0; |
|
1745 | 1747 | } |
|
1746 | 1748 | |
|
1747 | 1749 | .ac .yui-ac-content li { |
|
1748 | 1750 | cursor:default; |
|
1749 | 1751 | white-space:nowrap; |
|
1750 | 1752 | margin:0; |
|
1751 | 1753 | padding:2px 5px; |
|
1752 | 1754 | } |
|
1753 | 1755 | |
|
1754 | 1756 | .ac .yui-ac-content li.yui-ac-prehighlight { |
|
1755 | 1757 | background:#B3D4FF; |
|
1756 | 1758 | } |
|
1757 | 1759 | |
|
1758 | 1760 | .ac .yui-ac-content li.yui-ac-highlight { |
|
1759 | 1761 | background:#556CB5; |
|
1760 | 1762 | color:#FFF; |
|
1761 | 1763 | } |
|
1762 | 1764 | |
|
1763 | 1765 | .add_icon { |
|
1764 | 1766 | background:url("../images/icons/add.png") no-repeat scroll 3px; |
|
1765 | 1767 | height:16px; |
|
1766 | 1768 | padding-left:20px; |
|
1767 | 1769 | padding-top:1px; |
|
1768 | 1770 | text-align:left; |
|
1769 | 1771 | } |
|
1770 | 1772 | |
|
1771 | 1773 | .edit_icon { |
|
1772 | 1774 | background:url("../images/icons/folder_edit.png") no-repeat scroll 3px; |
|
1773 | 1775 | height:16px; |
|
1774 | 1776 | padding-left:20px; |
|
1775 | 1777 | padding-top:1px; |
|
1776 | 1778 | text-align:left; |
|
1777 | 1779 | } |
|
1778 | 1780 | |
|
1779 | 1781 | .delete_icon { |
|
1780 | 1782 | background:url("../images/icons/delete.png") no-repeat scroll 3px; |
|
1781 | 1783 | height:16px; |
|
1782 | 1784 | padding-left:20px; |
|
1783 | 1785 | padding-top:1px; |
|
1784 | 1786 | text-align:left; |
|
1785 | 1787 | } |
|
1786 | 1788 | |
|
1787 | 1789 | .rss_icon { |
|
1788 | 1790 | background:url("../images/icons/rss_16.png") no-repeat scroll 3px; |
|
1789 | 1791 | height:16px; |
|
1790 | 1792 | padding-left:20px; |
|
1791 | 1793 | padding-top:1px; |
|
1792 | 1794 | text-align:left; |
|
1793 | 1795 | } |
|
1794 | 1796 | |
|
1795 | 1797 | .atom_icon { |
|
1796 | 1798 | background:url("../images/icons/atom.png") no-repeat scroll 3px; |
|
1797 | 1799 | height:16px; |
|
1798 | 1800 | padding-left:20px; |
|
1799 | 1801 | padding-top:1px; |
|
1800 | 1802 | text-align:left; |
|
1801 | 1803 | } |
|
1802 | 1804 | |
|
1803 | 1805 | .archive_icon { |
|
1804 | 1806 | background:url("../images/icons/compress.png") no-repeat scroll 3px; |
|
1805 | 1807 | height:16px; |
|
1806 | 1808 | padding-left:20px; |
|
1807 | 1809 | text-align:left; |
|
1808 | 1810 | padding-top:1px; |
|
1809 | 1811 | } |
|
1810 | 1812 | |
|
1811 | 1813 | .action_button { |
|
1812 | 1814 | border:0; |
|
1813 | 1815 | display:block; |
|
1814 | 1816 | } |
|
1815 | 1817 | |
|
1816 | 1818 | .action_button:hover { |
|
1817 | 1819 | border:0; |
|
1818 | 1820 | text-decoration:underline; |
|
1819 | 1821 | cursor:pointer; |
|
1820 | 1822 | } |
|
1821 | 1823 | |
|
1822 | 1824 | #switch_repos { |
|
1823 | 1825 | position:absolute; |
|
1824 | 1826 | height:25px; |
|
1825 | 1827 | z-index:1; |
|
1826 | 1828 | } |
|
1827 | 1829 | |
|
1828 | 1830 | #switch_repos select { |
|
1829 | 1831 | min-width:150px; |
|
1830 | 1832 | max-height:250px; |
|
1831 | 1833 | z-index:1; |
|
1832 | 1834 | } |
|
1833 | 1835 | |
|
1834 | 1836 | .breadcrumbs { |
|
1835 | 1837 | border:medium none; |
|
1836 | 1838 | color:#FFF; |
|
1837 | 1839 | float:left; |
|
1838 | 1840 | text-transform:uppercase; |
|
1839 | 1841 | font-weight:700; |
|
1840 | 1842 | font-size:14px; |
|
1841 | 1843 | margin:0; |
|
1842 | 1844 | padding:11px 0 11px 10px; |
|
1843 | 1845 | } |
|
1844 | 1846 | |
|
1845 | 1847 | .breadcrumbs a { |
|
1846 | 1848 | color:#FFF; |
|
1847 | 1849 | } |
|
1848 | 1850 | |
|
1849 | 1851 | .flash_msg ul { |
|
1850 | 1852 | margin:0; |
|
1851 | 1853 | padding:0 0 10px; |
|
1852 | 1854 | } |
|
1853 | 1855 | |
|
1854 | 1856 | .error_msg { |
|
1855 | 1857 | background-color:#FFCFCF; |
|
1856 | 1858 | background-image:url("../../images/icons/error_msg.png"); |
|
1857 | 1859 | border:1px solid #FF9595; |
|
1858 | 1860 | color:#C30; |
|
1859 | 1861 | } |
|
1860 | 1862 | |
|
1861 | 1863 | .warning_msg { |
|
1862 | 1864 | background-color:#FFFBCC; |
|
1863 | 1865 | background-image:url("../../images/icons/warning_msg.png"); |
|
1864 | 1866 | border:1px solid #FFF35E; |
|
1865 | 1867 | color:#C69E00; |
|
1866 | 1868 | } |
|
1867 | 1869 | |
|
1868 | 1870 | .success_msg { |
|
1869 | 1871 | background-color:#D5FFCF; |
|
1870 | 1872 | background-image:url("../../images/icons/success_msg.png"); |
|
1871 | 1873 | border:1px solid #97FF88; |
|
1872 | 1874 | color:#090; |
|
1873 | 1875 | } |
|
1874 | 1876 | |
|
1875 | 1877 | .notice_msg { |
|
1876 | 1878 | background-color:#DCE3FF; |
|
1877 | 1879 | background-image:url("../../images/icons/notice_msg.png"); |
|
1878 | 1880 | border:1px solid #93A8FF; |
|
1879 | 1881 | color:#556CB5; |
|
1880 | 1882 | } |
|
1881 | 1883 | |
|
1882 | 1884 | .success_msg,.error_msg,.notice_msg,.warning_msg { |
|
1883 | 1885 | background-position:10px center; |
|
1884 | 1886 | background-repeat:no-repeat; |
|
1885 | 1887 | font-size:12px; |
|
1886 | 1888 | font-weight:700; |
|
1887 | 1889 | min-height:14px; |
|
1888 | 1890 | line-height:14px; |
|
1889 | 1891 | margin-bottom:0; |
|
1890 | 1892 | margin-top:0; |
|
1891 | 1893 | display:block; |
|
1892 | 1894 | overflow:auto; |
|
1893 | 1895 | padding:6px 10px 6px 40px; |
|
1894 | 1896 | } |
|
1895 | 1897 | |
|
1896 | 1898 | #msg_close { |
|
1897 | 1899 | background:transparent url("../../icons/cross_grey_small.png") no-repeat scroll 0 0; |
|
1898 | 1900 | cursor:pointer; |
|
1899 | 1901 | height:16px; |
|
1900 | 1902 | position:absolute; |
|
1901 | 1903 | right:5px; |
|
1902 | 1904 | top:5px; |
|
1903 | 1905 | width:16px; |
|
1904 | 1906 | } |
|
1905 | 1907 | |
|
1906 | 1908 | div#legend_container table,div#legend_choices table { |
|
1907 | 1909 | width:auto !important; |
|
1908 | 1910 | } |
|
1909 | 1911 | |
|
1910 | 1912 | table#permissions_manage { |
|
1911 | 1913 | width:0 !important; |
|
1912 | 1914 | } |
|
1913 | 1915 | |
|
1914 | 1916 | table#permissions_manage span.private_repo_msg { |
|
1915 | 1917 | font-size:0.8em; |
|
1916 | 1918 | opacity:0.6px; |
|
1917 | 1919 | } |
|
1918 | 1920 | |
|
1919 | 1921 | table#permissions_manage td.private_repo_msg { |
|
1920 | 1922 | font-size:0.8em; |
|
1921 | 1923 | } |
|
1922 | 1924 | |
|
1923 | 1925 | table#permissions_manage tr#add_perm_input td { |
|
1924 | 1926 | vertical-align:middle; |
|
1925 | 1927 | } |
|
1926 | 1928 | |
|
1927 | 1929 | div.gravatar { |
|
1928 | 1930 | background-color:#FFF; |
|
1929 | 1931 | border:1px solid #D0D0D0; |
|
1930 | 1932 | float:left; |
|
1931 | 1933 | margin-right:0.7em; |
|
1932 | 1934 | padding:2px 2px 0; |
|
1933 | 1935 | } |
|
1934 | 1936 | |
|
1935 | 1937 | #header,#content,#footer { |
|
1936 | 1938 | min-width:1224px; |
|
1937 | 1939 | } |
|
1938 | 1940 | |
|
1939 | 1941 | #content { |
|
1940 | 1942 | min-height:100%; |
|
1941 | 1943 | clear:both; |
|
1942 | 1944 | overflow:hidden; |
|
1943 | 1945 | padding:14px 30px; |
|
1944 | 1946 | } |
|
1945 | 1947 | |
|
1946 | 1948 | #content div.box div.title div.search { |
|
1947 | 1949 | background:url("../../images/title_link.png") no-repeat top left; |
|
1948 | 1950 | border-left:1px solid #316293; |
|
1949 | 1951 | } |
|
1950 | 1952 | |
|
1951 | 1953 | #content div.box div.title div.search div.input input { |
|
1952 | 1954 | border:1px solid #316293; |
|
1953 | 1955 | } |
|
1954 | 1956 | |
|
1955 | 1957 | #content div.box div.title div.search div.button input.ui-state-default { |
|
1956 | 1958 | background:#4e85bb url("../../images/button_highlight.png") repeat-x; |
|
1957 | 1959 | border:1px solid #316293; |
|
1958 | 1960 | border-left:none; |
|
1959 | 1961 | color:#FFF; |
|
1960 | 1962 | } |
|
1961 | 1963 | |
|
1962 | 1964 | #content div.box div.title div.search div.button input.ui-state-hover { |
|
1963 | 1965 | background:#46a0c1 url("../../images/button_highlight_selected.png") repeat-x; |
|
1964 | 1966 | border:1px solid #316293; |
|
1965 | 1967 | border-left:none; |
|
1966 | 1968 | color:#FFF; |
|
1967 | 1969 | } |
|
1968 | 1970 | |
|
1969 | 1971 | #content div.box div.form div.fields div.field div.highlight .ui-state-default { |
|
1970 | 1972 | background:#4e85bb url("../../images/button_highlight.png") repeat-x; |
|
1971 | 1973 | border-top:1px solid #5c91a4; |
|
1972 | 1974 | border-left:1px solid #2a6f89; |
|
1973 | 1975 | border-right:1px solid #2b7089; |
|
1974 | 1976 | border-bottom:1px solid #1a6480; |
|
1975 | 1977 | color:#fff; |
|
1976 | 1978 | } |
|
1977 | 1979 | |
|
1978 | 1980 | #content div.box div.form div.fields div.field div.highlight .ui-state-hover { |
|
1979 | 1981 | background:#46a0c1 url("../../images/button_highlight_selected.png") repeat-x; |
|
1980 | 1982 | border-top:1px solid #78acbf; |
|
1981 | 1983 | border-left:1px solid #34819e; |
|
1982 | 1984 | border-right:1px solid #35829f; |
|
1983 | 1985 | border-bottom:1px solid #257897; |
|
1984 | 1986 | color:#fff; |
|
1985 | 1987 | } |
|
1986 | 1988 | |
|
1987 | 1989 | ins,div.options a:hover { |
|
1988 | 1990 | text-decoration:none; |
|
1989 | 1991 | } |
|
1990 | 1992 | |
|
1991 | 1993 | 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 { |
|
1992 | 1994 | border:none; |
|
1993 | 1995 | } |
|
1994 | 1996 | |
|
1995 | 1997 | img.icon,.right .merge img { |
|
1996 | 1998 | vertical-align:bottom; |
|
1997 | 1999 | } |
|
1998 | 2000 | |
|
1999 | 2001 | #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 { |
|
2000 | 2002 | float:right; |
|
2001 | 2003 | margin:0; |
|
2002 | 2004 | padding:0; |
|
2003 | 2005 | } |
|
2004 | 2006 | |
|
2005 | 2007 | #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 { |
|
2006 | 2008 | float:left; |
|
2007 | 2009 | } |
|
2008 | 2010 | |
|
2009 | 2011 | #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 { |
|
2010 | 2012 | display:none; |
|
2011 | 2013 | } |
|
2012 | 2014 | |
|
2013 | 2015 | #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 { |
|
2014 | 2016 | display:block; |
|
2015 | 2017 | } |
|
2016 | 2018 | |
|
2017 | 2019 | #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a { |
|
2018 | 2020 | background:url("../../images/title_tab_selected.png") no-repeat bottom center; |
|
2019 | 2021 | color:#bfe3ff; |
|
2020 | 2022 | } |
|
2021 | 2023 | |
|
2022 | 2024 | #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 { |
|
2023 | 2025 | margin:10px 24px 10px 44px; |
|
2024 | 2026 | } |
|
2025 | 2027 | |
|
2026 | 2028 | #content div.box div.form,#content div.box div.table,#content div.box div.traffic { |
|
2027 | 2029 | clear:both; |
|
2028 | 2030 | overflow:hidden; |
|
2029 | 2031 | margin:0; |
|
2030 | 2032 | padding:0 20px 10px; |
|
2031 | 2033 | } |
|
2032 | 2034 | |
|
2033 | 2035 | #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields { |
|
2034 | 2036 | clear:both; |
|
2035 | 2037 | overflow:hidden; |
|
2036 | 2038 | margin:0; |
|
2037 | 2039 | padding:0; |
|
2038 | 2040 | } |
|
2039 | 2041 | |
|
2040 | 2042 | #content div.box div.form div.fields div.field div.label-checkbox,#content div.box div.form div.fields div.field div.label-radio,#content div.box div.form div.fields div.field div.label-textarea { |
|
2041 | 2043 | padding:0 0 0 5px !important; |
|
2042 | 2044 | } |
|
2043 | 2045 | |
|
2044 | 2046 | #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 { |
|
2045 | 2047 | height:1%; |
|
2046 | 2048 | display:block; |
|
2047 | 2049 | color:#363636; |
|
2048 | 2050 | margin:0; |
|
2049 | 2051 | padding:2px 0 0; |
|
2050 | 2052 | } |
|
2051 | 2053 | |
|
2052 | 2054 | #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 { |
|
2053 | 2055 | background:#FBE3E4; |
|
2054 | 2056 | border-top:1px solid #e1b2b3; |
|
2055 | 2057 | border-left:1px solid #e1b2b3; |
|
2056 | 2058 | border-right:1px solid #FBC2C4; |
|
2057 | 2059 | border-bottom:1px solid #FBC2C4; |
|
2058 | 2060 | } |
|
2059 | 2061 | |
|
2060 | 2062 | #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 { |
|
2061 | 2063 | background:#E6EFC2; |
|
2062 | 2064 | border-top:1px solid #cebb98; |
|
2063 | 2065 | border-left:1px solid #cebb98; |
|
2064 | 2066 | border-right:1px solid #c6d880; |
|
2065 | 2067 | border-bottom:1px solid #c6d880; |
|
2066 | 2068 | } |
|
2067 | 2069 | |
|
2068 | 2070 | #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 { |
|
2069 | 2071 | margin:0; |
|
2070 | 2072 | } |
|
2071 | 2073 | |
|
2072 | 2074 | #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 { |
|
2073 | 2075 | margin:0 0 0 200px; |
|
2074 | 2076 | padding:0; |
|
2075 | 2077 | } |
|
2076 | 2078 | |
|
2077 | 2079 | #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 { |
|
2078 | 2080 | color:#000; |
|
2079 | 2081 | text-decoration:none; |
|
2080 | 2082 | } |
|
2081 | 2083 | |
|
2082 | 2084 | #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus { |
|
2083 | 2085 | border:1px solid #666; |
|
2084 | 2086 | } |
|
2085 | 2087 | |
|
2086 | 2088 | #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 { |
|
2087 | 2089 | clear:both; |
|
2088 | 2090 | overflow:hidden; |
|
2089 | 2091 | margin:0; |
|
2090 | 2092 | padding:2px 0; |
|
2091 | 2093 | } |
|
2092 | 2094 | |
|
2093 | 2095 | #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 { |
|
2094 | 2096 | float:left; |
|
2095 | 2097 | margin:0; |
|
2096 | 2098 | } |
|
2097 | 2099 | |
|
2098 | 2100 | #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 { |
|
2099 | 2101 | height:1%; |
|
2100 | 2102 | display:block; |
|
2101 | 2103 | float:left; |
|
2102 | 2104 | margin:3px 0 0 4px; |
|
2103 | 2105 | } |
|
2104 | 2106 | |
|
2105 | 2107 | 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 { |
|
2106 | 2108 | color:#000; |
|
2107 | 2109 | font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
2108 | 2110 | font-size:11px; |
|
2109 | 2111 | font-weight:700; |
|
2110 | 2112 | margin:0; |
|
2111 | 2113 | } |
|
2112 | 2114 | |
|
2113 | 2115 | div.form div.fields div.field div.button .ui-state-default,#content div.box div.form div.fields div.buttons input.ui-state-default { |
|
2114 | 2116 | background:#e5e3e3 url("../images/button.png") repeat-x; |
|
2115 | 2117 | border-top:1px solid #DDD; |
|
2116 | 2118 | border-left:1px solid #c6c6c6; |
|
2117 | 2119 | border-right:1px solid #DDD; |
|
2118 | 2120 | border-bottom:1px solid #c6c6c6; |
|
2119 | 2121 | color:#515151; |
|
2120 | 2122 | outline:none; |
|
2121 | 2123 | margin:0; |
|
2122 | 2124 | padding:6px 12px; |
|
2123 | 2125 | } |
|
2124 | 2126 | |
|
2125 | 2127 | div.form div.fields div.field div.button .ui-state-hover,#content div.box div.form div.fields div.buttons input.ui-state-hover { |
|
2126 | 2128 | background:#b4b4b4 url("../images/button_selected.png") repeat-x; |
|
2127 | 2129 | border-top:1px solid #ccc; |
|
2128 | 2130 | border-left:1px solid #bebebe; |
|
2129 | 2131 | border-right:1px solid #b1b1b1; |
|
2130 | 2132 | border-bottom:1px solid #afafaf; |
|
2131 | 2133 | color:#515151; |
|
2132 | 2134 | outline:none; |
|
2133 | 2135 | margin:0; |
|
2134 | 2136 | padding:6px 12px; |
|
2135 | 2137 | } |
|
2136 | 2138 | |
|
2137 | 2139 | div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight { |
|
2138 | 2140 | display:inline; |
|
2139 | 2141 | } |
|
2140 | 2142 | |
|
2141 | 2143 | #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons { |
|
2142 | 2144 | margin:10px 0 0 200px; |
|
2143 | 2145 | padding:0; |
|
2144 | 2146 | } |
|
2145 | 2147 | |
|
2146 | 2148 | #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 { |
|
2147 | 2149 | margin:10px 0 0; |
|
2148 | 2150 | } |
|
2149 | 2151 | |
|
2150 | 2152 | #content div.box table td.user,#content div.box table td.address { |
|
2151 | 2153 | width:10%; |
|
2152 | 2154 | text-align:center; |
|
2153 | 2155 | } |
|
2154 | 2156 | |
|
2155 | 2157 | #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 { |
|
2156 | 2158 | text-align:right; |
|
2157 | 2159 | margin:6px 0 0; |
|
2158 | 2160 | padding:0; |
|
2159 | 2161 | } |
|
2160 | 2162 | |
|
2161 | 2163 | #content div.box div.action div.button input.ui-state-default,#login div.form div.fields div.buttons input.ui-state-default,#register div.form div.fields div.buttons input.ui-state-default { |
|
2162 | 2164 | background:#e5e3e3 url("../images/button.png") repeat-x; |
|
2163 | 2165 | border-top:1px solid #DDD; |
|
2164 | 2166 | border-left:1px solid #c6c6c6; |
|
2165 | 2167 | border-right:1px solid #DDD; |
|
2166 | 2168 | border-bottom:1px solid #c6c6c6; |
|
2167 | 2169 | color:#515151; |
|
2168 | 2170 | margin:0; |
|
2169 | 2171 | padding:6px 12px; |
|
2170 | 2172 | } |
|
2171 | 2173 | |
|
2172 | 2174 | #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 { |
|
2173 | 2175 | background:#b4b4b4 url("../images/button_selected.png") repeat-x; |
|
2174 | 2176 | border-top:1px solid #ccc; |
|
2175 | 2177 | border-left:1px solid #bebebe; |
|
2176 | 2178 | border-right:1px solid #b1b1b1; |
|
2177 | 2179 | border-bottom:1px solid #afafaf; |
|
2178 | 2180 | color:#515151; |
|
2179 | 2181 | margin:0; |
|
2180 | 2182 | padding:6px 12px; |
|
2181 | 2183 | } |
|
2182 | 2184 | |
|
2183 | 2185 | #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results { |
|
2184 | 2186 | text-align:left; |
|
2185 | 2187 | float:left; |
|
2186 | 2188 | margin:0; |
|
2187 | 2189 | padding:0; |
|
2188 | 2190 | } |
|
2189 | 2191 | |
|
2190 | 2192 | #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span { |
|
2191 | 2193 | height:1%; |
|
2192 | 2194 | display:block; |
|
2193 | 2195 | float:left; |
|
2194 | 2196 | background:#ebebeb url("../images/pager.png") repeat-x; |
|
2195 | 2197 | border-top:1px solid #dedede; |
|
2196 | 2198 | border-left:1px solid #cfcfcf; |
|
2197 | 2199 | border-right:1px solid #c4c4c4; |
|
2198 | 2200 | border-bottom:1px solid #c4c4c4; |
|
2199 | 2201 | color:#4A4A4A; |
|
2200 | 2202 | font-weight:700; |
|
2201 | 2203 | margin:0; |
|
2202 | 2204 | padding:6px 8px; |
|
2203 | 2205 | } |
|
2204 | 2206 | |
|
2205 | 2207 | #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled { |
|
2206 | 2208 | color:#B4B4B4; |
|
2207 | 2209 | padding:6px; |
|
2208 | 2210 | } |
|
2209 | 2211 | |
|
2210 | 2212 | #login,#register { |
|
2211 | 2213 | width:420px; |
|
2212 | 2214 | margin:10% auto 0; |
|
2213 | 2215 | padding:0; |
|
2214 | 2216 | } |
|
2215 | 2217 | |
|
2216 | 2218 | #login div.color,#register div.color { |
|
2217 | 2219 | clear:both; |
|
2218 | 2220 | overflow:hidden; |
|
2219 | 2221 | background:#FFF; |
|
2220 | 2222 | margin:10px auto 0; |
|
2221 | 2223 | padding:3px 3px 3px 0; |
|
2222 | 2224 | } |
|
2223 | 2225 | |
|
2224 | 2226 | #login div.color a,#register div.color a { |
|
2225 | 2227 | width:20px; |
|
2226 | 2228 | height:20px; |
|
2227 | 2229 | display:block; |
|
2228 | 2230 | float:left; |
|
2229 | 2231 | margin:0 0 0 3px; |
|
2230 | 2232 | padding:0; |
|
2231 | 2233 | } |
|
2232 | 2234 | |
|
2233 | 2235 | #login div.title h5,#register div.title h5 { |
|
2234 | 2236 | color:#fff; |
|
2235 | 2237 | margin:10px; |
|
2236 | 2238 | padding:0; |
|
2237 | 2239 | } |
|
2238 | 2240 | |
|
2239 | 2241 | #login div.form div.fields div.field,#register div.form div.fields div.field { |
|
2240 | 2242 | clear:both; |
|
2241 | 2243 | overflow:hidden; |
|
2242 | 2244 | margin:0; |
|
2243 | 2245 | padding:0 0 10px; |
|
2244 | 2246 | } |
|
2245 | 2247 | |
|
2246 | 2248 | #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message { |
|
2247 | 2249 | height:1%; |
|
2248 | 2250 | display:block; |
|
2249 | 2251 | color:red; |
|
2250 | 2252 | margin:8px 0 0; |
|
2251 | 2253 | padding:0; |
|
2252 | 2254 | } |
|
2253 | 2255 | |
|
2254 | 2256 | #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label { |
|
2255 | 2257 | color:#000; |
|
2256 | 2258 | font-weight:700; |
|
2257 | 2259 | } |
|
2258 | 2260 | |
|
2259 | 2261 | #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input { |
|
2260 | 2262 | float:left; |
|
2261 | 2263 | margin:0; |
|
2262 | 2264 | padding:0; |
|
2263 | 2265 | } |
|
2264 | 2266 | |
|
2265 | 2267 | #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox { |
|
2266 | 2268 | margin:0 0 0 184px; |
|
2267 | 2269 | padding:0; |
|
2268 | 2270 | } |
|
2269 | 2271 | |
|
2270 | 2272 | #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label { |
|
2271 | 2273 | color:#565656; |
|
2272 | 2274 | font-weight:700; |
|
2273 | 2275 | } |
|
2274 | 2276 | |
|
2275 | 2277 | #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input { |
|
2276 | 2278 | color:#000; |
|
2277 | 2279 | font-size:1em; |
|
2278 | 2280 | font-weight:700; |
|
2279 | 2281 | font-family:Verdana, Helvetica, Sans-Serif; |
|
2280 | 2282 | margin:0; |
|
2281 | 2283 | } |
|
2282 | 2284 | |
|
2283 | 2285 | #changeset_content .container .wrapper,#graph_content .container .wrapper { |
|
2284 | 2286 | width:600px; |
|
2285 | 2287 | } |
|
2286 | 2288 | |
|
2287 | 2289 | #changeset_content .container .left,#graph_content .container .left { |
|
2288 | 2290 | float:left; |
|
2289 | 2291 | width:70%; |
|
2290 | 2292 | padding-left:5px; |
|
2291 | 2293 | } |
|
2292 | 2294 | |
|
2293 | 2295 | #changeset_content .container .left .date,.ac .match { |
|
2294 | 2296 | font-weight:700; |
|
2295 | 2297 | } |
|
2296 | 2298 | |
|
2297 | 2299 | div#legend_container table td,div#legend_choices table td { |
|
2298 | 2300 | border:none !important; |
|
2299 | 2301 | height:20px !important; |
|
2300 | 2302 | padding:0 !important; |
|
2301 | 2303 | } No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now