comparison pylons_app/public/css/monoblue_custom.css @ 160:0f7f93df5802

implemented rawdiff and diff download into diff view. Few css changes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 19 May 2010 00:18:48 +0200
parents ea89ac73bef8
children 2fc206a32ef0
comparison
equal deleted inserted replaced
159:96285f905073 160:0f7f93df5802
10 text-decoration: none; 10 text-decoration: none;
11 } 11 }
12 a:HOVER{ 12 a:HOVER{
13 text-decoration: underline; 13 text-decoration: underline;
14 } 14 }
15 /*** end of Initial Settings ***/ /** common settings **/ 15 /*** end of Initial Settings ***/
16
17 /** common settings **/
16 div#main { 18 div#main {
17 padding: 5px; 19 padding: 5px;
18 } 20 }
19 21
20 div#container { 22 div#container {
379 } 381 }
380 382
381 /** end of file **/ 383 /** end of file **/
382 384
383 /** changeset **/ 385 /** changeset **/
384 h3.changeset { 386
385 margin: 20px 0 5px 20px; 387 .cs_files{
386 padding: 0 0 2px; 388 border: 2px solid #CCCCCC;
387 font-size: 1.6em; 389 width: 60%;
388 border-bottom: dotted 1px #D5E1E6; 390
389 } 391 }
390 392 .cs_files .cs_added{
391 p.changeset-age { 393 background:#BBFFBB;
392 position: relative; 394 }
393 } 395 .cs_files .cs_changed{
394 396 background: #FFDD88;
395 p.changeset-age span { 397 }
396 position: absolute; 398 .cs_files .cs_removed{
397 top: -25px; 399 background: #FF8888;
398 right: 10px;
399 font-size: 1.4em;
400 color: #CCC;
401 font-weight: bold;
402 font-style: italic;
403 }
404
405 p.description {
406 margin: 10px 30px 0 30px;
407 padding: 10px;
408 border: solid 1px #CCC;
409 font-size: 1.2em;
410 } 400 }
411 401
412 /** end of changeset **/ 402 /** end of changeset **/
413 403
414 /** canvas **/ 404 /** canvas **/
415 div#wrapper {
416 position: relative;
417 font-size: 1.2em;
418 }
419
420 canvas { 405 canvas {
421 position: absolute; 406 position: absolute;
422 z-index: 5; 407 z-index: 5;
423 top: -0.7em; 408 top: -0.7em;
424 } 409 }
425 410 #graph{
426 ul#nodebgs li.parity0 { 411 overflow: hidden;
427 background: #F1F6F7; 412
428 } 413 }
429 414 #graph_nodes{
430 ul#nodebgs li.parity1 { 415 width:160px;
431 background: #FFFFFF; 416 float:left;
432 } 417 }
433 418
434 ul#graphnodes { 419 #graph_content{
435 position: absolute; 420 width:800px;
436 z-index: 10; 421 float:left;
437 top: 7px; 422 }
438 list-style: none inside none; 423 #graph_content .container_header{
439 } 424 border:1px solid #CCCCCC;
440 425 height:30px;
441 ul#nodebgs { 426 background: #EEEEEE;
442 list-style: none inside none; 427 }
443 } 428
444 429
445 ul#graphnodes li,ul#nodebgs li { 430 #graph_content .container .wrapper{
446 height: 39px; 431 width: 600px;
447 } 432 }
448 433 #graph_content .container{
449 ul#graphnodes li .info { 434 border-bottom: 1px solid #CCCCCC;
450 display: block; 435 border-left: 1px solid #CCCCCC;
451 position: relative; 436 border-right: 1px solid #CCCCCC;
452 } 437 height:120px;
453 438 }
439
440 #graph_content .container .left{
441 float:left;
442 width: 70%;
443 padding-left: 5px;
444 }
445
446 #graph_content .container .right{
447 float:right;
448 width: 25%;
449 }
450 #graph_content .container .left .date{
451 font-weight:bold;
452 }
453 #graph_content .container .left .author{
454
455 }
456 #graph_content .container .left .message{
457 font-size: 80%;
458 }
459
460 .right .added,.changed,.removed{
461 border:1px solid #DDDDDD;
462 display:block;
463 float:right;
464 font-size:0.75em;
465 text-align:center;
466 min-width:15px;
467 }
468 .right .added{
469 background:#BBFFBB;
470 }
471 .right .changed{
472 background: #FFDD88;
473 }
474 .right .removed{
475 background: #FF8888;
476 }
454 /** end of canvas **/ 477 /** end of canvas **/
455 478
456 /* FILE BROWSER */ 479 /* FILE BROWSER */
457 div.browserblock { 480 div.browserblock {
458 overflow: hidden; 481 overflow: hidden;
477 div.browserblock .browser-body{ 500 div.browserblock .browser-body{
478 background: #EEEEEE; 501 background: #EEEEEE;
479 } 502 }
480 503
481 table.code-browser { 504 table.code-browser {
482 border-collapse:collapse; 505 border-collapse:collapse;
506 width: 100%;
483 } 507 }
484 table.code-browser tr{ 508 table.code-browser tr{
485 margin:3px; 509 margin:3px;
486 } 510 }
487 511
489 background-color: #EEEEEE; 513 background-color: #EEEEEE;
490 height: 20px; 514 height: 20px;
491 font-size: 1.1em; 515 font-size: 1.1em;
492 font-weight: bold; 516 font-weight: bold;
493 text-align: center; 517 text-align: center;
518 text-align: left;
519 padding-left: 10px;
494 } 520 }
495 table.code-browser tbody tr { 521 table.code-browser tbody tr {
496 522
497 } 523 }
498 524