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 6.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. div.changeset-changes ul { margin: 0; padding: 0; }
  2. div.changeset-changes ul > ul { margin-left: 18px; padding: 0; }
  3. li.change {
  4. list-style-type:none;
  5. background-image: url(../images/bullet_black.png);
  6. background-position: 1px 1px;
  7. background-repeat: no-repeat;
  8. padding-top: 1px;
  9. padding-bottom: 1px;
  10. padding-left: 20px;
  11. margin: 0;
  12. }
  13. li.change.folder { background-image: url(../images/folder_open.png); }
  14. li.change.folder.change-A { background-image: url(../images/folder_open_add.png); }
  15. li.change.folder.change-M { background-image: url(../images/folder_open_orange.png); }
  16. li.change.change-A { background-image: url(../images/bullet_add.png); }
  17. li.change.change-M { background-image: url(../images/bullet_orange.png); }
  18. li.change.change-C { background-image: url(../images/bullet_blue.png); }
  19. li.change.change-R { background-image: url(../images/bullet_purple.png); }
  20. li.change.change-D { background-image: url(../images/bullet_delete.png); }
  21. li.change .copied-from { font-style: italic; color: #999; font-size: 0.9em; }
  22. li.change .copied-from:before { content: " - "}
  23. #changes-legend { float: right; font-size: 0.8em; margin: 0; }
  24. #changes-legend li { float: left; background-position: 5px 0; }
  25. table.filecontent { border: 1px solid #ccc; border-collapse: collapse; width:98%; background-color: #fafafa; }
  26. table.filecontent th { border: 1px solid #ccc; background-color: #eee; }
  27. table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding: 0.2em;}
  28. table.filecontent tr.spacing th { text-align:center; }
  29. table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;}
  30. table.filecontent th.line-num {
  31. border: 1px solid #d7d7d7;
  32. font-size: 0.8em;
  33. text-align: right;
  34. width: 2%;
  35. padding-right: 3px;
  36. color: #999;
  37. }
  38. table.filecontent th.line-num a {
  39. text-decoration: none;
  40. color: inherit;
  41. }
  42. table.filecontent td.line-code pre {
  43. margin: 0px;
  44. white-space: pre-wrap; /* CSS2.1 compliant */
  45. white-space: -moz-pre-wrap; /* Mozilla-based browsers */
  46. white-space: -o-pre-wrap; /* Opera 7+ */
  47. }
  48. /* 12 different colors for the annonate view */
  49. table.annotate tr.bloc-0 {background: #FFFFBF;}
  50. table.annotate tr.bloc-1 {background: #EABFFF;}
  51. table.annotate tr.bloc-2 {background: #BFFFFF;}
  52. table.annotate tr.bloc-3 {background: #FFD9BF;}
  53. table.annotate tr.bloc-4 {background: #E6FFBF;}
  54. table.annotate tr.bloc-5 {background: #BFCFFF;}
  55. table.annotate tr.bloc-6 {background: #FFBFEF;}
  56. table.annotate tr.bloc-7 {background: #FFE6BF;}
  57. table.annotate tr.bloc-8 {background: #FFE680;}
  58. table.annotate tr.bloc-9 {background: #AA80FF;}
  59. table.annotate tr.bloc-10 {background: #FFBFDC;}
  60. table.annotate tr.bloc-11 {background: #BFE4FF;}
  61. table.annotate td.revision {
  62. text-align: center;
  63. width: 2%;
  64. padding-left: 1em;
  65. background: inherit;
  66. }
  67. table.annotate td.author {
  68. text-align: center;
  69. border-right: 1px solid #d7d7d7;
  70. white-space: nowrap;
  71. padding-left: 1em;
  72. padding-right: 1em;
  73. width: 3%;
  74. background: inherit;
  75. font-size: 90%;
  76. }
  77. table.annotate td.line-code { background-color: #fafafa; }
  78. div.action_M { background: #fd8 }
  79. div.action_D { background: #f88 }
  80. div.action_A { background: #bfb }
  81. /************* CodeRay styles *************/
  82. .syntaxhl div {display: inline;}
  83. .syntaxhl .no { padding: 2px 4px 2px 4px; background-color: #eee; margin:0 }
  84. .syntaxhl .code pre { overflow: auto }
  85. .syntaxhl .debug { color:white ! important; background:blue ! important; }
  86. .syntaxhl .af { color:#00C }
  87. .syntaxhl .an { color:#007 }
  88. .syntaxhl .at { color:#f08 }
  89. .syntaxhl .av { color:#700 }
  90. .syntaxhl .aw { color:#C00 }
  91. .syntaxhl .bi { color:#509; font-weight:bold }
  92. .syntaxhl .c { color:#888; }
  93. .syntaxhl .ch { color:#04D }
  94. .syntaxhl .ch .k { color:#04D }
  95. .syntaxhl .ch .dl { color:#039 }
  96. .syntaxhl .cl { color:#B06; font-weight:bold }
  97. .syntaxhl .cm { color:#A08; font-weight:bold }
  98. .syntaxhl .co { color:#036; font-weight:bold }
  99. .syntaxhl .cr { color:#0A0 }
  100. .syntaxhl .cv { color:#369 }
  101. .syntaxhl .de { color:#B0B; }
  102. .syntaxhl .df { color:#099; font-weight:bold }
  103. .syntaxhl .di { color:#088; font-weight:bold }
  104. .syntaxhl .dl { color:black }
  105. .syntaxhl .do { color:#970 }
  106. .syntaxhl .dt { color:#34b }
  107. .syntaxhl .ds { color:#D42; font-weight:bold }
  108. .syntaxhl .e { color:#666; font-weight:bold }
  109. .syntaxhl .en { color:#800; font-weight:bold }
  110. .syntaxhl .er { color:#F00; background-color:#FAA }
  111. .syntaxhl .ex { color:#C00; font-weight:bold }
  112. .syntaxhl .fl { color:#60E; font-weight:bold }
  113. .syntaxhl .fu { color:#06B; font-weight:bold }
  114. .syntaxhl .gv { color:#d70; font-weight:bold }
  115. .syntaxhl .hx { color:#058; font-weight:bold }
  116. .syntaxhl .i { color:#00D; font-weight:bold }
  117. .syntaxhl .ic { color:#B44; font-weight:bold }
  118. .syntaxhl .il { background: #ddd; color: black }
  119. .syntaxhl .il .il { background: #ccc }
  120. .syntaxhl .il .il .il { background: #bbb }
  121. .syntaxhl .il .idl { background: #ddd; font-weight: bold; color: #666 }
  122. .syntaxhl .idl { background-color: #bbb; font-weight: bold; color: #666; }
  123. .syntaxhl .im { color:#f00; }
  124. .syntaxhl .in { color:#B2B; font-weight:bold }
  125. .syntaxhl .iv { color:#33B }
  126. .syntaxhl .la { color:#970; font-weight:bold }
  127. .syntaxhl .lv { color:#963 }
  128. .syntaxhl .oc { color:#40E; font-weight:bold }
  129. .syntaxhl .of { color:#000; font-weight:bold }
  130. .syntaxhl .op { }
  131. .syntaxhl .pc { color:#038; font-weight:bold }
  132. .syntaxhl .pd { color:#369; font-weight:bold }
  133. .syntaxhl .pp { color:#579; }
  134. .syntaxhl .ps { color:#00C; font-weight:bold }
  135. .syntaxhl .pt { color:#074; font-weight:bold }
  136. .syntaxhl .r, .kw { color:#080; font-weight:bold }
  137. .syntaxhl .ke { color: #808; }
  138. .syntaxhl .ke .dl { color: #606; }
  139. .syntaxhl .ke .ch { color: #80f; }
  140. .syntaxhl .vl { color: #088; }
  141. .syntaxhl .rx { background-color:#fff0ff }
  142. .syntaxhl .rx .k { color:#808 }
  143. .syntaxhl .rx .dl { color:#404 }
  144. .syntaxhl .rx .mod { color:#C2C }
  145. .syntaxhl .rx .fu { color:#404; font-weight: bold }
  146. .syntaxhl .s { background-color:#fff0f0; color: #D20; }
  147. .syntaxhl .s .s { background-color:#ffe0e0 }
  148. .syntaxhl .s .s .s { background-color:#ffd0d0 }
  149. .syntaxhl .s .k { }
  150. .syntaxhl .s .ch { color: #b0b; }
  151. .syntaxhl .s .dl { color: #710; }
  152. .syntaxhl .sh { background-color:#f0fff0; color:#2B2 }
  153. .syntaxhl .sh .k { }
  154. .syntaxhl .sh .dl { color:#161 }
  155. .syntaxhl .sy { color:#A60 }
  156. .syntaxhl .sy .k { color:#A60 }
  157. .syntaxhl .sy .dl { color:#630 }
  158. .syntaxhl .ta { color:#070 }
  159. .syntaxhl .tf { color:#070; font-weight:bold }
  160. .syntaxhl .ts { color:#D70; font-weight:bold }
  161. .syntaxhl .ty { color:#339; font-weight:bold }
  162. .syntaxhl .v { color:#036 }
  163. .syntaxhl .xt { color:#444 }
  164. .syntaxhl .ins { background: #cfc; }
  165. .syntaxhl .del { background: #fcc; }
  166. .syntaxhl .chg { color: #aaf; background: #007; }
  167. .syntaxhl .head { color: #f8f; background: #505 }
  168. .syntaxhl .ins .ins { color: #080; font-weight:bold }
  169. .syntaxhl .del .del { color: #800; font-weight:bold }
  170. .syntaxhl .chg .chg { color: #66f; }
  171. .syntaxhl .head .head { color: #f4f; }