##// END OF EJS Templates
old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
Mads Kiilerich -
r4143:f6a012c2 rhodecode-2.2.5-gpl
parent child Browse files
Show More
@@ -1,4982 +1,5001 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,
16 16 Lucida Sans Unicode, Arial, sans-serif; font-size : 12px;
17 17 color: #000;
18 18 margin: 0;
19 19 padding: 0;
20 20 font-size: 12px;
21 21 }
22 22
23 23 ol, ul {
24 24 list-style: none;
25 25 }
26 26
27 27 blockquote, q {
28 28 quotes: none;
29 29 }
30 30
31 31 blockquote:before, blockquote:after, q:before, q:after {
32 32 content: none;
33 33 }
34 34
35 35 :focus {
36 36 outline: 0;
37 37 }
38 38
39 39 del {
40 40 text-decoration: line-through;
41 41 }
42 42
43 43 table {
44 44 border-collapse: collapse;
45 45 border-spacing: 0;
46 46 }
47 47
48 48 html {
49 49 height: 100%;
50 50 }
51 51
52 52 a {
53 53 color: #003367;
54 54 text-decoration: none;
55 55 cursor: pointer;
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 div.h1, div.h2, div.h3, div.h4, div.h5, div.h6 {
65 65 color: #292929;
66 66 font-weight: 700;
67 67 }
68 68
69 69 h1, div.h1 {
70 70 font-size: 22px;
71 71 }
72 72
73 73 h2, div.h2 {
74 74 font-size: 20px;
75 75 }
76 76
77 77 h3, div.h3 {
78 78 font-size: 18px;
79 79 }
80 80
81 81 h4, div.h4 {
82 82 font-size: 16px;
83 83 }
84 84
85 85 h5, div.h5 {
86 86 font-size: 14px;
87 87 }
88 88
89 89 h6, div.h6 {
90 90 font-size: 11px;
91 91 }
92 92
93 93 ul.circle {
94 94 list-style-type: circle;
95 95 }
96 96
97 97 ul.disc {
98 98 list-style-type: disc;
99 99 }
100 100
101 101 ul.square {
102 102 list-style-type: square;
103 103 }
104 104
105 105 ol.lower-roman {
106 106 list-style-type: lower-roman;
107 107 }
108 108
109 109 ol.upper-roman {
110 110 list-style-type: upper-roman;
111 111 }
112 112
113 113 ol.lower-alpha {
114 114 list-style-type: lower-alpha;
115 115 }
116 116
117 117 ol.upper-alpha {
118 118 list-style-type: upper-alpha;
119 119 }
120 120
121 121 ol.decimal {
122 122 list-style-type: decimal;
123 123 }
124 124
125 125 div.color {
126 126 clear: both;
127 127 overflow: hidden;
128 128 position: absolute;
129 129 background: #FFF;
130 130 margin: 7px 0 0 60px;
131 131 padding: 1px 1px 1px 0;
132 132 }
133 133
134 134 div.color a {
135 135 width: 15px;
136 136 height: 15px;
137 137 display: block;
138 138 float: left;
139 139 margin: 0 0 0 1px;
140 140 padding: 0;
141 141 }
142 142
143 143 div.options {
144 144 clear: both;
145 145 overflow: hidden;
146 146 position: absolute;
147 147 background: #FFF;
148 148 margin: 7px 0 0 162px;
149 149 padding: 0;
150 150 }
151 151
152 152 div.options a {
153 153 height: 1%;
154 154 display: block;
155 155 text-decoration: none;
156 156 margin: 0;
157 157 padding: 3px 8px;
158 158 }
159 159
160 160 .top-left-rounded-corner {
161 161 -webkit-border-top-left-radius: 8px;
162 162 -khtml-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 border-top-right-radius: 8px;
170 170 }
171 171
172 172 .bottom-left-rounded-corner {
173 173 -webkit-border-bottom-left-radius: 8px;
174 174 -khtml-border-radius-bottomleft: 8px;
175 175 border-bottom-left-radius: 8px;
176 176 }
177 177
178 178 .bottom-right-rounded-corner {
179 179 -webkit-border-bottom-right-radius: 8px;
180 180 -khtml-border-radius-bottomright: 8px;
181 181 border-bottom-right-radius: 8px;
182 182 }
183 183
184 184 .top-left-rounded-corner-mid {
185 185 -webkit-border-top-left-radius: 4px;
186 186 -khtml-border-radius-topleft: 4px;
187 187 border-top-left-radius: 4px;
188 188 }
189 189
190 190 .top-right-rounded-corner-mid {
191 191 -webkit-border-top-right-radius: 4px;
192 192 -khtml-border-radius-topright: 4px;
193 193 border-top-right-radius: 4px;
194 194 }
195 195
196 196 .bottom-left-rounded-corner-mid {
197 197 -webkit-border-bottom-left-radius: 4px;
198 198 -khtml-border-radius-bottomleft: 4px;
199 199 border-bottom-left-radius: 4px;
200 200 }
201 201
202 202 .bottom-right-rounded-corner-mid {
203 203 -webkit-border-bottom-right-radius: 4px;
204 204 -khtml-border-radius-bottomright: 4px;
205 205 border-bottom-right-radius: 4px;
206 206 }
207 207
208 208 .help-block {
209 209 color: #999999;
210 210 display: block;
211 211 margin-bottom: 0;
212 212 margin-top: 5px;
213 213 }
214 214
215 215 .empty_data {
216 216 color: #B9B9B9;
217 217 }
218 218
219 219 .truncate {
220 220 white-space: nowrap;
221 221 overflow: hidden;
222 222 text-overflow: ellipsis;
223 223 -o-text-overflow: ellipsis;
224 224 -ms-text-overflow: ellipsis;
225 225 }
226 226
227 227 .truncate.autoexpand:hover {
228 228 text-overflow: none;
229 229 overflow: visible;
230 230 }
231 231
232 232 a.permalink {
233 233 visibility: hidden;
234 234 position: absolute;
235 235 margin: 3px 4px;
236 236 }
237 237
238 238 a.permalink:hover {
239 239 text-decoration: none;
240 240 }
241 241
242 242 h1:hover > a.permalink,
243 243 h2:hover > a.permalink,
244 244 h3:hover > a.permalink,
245 245 h4:hover > a.permalink,
246 246 h5:hover > a.permalink,
247 247 h6:hover > a.permalink,
248 248 div:hover > a.permalink {
249 249 visibility: visible;
250 250 }
251 251
252 252 #header #logo {
253 253 padding-left: 20px;
254 254 }
255 255
256 256 #header #logo div.header,
257 257 #header #logo div.branding {
258 258 font-size: 20px;
259 259 color: white;
260 260 float: left;
261 261 height: 44px;
262 262 line-height: 44px;
263 263 margin-right: 10px;
264 264 }
265 265
266 266 #header ul#logged-user {
267 267 margin-bottom: 5px !important;
268 268 -webkit-border-radius: 0px 0px 8px 8px;
269 269 -khtml-border-radius: 0px 0px 8px 8px;
270 270 border-radius: 0px 0px 8px 8px;
271 271 height: 37px;
272 272 background-color: #003B76;
273 273 background-repeat: repeat-x;
274 274 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
275 275 background-image: -moz-linear-gradient(top, #003b76, #00376e);
276 276 background-image: -ms-linear-gradient(top, #003b76, #00376e);
277 277 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
278 278 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
279 279 background-image: -o-linear-gradient(top, #003b76, #00376e);
280 280 background-image: linear-gradient(to bottom, #003b76, #00376e);
281 281 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
282 282 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
283 283 }
284 284
285 285 #header ul#logged-user li {
286 286 list-style: none;
287 287 float: left;
288 288 margin: 8px 0 0;
289 289 padding: 4px 12px;
290 290 border-left: 1px solid #316293;
291 291 }
292 292
293 293 #header ul#logged-user li.first {
294 294 border-left: none;
295 295 margin: 4px;
296 296 }
297 297
298 298 #header ul#logged-user li.first div.gravatar {
299 299 margin-top: -2px;
300 300 }
301 301
302 302 #header ul#logged-user li.first div.account {
303 303 padding-top: 4px;
304 304 float: left;
305 305 }
306 306
307 307 #header ul#logged-user li.last {
308 308 border-right: none;
309 309 }
310 310
311 311 #header ul#logged-user li a {
312 312 color: #fff;
313 313 font-weight: 700;
314 314 text-decoration: none;
315 315 }
316 316
317 317 #header ul#logged-user li a:hover {
318 318 text-decoration: underline;
319 319 }
320 320
321 321 #header ul#logged-user li.highlight a {
322 322 color: #fff;
323 323 }
324 324
325 325 #header ul#logged-user li.highlight a:hover {
326 326 color: #FFF;
327 327 }
328 328 #header-dd {
329 329 clear: both;
330 330 position: fixed !important;
331 331 background-color: #003B76;
332 332 opacity: 0.01;
333 333 cursor: pointer;
334 334 min-height: 10px;
335 335 width: 100% !important;
336 336 -webkit-border-radius: 0px 0px 4px 4px;
337 337 -khtml-border-radius: 0px 0px 4px 4px;
338 338 border-radius: 0px 0px 4px 4px;
339 339 }
340 340
341 341 #header-dd:hover {
342 342 opacity: 0.2;
343 343 -webkit-transition: opacity 0.5s ease-in-out;
344 344 -moz-transition: opacity 0.5s ease-in-out;
345 345 transition: opacity 0.5s ease-in-out;
346 346 }
347 347
348 348 #header #header-inner {
349 349 min-height: 44px;
350 350 clear: both;
351 351 position: relative;
352 352 background-color: #003B76;
353 353 background-repeat: repeat-x;
354 354 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
355 355 background-image: -moz-linear-gradient(top, #003b76, #00376e);
356 356 background-image: -ms-linear-gradient(top, #003b76, #00376e);
357 357 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
358 358 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
359 359 background-image: -o-linear-gradient(top, #003b76, #00376e);
360 360 background-image: linear-gradient(to bottom, #003b76, #00376e);
361 361 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
362 362 margin: 0;
363 363 padding: 0;
364 364 display: block;
365 365 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
366 366 -webkit-border-radius: 0px 0px 4px 4px;
367 367 -khtml-border-radius: 0px 0px 4px 4px;
368 368 border-radius: 0px 0px 4px 4px;
369 369 }
370 370 #header #header-inner.hover {
371 371 width: 100% !important;
372 372 -webkit-border-radius: 0px 0px 0px 0px;
373 373 -khtml-border-radius: 0px 0px 0px 0px;
374 374 border-radius: 0px 0px 0px 0px;
375 375 position: fixed !important;
376 376 z-index: 10000;
377 377 }
378 378
379 379 .ie7 #header #header-inner.hover,
380 380 .ie8 #header #header-inner.hover,
381 381 .ie9 #header #header-inner.hover
382 382 {
383 383 z-index: auto !important;
384 384 }
385 385
386 386 .header-pos-fix, .anchor {
387 387 margin-top: -46px;
388 388 padding-top: 46px;
389 389 }
390 390
391 391 #header #header-inner #home a {
392 392 height: 40px;
393 393 width: 46px;
394 394 display: block;
395 395 background-position: 0 0;
396 396 margin: 0;
397 397 padding: 0;
398 398 }
399 399
400 400 #header #header-inner #home a:hover {
401 401 background-position: 0 -40px;
402 402 }
403 403
404 404 #header #header-inner #logo {
405 405 float: left;
406 406 position: absolute;
407 407 }
408 408
409 409 #header #header-inner #logo h1 {
410 410 color: #FFF;
411 411 font-size: 20px;
412 412 margin: 12px 0 0 13px;
413 413 padding: 0;
414 414 }
415 415
416 416 #header #header-inner #logo a {
417 417 color: #fff;
418 418 text-decoration: none;
419 419 }
420 420
421 421 #header #header-inner #logo a:hover {
422 422 color: #bfe3ff;
423 423 }
424 424
425 425 #header #header-inner #quick {
426 426 position: relative;
427 427 float: right;
428 428 list-style-type: none;
429 429 list-style-position: outside;
430 430 margin: 4px 8px 0 0;
431 431 padding: 0;
432 432 border-radius: 4px;
433 433 }
434 434
435 435 #header #header-inner #quick li span.short {
436 436 padding: 9px 6px 8px 6px;
437 437 }
438 438
439 439 #header #header-inner #quick li span {
440 440 display: inline;
441 441 margin: 0;
442 442 }
443 443
444 444 #header #header-inner #quick li span.normal {
445 445 border: none;
446 446 padding: 10px 12px 8px;
447 447 }
448 448
449 449 #header #header-inner #quick li span.icon {
450 450 border-left: none;
451 451 padding-left: 10px;
452 452 }
453 453
454 454 #header #header-inner #quick li span.icon_short {
455 455 top: 0;
456 456 left: 0;
457 457 border-left: none;
458 458 border-right: 1px solid #2e5c89;
459 459 padding: 8px 6px 4px;
460 460 }
461 461
462 462 #header #header-inner #quick li span.icon img, #header #header-inner #quick li span.icon_short img {
463 463 vertical-align: middle;
464 464 margin-bottom: 2px;
465 465 }
466 466
467 467 #header #header-inner #quick ul.repo_switcher {
468 468 max-height: 275px;
469 469 overflow-x: hidden;
470 470 overflow-y: auto;
471 471 }
472 472
473 473 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
474 474 padding: 2px 3px;
475 475 padding-right: 17px;
476 476 }
477 477
478 478 #header #header-inner #quick ul.repo_switcher li.qfilter_rs input {
479 479 width: 100%;
480 480 border-radius: 10px;
481 481 padding: 2px 7px;
482 482 }
483 483
484 484 #header #header-inner #quick .repo_switcher_type {
485 485 position: absolute;
486 486 left: 0;
487 487 top: 9px;
488 488 margin: 0px 2px 0px 2px;
489 489 }
490 490
491 491 #header #header-inner #quick li ul li a.journal, #header #header-inner #quick li ul li a.journal:hover {
492 492 background-image: url("../images/icons/book.png");
493 493 }
494 494
495 495 #header #header-inner #quick li ul li a.private_repo, #header #header-inner #quick li ul li a.private_repo:hover {
496 496 background-image: url("../images/icons/private_repo.png")
497 497 }
498 498
499 499 #header #header-inner #quick li ul li a.public_repo, #header #header-inner #quick li ul li a.public_repo:hover {
500 500 background-image: url("../images/icons/public_repo.png");
501 501 }
502 502
503 503 #header #header-inner #quick li ul li a.hg, #header #header-inner #quick li ul li a.hg:hover {
504 504 background-image: url("../images/icons/hgicon.png");
505 505 padding-left: 42px;
506 506 background-position: 20px 9px;
507 507 }
508 508
509 509 #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover {
510 510 background-image: url("../images/icons/giticon.png");
511 511 padding-left: 42px;
512 512 background-position: 20px 9px;
513 513 }
514 514
515 515 #header #header-inner #quick li ul li a.repos, #header #header-inner #quick li ul li a.repos:hover {
516 516 background-image: url("../images/icons/database_edit.png");
517 517 }
518 518
519 519 #header #header-inner #quick li ul li a.repos_groups, #header #header-inner #quick li ul li a.repos_groups:hover {
520 520 background-image: url("../images/icons/database_link.png");
521 521 }
522 522
523 523 #header #header-inner #quick li ul li a.users, #header #header-inner #quick li ul li a.users:hover {
524 524 background-image: url("../images/icons/user_edit.png");
525 525 }
526 526
527 527 #header #header-inner #quick li ul li a.groups, #header #header-inner #quick li ul li a.groups:hover {
528 528 background-image: url("../images/icons/group_edit.png");
529 529 }
530 530
531 531 #header #header-inner #quick li ul li a.defaults, #header #header-inner #quick li ul li a.defaults:hover {
532 532 background-image: url("../images/icons/wrench.png");
533 533 }
534 534
535 535 #header #header-inner #quick li ul li a.settings, #header #header-inner #quick li ul li a.settings:hover {
536 536 background-image: url("../images/icons/cog.png");
537 537 }
538 538
539 539 #header #header-inner #quick li ul li a.permissions, #header #header-inner #quick li ul li a.permissions:hover {
540 540 background-image: url("../images/icons/key.png");
541 541 }
542 542
543 543 #header #header-inner #quick li ul li a.ldap, #header #header-inner #quick li ul li a.ldap:hover {
544 544 background-image: url("../images/icons/server_key.png");
545 545 }
546 546
547 547 #header #header-inner #quick li ul li a.fork, #header #header-inner #quick li ul li a.fork:hover {
548 548 background-image: url("../images/icons/arrow_divide.png");
549 549 }
550 550
551 551 #header #header-inner #quick li ul li a.locking_add, #header #header-inner #quick li ul li a.locking_add:hover {
552 552 background-image: url("../images/icons/lock_add.png");
553 553 }
554 554
555 555 #header #header-inner #quick li ul li a.locking_del, #header #header-inner #quick li ul li a.locking_del:hover {
556 556 background-image: url("../images/icons/lock_delete.png");
557 557 }
558 558
559 559 #header #header-inner #quick li ul li a.pull_request, #header #header-inner #quick li ul li a.pull_request:hover {
560 560 background-image: url("../images/icons/arrow_join.png") ;
561 561 }
562 562
563 563 #header #header-inner #quick li ul li a.compare_request, #header #header-inner #quick li ul li a.compare_request:hover {
564 564 background-image: url("../images/icons/arrow_inout.png");
565 565 }
566 566
567 567 #header #header-inner #quick li ul li a.search, #header #header-inner #quick li ul li a.search:hover {
568 568 background-image: url("../images/icons/search_16.png");
569 569 }
570 570
571 571 #header #header-inner #quick li ul li a.delete, #header #header-inner #quick li ul li a.delete:hover {
572 572 background-image: url("../images/icons/delete.png");
573 573 }
574 574
575 575 #header #header-inner #quick li ul li a.branches, #header #header-inner #quick li ul li a.branches:hover {
576 576 background-image: url("../images/icons/arrow_branch.png");
577 577 }
578 578
579 579 #header #header-inner #quick li ul li a.tags,
580 580 #header #header-inner #quick li ul li a.tags:hover {
581 581 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
582 582 width: 167px;
583 583 margin: 0;
584 584 padding: 12px 9px 7px 24px;
585 585 }
586 586
587 587 #header #header-inner #quick li ul li a.bookmarks,
588 588 #header #header-inner #quick li ul li a.bookmarks:hover {
589 589 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px;
590 590 width: 167px;
591 591 margin: 0;
592 592 padding: 12px 9px 7px 24px;
593 593 }
594 594
595 595 #header #header-inner #quick li ul li a.admin,
596 596 #header #header-inner #quick li ul li a.admin:hover {
597 597 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
598 598 width: 167px;
599 599 margin: 0;
600 600 padding: 12px 9px 7px 24px;
601 601 }
602 602
603 603 .groups_breadcrumbs a {
604 604 color: #fff;
605 605 }
606 606
607 607 .groups_breadcrumbs a:hover {
608 608 color: #bfe3ff;
609 609 text-decoration: none;
610 610 }
611 611
612 612 td.quick_repo_menu {
613 613 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
614 614 cursor: pointer;
615 615 width: 8px;
616 616 border: 1px solid transparent;
617 617 }
618 618
619 619 td.quick_repo_menu.active {
620 620 background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
621 621 border: 1px solid #003367;
622 622 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
623 623 cursor: pointer;
624 624 }
625 625
626 626 td.quick_repo_menu .menu_items {
627 627 margin-top: 10px;
628 628 margin-left: -6px;
629 629 width: 150px;
630 630 position: absolute;
631 631 background-color: #FFF;
632 632 background: none repeat scroll 0 0 #FFFFFF;
633 633 border-color: #003367 #666666 #666666;
634 634 border-right: 1px solid #666666;
635 635 border-style: solid;
636 636 border-width: 1px;
637 637 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
638 638 border-top-style: none;
639 639 }
640 640
641 641 td.quick_repo_menu .menu_items li {
642 642 padding: 0 !important;
643 643 }
644 644
645 645 td.quick_repo_menu .menu_items a {
646 646 display: block;
647 647 padding: 4px 12px 4px 8px;
648 648 }
649 649
650 650 td.quick_repo_menu .menu_items a:hover {
651 651 background-color: #EEE;
652 652 text-decoration: none;
653 653 }
654 654
655 655 td.quick_repo_menu .menu_items .icon img {
656 656 margin-bottom: -2px;
657 657 }
658 658
659 659 td.quick_repo_menu .menu_items.hidden {
660 660 display: none;
661 661 }
662 662
663 663 .yui-dt-first th {
664 664 text-align: left;
665 665 }
666 666
667 667 /*
668 668 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
669 669 Code licensed under the BSD License:
670 670 http://developer.yahoo.com/yui/license.html
671 671 version: 2.9.0
672 672 */
673 673 .yui-skin-sam .yui-dt-mask {
674 674 position: absolute;
675 675 z-index: 9500;
676 676 }
677 677 .yui-dt-tmp {
678 678 position: absolute;
679 679 left: -9000px;
680 680 }
681 681 .yui-dt-scrollable .yui-dt-bd { overflow: auto }
682 682 .yui-dt-scrollable .yui-dt-hd {
683 683 overflow: hidden;
684 684 position: relative;
685 685 }
686 686 .yui-dt-scrollable .yui-dt-bd thead tr,
687 687 .yui-dt-scrollable .yui-dt-bd thead th {
688 688 position: absolute;
689 689 left: -1500px;
690 690 }
691 691 .yui-dt-scrollable tbody { -moz-outline: 0 }
692 692 .yui-skin-sam thead .yui-dt-sortable { cursor: pointer }
693 693 .yui-skin-sam thead .yui-dt-draggable { cursor: move }
694 694 .yui-dt-coltarget {
695 695 position: absolute;
696 696 z-index: 999;
697 697 }
698 698 .yui-dt-hd { zoom: 1 }
699 699 th.yui-dt-resizeable .yui-dt-resizerliner { position: relative }
700 700 .yui-dt-resizer {
701 701 position: absolute;
702 702 right: 0;
703 703 bottom: 0;
704 704 height: 100%;
705 705 cursor: e-resize;
706 706 cursor: col-resize;
707 707 background-color: #CCC;
708 708 opacity: 0;
709 709 filter: alpha(opacity=0);
710 710 }
711 711 .yui-dt-resizerproxy {
712 712 visibility: hidden;
713 713 position: absolute;
714 714 z-index: 9000;
715 715 background-color: #CCC;
716 716 opacity: 0;
717 717 filter: alpha(opacity=0);
718 718 }
719 719 th.yui-dt-hidden .yui-dt-liner,
720 720 td.yui-dt-hidden .yui-dt-liner,
721 721 th.yui-dt-hidden .yui-dt-resizer { display: none }
722 722 .yui-dt-editor,
723 723 .yui-dt-editor-shim {
724 724 position: absolute;
725 725 z-index: 9000;
726 726 }
727 727 .yui-skin-sam .yui-dt table {
728 728 margin: 0;
729 729 padding: 0;
730 730 font-family: arial;
731 731 font-size: inherit;
732 732 border-collapse: separate;
733 733 *border-collapse: collapse;
734 734 border-spacing: 0;
735 735 border: 1px solid #7f7f7f;
736 736 }
737 737 .yui-skin-sam .yui-dt thead { border-spacing: 0 }
738 738 .yui-skin-sam .yui-dt caption {
739 739 color: #000;
740 740 font-size: 85%;
741 741 font-weight: normal;
742 742 font-style: italic;
743 743 line-height: 1;
744 744 padding: 1em 0;
745 745 text-align: center;
746 746 }
747 747 .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 }
748 748 .yui-skin-sam .yui-dt th,
749 749 .yui-skin-sam .yui-dt th a {
750 750 font-weight: normal;
751 751 text-decoration: none;
752 752 color: #000;
753 753 vertical-align: bottom;
754 754 }
755 755 .yui-skin-sam .yui-dt th {
756 756 margin: 0;
757 757 padding: 0;
758 758 border: 0;
759 759 border-right: 1px solid #cbcbcb;
760 760 }
761 761 .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f }
762 762 .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap }
763 763 .yui-skin-sam .yui-dt-liner {
764 764 margin: 0;
765 765 padding: 0;
766 766 }
767 767 .yui-skin-sam .yui-dt-coltarget {
768 768 width: 5px;
769 769 background-color: red;
770 770 }
771 771 .yui-skin-sam .yui-dt td {
772 772 margin: 0;
773 773 padding: 0;
774 774 border: 0;
775 775 border-right: 1px solid #cbcbcb;
776 776 text-align: left;
777 777 }
778 778 .yui-skin-sam .yui-dt-list td { border-right: 0 }
779 779 .yui-skin-sam .yui-dt-resizer { width: 6px }
780 780 .yui-skin-sam .yui-dt-mask {
781 781 background-color: #000;
782 782 opacity: .25;
783 783 filter: alpha(opacity=25);
784 784 }
785 785 .yui-skin-sam .yui-dt-message { background-color: #FFF }
786 786 .yui-skin-sam .yui-dt-scrollable table { border: 0 }
787 787 .yui-skin-sam .yui-dt-scrollable .yui-dt-hd {
788 788 border-left: 1px solid #7f7f7f;
789 789 border-top: 1px solid #7f7f7f;
790 790 border-right: 1px solid #7f7f7f;
791 791 }
792 792 .yui-skin-sam .yui-dt-scrollable .yui-dt-bd {
793 793 border-left: 1px solid #7f7f7f;
794 794 border-bottom: 1px solid #7f7f7f;
795 795 border-right: 1px solid #7f7f7f;
796 796 background-color: #FFF;
797 797 }
798 798 .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f }
799 799 .yui-skin-sam th.yui-dt-asc,
800 800 .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px }
801 801 .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px }
802 802 .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right }
803 803 .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right }
804 804 tbody .yui-dt-editable { cursor: pointer }
805 805 .yui-dt-editor {
806 806 text-align: left;
807 807 background-color: #f2f2f2;
808 808 border: 1px solid #808080;
809 809 padding: 6px;
810 810 }
811 811 .yui-dt-editor label {
812 812 padding-left: 4px;
813 813 padding-right: 6px;
814 814 }
815 815 .yui-dt-editor .yui-dt-button {
816 816 padding-top: 6px;
817 817 text-align: right;
818 818 }
819 819 .yui-dt-editor .yui-dt-button button {
820 820 background: url(../images/sprite.png) repeat-x 0 0;
821 821 border: 1px solid #999;
822 822 width: 4em;
823 823 height: 1.8em;
824 824 margin-left: 6px;
825 825 }
826 826 .yui-dt-editor .yui-dt-button button.yui-dt-default {
827 827 background: url(../images/sprite.png) repeat-x 0 -1400px;
828 828 background-color: #5584e0;
829 829 border: 1px solid #304369;
830 830 color: #FFF;
831 831 }
832 832 .yui-dt-editor .yui-dt-button button:hover {
833 833 background: url(../images/sprite.png) repeat-x 0 -1300px;
834 834 color: #000;
835 835 }
836 836 .yui-dt-editor .yui-dt-button button:active {
837 837 background: url(../images/sprite.png) repeat-x 0 -1700px;
838 838 color: #000;
839 839 }
840 840 .yui-skin-sam tr.yui-dt-even { background-color: #FFF }
841 841 .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff }
842 842 .yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
843 843 .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
844 844 .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
845 845 .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff }
846 846 .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF }
847 847 .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF }
848 848 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,
849 849 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
850 850 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,
851 851 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff }
852 852 .yui-skin-sam th.yui-dt-highlighted,
853 853 .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff }
854 854 .yui-skin-sam tr.yui-dt-highlighted,
855 855 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc,
856 856 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc,
857 857 .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,
858 858 .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
859 859 cursor: pointer;
860 860 background-color: #b2d2ff;
861 861 }
862 862 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted,
863 863 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff }
864 864 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted,
865 865 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,
866 866 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,
867 867 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,
868 868 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
869 869 cursor: pointer;
870 870 background-color: #b2d2ff;
871 871 }
872 872 .yui-skin-sam th.yui-dt-selected,
873 873 .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 }
874 874 .yui-skin-sam tr.yui-dt-selected td,
875 875 .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
876 876 .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
877 877 background-color: #426fd9;
878 878 color: #FFF;
879 879 }
880 880 .yui-skin-sam tr.yui-dt-even td.yui-dt-selected,
881 881 .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected {
882 882 background-color: #446cd7;
883 883 color: #FFF;
884 884 }
885 885 .yui-skin-sam .yui-dt-list th.yui-dt-selected,
886 886 .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 }
887 887 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td,
888 888 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
889 889 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
890 890 background-color: #426fd9;
891 891 color: #FFF;
892 892 }
893 893 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected,
894 894 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
895 895 background-color: #446cd7;
896 896 color: #FFF;
897 897 }
898 898 .yui-skin-sam .yui-dt-paginator {
899 899 display: block;
900 900 margin: 6px 0;
901 901 white-space: nowrap;
902 902 }
903 903 .yui-skin-sam .yui-dt-paginator .yui-dt-first,
904 904 .yui-skin-sam .yui-dt-paginator .yui-dt-last,
905 905 .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px }
906 906 .yui-skin-sam .yui-dt-paginator a.yui-dt-first,
907 907 .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none }
908 908 .yui-skin-sam .yui-dt-paginator .yui-dt-previous,
909 909 .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none }
910 910 .yui-skin-sam a.yui-dt-page {
911 911 border: 1px solid #cbcbcb;
912 912 padding: 2px 6px;
913 913 text-decoration: none;
914 914 background-color: #fff;
915 915 }
916 916 .yui-skin-sam .yui-dt-selected {
917 917 border: 1px solid #fff;
918 918 background-color: #fff;
919 919 }
920 920
921 921 #content #left {
922 922 left: 0;
923 923 width: 280px;
924 924 position: absolute;
925 925 }
926 926
927 927 #content #right {
928 928 margin: 0 60px 10px 290px;
929 929 }
930 930
931 931 #content div.box {
932 932 clear: both;
933 933 background: #fff;
934 934 margin: 0 0 10px;
935 935 padding: 0 0 10px;
936 936 -webkit-border-radius: 4px 4px 4px 4px;
937 937 -khtml-border-radius: 4px 4px 4px 4px;
938 938 border-radius: 4px 4px 4px 4px;
939 939 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
940 940 }
941 941
942 942 #content div.box-left {
943 943 width: 49%;
944 944 clear: none;
945 945 float: left;
946 946 margin: 0 0 10px;
947 947 }
948 948
949 949 #content div.box-right {
950 950 width: 49%;
951 951 clear: none;
952 952 float: right;
953 953 margin: 0 0 10px;
954 954 }
955 955
956 956 #content div.box div.title {
957 957 clear: both;
958 958 overflow: hidden;
959 959 background-color: #003B76;
960 960 background-repeat: repeat-x;
961 961 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
962 962 background-image: -moz-linear-gradient(top, #003b76, #00376e);
963 963 background-image: -ms-linear-gradient(top, #003b76, #00376e);
964 964 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
965 965 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
966 966 background-image: -o-linear-gradient(top, #003b76, #00376e);
967 967 background-image: linear-gradient(to bottom, #003b76, #00376e);
968 968 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
969 969 margin: 0 0 20px;
970 970 padding: 0;
971 971 border-radius: 4px 4px 0 0;
972 972 }
973 973
974 974 #content div.box div.title h5 {
975 975 float: left;
976 976 border: none;
977 977 color: #fff;
978 978 margin: 0;
979 979 padding: 11px 0 11px 10px;
980 980 }
981 981
982 982 #content div.box div.title .link-white {
983 983 color: #FFFFFF;
984 984 }
985 985
986 986 #content div.box div.title .link-white.current {
987 987 color: #BFE3FF;
988 988 }
989 989
990 990 #content div.box div.title ul.links li {
991 991 list-style: none;
992 992 float: left;
993 993 margin: 0;
994 994 padding: 0;
995 995 }
996 996
997 997 #content div.box div.title ul.links li a {
998 998 border-left: 1px solid #316293;
999 999 color: #FFFFFF;
1000 1000 display: block;
1001 1001 float: left;
1002 1002 font-size: 13px;
1003 1003 font-weight: 700;
1004 1004 height: 1%;
1005 1005 margin: 0;
1006 1006 padding: 11px 22px 12px;
1007 1007 text-decoration: none;
1008 1008 }
1009 1009
1010 1010 #content div.box h1, #content div.box h2, #content div.box h3, #content div.box h4, #content div.box h5, #content div.box h6,
1011 1011 #content div.box div.h1, #content div.box div.h2, #content div.box div.h3, #content div.box div.h4, #content div.box div.h5, #content div.box div.h6 {
1012 1012 clear: both;
1013 1013 overflow: hidden;
1014 1014 margin: 8px 20px 5px;
1015 1015 }
1016 1016
1017 1017 #content div.box p {
1018 1018 color: #5f5f5f;
1019 1019 font-size: 12px;
1020 1020 line-height: 150%;
1021 1021 margin: 0 24px 10px;
1022 1022 padding: 0;
1023 1023 }
1024 1024
1025 1025 #content div.box blockquote {
1026 1026 border-left: 4px solid #DDD;
1027 1027 color: #5f5f5f;
1028 1028 font-size: 11px;
1029 1029 line-height: 150%;
1030 1030 margin: 0 34px;
1031 1031 padding: 0 0 0 14px;
1032 1032 }
1033 1033
1034 1034 #content div.box blockquote p {
1035 1035 margin: 10px 0;
1036 1036 padding: 0;
1037 1037 }
1038 1038
1039 1039 #content div.box dl {
1040 1040 margin: 10px 0px;
1041 1041 }
1042 1042
1043 1043 #content div.box dt {
1044 1044 font-size: 12px;
1045 1045 margin: 0;
1046 1046 }
1047 1047
1048 1048 #content div.box dd {
1049 1049 font-size: 12px;
1050 1050 margin: 0;
1051 1051 padding: 8px 0 8px 15px;
1052 1052 }
1053 1053
1054 1054 #content div.box li {
1055 1055 font-size: 12px;
1056 1056 padding: 4px 0;
1057 1057 }
1058 1058
1059 1059 #content div.box ul.disc, #content div.box ul.circle {
1060 1060 margin: 10px 24px 10px 38px;
1061 1061 }
1062 1062
1063 1063 #content div.box ul.square {
1064 1064 margin: 10px 24px 10px 40px;
1065 1065 }
1066 1066
1067 1067 #content div.box img.left {
1068 1068 border: none;
1069 1069 float: left;
1070 1070 margin: 10px 10px 10px 0;
1071 1071 }
1072 1072
1073 1073 #content div.box img.right {
1074 1074 border: none;
1075 1075 float: right;
1076 1076 margin: 10px 0 10px 10px;
1077 1077 }
1078 1078
1079 1079 #content div.box div.messages {
1080 1080 clear: both;
1081 1081 overflow: hidden;
1082 1082 margin: 0 20px;
1083 1083 padding: 0;
1084 1084 }
1085 1085
1086 1086 #content div.box div.message {
1087 1087 clear: both;
1088 1088 overflow: hidden;
1089 1089 margin: 0;
1090 1090 padding: 5px 0;
1091 1091 white-space: pre-wrap;
1092 1092 }
1093 1093 #content div.box div.expand {
1094 1094 width: 110%;
1095 1095 height: 14px;
1096 1096 font-size: 10px;
1097 1097 text-align: center;
1098 1098 cursor: pointer;
1099 1099 color: #666;
1100 1100
1101 1101 background: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
1102 1102 background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1103 1103 background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1104 1104 background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1105 1105 background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1106 1106 background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(64,96,128,0.1));
1107 1107
1108 1108 display: none;
1109 1109 overflow: hidden;
1110 1110 }
1111 1111 #content div.box div.expand .expandtext {
1112 1112 background-color: #ffffff;
1113 1113 padding: 2px;
1114 1114 border-radius: 2px;
1115 1115 }
1116 1116
1117 1117 #content div.box div.message a {
1118 1118 font-weight: 400 !important;
1119 1119 }
1120 1120
1121 1121 #content div.box div.message div.image {
1122 1122 float: left;
1123 1123 margin: 9px 0 0 5px;
1124 1124 padding: 6px;
1125 1125 }
1126 1126
1127 1127 #content div.box div.message div.image img {
1128 1128 vertical-align: middle;
1129 1129 margin: 0;
1130 1130 }
1131 1131
1132 1132 #content div.box div.message div.text {
1133 1133 float: left;
1134 1134 margin: 0;
1135 1135 padding: 9px 6px;
1136 1136 }
1137 1137
1138 1138 #content div.box div.message div.dismiss a {
1139 1139 height: 16px;
1140 1140 width: 16px;
1141 1141 display: block;
1142 1142 background: url("../images/icons/cross.png") no-repeat;
1143 1143 margin: 15px 14px 0 0;
1144 1144 padding: 0;
1145 1145 }
1146 1146
1147 1147 #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 {
1148 1148 border: none;
1149 1149 margin: 0;
1150 1150 padding: 0;
1151 1151 }
1152 1152
1153 1153 #content div.box div.message div.text span {
1154 1154 height: 1%;
1155 1155 display: block;
1156 1156 margin: 0;
1157 1157 padding: 5px 0 0;
1158 1158 }
1159 1159
1160 1160 #content div.box div.message-error {
1161 1161 height: 1%;
1162 1162 clear: both;
1163 1163 overflow: hidden;
1164 1164 background: #FBE3E4;
1165 1165 border: 1px solid #FBC2C4;
1166 1166 color: #860006;
1167 1167 }
1168 1168
1169 1169 #content div.box div.message-error h6 {
1170 1170 color: #860006;
1171 1171 }
1172 1172
1173 1173 #content div.box div.message-warning {
1174 1174 height: 1%;
1175 1175 clear: both;
1176 1176 overflow: hidden;
1177 1177 background: #FFF6BF;
1178 1178 border: 1px solid #FFD324;
1179 1179 color: #5f5200;
1180 1180 }
1181 1181
1182 1182 #content div.box div.message-warning h6 {
1183 1183 color: #5f5200;
1184 1184 }
1185 1185
1186 1186 #content div.box div.message-notice {
1187 1187 height: 1%;
1188 1188 clear: both;
1189 1189 overflow: hidden;
1190 1190 background: #8FBDE0;
1191 1191 border: 1px solid #6BACDE;
1192 1192 color: #003863;
1193 1193 }
1194 1194
1195 1195 #content div.box div.message-notice h6 {
1196 1196 color: #003863;
1197 1197 }
1198 1198
1199 1199 #content div.box div.message-success {
1200 1200 height: 1%;
1201 1201 clear: both;
1202 1202 overflow: hidden;
1203 1203 background: #E6EFC2;
1204 1204 border: 1px solid #C6D880;
1205 1205 color: #4e6100;
1206 1206 }
1207 1207
1208 1208 #content div.box div.message-success h6 {
1209 1209 color: #4e6100;
1210 1210 }
1211 1211
1212 1212 #content div.box div.form div.fields div.field {
1213 1213 height: 1%;
1214 1214 min-height: 12px;
1215 1215 border-bottom: 1px solid #DDD;
1216 1216 clear: both;
1217 1217 margin: 0;
1218 1218 padding: 10px 0;
1219 1219 }
1220 1220
1221 1221 #content div.box div.form div.fields div.field-first {
1222 1222 padding: 0 0 10px;
1223 1223 }
1224 1224
1225 1225 #content div.box div.form div.fields div.field-noborder {
1226 1226 border-bottom: 0 !important;
1227 1227 }
1228 1228
1229 1229 #content div.box div.form div.fields div.field span.error-message {
1230 1230 height: 1%;
1231 1231 display: inline-block;
1232 1232 color: red;
1233 1233 margin: 8px 0 0 4px;
1234 1234 padding: 0;
1235 1235 }
1236 1236
1237 1237 #content div.box div.form div.fields div.field span.success {
1238 1238 height: 1%;
1239 1239 display: block;
1240 1240 color: #316309;
1241 1241 margin: 8px 0 0;
1242 1242 padding: 0;
1243 1243 }
1244 1244
1245 1245 #content div.box div.form div.fields div.field div.label {
1246 1246 left: 70px;
1247 1247 width: 155px;
1248 1248 position: absolute;
1249 1249 margin: 0;
1250 1250 padding: 5px 0 0 0px;
1251 1251 }
1252 1252
1253 1253 #content div.box div.form div.fields div.field div.label-summary {
1254 1254 left: 30px;
1255 1255 width: 155px;
1256 1256 position: absolute;
1257 1257 margin: 0;
1258 1258 padding: 0px 0 0 0px;
1259 1259 }
1260 1260
1261 1261 #content div.box-left div.form div.fields div.field div.label,
1262 1262 #content div.box-right div.form div.fields div.field div.label,
1263 1263 #content div.box-left div.form div.fields div.field div.label,
1264 1264 #content div.box-left div.form div.fields div.field div.label-summary,
1265 1265 #content div.box-right div.form div.fields div.field div.label-summary,
1266 1266 #content div.box-left div.form div.fields div.field div.label-summary {
1267 1267 clear: both;
1268 1268 overflow: hidden;
1269 1269 left: 0;
1270 1270 width: auto;
1271 1271 position: relative;
1272 1272 margin: 0;
1273 1273 padding: 0 0 8px;
1274 1274 }
1275 1275
1276 1276 #content div.box div.form div.fields div.field div.label-select {
1277 1277 padding: 5px 0 0 5px;
1278 1278 }
1279 1279
1280 1280 #content div.box-left div.form div.fields div.field div.label-select,
1281 1281 #content div.box-right div.form div.fields div.field div.label-select {
1282 1282 padding: 0 0 8px;
1283 1283 }
1284 1284
1285 1285 #content div.box-left div.form div.fields div.field div.label-textarea,
1286 1286 #content div.box-right div.form div.fields div.field div.label-textarea {
1287 1287 padding: 0 0 8px !important;
1288 1288 }
1289 1289
1290 1290 #content div.box div.form div.fields div.field div.label label, div.label label {
1291 1291 color: #393939;
1292 1292 font-weight: 700;
1293 1293 }
1294 1294 #content div.box div.form div.fields div.field div.label label, div.label-summary label {
1295 1295 color: #393939;
1296 1296 font-weight: 700;
1297 1297 }
1298 1298 #content div.box div.form div.fields div.field div.input {
1299 1299 margin: 0 0 0 200px;
1300 1300 }
1301 1301
1302 1302 #content div.box div.form div.fields div.field div.input.summary {
1303 1303 margin: 0 0 0 110px;
1304 1304 }
1305 1305 #content div.box div.form div.fields div.field div.input.summary-short {
1306 1306 margin: 0 0 0 110px;
1307 1307 }
1308 1308 #content div.box div.form div.fields div.field div.file {
1309 1309 margin: 0 0 0 200px;
1310 1310 }
1311 1311
1312 1312 #content div.box-left div.form div.fields div.field div.input, #content div.box-right div.form div.fields div.field div.input {
1313 1313 margin: 0 0 0 0px;
1314 1314 }
1315 1315
1316 1316 #content div.box div.form div.fields div.field div.input input,
1317 1317 .reviewer_ac input {
1318 1318 background: #FFF;
1319 1319 border-top: 1px solid #b3b3b3;
1320 1320 border-left: 1px solid #b3b3b3;
1321 1321 border-right: 1px solid #eaeaea;
1322 1322 border-bottom: 1px solid #eaeaea;
1323 1323 color: #000;
1324 1324 font-size: 12px;
1325 1325 margin: 0;
1326 1326 padding: 7px 7px 6px;
1327 1327 }
1328 1328
1329 1329 #content div.box div.form div.fields div.field div.input input#clone_url,
1330 1330 #content div.box div.form div.fields div.field div.input input#clone_url_id
1331 1331 {
1332 1332 font-size: 16px;
1333 1333 padding: 2px;
1334 1334 }
1335 1335
1336 1336 #content div.box div.form div.fields div.field div.file input {
1337 1337 background: none repeat scroll 0 0 #FFFFFF;
1338 1338 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
1339 1339 border-style: solid;
1340 1340 border-width: 1px;
1341 1341 color: #000000;
1342 1342 font-size: 12px;
1343 1343 margin: 0;
1344 1344 padding: 7px 7px 6px;
1345 1345 }
1346 1346
1347 1347 input.disabled {
1348 1348 background-color: #F5F5F5 !important;
1349 1349 }
1350 1350 #content div.box div.form div.fields div.field div.input input.small {
1351 1351 width: 30%;
1352 1352 }
1353 1353
1354 1354 #content div.box div.form div.fields div.field div.input input.medium {
1355 1355 width: 55%;
1356 1356 }
1357 1357
1358 1358 #content div.box div.form div.fields div.field div.input input.large {
1359 1359 width: 85%;
1360 1360 }
1361 1361
1362 1362 #content div.box div.form div.fields div.field div.input input.date {
1363 1363 width: 177px;
1364 1364 }
1365 1365
1366 1366 #content div.box div.form div.fields div.field div.input input.button {
1367 1367 background: #D4D0C8;
1368 1368 border-top: 1px solid #FFF;
1369 1369 border-left: 1px solid #FFF;
1370 1370 border-right: 1px solid #404040;
1371 1371 border-bottom: 1px solid #404040;
1372 1372 color: #000;
1373 1373 margin: 0;
1374 1374 padding: 4px 8px;
1375 1375 }
1376 1376
1377 1377 #content div.box div.form div.fields div.field div.textarea {
1378 1378 border-top: 1px solid #b3b3b3;
1379 1379 border-left: 1px solid #b3b3b3;
1380 1380 border-right: 1px solid #eaeaea;
1381 1381 border-bottom: 1px solid #eaeaea;
1382 1382 margin: 0 0 0 200px;
1383 1383 padding: 7px 7px 6px;
1384 1384 }
1385 1385
1386 1386 #content div.box div.form div.fields div.field div.textarea-editor {
1387 1387 border: 1px solid #ddd;
1388 1388 padding: 0;
1389 1389 }
1390 1390
1391 1391 #content div.box div.form div.fields div.field div.textarea textarea {
1392 1392 width: 100%;
1393 1393 height: 220px;
1394 1394 overflow: hidden;
1395 1395 background: #FFF;
1396 1396 color: #000;
1397 1397 font-size: 12px;
1398 1398 outline: none;
1399 1399 border-width: 0;
1400 1400 margin: 0;
1401 1401 padding: 0;
1402 1402 }
1403 1403
1404 1404 #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 {
1405 1405 width: 100%;
1406 1406 height: 100px;
1407 1407 }
1408 1408
1409 1409 #content div.box div.form div.fields div.field div.textarea table {
1410 1410 width: 100%;
1411 1411 border: none;
1412 1412 margin: 0;
1413 1413 padding: 0;
1414 1414 }
1415 1415
1416 1416 #content div.box div.form div.fields div.field div.textarea table td {
1417 1417 background: #DDD;
1418 1418 border: none;
1419 1419 padding: 0;
1420 1420 }
1421 1421
1422 1422 #content div.box div.form div.fields div.field div.textarea table td table {
1423 1423 width: auto;
1424 1424 border: none;
1425 1425 margin: 0;
1426 1426 padding: 0;
1427 1427 }
1428 1428
1429 1429 #content div.box div.form div.fields div.field div.textarea table td table td {
1430 1430 font-size: 11px;
1431 1431 padding: 5px 5px 5px 0;
1432 1432 }
1433 1433
1434 1434 #content div.box div.form div.fields div.field input[type=text]:focus,
1435 1435 #content div.box div.form div.fields div.field input[type=password]:focus,
1436 1436 #content div.box div.form div.fields div.field input[type=file]:focus,
1437 1437 #content div.box div.form div.fields div.field textarea:focus,
1438 1438 #content div.box div.form div.fields div.field select:focus,
1439 1439 .reviewer_ac input:focus {
1440 1440 background: #f6f6f6;
1441 1441 border-color: #666;
1442 1442 }
1443 1443
1444 1444 .reviewer_ac {
1445 1445 padding: 10px
1446 1446 }
1447 1447
1448 1448 div.form div.fields div.field div.button {
1449 1449 margin: 0;
1450 1450 padding: 0 0 0 8px;
1451 1451 }
1452 1452 #content div.box table.noborder {
1453 1453 border: 1px solid transparent;
1454 1454 }
1455 1455
1456 1456 #content div.box table {
1457 1457 width: 100%;
1458 1458 border-collapse: separate;
1459 1459 margin: 0;
1460 1460 padding: 0;
1461 1461 border: 1px solid #eee;
1462 1462 -webkit-border-radius: 4px;
1463 1463 border-radius: 4px;
1464 1464 }
1465 1465
1466 1466 #content div.box table th {
1467 1467 background: #eee;
1468 1468 border-bottom: 1px solid #ddd;
1469 1469 padding: 5px 0px 5px 5px;
1470 1470 text-align: left;
1471 1471 }
1472 1472
1473 1473 #content div.box table th.left {
1474 1474 text-align: left;
1475 1475 }
1476 1476
1477 1477 #content div.box table th.right {
1478 1478 text-align: right;
1479 1479 }
1480 1480
1481 1481 #content div.box table th.center {
1482 1482 text-align: center;
1483 1483 }
1484 1484
1485 1485 #content div.box table th.selected {
1486 1486 vertical-align: middle;
1487 1487 padding: 0;
1488 1488 }
1489 1489
1490 1490 #content div.box table td {
1491 1491 background: #fff;
1492 1492 border-bottom: 1px solid #cdcdcd;
1493 1493 vertical-align: middle;
1494 1494 padding: 5px;
1495 1495 }
1496 1496
1497 1497 #content div.box table tr.selected td {
1498 1498 background: #FFC;
1499 1499 }
1500 1500
1501 1501 #content div.box table td.selected {
1502 1502 width: 3%;
1503 1503 text-align: center;
1504 1504 vertical-align: middle;
1505 1505 padding: 0;
1506 1506 }
1507 1507
1508 1508 #content div.box table td.action {
1509 1509 width: 45%;
1510 1510 text-align: left;
1511 1511 }
1512 1512
1513 1513 #content div.box table td.date {
1514 1514 width: 33%;
1515 1515 text-align: center;
1516 1516 }
1517 1517
1518 1518 #content div.box div.action {
1519 1519 float: right;
1520 1520 background: #FFF;
1521 1521 text-align: right;
1522 1522 margin: 10px 0 0;
1523 1523 padding: 0;
1524 1524 }
1525 1525
1526 1526 #content div.box div.action select {
1527 1527 font-size: 11px;
1528 1528 margin: 0;
1529 1529 }
1530 1530
1531 1531 #content div.box div.action .ui-selectmenu {
1532 1532 margin: 0;
1533 1533 padding: 0;
1534 1534 }
1535 1535
1536 1536 #content div.box div.pagination {
1537 1537 height: 1%;
1538 1538 clear: both;
1539 1539 overflow: hidden;
1540 1540 margin: 10px 0 0;
1541 1541 padding: 0;
1542 1542 }
1543 1543
1544 1544 #content div.box div.pagination ul.pager {
1545 1545 float: right;
1546 1546 text-align: right;
1547 1547 margin: 0;
1548 1548 padding: 0;
1549 1549 }
1550 1550
1551 1551 #content div.box div.pagination ul.pager li {
1552 1552 height: 1%;
1553 1553 float: left;
1554 1554 list-style: none;
1555 1555 background: #ebebeb url("../images/pager.png") repeat-x;
1556 1556 border-top: 1px solid #dedede;
1557 1557 border-left: 1px solid #cfcfcf;
1558 1558 border-right: 1px solid #c4c4c4;
1559 1559 border-bottom: 1px solid #c4c4c4;
1560 1560 color: #4A4A4A;
1561 1561 font-weight: 700;
1562 1562 margin: 0 0 0 4px;
1563 1563 padding: 0;
1564 1564 }
1565 1565
1566 1566 #content div.box div.pagination ul.pager li.separator {
1567 1567 padding: 6px;
1568 1568 }
1569 1569
1570 1570 #content div.box div.pagination ul.pager li.current {
1571 1571 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1572 1572 border-top: 1px solid #ccc;
1573 1573 border-left: 1px solid #bebebe;
1574 1574 border-right: 1px solid #b1b1b1;
1575 1575 border-bottom: 1px solid #afafaf;
1576 1576 color: #515151;
1577 1577 padding: 6px;
1578 1578 }
1579 1579
1580 1580 #content div.box div.pagination ul.pager li a {
1581 1581 height: 1%;
1582 1582 display: block;
1583 1583 float: left;
1584 1584 color: #515151;
1585 1585 text-decoration: none;
1586 1586 margin: 0;
1587 1587 padding: 6px;
1588 1588 }
1589 1589
1590 1590 #content div.box div.pagination ul.pager li a:hover,
1591 1591 #content div.box div.pagination ul.pager li a:active {
1592 1592 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1593 1593 border-top: 1px solid #ccc;
1594 1594 border-left: 1px solid #bebebe;
1595 1595 border-right: 1px solid #b1b1b1;
1596 1596 border-bottom: 1px solid #afafaf;
1597 1597 margin: -1px;
1598 1598 }
1599 1599
1600 1600 #content div.box div.pagination-right {
1601 1601 float: right;
1602 1602 }
1603 1603
1604 1604 #content div.box div.pagination-wh {
1605 1605 height: 1%;
1606 1606 overflow: hidden;
1607 1607 text-align: right;
1608 1608 margin: 10px 0 0;
1609 1609 padding: 0;
1610 1610 }
1611 1611
1612 1612 #content div.box div.pagination-wh > :first-child {
1613 1613 border-radius: 4px 0px 0px 4px;
1614 1614 }
1615 1615
1616 1616 #content div.box div.pagination-wh > :last-child {
1617 1617 border-radius: 0px 4px 4px 0px;
1618 1618 border-right: 1px solid #cfcfcf;
1619 1619 }
1620 1620
1621 1621 #content div.box div.pagination-wh a,
1622 1622 #content div.box div.pagination-wh span.pager_dotdot,
1623 1623 #content div.box div.pagination-wh span.yui-pg-previous,
1624 1624 #content div.box div.pagination-wh span.yui-pg-last,
1625 1625 #content div.box div.pagination-wh span.yui-pg-next,
1626 1626 #content div.box div.pagination-wh span.yui-pg-first {
1627 1627 height: 1%;
1628 1628 float: left;
1629 1629 background: #ebebeb url("../images/pager.png") repeat-x;
1630 1630 border-top: 1px solid #dedede;
1631 1631 border-left: 1px solid #cfcfcf;
1632 1632 border-bottom: 1px solid #c4c4c4;
1633 1633 color: #4A4A4A;
1634 1634 font-weight: 700;
1635 1635 padding: 6px;
1636 1636 }
1637 1637
1638 1638 #content div.box div.pagination-wh span.pager_curpage {
1639 1639 height: 1%;
1640 1640 float: left;
1641 1641 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1642 1642 border-top: 1px solid #ccc;
1643 1643 border-left: 1px solid #bebebe;
1644 1644 border-bottom: 1px solid #afafaf;
1645 1645 color: #515151;
1646 1646 font-weight: 700;
1647 1647 padding: 6px;
1648 1648 }
1649 1649
1650 1650 #content div.box div.pagination-wh a:hover, #content div.box div.pagination-wh a:active {
1651 1651 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1652 1652 border-top: 1px solid #ccc;
1653 1653 border-left: 1px solid #bebebe;
1654 1654 border-bottom: 1px solid #afafaf;
1655 1655 text-decoration: none;
1656 1656 }
1657 1657
1658 1658 #content div.box div.traffic div.legend {
1659 1659 clear: both;
1660 1660 overflow: hidden;
1661 1661 border-bottom: 1px solid #ddd;
1662 1662 margin: 0 0 10px;
1663 1663 padding: 0 0 10px;
1664 1664 }
1665 1665
1666 1666 #content div.box div.traffic div.legend h6 {
1667 1667 float: left;
1668 1668 border: none;
1669 1669 margin: 0;
1670 1670 padding: 0;
1671 1671 }
1672 1672
1673 1673 #content div.box div.traffic div.legend li {
1674 1674 list-style: none;
1675 1675 float: left;
1676 1676 font-size: 11px;
1677 1677 margin: 0;
1678 1678 padding: 0 8px 0 4px;
1679 1679 }
1680 1680
1681 1681 #content div.box div.traffic div.legend li.visits {
1682 1682 border-left: 12px solid #edc240;
1683 1683 }
1684 1684
1685 1685 #content div.box div.traffic div.legend li.pageviews {
1686 1686 border-left: 12px solid #afd8f8;
1687 1687 }
1688 1688
1689 1689 #content div.box div.traffic table {
1690 1690 width: auto;
1691 1691 }
1692 1692
1693 1693 #content div.box div.traffic table td {
1694 1694 background: transparent;
1695 1695 border: none;
1696 1696 padding: 2px 3px 3px;
1697 1697 }
1698 1698
1699 1699 #content div.box div.traffic table td.legendLabel {
1700 1700 padding: 0 3px 2px;
1701 1701 }
1702 1702
1703 1703 #content div.box #summary {
1704 1704 margin-right: 200px;
1705 1705 }
1706 1706
1707 1707 #summary-menu-stats {
1708 1708 float: left;
1709 1709 width: 180px;
1710 1710 position: absolute;
1711 1711 top: 0;
1712 1712 right: 0;
1713 1713 }
1714 1714
1715 1715 #summary-menu-stats ul {
1716 1716 margin: 0 10px;
1717 1717 display: block;
1718 1718 background-color: #f9f9f9;
1719 1719 border: 1px solid #d1d1d1;
1720 1720 border-radius: 4px;
1721 1721 }
1722 1722
1723 1723 #content #summary-menu-stats li {
1724 1724 border-top: 1px solid #d1d1d1;
1725 1725 padding: 0;
1726 1726 }
1727 1727
1728 1728 #content #summary-menu-stats li:hover {
1729 1729 background: #f0f0f0;
1730 1730 }
1731 1731
1732 1732 #content #summary-menu-stats li:first-child {
1733 1733 border-top: none;
1734 1734 }
1735 1735
1736 1736 #summary-menu-stats a.followers { background-image: url('../images/icons/heart.png')}
1737 1737 #summary-menu-stats a.forks { background-image: url('../images/icons/arrow_divide.png')}
1738 1738 #summary-menu-stats a.settings { background-image: url('../images/icons/cog_edit.png')}
1739 1739 #summary-menu-stats a.feed { background-image: url('../images/icons/rss_16.png')}
1740 1740 #summary-menu-stats a.repo-size { background-image: url('../images/icons/server.png')}
1741 1741
1742 1742 #summary-menu-stats a {
1743 1743 display: block;
1744 1744 padding: 12px 30px;
1745 1745 background-repeat: no-repeat;
1746 1746 background-position: 10px 50%;
1747 1747 padding-right: 10px;
1748 1748 }
1749 1749
1750 1750 #repo_size_2.loaded {
1751 1751 margin-left: 30px;
1752 1752 display: block;
1753 1753 padding-right: 10px;
1754 1754 padding-bottom: 7px;
1755 1755 }
1756 1756
1757 1757 #summary-menu-stats a:hover {
1758 1758 text-decoration: none;
1759 1759 }
1760 1760
1761 1761 #summary-menu-stats a span {
1762 1762 background-color: #DEDEDE;
1763 1763 color: #888 !important;
1764 1764 border-radius: 4px;
1765 1765 padding: 2px 4px;
1766 1766 font-size: 10px;
1767 1767 }
1768 1768
1769 1769 #summary .metatag {
1770 1770 display: inline-block;
1771 1771 padding: 3px 5px;
1772 1772 margin-bottom: 3px;
1773 1773 margin-right: 1px;
1774 1774 border-radius: 5px;
1775 1775 }
1776 1776
1777 1777 #content div.box #summary p {
1778 1778 margin-bottom: -5px;
1779 1779 width: 600px;
1780 1780 white-space: pre-wrap;
1781 1781 }
1782 1782
1783 1783 #content div.box #summary p:last-child {
1784 1784 margin-bottom: 9px;
1785 1785 }
1786 1786
1787 1787 #content div.box #summary p:first-of-type {
1788 1788 margin-top: 9px;
1789 1789 }
1790 1790
1791 1791 .metatag {
1792 1792 display: inline-block;
1793 1793 margin-right: 1px;
1794 1794 -webkit-border-radius: 4px 4px 4px 4px;
1795 1795 -khtml-border-radius: 4px 4px 4px 4px;
1796 1796 border-radius: 4px 4px 4px 4px;
1797 1797
1798 1798 border: solid 1px #9CF;
1799 1799 padding: 2px 3px 2px 3px !important;
1800 1800 background-color: #DEF;
1801 1801 }
1802 1802
1803 1803 .metatag[tag="dead"] {
1804 1804 background-color: #E44;
1805 1805 }
1806 1806
1807 1807 .metatag[tag="stale"] {
1808 1808 background-color: #EA4;
1809 1809 }
1810 1810
1811 1811 .metatag[tag="featured"] {
1812 1812 background-color: #AEA;
1813 1813 }
1814 1814
1815 1815 .metatag[tag="requires"] {
1816 1816 background-color: #9CF;
1817 1817 }
1818 1818
1819 1819 .metatag[tag="recommends"] {
1820 1820 background-color: #BDF;
1821 1821 }
1822 1822
1823 1823 .metatag[tag="lang"] {
1824 1824 background-color: #FAF474;
1825 1825 }
1826 1826
1827 1827 .metatag[tag="license"] {
1828 1828 border: solid 1px #9CF;
1829 1829 background-color: #DEF;
1830 1830 target-new: tab !important;
1831 1831 }
1832 1832 .metatag[tag="see"] {
1833 1833 border: solid 1px #CBD;
1834 1834 background-color: #EDF;
1835 1835 }
1836 1836
1837 1837 a.metatag[tag="license"]:hover {
1838 1838 background-color: #003367;
1839 1839 color: #FFF;
1840 1840 text-decoration: none;
1841 1841 }
1842 1842
1843 1843 #summary .desc {
1844 1844 white-space: pre;
1845 1845 width: 100%;
1846 1846 }
1847 1847
1848 1848 #summary .repo_name {
1849 1849 font-size: 1.6em;
1850 1850 font-weight: bold;
1851 1851 vertical-align: baseline;
1852 1852 clear: right
1853 1853 }
1854 1854
1855 1855 #footer {
1856 1856 clear: both;
1857 1857 overflow: hidden;
1858 1858 text-align: right;
1859 1859 margin: 0;
1860 1860 padding: 0 10px 4px;
1861 1861 margin: -10px 0 0;
1862 1862 }
1863 1863
1864 1864 #footer div#footer-inner {
1865 1865 background-color: #003B76;
1866 1866 background-repeat: repeat-x;
1867 1867 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1868 1868 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1869 1869 background-image: -ms-linear-gradient( top, #003b76, #00376e);
1870 1870 background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1871 1871 background-image: -webkit-linear-gradient( top, #003b76, #00376e));
1872 1872 background-image: -o-linear-gradient( top, #003b76, #00376e));
1873 1873 background-image: linear-gradient(to bottom, #003b76, #00376e);
1874 1874 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1875 1875 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1876 1876 -webkit-border-radius: 4px 4px 4px 4px;
1877 1877 -khtml-border-radius: 4px 4px 4px 4px;
1878 1878 border-radius: 4px 4px 4px 4px;
1879 1879 }
1880 1880
1881 1881 #footer div#footer-inner p {
1882 1882 padding: 15px 25px 15px 0;
1883 1883 color: #FFF;
1884 1884 font-weight: 700;
1885 1885 }
1886 1886
1887 1887 #footer div#footer-inner .footer-link {
1888 1888 float: left;
1889 1889 padding-left: 10px;
1890 1890 }
1891 1891
1892 1892 #footer div#footer-inner .footer-link a, #footer div#footer-inner .footer-link-right a {
1893 1893 color: #FFF;
1894 1894 }
1895 1895
1896 1896 #login div.title {
1897 1897 clear: both;
1898 1898 overflow: hidden;
1899 1899 position: relative;
1900 1900 background-color: #003B76;
1901 1901 background-repeat: repeat-x;
1902 1902 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1903 1903 background-image: -moz-linear-gradient( top, #003b76, #00376e);
1904 1904 background-image: -ms-linear-gradient( top, #003b76, #00376e);
1905 1905 background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1906 1906 background-image: -webkit-linear-gradient( top, #003b76, #00376e));
1907 1907 background-image: -o-linear-gradient( top, #003b76, #00376e));
1908 1908 background-image: linear-gradient(to bottom, #003b76, #00376e);
1909 1909 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1910 1910 margin: 0 auto;
1911 1911 padding: 0;
1912 1912 }
1913 1913
1914 1914 #login div.inner {
1915 1915 background: #FFF url("../images/login.png") no-repeat top left;
1916 1916 border-top: none;
1917 1917 border-bottom: none;
1918 1918 margin: 0 auto;
1919 1919 padding: 20px;
1920 1920 }
1921 1921
1922 1922 #login div.form div.fields div.field div.label {
1923 1923 width: 173px;
1924 1924 float: left;
1925 1925 text-align: right;
1926 1926 margin: 2px 10px 0 0;
1927 1927 padding: 5px 0 0 5px;
1928 1928 }
1929 1929
1930 1930 #login div.form div.fields div.field div.input input {
1931 1931 background: #FFF;
1932 1932 border-top: 1px solid #b3b3b3;
1933 1933 border-left: 1px solid #b3b3b3;
1934 1934 border-right: 1px solid #eaeaea;
1935 1935 border-bottom: 1px solid #eaeaea;
1936 1936 color: #000;
1937 1937 font-size: 11px;
1938 1938 margin: 0;
1939 1939 padding: 7px 7px 6px;
1940 1940 }
1941 1941
1942 1942 #login div.form div.fields div.buttons {
1943 1943 clear: both;
1944 1944 overflow: hidden;
1945 1945 border-top: 1px solid #DDD;
1946 1946 text-align: right;
1947 1947 margin: 0;
1948 1948 padding: 10px 0 0;
1949 1949 }
1950 1950
1951 1951 #login div.form div.links {
1952 1952 clear: both;
1953 1953 overflow: hidden;
1954 1954 margin: 10px 0 0;
1955 1955 padding: 0 0 2px;
1956 1956 }
1957 1957
1958 1958 .user-menu {
1959 1959 margin: 0px !important;
1960 1960 float: left;
1961 1961 }
1962 1962
1963 1963 .user-menu .container {
1964 1964 padding: 0px 4px 0px 4px;
1965 1965 margin: 0px 0px 0px 0px;
1966 1966 }
1967 1967
1968 1968 .user-menu .gravatar {
1969 1969 margin: 0px 0px 0px 0px;
1970 1970 cursor: pointer;
1971 1971 }
1972 1972 .user-menu .gravatar.enabled {
1973 1973 background-color: #FDF784 !important;
1974 1974 }
1975 1975 .user-menu .gravatar:hover {
1976 1976 background-color: #FDF784 !important;
1977 1977 }
1978 1978 #quick_login {
1979 1979 min-height: 110px;
1980 1980 padding: 4px;
1981 1981 position: absolute;
1982 1982 right: 0;
1983 1983 background-color: #003B76;
1984 1984 background-repeat: repeat-x;
1985 1985 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1986 1986 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1987 1987 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1988 1988 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1989 1989 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1990 1990 background-image: -o-linear-gradient(top, #003b76, #00376e);
1991 1991 background-image: linear-gradient(to bottom, #003b76, #00376e);
1992 1992 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1993 1993
1994 1994 z-index: 999;
1995 1995 -webkit-border-radius: 0px 0px 4px 4px;
1996 1996 -khtml-border-radius: 0px 0px 4px 4px;
1997 1997 border-radius: 0px 0px 4px 4px;
1998 1998 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1999 1999
2000 2000 overflow: hidden;
2001 2001 }
2002 2002 #quick_login h4 {
2003 2003 color: #fff;
2004 2004 padding: 5px 0px 5px 14px;
2005 2005 }
2006 2006
2007 2007 #quick_login .password_forgoten {
2008 2008 padding-right: 0px;
2009 2009 padding-top: 0px;
2010 2010 text-align: left;
2011 2011 }
2012 2012
2013 2013 #quick_login .password_forgoten a {
2014 2014 font-size: 10px;
2015 2015 color: #fff;
2016 2016 padding: 0px !important;
2017 2017 line-height: 20px !important;
2018 2018 }
2019 2019
2020 2020 #quick_login .register {
2021 2021 padding-right: 10px;
2022 2022 padding-top: 5px;
2023 2023 text-align: left;
2024 2024 }
2025 2025
2026 2026 #quick_login .register a {
2027 2027 font-size: 10px;
2028 2028 color: #fff;
2029 2029 padding: 0px !important;
2030 2030 line-height: 20px !important;
2031 2031 }
2032 2032
2033 2033 #quick_login .submit {
2034 2034 margin: -20px 0 0 0px;
2035 2035 position: absolute;
2036 2036 right: 15px;
2037 2037 }
2038 2038
2039 2039 #quick_login .links_left {
2040 2040 float: left;
2041 2041 margin-right: 130px;
2042 2042 width: 170px;
2043 2043 }
2044 2044 #quick_login .links_right {
2045 2045
2046 2046 position: absolute;
2047 2047 right: 0;
2048 2048 }
2049 2049 #quick_login .full_name {
2050 2050 color: #FFFFFF;
2051 2051 font-weight: bold;
2052 2052 padding: 3px 3px 3px 6px;
2053 2053 }
2054 2054 #quick_login .big_gravatar {
2055 2055 padding: 4px 0px 0px 6px;
2056 2056 }
2057 2057 #quick_login .notifications {
2058 2058 padding: 2px 0px 0px 6px;
2059 2059 color: #FFFFFF;
2060 2060 font-weight: bold;
2061 2061 line-height: 10px !important;
2062 2062 }
2063 2063 #quick_login .notifications a,
2064 2064 #quick_login .unread a {
2065 2065 color: #FFFFFF;
2066 2066 display: block;
2067 2067 padding: 0px !important;
2068 2068 }
2069 2069 #quick_login .notifications a:hover,
2070 2070 #quick_login .unread a:hover {
2071 2071 background-color: inherit !important;
2072 2072 }
2073 2073 #quick_login .email, #quick_login .unread {
2074 2074 color: #FFFFFF;
2075 2075 padding: 3px 3px 3px 6px;
2076 2076 }
2077 2077 #quick_login .links .logout {
2078 2078 }
2079 2079
2080 2080 #quick_login div.form div.fields {
2081 2081 padding-top: 2px;
2082 2082 padding-left: 10px;
2083 2083 }
2084 2084
2085 2085 #quick_login div.form div.fields div.field {
2086 2086 padding: 5px;
2087 2087 }
2088 2088
2089 2089 #quick_login div.form div.fields div.field div.label label {
2090 2090 color: #fff;
2091 2091 padding-bottom: 3px;
2092 2092 }
2093 2093
2094 2094 #quick_login div.form div.fields div.field div.input input {
2095 2095 width: 236px;
2096 2096 background: #FFF;
2097 2097 border-top: 1px solid #b3b3b3;
2098 2098 border-left: 1px solid #b3b3b3;
2099 2099 border-right: 1px solid #eaeaea;
2100 2100 border-bottom: 1px solid #eaeaea;
2101 2101 color: #000;
2102 2102 font-size: 11px;
2103 2103 margin: 0;
2104 2104 padding: 5px 7px 4px;
2105 2105 }
2106 2106
2107 2107 #quick_login div.form div.fields div.buttons {
2108 2108 clear: both;
2109 2109 overflow: hidden;
2110 2110 text-align: right;
2111 2111 margin: 0;
2112 2112 padding: 5px 14px 0px 5px;
2113 2113 }
2114 2114
2115 2115 #quick_login div.form div.links {
2116 2116 clear: both;
2117 2117 overflow: hidden;
2118 2118 margin: 10px 0 0;
2119 2119 padding: 0 0 2px;
2120 2120 }
2121 2121
2122 2122 #quick_login ol.links {
2123 2123 display: block;
2124 2124 font-weight: bold;
2125 2125 list-style: none outside none;
2126 2126 text-align: right;
2127 2127 }
2128 2128 #quick_login ol.links li {
2129 2129 line-height: 27px;
2130 2130 margin: 0;
2131 2131 padding: 0;
2132 2132 color: #fff;
2133 2133 display: block;
2134 2134 float: none !important;
2135 2135 }
2136 2136
2137 2137 #quick_login ol.links li a {
2138 2138 color: #fff;
2139 2139 display: block;
2140 2140 padding: 2px;
2141 2141 }
2142 2142 #quick_login ol.links li a:HOVER {
2143 2143 background-color: inherit !important;
2144 2144 }
2145 2145
2146 2146 #register div.title {
2147 2147 clear: both;
2148 2148 overflow: hidden;
2149 2149 position: relative;
2150 2150 background-color: #003B76;
2151 2151 background-repeat: repeat-x;
2152 2152 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
2153 2153 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2154 2154 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2155 2155 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
2156 2156 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
2157 2157 background-image: -o-linear-gradient(top, #003b76, #00376e);
2158 2158 background-image: linear-gradient(to bottom, #003b76, #00376e);
2159 2159 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
2160 2160 endColorstr='#00376e', GradientType=0 );
2161 2161 margin: 0 auto;
2162 2162 padding: 0;
2163 2163 }
2164 2164
2165 2165 #register div.inner {
2166 2166 background: #FFF;
2167 2167 border-top: none;
2168 2168 border-bottom: none;
2169 2169 margin: 0 auto;
2170 2170 padding: 20px;
2171 2171 }
2172 2172
2173 2173 #register div.form div.fields div.field div.label {
2174 2174 width: 135px;
2175 2175 float: left;
2176 2176 text-align: right;
2177 2177 margin: 2px 10px 0 0;
2178 2178 padding: 5px 0 0 5px;
2179 2179 }
2180 2180
2181 2181 #register div.form div.fields div.field div.input input {
2182 2182 width: 300px;
2183 2183 background: #FFF;
2184 2184 border-top: 1px solid #b3b3b3;
2185 2185 border-left: 1px solid #b3b3b3;
2186 2186 border-right: 1px solid #eaeaea;
2187 2187 border-bottom: 1px solid #eaeaea;
2188 2188 color: #000;
2189 2189 font-size: 11px;
2190 2190 margin: 0;
2191 2191 padding: 7px 7px 6px;
2192 2192 }
2193 2193
2194 2194 #register div.form div.fields div.buttons {
2195 2195 clear: both;
2196 2196 overflow: hidden;
2197 2197 border-top: 1px solid #DDD;
2198 2198 text-align: left;
2199 2199 margin: 0;
2200 2200 padding: 10px 0 0 150px;
2201 2201 }
2202 2202
2203 2203 #register div.form div.activation_msg {
2204 2204 padding-top: 4px;
2205 2205 padding-bottom: 4px;
2206 2206 }
2207 2207
2208 2208 #journal .journal_day {
2209 2209 font-size: 20px;
2210 2210 padding: 10px 0px;
2211 2211 border-bottom: 2px solid #DDD;
2212 2212 margin-left: 10px;
2213 2213 margin-right: 10px;
2214 2214 }
2215 2215
2216 2216 #journal .journal_container {
2217 2217 padding: 5px;
2218 2218 clear: both;
2219 2219 margin: 0px 5px 0px 10px;
2220 2220 }
2221 2221
2222 2222 #journal .journal_action_container {
2223 2223 padding-left: 38px;
2224 2224 }
2225 2225
2226 2226 #journal .journal_user {
2227 2227 color: #747474;
2228 2228 font-size: 14px;
2229 2229 font-weight: bold;
2230 2230 height: 30px;
2231 2231 }
2232 2232
2233 2233 #journal .journal_user.deleted {
2234 2234 color: #747474;
2235 2235 font-size: 14px;
2236 2236 font-weight: normal;
2237 2237 height: 30px;
2238 2238 font-style: italic;
2239 2239 }
2240 2240
2241 2241
2242 2242 #journal .journal_icon {
2243 2243 clear: both;
2244 2244 float: left;
2245 2245 padding-right: 4px;
2246 2246 padding-top: 3px;
2247 2247 }
2248 2248
2249 2249 #journal .journal_action {
2250 2250 padding-top: 4px;
2251 2251 min-height: 2px;
2252 2252 float: left
2253 2253 }
2254 2254
2255 2255 #journal .journal_action_params {
2256 2256 clear: left;
2257 2257 padding-left: 22px;
2258 2258 }
2259 2259
2260 2260 #journal .journal_repo {
2261 2261 float: left;
2262 2262 margin-left: 6px;
2263 2263 padding-top: 3px;
2264 2264 }
2265 2265
2266 2266 #journal .date {
2267 2267 clear: both;
2268 2268 color: #777777;
2269 2269 font-size: 11px;
2270 2270 padding-left: 22px;
2271 2271 }
2272 2272
2273 2273 #journal .journal_repo .journal_repo_name {
2274 2274 font-weight: bold;
2275 2275 font-size: 1.1em;
2276 2276 }
2277 2277
2278 2278 #journal .compare_view {
2279 2279 padding: 5px 0px 5px 0px;
2280 2280 width: 95px;
2281 2281 }
2282 2282
2283 2283 .journal_highlight {
2284 2284 font-weight: bold;
2285 2285 padding: 0 2px;
2286 2286 vertical-align: bottom;
2287 2287 }
2288 2288
2289 2289 .trending_language_tbl, .trending_language_tbl td {
2290 2290 border: 0 !important;
2291 2291 margin: 0 !important;
2292 2292 padding: 0 !important;
2293 2293 }
2294 2294
2295 2295 .trending_language_tbl, .trending_language_tbl tr {
2296 2296 border-spacing: 1px;
2297 2297 }
2298 2298
2299 2299 .trending_language {
2300 2300 background-color: #003367;
2301 2301 color: #FFF;
2302 2302 display: block;
2303 2303 min-width: 20px;
2304 2304 text-decoration: none;
2305 2305 height: 12px;
2306 2306 margin-bottom: 0px;
2307 2307 margin-left: 5px;
2308 2308 white-space: pre;
2309 2309 padding: 3px;
2310 2310 }
2311 2311
2312 2312 h3.files_location {
2313 2313 font-size: 1.8em;
2314 2314 font-weight: 700;
2315 2315 border-bottom: none !important;
2316 2316 margin: 10px 0 !important;
2317 2317 }
2318 2318
2319 2319 #files_data dl dt {
2320 2320 float: left;
2321 2321 width: 60px;
2322 2322 margin: 0 !important;
2323 2323 padding: 5px;
2324 2324 }
2325 2325
2326 2326 #files_data dl dd {
2327 2327 margin: 0 !important;
2328 2328 padding: 5px !important;
2329 2329 }
2330 2330
2331 2331 #files_data .codeblock #editor_container .error-message {
2332 2332 color: red;
2333 2333 padding: 10px 10px 10px 26px
2334 2334 }
2335 2335
2336 2336 .file_history {
2337 2337 padding-top: 10px;
2338 2338 font-size: 16px;
2339 2339 }
2340 2340 .file_author {
2341 2341 float: left;
2342 2342 }
2343 2343
2344 2344 .file_author .item {
2345 2345 float: left;
2346 2346 padding: 5px;
2347 2347 color: #888;
2348 2348 }
2349 2349
2350 2350 .tablerow0 {
2351 2351 background-color: #F8F8F8;
2352 2352 }
2353 2353
2354 2354 .tablerow1 {
2355 2355 background-color: #FFFFFF;
2356 2356 }
2357 2357
2358 2358 .changeset_id {
2359 2359 color: #666666;
2360 2360 margin-right: -3px;
2361 2361 }
2362 2362
2363 2363 .changeset_hash {
2364 2364 color: #000000;
2365 2365 }
2366 2366
2367 2367 #changeset_content {
2368 2368 border-left: 1px solid #CCC;
2369 2369 border-right: 1px solid #CCC;
2370 2370 border-bottom: 1px solid #CCC;
2371 2371 padding: 5px;
2372 2372 }
2373 2373
2374 2374 #changeset_compare_view_content {
2375 2375 border: 1px solid #CCC;
2376 2376 padding: 5px;
2377 2377 }
2378 2378
2379 2379 #changeset_content .container {
2380 2380 min-height: 100px;
2381 2381 font-size: 1.2em;
2382 2382 overflow: hidden;
2383 2383 }
2384 2384
2385 2385 #changeset_compare_view_content .compare_view_commits {
2386 2386 width: auto !important;
2387 2387 }
2388 2388
2389 2389 #changeset_compare_view_content .compare_view_commits td {
2390 2390 padding: 0px 0px 0px 12px !important;
2391 2391 }
2392 2392
2393 2393 #changeset_content .container .right {
2394 2394 float: right;
2395 2395 width: 20%;
2396 2396 text-align: right;
2397 2397 }
2398 2398
2399 2399 #changeset_content .container .message {
2400 2400 white-space: pre-wrap;
2401 2401 }
2402 2402 #changeset_content .container .message a:hover {
2403 2403 text-decoration: none;
2404 2404 }
2405 2405 .cs_files .cur_cs {
2406 2406 margin: 10px 2px;
2407 2407 font-weight: bold;
2408 2408 }
2409 2409
2410 2410 .cs_files .node {
2411 2411 float: left;
2412 2412 }
2413 2413
2414 2414 .cs_files .changes {
2415 2415 float: right;
2416 2416 color: #003367;
2417 2417 }
2418 2418
2419 2419 .cs_files .changes .added {
2420 2420 background-color: #BBFFBB;
2421 2421 float: left;
2422 2422 text-align: center;
2423 2423 font-size: 9px;
2424 2424 padding: 2px 0px 2px 0px;
2425 2425 }
2426 2426
2427 2427 .cs_files .changes .deleted {
2428 2428 background-color: #FF8888;
2429 2429 float: left;
2430 2430 text-align: center;
2431 2431 font-size: 9px;
2432 2432 padding: 2px 0px 2px 0px;
2433 2433 }
2434 2434 /*new binary
2435 2435 NEW_FILENODE = 1
2436 2436 DEL_FILENODE = 2
2437 2437 MOD_FILENODE = 3
2438 2438 RENAMED_FILENODE = 4
2439 2439 CHMOD_FILENODE = 5
2440 2440 BIN_FILENODE = 6
2441 2441 */
2442 2442 .cs_files .changes .bin {
2443 2443 background-color: #BBFFBB;
2444 2444 float: left;
2445 2445 text-align: center;
2446 2446 font-size: 9px;
2447 2447 padding: 2px 0px 2px 0px;
2448 2448 }
2449 2449 .cs_files .changes .bin.bin1 {
2450 2450 background-color: #BBFFBB;
2451 2451 }
2452 2452
2453 2453 /*deleted binary*/
2454 2454 .cs_files .changes .bin.bin2 {
2455 2455 background-color: #FF8888;
2456 2456 }
2457 2457
2458 2458 /*mod binary*/
2459 2459 .cs_files .changes .bin.bin3 {
2460 2460 background-color: #DDDDDD;
2461 2461 }
2462 2462
2463 2463 /*rename file*/
2464 2464 .cs_files .changes .bin.bin4 {
2465 2465 background-color: #6D99FF;
2466 2466 }
2467 2467
2468 2468 /*rename file*/
2469 2469 .cs_files .changes .bin.bin4 {
2470 2470 background-color: #6D99FF;
2471 2471 }
2472 2472
2473 2473 /*chmod file*/
2474 2474 .cs_files .changes .bin.bin5 {
2475 2475 background-color: #6D99FF;
2476 2476 }
2477 2477
2478 2478 .cs_files .cs_added, .cs_files .cs_A {
2479 2479 background: url("../images/icons/page_white_add.png") no-repeat scroll
2480 2480 3px;
2481 2481 height: 16px;
2482 2482 padding-left: 20px;
2483 2483 margin-top: 7px;
2484 2484 text-align: left;
2485 2485 }
2486 2486
2487 2487 .cs_files .cs_changed, .cs_files .cs_M {
2488 2488 background: url("../images/icons/page_white_edit.png") no-repeat scroll
2489 2489 3px;
2490 2490 height: 16px;
2491 2491 padding-left: 20px;
2492 2492 margin-top: 7px;
2493 2493 text-align: left;
2494 2494 }
2495 2495
2496 2496 .cs_files .cs_removed, .cs_files .cs_D {
2497 2497 background: url("../images/icons/page_white_delete.png") no-repeat
2498 2498 scroll 3px;
2499 2499 height: 16px;
2500 2500 padding-left: 20px;
2501 2501 margin-top: 7px;
2502 2502 text-align: left;
2503 2503 }
2504 2504
2505 2505 .table {
2506 2506 position: relative;
2507 2507 }
2508 2508
2509 2509 #graph {
2510 2510 position: relative;
2511 2511 overflow: hidden;
2512 2512 }
2513 2513
2514 2514 #graph_nodes {
2515 2515 position: absolute;
2516 2516 }
2517 2517
2518 2518 #graph_content,
2519 2519 #graph .info_box,
2520 2520 #graph .container_header {
2521 2521 margin-left: 100px;
2522 2522 }
2523 2523
2524 2524 #graph_content {
2525 2525 position: relative;
2526 2526 }
2527 2527
2528 2528 #graph .container_header {
2529 2529 padding: 10px;
2530 2530 height: 25px;
2531 2531 }
2532 2532
2533 2533 #graph_content #rev_range_container {
2534 2534 float: left;
2535 2535 margin: 0px 0px 0px 3px;
2536 2536 }
2537 2537
2538 2538 #graph_content #rev_range_clear {
2539 2539 float: left;
2540 2540 margin: 0px 0px 0px 3px;
2541 2541 }
2542 2542
2543 2543 #graph_content #changesets {
2544 2544 table-layout: fixed;
2545 2545 border-collapse: collapse;
2546 2546 border-left: none;
2547 2547 border-right: none;
2548 2548 border-color: #cdcdcd;
2549 2549 }
2550 2550
2551 2551 #graph_content #changesets td {
2552 2552 overflow: hidden;
2553 2553 text-overflow: ellipsis;
2554 2554 white-space: nowrap;
2555 2555 height: 31px;
2556 2556 border-color: #cdcdcd;
2557 2557 text-align: left;
2558 2558 }
2559 2559
2560 2560 #graph_content .container .checkbox {
2561 2561 width: 12px;
2562 2562 font-size: 0.85em;
2563 2563 }
2564 2564
2565 2565 #graph_content .container .status {
2566 2566 width: 14px;
2567 2567 font-size: 0.85em;
2568 2568 }
2569 2569
2570 2570 #graph_content .container .author {
2571 2571 width: 105px;
2572 2572 }
2573 2573
2574 2574 #graph_content .container .hash {
2575 2575 width: 100px;
2576 2576 font-size: 0.85em;
2577 2577 }
2578 2578
2579 2579 #graph_content #changesets .container .date {
2580 2580 width: 76px;
2581 2581 color: #666;
2582 2582 font-size: 10px;
2583 2583 }
2584 2584
2585 2585 #graph_content #changesets .container .right {
2586 2586 width: 120px;
2587 2587 padding-right: 0px;
2588 2588 overflow: visible;
2589 2589 position: relative;
2590 2590 }
2591 2591
2592 2592 #graph_content .container .mid {
2593 2593 padding: 0;
2594 2594 }
2595 2595
2596 2596 #graph_content .log-container {
2597 2597 position: relative;
2598 2598 }
2599 2599
2600 2600 #graph_content .container .changeset_range {
2601 2601 float: left;
2602 2602 margin: 6px 3px;
2603 2603 }
2604 2604
2605 2605 #graph_content .container .author img {
2606 2606 vertical-align: middle;
2607 2607 }
2608 2608
2609 2609 #graph_content .container .author .user {
2610 2610 color: #444444;
2611 2611 }
2612 2612
2613 2613 #graph_content .container .mid .message {
2614 2614 white-space: pre-wrap;
2615 2615 padding: 0;
2616 2616 overflow: hidden;
2617 2617 height: 1.1em;
2618 2618 }
2619 2619
2620 2620 #graph_content .container .extra-container {
2621 2621 display: block;
2622 2622 position: absolute;
2623 2623 top: -15px;
2624 2624 right: 0;
2625 2625 padding-left: 5px;
2626 2626 background: #FFFFFF;
2627 2627 height: 41px;
2628 2628 }
2629 2629
2630 2630 #graph_content .comments-container,
2631 2631 #shortlog_data .comments-container,
2632 2632 #graph_content .logtags {
2633 2633 display: block;
2634 2634 float: left;
2635 2635 overflow: hidden;
2636 2636 padding: 0;
2637 2637 margin: 0;
2638 2638 }
2639 2639
2640 2640 #graph_content .comments-container {
2641 2641 margin: 0.8em 0;
2642 2642 margin-right: 0.5em;
2643 2643 }
2644 2644
2645 2645 #graph_content .tagcontainer {
2646 2646 width: 80px;
2647 2647 position: relative;
2648 2648 float: right;
2649 2649 height: 100%;
2650 2650 top: 7px;
2651 2651 margin-left: 0.5em;
2652 2652 }
2653 2653
2654 2654 #graph_content .logtags {
2655 2655 min-width: 80px;
2656 2656 height: 1.1em;
2657 2657 position: absolute;
2658 2658 left: 0px;
2659 2659 width: auto;
2660 2660 top: 0px;
2661 2661 }
2662 2662
2663 2663 #graph_content .logtags.tags {
2664 2664 top: 14px;
2665 2665 }
2666 2666
2667 2667 #graph_content .logtags:hover {
2668 2668 overflow: visible;
2669 2669 position: absolute;
2670 2670 width: auto;
2671 2671 right: 0;
2672 2672 left: initial;
2673 2673 }
2674 2674
2675 2675 #graph_content .logtags .booktag,
2676 2676 #graph_content .logtags .tagtag {
2677 2677 float: left;
2678 2678 line-height: 1em;
2679 2679 margin-bottom: 1px;
2680 2680 margin-right: 1px;
2681 2681 padding: 1px 3px;
2682 2682 font-size: 10px;
2683 2683 }
2684 2684
2685 2685 #graph_content .container .mid .message a:hover {
2686 2686 text-decoration: none;
2687 2687 }
2688 2688
2689 2689 .revision-link {
2690 2690 color: #3F6F9F;
2691 2691 font-weight: bold !important;
2692 2692 }
2693 2693
2694 2694 .issue-tracker-link {
2695 2695 color: #3F6F9F;
2696 2696 font-weight: bold !important;
2697 2697 }
2698 2698
2699 2699 .changeset-status-container {
2700 2700 padding-right: 5px;
2701 2701 margin-top: 1px;
2702 2702 float: right;
2703 2703 height: 14px;
2704 2704 }
2705 2705 .code-header .changeset-status-container {
2706 2706 float: left;
2707 2707 padding: 2px 0px 0px 2px;
2708 2708 }
2709 2709 .changeset-status-container .changeset-status-lbl {
2710 2710 float: left;
2711 2711 padding: 3px 4px 0px 0px
2712 2712 }
2713 2713 .code-header .changeset-status-container .changeset-status-lbl {
2714 2714 float: left;
2715 2715 padding: 0px 4px 0px 0px;
2716 2716 }
2717 2717 .changeset-status-container .changeset-status-ico {
2718 2718 float: left;
2719 2719 }
2720 2720 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico {
2721 2721 float: left;
2722 2722 }
2723 2723
2724 2724 #graph_content .comments-cnt {
2725 2725 color: rgb(136, 136, 136);
2726 2726 padding: 5px 0;
2727 2727 }
2728 2728
2729 2729 #shortlog_data .comments-cnt {
2730 2730 color: rgb(136, 136, 136);
2731 2731 padding: 3px 0;
2732 2732 }
2733 2733
2734 2734 #graph_content .comments-cnt a,
2735 2735 #shortlog_data .comments-cnt a {
2736 2736 background-image: url('../images/icons/comments.png');
2737 2737 background-repeat: no-repeat;
2738 2738 background-position: 100% 50%;
2739 2739 padding: 5px 0;
2740 2740 padding-right: 20px;
2741 2741 }
2742 2742
2743 2743 .right .changes {
2744 2744 clear: both;
2745 2745 }
2746 2746
2747 2747 .right .changes .changed_total {
2748 2748 display: block;
2749 2749 float: right;
2750 2750 text-align: center;
2751 2751 min-width: 45px;
2752 2752 cursor: pointer;
2753 2753 color: #444444;
2754 2754 background: #FEA;
2755 2755 -webkit-border-radius: 0px 0px 0px 6px;
2756 2756 border-radius: 0px 0px 0px 6px;
2757 2757 padding: 1px;
2758 2758 }
2759 2759
2760 2760 .right .changes .added, .changed, .removed {
2761 2761 display: block;
2762 2762 padding: 1px;
2763 2763 color: #444444;
2764 2764 float: right;
2765 2765 text-align: center;
2766 2766 min-width: 15px;
2767 2767 }
2768 2768
2769 2769 .right .changes .added {
2770 2770 background: #CFC;
2771 2771 }
2772 2772
2773 2773 .right .changes .changed {
2774 2774 background: #FEA;
2775 2775 }
2776 2776
2777 2777 .right .changes .removed {
2778 2778 background: #FAA;
2779 2779 }
2780 2780
2781 2781 .right .merge {
2782 2782 padding: 1px 3px 1px 3px;
2783 2783 background-color: #fca062;
2784 2784 font-size: 10px;
2785 2785 color: #ffffff;
2786 2786 text-transform: uppercase;
2787 2787 white-space: nowrap;
2788 2788 -webkit-border-radius: 3px;
2789 2789 border-radius: 3px;
2790 2790 margin-right: 2px;
2791 2791 }
2792 2792
2793 2793 .right .parent {
2794 2794 color: #666666;
2795 2795 clear: both;
2796 2796 }
2797 2797 .right .logtags {
2798 2798 line-height: 2.2em;
2799 2799 }
2800 2800 .branchtag, .logtags .tagtag, .logtags .booktag {
2801 2801 margin: 0px 2px;
2802 2802 }
2803 2803
2804 2804 .branchtag,
2805 2805 .tagtag,
2806 2806 .booktag,
2807 2807 .spantag {
2808 2808 padding: 1px 3px 1px 3px;
2809 2809 font-size: 10px;
2810 2810 color: #336699;
2811 2811 white-space: nowrap;
2812 2812 -webkit-border-radius: 4px;
2813 2813 border-radius: 4px;
2814 2814 border: 1px solid #d9e8f8;
2815 2815 line-height: 1.5em;
2816 2816 }
2817 2817
2818 2818 #graph_content .branchtag,
2819 2819 #graph_content .tagtag,
2820 2820 #graph_content .booktag {
2821 2821 margin: 1.1em 0;
2822 2822 margin-right: 0.5em;
2823 2823 }
2824 2824
2825 2825 .branchtag,
2826 2826 .tagtag,
2827 2827 .booktag {
2828 2828 float: left;
2829 2829 }
2830 2830
2831 2831 .right .logtags .branchtag,
2832 2832 .right .logtags .tagtag,
2833 2833 .right .logtags .booktag,
2834 2834 .right .merge {
2835 2835 float: right;
2836 2836 line-height: 1em;
2837 2837 margin: 1px 1px !important;
2838 2838 display: block;
2839 2839 }
2840 2840
2841 2841 .booktag {
2842 2842 border-color: #46A546;
2843 2843 color: #46A546;
2844 2844 }
2845 2845
2846 2846 .tagtag {
2847 2847 border-color: #62cffc;
2848 2848 color: #62cffc;
2849 2849 }
2850 2850
2851 2851 .logtags .branchtag a:hover,
2852 2852 .logtags .branchtag a,
2853 2853 .branchtag a,
2854 2854 .branchtag a:hover {
2855 2855 text-decoration: none;
2856 2856 color: inherit;
2857 2857 }
2858 2858 .logtags .tagtag {
2859 2859 padding: 1px 3px 1px 3px;
2860 2860 background-color: #62cffc;
2861 2861 font-size: 10px;
2862 2862 color: #ffffff;
2863 2863 white-space: nowrap;
2864 2864 -webkit-border-radius: 3px;
2865 2865 border-radius: 3px;
2866 2866 }
2867 2867
2868 2868 .tagtag a,
2869 2869 .tagtag a:hover,
2870 2870 .logtags .tagtag a,
2871 2871 .logtags .tagtag a:hover {
2872 2872 text-decoration: none;
2873 2873 color: inherit;
2874 2874 }
2875 2875 .logbooks .booktag, .logbooks .booktag, .logtags .booktag, .logtags .booktag {
2876 2876 padding: 1px 3px 1px 3px;
2877 2877 background-color: #46A546;
2878 2878 font-size: 10px;
2879 2879 color: #ffffff;
2880 2880 white-space: nowrap;
2881 2881 -webkit-border-radius: 3px;
2882 2882 border-radius: 3px;
2883 2883 }
2884 2884 .logbooks .booktag, .logbooks .booktag a, .right .logtags .booktag, .logtags .booktag a {
2885 2885 color: #ffffff;
2886 2886 }
2887 2887
2888 2888 .logbooks .booktag, .logbooks .booktag a:hover,
2889 2889 .logtags .booktag, .logtags .booktag a:hover,
2890 2890 .booktag a,
2891 2891 .booktag a:hover {
2892 2892 text-decoration: none;
2893 2893 color: inherit;
2894 2894 }
2895 2895 div.browserblock {
2896 2896 overflow: hidden;
2897 2897 border: 1px solid #ccc;
2898 2898 background: #f8f8f8;
2899 2899 font-size: 100%;
2900 2900 line-height: 125%;
2901 2901 padding: 0;
2902 2902 -webkit-border-radius: 6px 6px 0px 0px;
2903 2903 border-radius: 6px 6px 0px 0px;
2904 2904 }
2905 2905
2906 2906 div.browserblock .browser-header {
2907 2907 background: #FFF;
2908 2908 padding: 10px 0px 15px 0px;
2909 2909 width: 100%;
2910 2910 }
2911 2911
2912 2912 div.browserblock .browser-nav {
2913 2913 float: left
2914 2914 }
2915 2915
2916 2916 div.browserblock .browser-branch {
2917 2917 float: left;
2918 2918 }
2919 2919
2920 2920 div.browserblock .browser-branch label {
2921 2921 color: #4A4A4A;
2922 2922 vertical-align: text-top;
2923 2923 }
2924 2924
2925 2925 div.browserblock .browser-header span {
2926 2926 margin-left: 5px;
2927 2927 font-weight: 700;
2928 2928 }
2929 2929
2930 2930 div.browserblock .browser-search {
2931 2931 clear: both;
2932 2932 padding: 8px 8px 0px 5px;
2933 2933 height: 20px;
2934 2934 }
2935 2935
2936 2936 div.browserblock #node_filter_box {
2937 2937 }
2938 2938
2939 2939 div.browserblock .search_activate {
2940 2940 float: left
2941 2941 }
2942 2942
2943 2943 div.browserblock .add_node {
2944 2944 float: left;
2945 2945 padding-left: 5px;
2946 2946 }
2947 2947
2948 2948 div.browserblock .search_activate a:hover, div.browserblock .add_node a:hover {
2949 2949 text-decoration: none !important;
2950 2950 }
2951 2951
2952 2952 div.browserblock .browser-body {
2953 2953 background: #EEE;
2954 2954 border-top: 1px solid #CCC;
2955 2955 }
2956 2956
2957 2957 table.code-browser {
2958 2958 border-collapse: collapse;
2959 2959 width: 100%;
2960 2960 }
2961 2961
2962 2962 table.code-browser tr {
2963 2963 margin: 3px;
2964 2964 }
2965 2965
2966 2966 table.code-browser thead th {
2967 2967 background-color: #EEE;
2968 2968 height: 20px;
2969 2969 font-size: 1.1em;
2970 2970 font-weight: 700;
2971 2971 text-align: left;
2972 2972 padding-left: 10px;
2973 2973 }
2974 2974
2975 2975 table.code-browser tbody td {
2976 2976 padding-left: 10px;
2977 2977 height: 20px;
2978 2978 }
2979 2979
2980 2980 table.code-browser .browser-file {
2981 2981 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
2982 2982 height: 16px;
2983 2983 padding-left: 20px;
2984 2984 text-align: left;
2985 2985 }
2986 2986 .diffblock .changeset_header {
2987 2987 height: 16px;
2988 2988 }
2989 2989 .diffblock .changeset_file {
2990 2990 background: url("../images/icons/file.png") no-repeat scroll 3px;
2991 2991 text-align: left;
2992 2992 float: left;
2993 2993 padding: 2px 0px 2px 22px;
2994 2994 }
2995 2995 .diffblock .diff-menu-wrapper {
2996 2996 float: left;
2997 2997 }
2998 2998
2999 2999 .diffblock .diff-menu {
3000 3000 position: absolute;
3001 3001 background: none repeat scroll 0 0 #FFFFFF;
3002 3002 border-color: #003367 #666666 #666666;
3003 3003 border-right: 1px solid #666666;
3004 3004 border-style: solid solid solid;
3005 3005 border-width: 1px;
3006 3006 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
3007 3007 margin-top: 5px;
3008 3008 margin-left: 1px;
3009 3009
3010 3010 }
3011 3011 .diffblock .diff-actions {
3012 3012 padding: 2px 0px 0px 2px;
3013 3013 float: left;
3014 3014 }
3015 3015 .diffblock .diff-menu ul li {
3016 3016 padding: 0px 0px 0px 0px !important;
3017 3017 }
3018 3018 .diffblock .diff-menu ul li a {
3019 3019 display: block;
3020 3020 padding: 3px 8px 3px 8px !important;
3021 3021 }
3022 3022 .diffblock .diff-menu ul li a:hover {
3023 3023 text-decoration: none;
3024 3024 background-color: #EEEEEE;
3025 3025 }
3026 3026 table.code-browser .browser-dir {
3027 3027 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
3028 3028 height: 16px;
3029 3029 padding-left: 20px;
3030 3030 text-align: left;
3031 3031 }
3032 3032
3033 3033 table.code-browser .submodule-dir {
3034 3034 background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
3035 3035 height: 16px;
3036 3036 padding-left: 20px;
3037 3037 text-align: left;
3038 3038 }
3039 3039
3040 3040
3041 3041 .box .search {
3042 3042 clear: both;
3043 3043 overflow: hidden;
3044 3044 margin: 0;
3045 3045 padding: 0 20px 10px;
3046 3046 }
3047 3047
3048 3048 .box .search div.search_path {
3049 3049 background: none repeat scroll 0 0 #EEE;
3050 3050 border: 1px solid #CCC;
3051 3051 color: blue;
3052 3052 margin-bottom: 10px;
3053 3053 padding: 10px 0;
3054 3054 }
3055 3055
3056 3056 .box .search div.search_path div.link {
3057 3057 font-weight: 700;
3058 3058 margin-left: 25px;
3059 3059 }
3060 3060
3061 3061 .box .search div.search_path div.link a {
3062 3062 color: #003367;
3063 3063 cursor: pointer;
3064 3064 text-decoration: none;
3065 3065 }
3066 3066
3067 3067 #path_unlock {
3068 3068 color: red;
3069 3069 font-size: 1.2em;
3070 3070 padding-left: 4px;
3071 3071 }
3072 3072
3073 3073 .info_box span {
3074 3074 margin-left: 3px;
3075 3075 margin-right: 3px;
3076 3076 }
3077 3077
3078 3078 .info_box .rev {
3079 3079 color: #003367;
3080 3080 font-size: 1.6em;
3081 3081 font-weight: bold;
3082 3082 vertical-align: sub;
3083 3083 }
3084 3084
3085 3085 .info_box input#at_rev, .info_box input#size {
3086 3086 background: #FFF;
3087 3087 border-top: 1px solid #b3b3b3;
3088 3088 border-left: 1px solid #b3b3b3;
3089 3089 border-right: 1px solid #eaeaea;
3090 3090 border-bottom: 1px solid #eaeaea;
3091 3091 color: #000;
3092 3092 font-size: 12px;
3093 3093 margin: 0;
3094 3094 padding: 1px 5px 1px;
3095 3095 }
3096 3096
3097 3097 .info_box input#view {
3098 3098 text-align: center;
3099 3099 padding: 4px 3px 2px 2px;
3100 3100 }
3101 3101
3102 3102 .yui-overlay, .yui-panel-container {
3103 3103 visibility: hidden;
3104 3104 position: absolute;
3105 3105 z-index: 2;
3106 3106 }
3107 3107
3108 3108 #tip-box {
3109 3109 position: absolute;
3110 3110
3111 3111 background-color: #FFF;
3112 3112 border: 2px solid #003367;
3113 3113 font: 100% sans-serif;
3114 3114 width: auto;
3115 3115 opacity: 1;
3116 3116 padding: 8px;
3117 3117
3118 3118 white-space: pre-wrap;
3119 3119 -webkit-border-radius: 8px 8px 8px 8px;
3120 3120 -khtml-border-radius: 8px 8px 8px 8px;
3121 3121 border-radius: 8px 8px 8px 8px;
3122 3122 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3123 3123 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3124 3124 z-index: 100000;
3125 3125 }
3126 3126
3127 3127 .hl-tip-box {
3128 3128 visibility: hidden;
3129 3129 position: absolute;
3130 3130 color: #666;
3131 3131 background-color: #FFF;
3132 3132 border: 2px solid #003367;
3133 3133 font: 100% sans-serif;
3134 3134 width: auto;
3135 3135 opacity: 1;
3136 3136 padding: 8px;
3137 3137 white-space: pre-wrap;
3138 3138 -webkit-border-radius: 8px 8px 8px 8px;
3139 3139 -khtml-border-radius: 8px 8px 8px 8px;
3140 3140 border-radius: 8px 8px 8px 8px;
3141 3141 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3142 3142 }
3143 3143
3144 3144
3145 3145 .mentions-container {
3146 3146 width: 90% !important;
3147 3147 }
3148 3148 .mentions-container .yui-ac-content {
3149 3149 width: 100% !important;
3150 3150 }
3151 3151
3152 3152 .ac {
3153 3153 vertical-align: top;
3154 3154 }
3155 3155
3156 3156 .ac .yui-ac {
3157 3157 position: inherit;
3158 3158 font-size: 100%;
3159 3159 }
3160 3160
3161 3161 .ac .perm_ac {
3162 3162 width: 20em;
3163 3163 }
3164 3164
3165 3165 .ac .yui-ac-input {
3166 3166 width: 100%;
3167 3167 }
3168 3168
3169 3169 .ac .yui-ac-container {
3170 3170 position: absolute;
3171 3171 top: 1.6em;
3172 3172 width: auto;
3173 3173 }
3174 3174
3175 3175 .ac .yui-ac-content {
3176 3176 position: absolute;
3177 3177 border: 1px solid gray;
3178 3178 background: #fff;
3179 3179 z-index: 9050;
3180 3180 }
3181 3181
3182 3182 .ac .yui-ac-shadow {
3183 3183 position: absolute;
3184 3184 width: 100%;
3185 3185 background: #000;
3186 3186 opacity: .10;
3187 3187 filter: alpha(opacity = 10);
3188 3188 z-index: 9049;
3189 3189 margin: .3em;
3190 3190 }
3191 3191
3192 3192 .ac .yui-ac-content ul {
3193 3193 width: 100%;
3194 3194 margin: 0;
3195 3195 padding: 0;
3196 3196 z-index: 9050;
3197 3197 }
3198 3198
3199 3199 .ac .yui-ac-content li {
3200 3200 cursor: default;
3201 3201 white-space: nowrap;
3202 3202 margin: 0;
3203 3203 padding: 2px 5px;
3204 3204 height: 18px;
3205 3205 z-index: 9050;
3206 3206 display: block;
3207 3207 width: auto !important;
3208 3208 }
3209 3209
3210 3210 .ac .yui-ac-content li .ac-container-wrap {
3211 3211 width: auto;
3212 3212 }
3213 3213
3214 3214 .ac .yui-ac-content li.yui-ac-prehighlight {
3215 3215 background: #B3D4FF;
3216 3216 z-index: 9050;
3217 3217 }
3218 3218
3219 3219 .ac .yui-ac-content li.yui-ac-highlight {
3220 3220 background: #556CB5;
3221 3221 color: #FFF;
3222 3222 z-index: 9050;
3223 3223 }
3224 3224 .ac .yui-ac-bd {
3225 3225 z-index: 9050;
3226 3226 }
3227 3227
3228 3228 .reposize {
3229 3229 background: url("../images/icons/server.png") no-repeat scroll 3px;
3230 3230 height: 16px;
3231 3231 width: 20px;
3232 3232 cursor: pointer;
3233 3233 display: block;
3234 3234 float: right;
3235 3235 margin-top: 2px;
3236 3236 }
3237 3237
3238 3238 #repo_size {
3239 3239 display: block;
3240 3240 margin-top: 4px;
3241 3241 color: #666;
3242 3242 float: right;
3243 3243 }
3244 3244
3245 3245 .locking_locked {
3246 3246 background: #FFF url("../images/icons/block_16.png") no-repeat scroll 3px;
3247 3247 height: 16px;
3248 3248 width: 20px;
3249 3249 cursor: pointer;
3250 3250 display: block;
3251 3251 float: right;
3252 3252 margin-top: 2px;
3253 3253 }
3254 3254
3255 3255 .locking_unlocked {
3256 3256 background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px;
3257 3257 height: 16px;
3258 3258 width: 20px;
3259 3259 cursor: pointer;
3260 3260 display: block;
3261 3261 float: right;
3262 3262 margin-top: 2px;
3263 3263 }
3264 3264
3265 3265 .currently_following {
3266 3266 padding-left: 10px;
3267 3267 padding-bottom: 5px;
3268 3268 }
3269 3269
3270 3270 .add_icon {
3271 3271 background: url("../images/icons/add.png") no-repeat scroll 3px;
3272 3272 padding-left: 20px;
3273 3273 padding-top: 0px;
3274 3274 text-align: left;
3275 3275 }
3276 3276
3277 3277 .accept_icon {
3278 3278 background: url("../images/icons/accept.png") no-repeat scroll 3px;
3279 3279 padding-left: 20px;
3280 3280 padding-top: 0px;
3281 3281 text-align: left;
3282 3282 }
3283 3283
3284 3284 .edit_icon {
3285 3285 background: url("../images/icons/application_form_edit.png") no-repeat scroll 3px;
3286 3286 padding-left: 20px;
3287 3287 padding-top: 0px;
3288 3288 text-align: left;
3289 3289 }
3290 3290
3291 3291 .delete_icon {
3292 3292 background: url("../images/icons/delete.png") no-repeat scroll 3px;
3293 3293 padding-left: 20px;
3294 3294 padding-top: 0px;
3295 3295 text-align: left;
3296 3296 }
3297 3297
3298 3298 .refresh_icon {
3299 3299 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
3300 3300 3px;
3301 3301 padding-left: 20px;
3302 3302 padding-top: 0px;
3303 3303 text-align: left;
3304 3304 }
3305 3305
3306 3306 .pull_icon {
3307 3307 background: url("../images/icons/connect.png") no-repeat scroll 3px;
3308 3308 padding-left: 20px;
3309 3309 padding-top: 0px;
3310 3310 text-align: left;
3311 3311 }
3312 3312
3313 3313 .rss_icon {
3314 3314 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
3315 3315 padding-left: 20px;
3316 3316 padding-top: 4px;
3317 3317 text-align: left;
3318 3318 font-size: 8px
3319 3319 }
3320 3320
3321 3321 .atom_icon {
3322 3322 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
3323 3323 padding-left: 20px;
3324 3324 padding-top: 4px;
3325 3325 text-align: left;
3326 3326 font-size: 8px
3327 3327 }
3328 3328
3329 3329 .archive_icon {
3330 3330 background: url("../images/icons/compress.png") no-repeat scroll 3px;
3331 3331 padding-left: 20px;
3332 3332 text-align: left;
3333 3333 padding-top: 1px;
3334 3334 }
3335 3335
3336 3336 .start_following_icon {
3337 3337 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
3338 3338 padding-left: 20px;
3339 3339 text-align: left;
3340 3340 padding-top: 0px;
3341 3341 }
3342 3342
3343 3343 .stop_following_icon {
3344 3344 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
3345 3345 padding-left: 20px;
3346 3346 text-align: left;
3347 3347 padding-top: 0px;
3348 3348 }
3349 3349
3350 3350 .action_button {
3351 3351 border: 0;
3352 3352 display: inline;
3353 3353 }
3354 3354
3355 3355 .action_button:hover {
3356 3356 border: 0;
3357 3357 text-decoration: underline;
3358 3358 cursor: pointer;
3359 3359 }
3360 3360
3361 3361 #switch_repos {
3362 3362 position: absolute;
3363 3363 height: 25px;
3364 3364 z-index: 1;
3365 3365 }
3366 3366
3367 3367 #switch_repos select {
3368 3368 min-width: 150px;
3369 3369 max-height: 250px;
3370 3370 z-index: 1;
3371 3371 }
3372 3372
3373 3373 .breadcrumbs {
3374 3374 border: medium none;
3375 3375 color: #FFF;
3376 3376 float: left;
3377 3377 font-weight: 700;
3378 3378 font-size: 14px;
3379 3379 margin: 0;
3380 3380 padding: 11px 0 11px 10px;
3381 3381 }
3382 3382
3383 3383 .breadcrumbs .hash {
3384 3384 text-transform: none;
3385 3385 color: #fff;
3386 3386 }
3387 3387
3388 3388 .breadcrumbs a {
3389 3389 color: #FFF;
3390 3390 }
3391 3391
3392 3392 .flash_msg {
3393 3393 }
3394 3394
3395 3395 .flash_msg ul {
3396 3396 }
3397 3397
3398 3398 .error_red {
3399 3399 color: red;
3400 3400 }
3401 3401
3402 3402 .flash_msg .alert-error {
3403 3403 background-color: #c43c35;
3404 3404 background-repeat: repeat-x;
3405 3405 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
3406 3406 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3407 3407 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3408 3408 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
3409 3409 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3410 3410 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3411 3411 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3412 3412 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
3413 3413 border-color: #c43c35 #c43c35 #882a25;
3414 3414 }
3415 3415
3416 3416 .flash_msg .alert-error a {
3417 3417 text-decoration: underline;
3418 3418 }
3419 3419
3420 3420 .flash_msg .alert-warning {
3421 3421 color: #404040 !important;
3422 3422 background-color: #eedc94;
3423 3423 background-repeat: repeat-x;
3424 3424 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
3425 3425 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
3426 3426 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
3427 3427 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
3428 3428 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
3429 3429 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
3430 3430 background-image: linear-gradient(to bottom, #fceec1, #eedc94);
3431 3431 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
3432 3432 border-color: #eedc94 #eedc94 #e4c652;
3433 3433 }
3434 3434
3435 3435 .flash_msg .alert-warning a {
3436 3436 text-decoration: underline;
3437 3437 }
3438 3438
3439 3439 .flash_msg .alert-success {
3440 3440 background-color: #57a957;
3441 3441 background-repeat: repeat-x !important;
3442 3442 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
3443 3443 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3444 3444 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3445 3445 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
3446 3446 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3447 3447 background-image: -o-linear-gradient(top, #62c462, #57a957);
3448 3448 background-image: linear-gradient(to bottom, #62c462, #57a957);
3449 3449 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
3450 3450 border-color: #57a957 #57a957 #3d773d;
3451 3451 }
3452 3452
3453 3453 .flash_msg .alert-success a {
3454 3454 text-decoration: underline;
3455 3455 color: #FFF !important;
3456 3456 }
3457 3457
3458 3458 .flash_msg .alert-info {
3459 3459 background-color: #339bb9;
3460 3460 background-repeat: repeat-x;
3461 3461 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
3462 3462 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3463 3463 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3464 3464 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
3465 3465 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3466 3466 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3467 3467 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3468 3468 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
3469 3469 border-color: #339bb9 #339bb9 #22697d;
3470 3470 }
3471 3471
3472 3472 .flash_msg .alert-info a {
3473 3473 text-decoration: underline;
3474 3474 }
3475 3475
3476 3476 .flash_msg .alert-error,
3477 3477 .flash_msg .alert-warning,
3478 3478 .flash_msg .alert-success,
3479 3479 .flash_msg .alert-info {
3480 3480 font-size: 12px;
3481 3481 font-weight: 700;
3482 3482 min-height: 14px;
3483 3483 line-height: 14px;
3484 3484 margin-bottom: 10px;
3485 3485 margin-top: 0;
3486 3486 display: block;
3487 3487 overflow: auto;
3488 3488 padding: 6px 10px 6px 10px;
3489 3489 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3490 3490 position: relative;
3491 3491 color: #FFF;
3492 3492 border-width: 1px;
3493 3493 border-style: solid;
3494 3494 -webkit-border-radius: 4px;
3495 3495 border-radius: 4px;
3496 3496 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3497 3497 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3498 3498 }
3499 3499
3500 3500 #msg_close {
3501 3501 background: transparent url("../images/cross_grey_small.png") no-repeat scroll 0 0;
3502 3502 cursor: pointer;
3503 3503 height: 16px;
3504 3504 position: absolute;
3505 3505 right: 5px;
3506 3506 top: 5px;
3507 3507 width: 16px;
3508 3508 }
3509 3509 div#legend_data {
3510 3510 padding-left: 10px;
3511 3511 }
3512 3512 div#legend_container table {
3513 3513 border: none !important;
3514 3514 }
3515 3515 div#legend_container table, div#legend_choices table {
3516 3516 width: auto !important;
3517 3517 }
3518 3518
3519 3519 table#permissions_manage {
3520 3520 width: 0 !important;
3521 3521 }
3522 3522
3523 3523 table#permissions_manage span.private_repo_msg {
3524 3524 font-size: 0.8em;
3525 3525 opacity: 0.6;
3526 3526 }
3527 3527
3528 3528 table#permissions_manage td.private_repo_msg {
3529 3529 font-size: 0.8em;
3530 3530 }
3531 3531
3532 3532 table#permissions_manage tr#add_perm_input td {
3533 3533 vertical-align: middle;
3534 3534 }
3535 3535
3536 3536 div.gravatar {
3537 3537 background-color: #FFF;
3538 3538 float: left;
3539 3539 margin-right: 0.7em;
3540 3540 padding: 1px 1px 1px 1px;
3541 3541 line-height: 0;
3542 3542 -webkit-border-radius: 3px;
3543 3543 -khtml-border-radius: 3px;
3544 3544 border-radius: 3px;
3545 3545 }
3546 3546
3547 3547 div.gravatar img {
3548 3548 -webkit-border-radius: 2px;
3549 3549 -khtml-border-radius: 2px;
3550 3550 border-radius: 2px;
3551 3551 }
3552 3552
3553 3553 #header, #content, #footer {
3554 3554 min-width: 978px;
3555 3555 }
3556 3556
3557 3557 #content {
3558 3558 clear: both;
3559 3559 padding: 10px 10px 14px 10px;
3560 3560 }
3561 3561
3562 3562 #content.hover {
3563 3563 padding: 55px 10px 14px 10px !important;
3564 3564 }
3565 3565
3566 3566 #content div.box div.title div.search {
3567 3567 border-left: 1px solid #316293;
3568 3568 }
3569 3569
3570 3570 #content div.box div.title div.search div.input input {
3571 3571 border: 1px solid #316293;
3572 3572 }
3573 3573
3574 .ui-btn {
3574 .btn {
3575 3575 color: #515151;
3576 3576 background-color: #DADADA;
3577 3577 background-repeat: repeat-x;
3578 3578 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
3579 3579 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
3580 3580 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
3581 3581 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
3582 3582 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
3583 3583 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
3584 3584 background-image: linear-gradient(to bottom, #F4F4F4, #DADADA);
3585 3585 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
3586 3586
3587 3587 border-top: 1px solid #DDD;
3588 3588 border-left: 1px solid #c6c6c6;
3589 3589 border-right: 1px solid #DDD;
3590 3590 border-bottom: 1px solid #c6c6c6;
3591 3591 color: #515151;
3592 3592 outline: none;
3593 3593 margin: 0px 3px 3px 0px;
3594 3594 -webkit-border-radius: 4px 4px 4px 4px !important;
3595 3595 -khtml-border-radius: 4px 4px 4px 4px !important;
3596 3596 border-radius: 4px 4px 4px 4px !important;
3597 3597 cursor: pointer !important;
3598 3598 padding: 3px 3px 3px 3px;
3599 3599 background-position: 0 -100px;
3600 3600
3601 3601 }
3602 3602
3603 .ui-btn.badge {
3603 /* make .btn inputs and buttons and divs look the same */
3604 button.btn,
3605 input.btn {
3606 font-family: inherit;
3607 font-size: inherit;
3608 line-height: inherit;
3609 }
3610
3611 .btn::-moz-focus-inner {
3612 border: 0;
3613 padding: 0;
3614 }
3615
3616 .btn.badge {
3604 3617 cursor: default !important;
3605 3618 }
3606 3619
3607 .ui-btn.disabled {
3620 .btn.disabled {
3608 3621 color: #999;
3609 3622 }
3610 3623
3611 .ui-btn.xsmall {
3612 padding: 1px 2px 1px 1px;
3613 }
3614
3615 .ui-btn.large {
3616 padding: 6px 12px;
3617 }
3618
3619 .ui-btn.clone {
3624 .btn.btn-danger.disabled {
3625 color: #eee;
3626 background-color: #c77;
3627 border-color: #b66
3628 }
3629
3630 .btn.btn-small {
3631 padding: 2px 6px;
3632 }
3633
3634 .btn.btn-mini {
3635 padding: 0px 4px;
3636 }
3637
3638 .btn.clone {
3620 3639 padding: 5px 2px 6px 1px;
3621 3640 margin: 0px 0px 3px -4px;
3622 3641 -webkit-border-radius: 0px 4px 4px 0px !important;
3623 3642 -khtml-border-radius: 0px 4px 4px 0px !important;
3624 3643 border-radius: 0px 4px 4px 0px !important;
3625 3644 width: 100px;
3626 3645 text-align: center;
3627 3646 display: inline-block;
3628 3647 position: relative;
3629 3648 top: -2px;
3630 3649 }
3631 .ui-btn:focus {
3650 .btn:focus {
3632 3651 outline: none;
3633 3652 }
3634 .ui-btn:hover {
3653 .btn:hover {
3635 3654 background-position: 0 -100px;
3636 3655 text-decoration: none;
3637 3656 color: #515151;
3638 3657 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
3639 3658 }
3640 .ui-btn.badge:hover {
3659 .btn.badge:hover {
3641 3660 box-shadow: none !important;
3642 3661 }
3643 .ui-btn.disabled:hover {
3662 .btn.disabled:hover {
3644 3663 background-position: 0;
3645 3664 color: #999;
3646 3665 text-decoration: none;
3647 3666 box-shadow: none !important;
3648 3667 }
3649 3668
3650 .ui-btn.red {
3669 .btn.red {
3651 3670 color: #fff;
3652 3671 background-color: #c43c35;
3653 3672 background-repeat: repeat-x;
3654 3673 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
3655 3674 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3656 3675 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3657 3676 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
3658 3677 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3659 3678 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3660 3679 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3661 3680 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3662 3681 border-color: #c43c35 #c43c35 #882a25;
3663 3682 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3664 3683 }
3665 3684
3666 3685
3667 .ui-btn.blue {
3686 .btn.blue {
3668 3687 color: #fff;
3669 3688 background-color: #339bb9;
3670 3689 background-repeat: repeat-x;
3671 3690 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
3672 3691 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3673 3692 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3674 3693 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
3675 3694 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3676 3695 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3677 3696 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3678 3697 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3679 3698 border-color: #339bb9 #339bb9 #22697d;
3680 3699 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3681 3700 }
3682 3701
3683 .ui-btn.green {
3702 .btn.green {
3684 3703 color: #fff;
3685 3704 background-color: #57a957;
3686 3705 background-repeat: repeat-x;
3687 3706 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
3688 3707 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3689 3708 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3690 3709 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
3691 3710 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3692 3711 background-image: -o-linear-gradient(top, #62c462, #57a957);
3693 3712 background-image: linear-gradient(to bottom, #62c462, #57a957);
3694 3713 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3695 3714 border-color: #57a957 #57a957 #3d773d;
3696 3715 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3697 3716 }
3698 3717
3699 .ui-btn.yellow {
3718 .btn.yellow {
3700 3719 color: #fff;
3701 3720 background-color: #faa732;
3702 3721 background-repeat: repeat-x;
3703 3722 background-image: -khtml-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
3704 3723 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
3705 3724 background-image: -ms-linear-gradient(top, #fbb450, #f89406);
3706 3725 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbb450), color-stop(100%, #f89406));
3707 3726 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
3708 3727 background-image: -o-linear-gradient(top, #fbb450, #f89406);
3709 3728 background-image: linear-gradient(to bottom, #fbb450, #f89406);
3710 3729 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
3711 3730 border-color: #f89406 #f89406 #ad6704;
3712 3731 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3713 3732 }
3714 3733
3715 3734 label.disabled {
3716 3735 color: #aaa;
3717 3736 }
3718 3737
3719 .ui-btn.blue.hidden {
3738 .btn.blue.hidden {
3720 3739 display: none;
3721 3740 }
3722 3741
3723 .ui-btn.active {
3742 .btn.active {
3724 3743 font-weight: bold;
3725 3744 }
3726 3745
3727 3746 ins, div.options a:hover {
3728 3747 text-decoration: none;
3729 3748 }
3730 3749
3731 3750 img,
3732 3751 #header #header-inner #quick li a:hover span.normal,
3733 3752 #content div.box div.form div.fields div.field div.textarea table td table td a,
3734 3753 #clone_url,
3735 3754 #clone_url_id
3736 3755 {
3737 3756 border: none;
3738 3757 }
3739 3758
3740 3759 img.icon, .right .merge img {
3741 3760 vertical-align: bottom;
3742 3761 }
3743 3762
3744 3763 #header ul#logged-user, #content div.box div.title ul.links,
3745 3764 #content div.box div.message div.dismiss,
3746 3765 #content div.box div.traffic div.legend ul {
3747 3766 float: right;
3748 3767 margin: 0;
3749 3768 padding: 0;
3750 3769 }
3751 3770
3752 3771 #header #header-inner #home, #header #header-inner #logo,
3753 3772 #content div.box ul.left, #content div.box ol.left,
3754 3773 div#commit_history,
3755 3774 div#legend_data, div#legend_container, div#legend_choices {
3756 3775 float: left;
3757 3776 }
3758 3777
3759 3778 #header #header-inner #quick li #quick_login,
3760 3779 #header #header-inner #quick li:hover ul ul,
3761 3780 #header #header-inner #quick li:hover ul ul ul,
3762 3781 #header #header-inner #quick li:hover ul ul ul ul,
3763 3782 #content #left #menu ul.closed, #content #left #menu li ul.collapsed, .yui-tt-shadow {
3764 3783 display: none;
3765 3784 }
3766 3785
3767 3786 #header #header-inner #quick li:hover #quick_login,
3768 3787 #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 {
3769 3788 display: block;
3770 3789 }
3771 3790
3772 3791 #content div.graph {
3773 3792 padding: 0 10px 10px;
3774 3793 }
3775 3794
3776 3795 #content div.box div.title ul.links li a:hover,
3777 3796 #content div.box div.title ul.links li.ui-tabs-selected a {
3778 3797
3779 3798 background: #6388ad; /* Old browsers */
3780 3799 background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
3781 3800 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
3782 3801 background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
3783 3802 background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
3784 3803 background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */
3785 3804 background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */
3786 3805 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */
3787 3806 }
3788 3807
3789 3808 #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 {
3790 3809 margin: 10px 24px 10px 44px;
3791 3810 }
3792 3811
3793 3812 #content div.box div.form, #content div.box div.table, #content div.box div.traffic {
3794 3813 position: relative;
3795 3814 clear: both;
3796 3815 margin: 0;
3797 3816 padding: 0 20px 10px;
3798 3817 }
3799 3818
3800 3819 #content div.box div.form div.fields, #login div.form, #login div.form div.fields, #register div.form, #register div.form div.fields {
3801 3820 clear: both;
3802 3821 overflow: hidden;
3803 3822 margin: 0;
3804 3823 padding: 0;
3805 3824 }
3806 3825
3807 3826 #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 {
3808 3827 height: 1%;
3809 3828 display: block;
3810 3829 color: #363636;
3811 3830 margin: 0;
3812 3831 padding: 2px 0 0;
3813 3832 }
3814 3833
3815 3834 #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 {
3816 3835 background: #FBE3E4;
3817 3836 border-top: 1px solid #e1b2b3;
3818 3837 border-left: 1px solid #e1b2b3;
3819 3838 border-right: 1px solid #FBC2C4;
3820 3839 border-bottom: 1px solid #FBC2C4;
3821 3840 }
3822 3841
3823 3842 #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 {
3824 3843 background: #E6EFC2;
3825 3844 border-top: 1px solid #cebb98;
3826 3845 border-left: 1px solid #cebb98;
3827 3846 border-right: 1px solid #c6d880;
3828 3847 border-bottom: 1px solid #c6d880;
3829 3848 }
3830 3849
3831 3850 #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 {
3832 3851 margin: 0;
3833 3852 }
3834 3853
3835 3854 #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 {
3836 3855 margin: 0 0 0 0px !important;
3837 3856 padding: 0;
3838 3857 }
3839 3858
3840 3859 #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 {
3841 3860 margin: 0 0 0 200px;
3842 3861 padding: 0;
3843 3862 }
3844 3863
3845 3864 #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 {
3846 3865 color: #000;
3847 3866 text-decoration: none;
3848 3867 }
3849 3868
3850 3869 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus, #content div.box div.action a.ui-selectmenu-focus {
3851 3870 border: 1px solid #666;
3852 3871 }
3853 3872
3854 3873 #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 {
3855 3874 clear: both;
3856 3875 overflow: hidden;
3857 3876 margin: 0;
3858 3877 padding: 8px 0 2px;
3859 3878 }
3860 3879
3861 3880 #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 {
3862 3881 float: left;
3863 3882 margin: 0;
3864 3883 }
3865 3884
3866 3885 #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 {
3867 3886 height: 1%;
3868 3887 display: block;
3869 3888 float: left;
3870 3889 margin: 2px 0 0 4px;
3871 3890 }
3872 3891
3873 3892 div.form div.fields div.field div.button input,
3874 3893 #content div.box div.form div.fields div.buttons input
3875 3894 div.form div.fields div.buttons input,
3876 3895 #content div.box div.action div.button input {
3877 3896 font-size: 11px;
3878 3897 font-weight: 700;
3879 3898 margin: 0;
3880 3899 }
3881 3900
3882 3901 input.ui-button {
3883 3902 background: #e5e3e3 url("../images/button.png") repeat-x;
3884 3903 border-top: 1px solid #DDD;
3885 3904 border-left: 1px solid #c6c6c6;
3886 3905 border-right: 1px solid #DDD;
3887 3906 border-bottom: 1px solid #c6c6c6;
3888 3907 color: #515151 !important;
3889 3908 outline: none;
3890 3909 margin: 0;
3891 3910 padding: 6px 12px;
3892 3911 -webkit-border-radius: 4px 4px 4px 4px;
3893 3912 -khtml-border-radius: 4px 4px 4px 4px;
3894 3913 border-radius: 4px 4px 4px 4px;
3895 3914 box-shadow: 0 1px 0 #ececec;
3896 3915 cursor: pointer;
3897 3916 }
3898 3917
3899 3918 input.ui-button:hover {
3900 3919 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3901 3920 border-top: 1px solid #ccc;
3902 3921 border-left: 1px solid #bebebe;
3903 3922 border-right: 1px solid #b1b1b1;
3904 3923 border-bottom: 1px solid #afafaf;
3905 3924 }
3906 3925
3907 3926 div.form div.fields div.field div.highlight, #content div.box div.form div.fields div.buttons div.highlight {
3908 3927 display: inline;
3909 3928 }
3910 3929
3911 3930 #content div.box div.form div.fields div.buttons, div.form div.fields div.buttons {
3912 3931 margin: 10px 0 0 200px;
3913 3932 padding: 0;
3914 3933 }
3915 3934
3916 3935 #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 {
3917 3936 margin: 10px 0 0;
3918 3937 }
3919 3938
3920 3939 #content div.box table td.user, #content div.box table td.address {
3921 3940 width: 10%;
3922 3941 text-align: center;
3923 3942 }
3924 3943
3925 3944 #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 {
3926 3945 text-align: right;
3927 3946 margin: 6px 0 0;
3928 3947 padding: 0;
3929 3948 }
3930 3949
3931 3950 #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 {
3932 3951 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3933 3952 border-top: 1px solid #ccc;
3934 3953 border-left: 1px solid #bebebe;
3935 3954 border-right: 1px solid #b1b1b1;
3936 3955 border-bottom: 1px solid #afafaf;
3937 3956 color: #515151;
3938 3957 margin: 0;
3939 3958 padding: 6px 12px;
3940 3959 }
3941 3960
3942 3961 #content div.box div.pagination div.results, #content div.box div.pagination-wh div.results {
3943 3962 text-align: left;
3944 3963 float: left;
3945 3964 margin: 0;
3946 3965 padding: 0;
3947 3966 }
3948 3967
3949 3968 #content div.box div.pagination div.results span, #content div.box div.pagination-wh div.results span {
3950 3969 height: 1%;
3951 3970 display: block;
3952 3971 float: left;
3953 3972 background: #ebebeb url("../images/pager.png") repeat-x;
3954 3973 border-top: 1px solid #dedede;
3955 3974 border-left: 1px solid #cfcfcf;
3956 3975 border-right: 1px solid #c4c4c4;
3957 3976 border-bottom: 1px solid #c4c4c4;
3958 3977 color: #4A4A4A;
3959 3978 font-weight: 700;
3960 3979 margin: 0;
3961 3980 padding: 6px 8px;
3962 3981 }
3963 3982
3964 3983 #content div.box div.pagination ul.pager li.disabled, #content div.box div.pagination-wh a.disabled {
3965 3984 color: #B4B4B4;
3966 3985 padding: 6px;
3967 3986 }
3968 3987
3969 3988 #login, #register {
3970 3989 width: 520px;
3971 3990 margin: 10% auto 0;
3972 3991 padding: 0;
3973 3992 }
3974 3993
3975 3994 #login div.color, #register div.color {
3976 3995 clear: both;
3977 3996 overflow: hidden;
3978 3997 background: #FFF;
3979 3998 margin: 10px auto 0;
3980 3999 padding: 3px 3px 3px 0;
3981 4000 }
3982 4001
3983 4002 #login div.color a, #register div.color a {
3984 4003 width: 20px;
3985 4004 height: 20px;
3986 4005 display: block;
3987 4006 float: left;
3988 4007 margin: 0 0 0 3px;
3989 4008 padding: 0;
3990 4009 }
3991 4010
3992 4011 #login div.title h5, #register div.title h5 {
3993 4012 color: #fff;
3994 4013 margin: 10px;
3995 4014 padding: 0;
3996 4015 }
3997 4016
3998 4017 #login div.form div.fields div.field, #register div.form div.fields div.field {
3999 4018 clear: both;
4000 4019 overflow: hidden;
4001 4020 margin: 0;
4002 4021 padding: 0 0 10px;
4003 4022 }
4004 4023
4005 4024 #login div.form div.fields div.field span.error-message, #register div.form div.fields div.field span.error-message {
4006 4025 height: 1%;
4007 4026 display: block;
4008 4027 color: red;
4009 4028 margin: 8px 0 0;
4010 4029 padding: 0;
4011 4030 max-width: 320px;
4012 4031 }
4013 4032
4014 4033 #login div.form div.fields div.field div.label label, #register div.form div.fields div.field div.label label {
4015 4034 color: #000;
4016 4035 font-weight: 700;
4017 4036 }
4018 4037
4019 4038 #login div.form div.fields div.field div.input, #register div.form div.fields div.field div.input {
4020 4039 float: left;
4021 4040 margin: 0;
4022 4041 padding: 0;
4023 4042 }
4024 4043
4025 4044 #login div.form div.fields div.field div.input input.large {
4026 4045 width: 250px;
4027 4046 }
4028 4047
4029 4048 #login div.form div.fields div.field div.checkbox, #register div.form div.fields div.field div.checkbox {
4030 4049 margin: 0 0 0 184px;
4031 4050 padding: 0;
4032 4051 }
4033 4052
4034 4053 #login div.form div.fields div.field div.checkbox label, #register div.form div.fields div.field div.checkbox label {
4035 4054 color: #565656;
4036 4055 font-weight: 700;
4037 4056 }
4038 4057
4039 4058 #login div.form div.fields div.buttons input, #register div.form div.fields div.buttons input {
4040 4059 color: #000;
4041 4060 font-size: 1em;
4042 4061 font-weight: 700;
4043 4062 margin: 0;
4044 4063 }
4045 4064
4046 4065 #changeset_content .container .wrapper, #graph_content .container .wrapper {
4047 4066 width: 600px;
4048 4067 }
4049 4068
4050 4069 #changeset_content .container .date, .ac .match {
4051 4070 font-weight: 700;
4052 4071 padding-top: 5px;
4053 4072 padding-bottom: 5px;
4054 4073 }
4055 4074
4056 4075 div#legend_container table td, div#legend_choices table td {
4057 4076 border: none !important;
4058 4077 height: 20px !important;
4059 4078 padding: 0 !important;
4060 4079 }
4061 4080
4062 4081 .q_filter_box {
4063 4082 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4064 4083 -webkit-border-radius: 4px;
4065 4084 border-radius: 4px;
4066 4085 border: 0 none;
4067 4086 margin-bottom: -4px;
4068 4087 margin-top: -4px;
4069 4088 padding-left: 3px;
4070 4089 }
4071 4090
4072 4091 #node_filter {
4073 4092 border: 0px solid #545454;
4074 4093 color: #AAAAAA;
4075 4094 padding-left: 3px;
4076 4095 }
4077 4096
4078 4097
4079 4098 .group_members_wrap {
4080 4099 min-height: 85px;
4081 4100 padding-left: 20px;
4082 4101 }
4083 4102
4084 4103 .group_members .group_member {
4085 4104 height: 30px;
4086 4105 padding: 0px 0px 0px 0px;
4087 4106 }
4088 4107
4089 4108 .reviewers_member {
4090 4109 height: 15px;
4091 4110 padding: 0px 0px 0px 10px;
4092 4111 }
4093 4112
4094 4113 .emails_wrap {
4095 4114 padding: 0px 20px;
4096 4115 }
4097 4116
4098 4117 .emails_wrap .email_entry {
4099 4118 height: 30px;
4100 4119 padding: 0px 0px 0px 10px;
4101 4120 }
4102 4121 .emails_wrap .email_entry .email {
4103 4122 float: left
4104 4123 }
4105 4124 .emails_wrap .email_entry .email_action {
4106 4125 float: left
4107 4126 }
4108 4127
4109 4128 .ips_wrap {
4110 4129 padding: 0px 20px;
4111 4130 }
4112 4131
4113 4132 .ips_wrap .ip_entry {
4114 4133 height: 30px;
4115 4134 padding: 0px 0px 0px 10px;
4116 4135 }
4117 4136 .ips_wrap .ip_entry .ip {
4118 4137 float: left
4119 4138 }
4120 4139 .ips_wrap .ip_entry .ip_action {
4121 4140 float: left
4122 4141 }
4123 4142
4124 4143
4125 4144 /*README STYLE*/
4126 4145
4127 4146 div.readme {
4128 4147 padding: 0px;
4129 4148 }
4130 4149
4131 4150 div.readme h2 {
4132 4151 font-weight: normal;
4133 4152 }
4134 4153
4135 4154 div.readme .readme_box {
4136 4155 background-color: #fafafa;
4137 4156 }
4138 4157
4139 4158 div.readme .readme_box {
4140 4159 clear: both;
4141 4160 overflow: hidden;
4142 4161 margin: 0;
4143 4162 padding: 0 20px 10px;
4144 4163 }
4145 4164
4146 4165 div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 {
4147 4166 border-bottom: 0 !important;
4148 4167 margin: 0 !important;
4149 4168 padding: 0 !important;
4150 4169 line-height: 1.5em !important;
4151 4170 }
4152 4171
4153 4172
4154 4173 div.readme .readme_box h1:first-child {
4155 4174 padding-top: .25em !important;
4156 4175 }
4157 4176
4158 4177 div.readme .readme_box h2, div.readme .readme_box h3 {
4159 4178 margin: 1em 0 !important;
4160 4179 }
4161 4180
4162 4181 div.readme .readme_box h2 {
4163 4182 margin-top: 1.5em !important;
4164 4183 border-top: 4px solid #e0e0e0 !important;
4165 4184 padding-top: .5em !important;
4166 4185 }
4167 4186
4168 4187 div.readme .readme_box p {
4169 4188 color: black !important;
4170 4189 margin: 1em 0 !important;
4171 4190 line-height: 1.5em !important;
4172 4191 }
4173 4192
4174 4193 div.readme .readme_box ul {
4175 4194 list-style: disc !important;
4176 4195 margin: 1em 0 1em 2em !important;
4177 4196 }
4178 4197
4179 4198 div.readme .readme_box ol {
4180 4199 list-style: decimal;
4181 4200 margin: 1em 0 1em 2em !important;
4182 4201 }
4183 4202
4184 4203 div.readme .readme_box pre, code {
4185 4204 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
4186 4205 }
4187 4206
4188 4207 div.readme .readme_box code {
4189 4208 font-size: 12px !important;
4190 4209 background-color: ghostWhite !important;
4191 4210 color: #444 !important;
4192 4211 padding: 0 .2em !important;
4193 4212 border: 1px solid #dedede !important;
4194 4213 }
4195 4214
4196 4215 div.readme .readme_box pre code {
4197 4216 padding: 0 !important;
4198 4217 font-size: 12px !important;
4199 4218 background-color: #eee !important;
4200 4219 border: none !important;
4201 4220 }
4202 4221
4203 4222 div.readme .readme_box pre {
4204 4223 margin: 1em 0;
4205 4224 font-size: 12px;
4206 4225 background-color: #eee;
4207 4226 border: 1px solid #ddd;
4208 4227 padding: 5px;
4209 4228 color: #444;
4210 4229 overflow: auto;
4211 4230 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4212 4231 -webkit-border-radius: 3px;
4213 4232 border-radius: 3px;
4214 4233 }
4215 4234
4216 4235 div.readme .readme_box table {
4217 4236 display: table;
4218 4237 border-collapse: separate;
4219 4238 border-spacing: 2px;
4220 4239 border-color: gray;
4221 4240 width: auto !important;
4222 4241 }
4223 4242
4224 4243
4225 4244 /** RST STYLE **/
4226 4245
4227 4246
4228 4247 div.rst-block {
4229 4248 padding: 0px;
4230 4249 }
4231 4250
4232 4251 div.rst-block h2 {
4233 4252 font-weight: normal;
4234 4253 }
4235 4254
4236 4255 div.rst-block {
4237 4256 background-color: #fafafa;
4238 4257 }
4239 4258
4240 4259 div.rst-block {
4241 4260 clear: both;
4242 4261 overflow: hidden;
4243 4262 margin: 0;
4244 4263 padding: 0 20px 10px;
4245 4264 }
4246 4265
4247 4266 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
4248 4267 border-bottom: 0 !important;
4249 4268 margin: 0 !important;
4250 4269 padding: 0 !important;
4251 4270 line-height: 1.5em !important;
4252 4271 }
4253 4272
4254 4273
4255 4274 div.rst-block h1:first-child {
4256 4275 padding-top: .25em !important;
4257 4276 }
4258 4277
4259 4278 div.rst-block h2, div.rst-block h3 {
4260 4279 margin: 1em 0 !important;
4261 4280 }
4262 4281
4263 4282 div.rst-block h2 {
4264 4283 margin-top: 1.5em !important;
4265 4284 border-top: 4px solid #e0e0e0 !important;
4266 4285 padding-top: .5em !important;
4267 4286 }
4268 4287
4269 4288 div.rst-block p {
4270 4289 color: black !important;
4271 4290 margin: 1em 0 !important;
4272 4291 line-height: 1.5em !important;
4273 4292 }
4274 4293
4275 4294 div.rst-block ul {
4276 4295 list-style: disc !important;
4277 4296 margin: 1em 0 1em 2em !important;
4278 4297 }
4279 4298
4280 4299 div.rst-block ol {
4281 4300 list-style: decimal;
4282 4301 margin: 1em 0 1em 2em !important;
4283 4302 }
4284 4303
4285 4304 div.rst-block pre, code {
4286 4305 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
4287 4306 }
4288 4307
4289 4308 div.rst-block code {
4290 4309 font-size: 12px !important;
4291 4310 background-color: ghostWhite !important;
4292 4311 color: #444 !important;
4293 4312 padding: 0 .2em !important;
4294 4313 border: 1px solid #dedede !important;
4295 4314 }
4296 4315
4297 4316 div.rst-block pre code {
4298 4317 padding: 0 !important;
4299 4318 font-size: 12px !important;
4300 4319 background-color: #eee !important;
4301 4320 border: none !important;
4302 4321 }
4303 4322
4304 4323 div.rst-block pre {
4305 4324 margin: 1em 0;
4306 4325 font-size: 12px;
4307 4326 background-color: #eee;
4308 4327 border: 1px solid #ddd;
4309 4328 padding: 5px;
4310 4329 color: #444;
4311 4330 overflow: auto;
4312 4331 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4313 4332 -webkit-border-radius: 3px;
4314 4333 border-radius: 3px;
4315 4334 }
4316 4335
4317 4336
4318 4337 /** comment main **/
4319 4338 .comments {
4320 4339 padding: 10px 20px;
4321 4340 }
4322 4341
4323 4342 .comments .comment {
4324 4343 border: 1px solid #ddd;
4325 4344 margin-top: 10px;
4326 4345 -webkit-border-radius: 4px;
4327 4346 border-radius: 4px;
4328 4347 }
4329 4348
4330 4349 .comments .comment .meta {
4331 4350 background: #f8f8f8;
4332 4351 padding: 4px;
4333 4352 border-bottom: 1px solid #ddd;
4334 4353 height: 18px;
4335 4354 }
4336 4355
4337 4356 .comments .comment .meta img {
4338 4357 vertical-align: middle;
4339 4358 }
4340 4359
4341 4360 .comments .comment .meta .user {
4342 4361 font-weight: bold;
4343 4362 float: left;
4344 4363 padding: 4px 2px 2px 2px;
4345 4364 }
4346 4365
4347 4366 .comments .comment .meta .date {
4348 4367 float: left;
4349 4368 padding: 4px 4px 0px 4px;
4350 4369 }
4351 4370
4352 4371 .comments .comment .text {
4353 4372 background-color: #FAFAFA;
4354 4373 }
4355 4374 .comment .text div.rst-block p {
4356 4375 margin: 0.5em 0px !important;
4357 4376 }
4358 4377
4359 4378 .comments .comments-number {
4360 4379 padding: 0px 0px 10px 0px;
4361 4380 font-weight: bold;
4362 4381 color: #666;
4363 4382 font-size: 16px;
4364 4383 }
4365 4384
4366 4385 /** comment form **/
4367 4386
4368 4387 .status-block {
4369 4388 min-height: 80px;
4370 4389 clear: both
4371 4390 }
4372 4391
4373 4392
4374 4393 div.comment-form {
4375 4394 margin-top: 20px;
4376 4395 }
4377 4396
4378 4397 .comment-form strong {
4379 4398 display: block;
4380 4399 margin-bottom: 15px;
4381 4400 }
4382 4401
4383 4402 .comment-form textarea {
4384 4403 width: 100%;
4385 4404 height: 100px;
4386 4405 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4387 4406 }
4388 4407
4389 4408 form.comment-form {
4390 4409 margin-top: 10px;
4391 4410 margin-left: 10px;
4392 4411 }
4393 4412
4394 4413 .comment-inline-form .comment-block-ta,
4395 4414 .comment-form .comment-block-ta {
4396 4415 border: 1px solid #ccc;
4397 4416 border-radius: 3px;
4398 4417 box-sizing: border-box;
4399 4418 }
4400 4419
4401 4420 .comment-form-submit {
4402 4421 margin-top: 5px;
4403 4422 margin-left: 525px;
4404 4423 }
4405 4424
4406 4425 .file-comments {
4407 4426 display: none;
4408 4427 }
4409 4428
4410 4429 .comment-form .comment {
4411 4430 margin-left: 10px;
4412 4431 }
4413 4432
4414 4433 .comment-form .comment-help {
4415 4434 padding: 5px 5px 5px 5px;
4416 4435 color: #666;
4417 4436 }
4418 4437 .comment-form .comment-help .preview-btn,
4419 4438 .comment-form .comment-help .edit-btn {
4420 4439 float: right;
4421 4440 margin: -6px 0px 0px 0px;
4422 4441 }
4423 4442
4424 4443 .comment-form .preview-box.unloaded,
4425 4444 .comment-inline-form .preview-box.unloaded {
4426 4445 height: 50px;
4427 4446 text-align: center;
4428 4447 padding: 20px;
4429 4448 background-color: #fafafa;
4430 4449 }
4431 4450
4432 4451 .comment-form .comment-button {
4433 4452 padding-top: 5px;
4434 4453 }
4435 4454
4436 4455 .add-another-button {
4437 4456 margin-left: 10px;
4438 4457 margin-top: 10px;
4439 4458 margin-bottom: 10px;
4440 4459 }
4441 4460
4442 4461 .comment .buttons {
4443 4462 float: right;
4444 4463 margin: -1px 0px 0px 0px;
4445 4464 }
4446 4465
4447 4466
4448 4467 .show-inline-comments {
4449 4468 position: relative;
4450 4469 top: 1px
4451 4470 }
4452 4471
4453 4472 /** comment inline form **/
4454 4473 .comment-inline-form {
4455 4474 margin: 4px;
4456 4475 }
4457 4476 .comment-inline-form .overlay {
4458 4477 display: none;
4459 4478 }
4460 4479 .comment-inline-form .overlay.submitting {
4461 4480 display: block;
4462 4481 background: none repeat scroll 0 0 white;
4463 4482 font-size: 16px;
4464 4483 opacity: 0.5;
4465 4484 position: absolute;
4466 4485 text-align: center;
4467 4486 vertical-align: top;
4468 4487
4469 4488 }
4470 4489 .comment-inline-form .overlay.submitting .overlay-text {
4471 4490 width: 100%;
4472 4491 margin-top: 5%;
4473 4492 }
4474 4493
4475 4494 .comment-inline-form .clearfix,
4476 4495 .comment-form .clearfix {
4477 4496 background: #EEE;
4478 4497 -webkit-border-radius: 4px;
4479 4498 border-radius: 4px;
4480 4499 padding: 5px;
4481 4500 margin: 0px;
4482 4501 }
4483 4502
4484 4503 div.comment-inline-form {
4485 4504 padding: 4px 0px 6px 0px;
4486 4505 }
4487 4506
4488 4507 .comment-inline-form strong {
4489 4508 display: block;
4490 4509 margin-bottom: 15px;
4491 4510 }
4492 4511
4493 4512 .comment-inline-form textarea {
4494 4513 width: 100%;
4495 4514 height: 100px;
4496 4515 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4497 4516 }
4498 4517
4499 4518 form.comment-inline-form {
4500 4519 margin-top: 10px;
4501 4520 margin-left: 10px;
4502 4521 }
4503 4522
4504 4523 .comment-inline-form-submit {
4505 4524 margin-top: 5px;
4506 4525 margin-left: 525px;
4507 4526 }
4508 4527
4509 4528 .file-comments {
4510 4529 display: none;
4511 4530 }
4512 4531
4513 4532 .comment-inline-form .comment {
4514 4533 margin-left: 10px;
4515 4534 }
4516 4535
4517 4536 .comment-inline-form .comment-help {
4518 4537 padding: 5px 5px 5px 5px;
4519 4538 color: #666;
4520 4539 }
4521 4540
4522 4541 .comment-inline-form .comment-help .preview-btn,
4523 4542 .comment-inline-form .comment-help .edit-btn {
4524 4543 float: right;
4525 4544 margin: -6px 0px 0px 0px;
4526 4545 }
4527 4546
4528 4547 .comment-inline-form .comment-button {
4529 4548 padding-top: 5px;
4530 4549 }
4531 4550
4532 4551 /** comment inline **/
4533 4552 .inline-comments {
4534 4553 padding: 10px 20px;
4535 4554 }
4536 4555
4537 4556 .inline-comments div.rst-block {
4538 4557 clear: both;
4539 4558 overflow: hidden;
4540 4559 margin: 0;
4541 4560 padding: 0 20px 0px;
4542 4561 }
4543 4562 .inline-comments .comment {
4544 4563 border: 1px solid #ddd;
4545 4564 -webkit-border-radius: 4px;
4546 4565 border-radius: 4px;
4547 4566 margin: 3px 3px 5px 5px;
4548 4567 background-color: #FAFAFA;
4549 4568 }
4550 4569 .inline-comments .add-comment {
4551 4570 padding: 2px 4px 8px 5px;
4552 4571 }
4553 4572
4554 4573 .inline-comments .comment-wrapp {
4555 4574 padding: 1px;
4556 4575 }
4557 4576 .inline-comments .comment .meta {
4558 4577 background: #f8f8f8;
4559 4578 padding: 4px;
4560 4579 border-bottom: 1px solid #ddd;
4561 4580 height: 20px;
4562 4581 }
4563 4582
4564 4583 .inline-comments .comment .meta img {
4565 4584 vertical-align: middle;
4566 4585 }
4567 4586
4568 4587 .inline-comments .comment .meta .user {
4569 4588 font-weight: bold;
4570 4589 float: left;
4571 4590 padding: 3px;
4572 4591 }
4573 4592
4574 4593 .inline-comments .comment .meta .date {
4575 4594 float: left;
4576 4595 padding: 3px;
4577 4596 }
4578 4597
4579 4598 .inline-comments .comment .text {
4580 4599 background-color: #FAFAFA;
4581 4600 }
4582 4601
4583 4602 .inline-comments .comments-number {
4584 4603 padding: 0px 0px 10px 0px;
4585 4604 font-weight: bold;
4586 4605 color: #666;
4587 4606 font-size: 16px;
4588 4607 }
4589 4608 .inline-comments-button .add-comment {
4590 4609 margin: 2px 0px 8px 5px !important
4591 4610 }
4592 4611
4593 4612 .notification-paginator {
4594 4613 padding: 0px 0px 4px 16px;
4595 4614 }
4596 4615
4597 4616 #context-pages .pull-request span,
4598 4617 .menu_link_notifications {
4599 4618 padding: 4px 4px !important;
4600 4619 text-align: center;
4601 4620 color: #888 !important;
4602 4621 background-color: #DEDEDE !important;
4603 4622 border-radius: 4px !important;
4604 4623 -webkit-border-radius: 4px !important;
4605 4624 }
4606 4625
4607 4626 #context-pages .forks span,
4608 4627 .menu_link_notifications {
4609 4628 padding: 4px 4px !important;
4610 4629 text-align: center;
4611 4630 color: #888 !important;
4612 4631 background-color: #DEDEDE !important;
4613 4632 border-radius: 4px !important;
4614 4633 -webkit-border-radius: 4px !important;
4615 4634 }
4616 4635
4617 4636
4618 4637 .notification-header {
4619 4638 padding-top: 6px;
4620 4639 }
4621 4640 .notification-header .desc {
4622 4641 font-size: 16px;
4623 4642 height: 24px;
4624 4643 float: left
4625 4644 }
4626 4645 .notification-list .container.unread {
4627 4646 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6);
4628 4647 }
4629 4648 .notification-header .gravatar {
4630 4649 background: none repeat scroll 0 0 transparent;
4631 4650 padding: 0px 0px 0px 8px;
4632 4651 }
4633 4652 .notification-list .container .notification-header .desc {
4634 4653 font-weight: bold;
4635 4654 font-size: 17px;
4636 4655 }
4637 4656 .notification-table {
4638 4657 border: 1px solid #ccc;
4639 4658 -webkit-border-radius: 6px 6px 6px 6px;
4640 4659 border-radius: 6px 6px 6px 6px;
4641 4660 clear: both;
4642 4661 margin: 0px 20px 0px 20px;
4643 4662 }
4644 4663 .notification-header .delete-notifications {
4645 4664 float: right;
4646 4665 padding-top: 8px;
4647 4666 cursor: pointer;
4648 4667 }
4649 4668 .notification-header .read-notifications {
4650 4669 float: right;
4651 4670 padding-top: 8px;
4652 4671 cursor: pointer;
4653 4672 }
4654 4673 .notification-subject {
4655 4674 clear: both;
4656 4675 border-bottom: 1px solid #eee;
4657 4676 padding: 5px 0px 5px 38px;
4658 4677 }
4659 4678
4660 4679 .notification-body {
4661 4680 clear: both;
4662 4681 margin: 34px 2px 2px 8px
4663 4682 }
4664 4683
4665 4684 /****
4666 4685 PULL REQUESTS
4667 4686 *****/
4668 4687 .pullrequests_section_head {
4669 4688 padding: 10px 10px 10px 0px;
4670 4689 font-size: 16px;
4671 4690 font-weight: bold;
4672 4691 }
4673 4692
4674 4693 div.pr-details-title.closed,
4675 4694 #pullrequests_container li.closed a
4676 4695 {
4677 4696 color: #555;
4678 4697 background: #eee;
4679 4698 }
4680 4699
4681 4700 div.pr-title {
4682 4701 font-size: 1.6em;
4683 4702 }
4684 4703 div.pr-details-title {
4685 4704 font-size: 1.6em;
4686 4705 margin: 0px 20px 0px 20px;
4687 4706 padding: 5px 0px 5px 10px;
4688 4707 }
4689 4708
4690 4709 div.pr {
4691 4710 border-bottom: 1px solid #DDD;
4692 4711 margin: 0px 20px;
4693 4712 padding: 10px 4px;
4694 4713 }
4695 4714 div.pr-desc {
4696 4715 margin: 0px 20px;
4697 4716 }
4698 4717 div.pr-closed {
4699 4718 background-color: #eee;
4700 4719 }
4701 4720
4702 4721 span.pr-closed-tag {
4703 4722 margin-bottom: 1px;
4704 4723 margin-right: 1px;
4705 4724 padding: 1px 3px;
4706 4725 font-size: 10px;
4707 4726 padding: 1px 3px 1px 3px;
4708 4727 font-size: 10px;
4709 4728 color: #336699;
4710 4729 white-space: nowrap;
4711 4730 -webkit-border-radius: 4px;
4712 4731 border-radius: 4px;
4713 4732 border: 1px solid #d9e8f8;
4714 4733 line-height: 1.5em;
4715 4734 }
4716 4735
4717 4736 /****
4718 4737 PERMS
4719 4738 *****/
4720 4739 #perms .perms_section_head {
4721 4740 padding: 10px 10px 10px 0px;
4722 4741 font-size: 16px;
4723 4742 font-weight: bold;
4724 4743 }
4725 4744
4726 4745 #perms .perm_tag {
4727 4746 padding: 1px 3px 1px 3px;
4728 4747 font-size: 10px;
4729 4748 font-weight: bold;
4730 4749 text-transform: uppercase;
4731 4750 white-space: nowrap;
4732 4751 -webkit-border-radius: 3px;
4733 4752 border-radius: 3px;
4734 4753 }
4735 4754
4736 4755 #perms .perm_tag.admin {
4737 4756 background-color: #B94A48;
4738 4757 color: #ffffff;
4739 4758 }
4740 4759
4741 4760 #perms .perm_tag.write {
4742 4761 background-color: #DB7525;
4743 4762 color: #ffffff;
4744 4763 }
4745 4764
4746 4765 #perms .perm_tag.read {
4747 4766 background-color: #468847;
4748 4767 color: #ffffff;
4749 4768 }
4750 4769
4751 4770 #perms .perm_tag.none {
4752 4771 background-color: #bfbfbf;
4753 4772 color: #ffffff;
4754 4773 }
4755 4774
4756 4775 .perm-gravatar {
4757 4776 vertical-align: middle;
4758 4777 padding: 2px;
4759 4778 }
4760 4779 .perm-gravatar-ac {
4761 4780 vertical-align: middle;
4762 4781 padding: 2px;
4763 4782 width: 14px;
4764 4783 height: 14px;
4765 4784 }
4766 4785
4767 4786 /*****************************************************************************
4768 4787 DIFFS CSS
4769 4788 ******************************************************************************/
4770 4789 .diff-collapse {
4771 4790 text-align: center;
4772 4791 margin-bottom: -15px;
4773 4792 }
4774 4793 .diff-collapse-button {
4775 4794 cursor: pointer;
4776 4795 color: #666;
4777 4796 font-size: 16px;
4778 4797 }
4779 4798 .diff-container {
4780 4799
4781 4800 }
4782 4801
4783 4802 .diff-container.hidden {
4784 4803 display: none;
4785 4804 overflow: hidden;
4786 4805 }
4787 4806
4788 4807
4789 4808 div.diffblock {
4790 4809 overflow: auto;
4791 4810 padding: 0px;
4792 4811 border: 1px solid #ccc;
4793 4812 background: #f8f8f8;
4794 4813 font-size: 100%;
4795 4814 line-height: 100%;
4796 4815 /* new */
4797 4816 line-height: 125%;
4798 4817 -webkit-border-radius: 6px 6px 0px 0px;
4799 4818 border-radius: 6px 6px 0px 0px;
4800 4819 }
4801 4820 div.diffblock.margined {
4802 4821 margin: 0px 20px 0px 20px;
4803 4822 }
4804 4823 div.diffblock .code-header {
4805 4824 border-bottom: 1px solid #CCCCCC;
4806 4825 background: #EEEEEE;
4807 4826 padding: 10px 0 10px 0;
4808 4827 height: 14px;
4809 4828 }
4810 4829
4811 4830 div.diffblock .code-header.banner {
4812 4831 border-bottom: 1px solid #CCCCCC;
4813 4832 background: #EEEEEE;
4814 4833 height: 14px;
4815 4834 margin: 0px 95px 0px 95px;
4816 4835 padding: 3px 3px 11px 3px;
4817 4836 }
4818 4837
4819 4838 div.diffblock .code-header-title {
4820 4839 padding: 0px 0px 10px 5px !important;
4821 4840 margin: 0 !important;
4822 4841 }
4823 4842 div.diffblock .code-header .hash {
4824 4843 float: left;
4825 4844 padding: 2px 0 0 2px;
4826 4845 }
4827 4846 div.diffblock .code-header .date {
4828 4847 float: left;
4829 4848 text-transform: uppercase;
4830 4849 padding: 2px 0px 0px 2px;
4831 4850 }
4832 4851 div.diffblock .code-header div {
4833 4852 margin-left: 4px;
4834 4853 font-weight: bold;
4835 4854 font-size: 14px;
4836 4855 }
4837 4856
4838 4857 div.diffblock .parents {
4839 4858 float: left;
4840 4859 height: 26px;
4841 4860 width: 100px;
4842 4861 font-size: 10px;
4843 4862 font-weight: 400;
4844 4863 vertical-align: middle;
4845 4864 padding: 0px 2px 2px 2px;
4846 4865 background-color: #eeeeee;
4847 4866 border-bottom: 1px solid #CCCCCC;
4848 4867 }
4849 4868
4850 4869 div.diffblock .children {
4851 4870 float: right;
4852 4871 height: 26px;
4853 4872 width: 100px;
4854 4873 font-size: 10px;
4855 4874 font-weight: 400;
4856 4875 vertical-align: middle;
4857 4876 text-align: right;
4858 4877 padding: 0px 2px 2px 2px;
4859 4878 background-color: #eeeeee;
4860 4879 border-bottom: 1px solid #CCCCCC;
4861 4880 }
4862 4881
4863 4882 div.diffblock .code-body {
4864 4883 background: #FFFFFF;
4865 4884 }
4866 4885 div.diffblock pre.raw {
4867 4886 background: #FFFFFF;
4868 4887 color: #000000;
4869 4888 }
4870 4889 table.code-difftable {
4871 4890 border-collapse: collapse;
4872 4891 width: 99%;
4873 4892 border-radius: 0px !important;
4874 4893 }
4875 4894 table.code-difftable td {
4876 4895 padding: 0 !important;
4877 4896 background: none !important;
4878 4897 border: 0 !important;
4879 4898 vertical-align: baseline !important
4880 4899 }
4881 4900 table.code-difftable .context {
4882 4901 background: none repeat scroll 0 0 #DDE7EF;
4883 4902 }
4884 4903 table.code-difftable .add {
4885 4904 background: none repeat scroll 0 0 #DDFFDD;
4886 4905 }
4887 4906 table.code-difftable .add ins {
4888 4907 background: none repeat scroll 0 0 #AAFFAA;
4889 4908 text-decoration: none;
4890 4909 }
4891 4910 table.code-difftable .del {
4892 4911 background: none repeat scroll 0 0 #FFDDDD;
4893 4912 }
4894 4913 table.code-difftable .del del {
4895 4914 background: none repeat scroll 0 0 #FFAAAA;
4896 4915 text-decoration: none;
4897 4916 }
4898 4917
4899 4918 /** LINE NUMBERS **/
4900 4919 table.code-difftable .lineno {
4901 4920
4902 4921 padding-left: 2px;
4903 4922 padding-right: 2px;
4904 4923 text-align: right;
4905 4924 width: 32px;
4906 4925 -moz-user-select: none;
4907 4926 -webkit-user-select: none;
4908 4927 border-right: 1px solid #CCC !important;
4909 4928 border-left: 0px solid #CCC !important;
4910 4929 border-top: 0px solid #CCC !important;
4911 4930 border-bottom: none !important;
4912 4931 vertical-align: middle !important;
4913 4932
4914 4933 }
4915 4934 table.code-difftable .lineno.new {
4916 4935 }
4917 4936 table.code-difftable .lineno.old {
4918 4937 }
4919 4938 table.code-difftable .lineno a {
4920 4939 color: #747474 !important;
4921 4940 font: 11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4922 4941 letter-spacing: -1px;
4923 4942 text-align: right;
4924 4943 padding-right: 2px;
4925 4944 cursor: pointer;
4926 4945 display: block;
4927 4946 width: 32px;
4928 4947 }
4929 4948
4930 4949 table.code-difftable .lineno-inline {
4931 4950 background: none repeat scroll 0 0 #FFF !important;
4932 4951 padding-left: 2px;
4933 4952 padding-right: 2px;
4934 4953 text-align: right;
4935 4954 width: 30px;
4936 4955 -moz-user-select: none;
4937 4956 -webkit-user-select: none;
4938 4957 }
4939 4958
4940 4959 /** CODE **/
4941 4960 table.code-difftable .code {
4942 4961 display: block;
4943 4962 width: 100%;
4944 4963 }
4945 4964 table.code-difftable .code td {
4946 4965 margin: 0;
4947 4966 padding: 0;
4948 4967 }
4949 4968 table.code-difftable .code pre {
4950 4969 margin: 0;
4951 4970 padding: 0;
4952 4971 height: 17px;
4953 4972 line-height: 17px;
4954 4973 }
4955 4974
4956 4975
4957 4976 .diffblock.margined.comm .line .code:hover {
4958 4977 background-color: #FFFFCC !important;
4959 4978 cursor: pointer !important;
4960 4979 background-image: url("../images/icons/comment_add.png") !important;
4961 4980 background-repeat: no-repeat !important;
4962 4981 background-position: right !important;
4963 4982 background-position: 0% 50% !important;
4964 4983 }
4965 4984 .diffblock.margined.comm .line .code.no-comment:hover {
4966 4985 background-image: none !important;
4967 4986 cursor: auto !important;
4968 4987 background-color: inherit !important;
4969 4988 }
4970 4989
4971 4990 div.comment:target>.comment-wrapp {
4972 4991 border: solid 2px #ee0 !important;
4973 4992 }
4974 4993
4975 4994 .lineno:target a {
4976 4995 border: solid 2px #ee0 !important;
4977 4996 margin: -2px;
4978 4997 }
4979 4998
4980 4999 #help_kb {
4981 5000 display: none;
4982 5001 }
General Comments 0
You need to be logged in to leave comments. Login now