You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

scm.css 4.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. table.entries a {
  2. padding-top: 2px;
  3. padding-bottom: 2px;
  4. }
  5. table.revision-info td {
  6. margin: 0px;
  7. padding: 0px;
  8. }
  9. div.revision-graph { position: absolute; min-width: 1px; }
  10. div.changeset-changes ul { margin: 0; padding: 0; }
  11. div.changeset-changes ul > ul { margin-left: 18px; padding: 0; }
  12. li.change {
  13. list-style-type:none;
  14. background-image: url(../images/bullet_black.png);
  15. background-position: 1px 1px;
  16. background-repeat: no-repeat;
  17. padding-top: 1px;
  18. padding-bottom: 1px;
  19. padding-left: 20px;
  20. margin: 0;
  21. }
  22. li.change.folder { background-image: url(../images/folder_open.png); }
  23. li.change.folder.change-A { background-image: url(../images/folder_open_add.png); }
  24. li.change.folder.change-M { background-image: url(../images/folder_open_orange.png); }
  25. li.change.change-A { background-image: url(../images/bullet_add.png); }
  26. li.change.change-M { background-image: url(../images/bullet_orange.png); }
  27. li.change.change-C { background-image: url(../images/bullet_blue.png); }
  28. li.change.change-R { background-image: url(../images/bullet_purple.png); }
  29. li.change.change-D { background-image: url(../images/bullet_delete.png); }
  30. li.change .copied-from { font-style: italic; color: #999; font-size: 0.9em; }
  31. li.change .copied-from:before { content: " - "}
  32. #changes-legend { float: right; font-size: 0.8em; margin: 0; }
  33. #changes-legend li { float: left; background-position: 5px 0; }
  34. table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; }
  35. table.filecontent tbody {font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;}
  36. table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
  37. table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
  38. table.filecontent tr.spacing th { text-align:center; }
  39. table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;}
  40. table.filecontent th.line-num {
  41. border: 1px solid #e2e2e2;
  42. text-align: right;
  43. width: 2%;
  44. padding: 0 3px 0 0;
  45. color: #999;
  46. user-select: none;
  47. -moz-user-select: none;
  48. -o-user-select: none;
  49. -ms-user-select: none;
  50. -webkit-user-select: none;
  51. font-weight:normal;
  52. }
  53. table.filecontent th.line-num a {
  54. text-decoration: none;
  55. color: inherit;
  56. }
  57. table.filecontent th.line-num a:after {
  58. content: attr(data-txt);
  59. }
  60. table.diffcontent th.line-num:after {
  61. content: attr(data-txt);
  62. }
  63. table.filecontent td.line-code {padding: 0 0 0 4px;}
  64. table.filecontent td.line-code pre, table.filecontent td.line-code div {
  65. margin: 0px;
  66. white-space: pre-wrap;
  67. font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;
  68. }
  69. table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; }
  70. table.filecontent tr:target td.line-code { background-color:#DDEEFF; }
  71. img.filecontent, video.filecontent { max-width: 100%; }
  72. .previous-filename {
  73. font-weight: normal;
  74. }
  75. /* 12 different colors for the annonate view */
  76. table.annotate tr.bloc-0 td.author {border-right-color: #FFFFBF;}
  77. table.annotate tr.bloc-1 td.author {border-right-color: #EABFFF;}
  78. table.annotate tr.bloc-2 td.author {border-right-color: #BFFFFF;}
  79. table.annotate tr.bloc-3 td.author {border-right-color: #FFD9BF;}
  80. table.annotate tr.bloc-4 td.author {border-right-color: #E6FFBF;}
  81. table.annotate tr.bloc-5 td.author {border-right-color: #BFCFFF;}
  82. table.annotate tr.bloc-6 td.author {border-right-color: #FFBFEF;}
  83. table.annotate tr.bloc-7 td.author {border-right-color: #FFE6BF;}
  84. table.annotate tr.bloc-8 td.author {border-right-color: #FFE680;}
  85. table.annotate tr.bloc-9 td.author {border-right-color: #AA80FF;}
  86. table.annotate tr.bloc-10 td.author {border-right-color: #FFBFDC;}
  87. table.annotate tr.bloc-11 td.author {border-right-color: #BFE4FF;}
  88. table.annotate tr.bloc-change {border-top:1px solid #e5e5e5;}
  89. table.annotate td.revision {
  90. padding:0;
  91. text-align: center;
  92. width: 2%;
  93. padding-left: 1em;
  94. background: inherit;
  95. }
  96. table.annotate td.author {
  97. padding:0;
  98. text-align: center;
  99. border-right: 6px solid #d7d7d7;
  100. white-space: nowrap;
  101. padding-left: 1em;
  102. padding-right: 1em;
  103. width: 3%;
  104. background: inherit;
  105. }
  106. table.annotate td.line-code { background-color: #fafafa; }
  107. div.action_M { background: #fd8 }
  108. div.action_D { background: #f88 }
  109. div.action_A { background: #bfb }
  110. .breadcrumbs>.separator::before, .breadcrumbs>.separator::after {
  111. content: " ";
  112. }