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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. /*
  2. Git:Blit css.
  3. */
  4. html, body, table, dl, dt, dd, ol, ul, li, form, a, span, tr, th, td, div, em {
  5. font-family: verdana, sans-serif;
  6. font-size: 12px;
  7. line-height: 15px;
  8. }
  9. body {
  10. width: 980px;
  11. margin: 5px;
  12. background-color: #ffffff;
  13. color: #000000;
  14. margin-right: auto;
  15. margin-left: auto;
  16. margin-top: none;
  17. padding: 0px;
  18. }
  19. pre, pre.prettyprint, pre.plainprint {
  20. color: black;
  21. font-family: monospace;
  22. font-size:12px;
  23. border:0px;
  24. }
  25. /* age0: age < 60*60*2 */
  26. .age0 {
  27. color: #009900;
  28. font-style: italic;
  29. font-weight: bold;
  30. }
  31. /* age1: 60*60*2 <= age < 60*60*24*2 */
  32. .age1 {
  33. color: #009900;
  34. font-style: italic;
  35. }
  36. /* age2: 60*60*24*2 <= age */
  37. .age2 {
  38. font-style: italic;
  39. }
  40. a {
  41. color: #0000cc;
  42. }
  43. a:hover, a:visited, a:active {
  44. color: #880000;
  45. }
  46. img.logo {
  47. float: right;
  48. border-width: 0px;
  49. }
  50. img.activityGraph {
  51. float: right;
  52. border-width: 0px;
  53. padding: 8px;
  54. }
  55. div.repositories_message {
  56. line-height: inherit;
  57. }
  58. div.header {
  59. background-color: #D2C3AF;
  60. padding: 3px;
  61. border: 1px solid #808080;
  62. }
  63. div.header a {
  64. color: black;
  65. text-decoration: none;
  66. font-weight: bold;
  67. }
  68. div.header a:hover {
  69. text-decoration: underline;
  70. }
  71. div.pager {
  72. padding: 0px 0px 15px 5px;
  73. }
  74. span.link, span.link a {
  75. font-family: sans-serif;
  76. font-size: 11px;
  77. }
  78. span.link em, div.link span em {
  79. font-style: normal;
  80. font-family: sans-serif;
  81. font-size: 11px;
  82. }
  83. div.page_header {
  84. height: 25px;
  85. padding: 5px;
  86. font-family: sans-serif;
  87. font-weight: bold;
  88. font-size: 150%;
  89. color: #888;
  90. background-color: #ffffff;
  91. }
  92. div.page_header span {
  93. font-family: inherit;
  94. font-size: inherit;
  95. }
  96. div.page_header a {
  97. font-size: inherit;
  98. font-family: inherit;
  99. text-decoration: none;
  100. }
  101. div.page_header a:visited {
  102. color: #000000;
  103. }
  104. div.page_header a:hover {
  105. color: E66C2C;
  106. text-decoration: underline;
  107. }
  108. div.page_footer {
  109. clear: both;
  110. height: 17px;
  111. color: black;
  112. background-color: #ffffff;
  113. padding: 5px;
  114. border-top: 1px solid #bbb;
  115. font-style: italic;
  116. }
  117. div.page_nav {
  118. color: #ddd;
  119. background-color: #000070;
  120. padding: 5px;
  121. }
  122. div.page_nav a {
  123. color: yellow;
  124. text-decoration: none;
  125. }
  126. div.page_nav a:hover {
  127. text-decoration: underline;
  128. }
  129. div.page_nav em {
  130. font-style: normal;
  131. }
  132. div.page_nav2 {
  133. padding: 2px 5px 7px 5px;
  134. }
  135. .repositories_message {
  136. border: solid #bbb;
  137. border-width: 0px 0px 1px;
  138. padding: 8px;
  139. }
  140. div.page_path {
  141. padding: 8px;
  142. font-weight: bold;
  143. border: solid #bbb;
  144. border-width: 0px 0px 1px;
  145. }
  146. div.commit_message {
  147. padding: 8px;
  148. border: solid #bbb;
  149. border-width: 1px 0px 0px;
  150. }
  151. div.bug_open, span.bug_open {
  152. padding: 2px;
  153. background-color: #800000;
  154. color: white;
  155. text-align: center;
  156. }
  157. div.bug_resolved, span.bug_resolved {
  158. padding: 2px;
  159. background-color: #008000;
  160. color: white;
  161. text-align: center;
  162. }
  163. div.bug_invalid, span.bug_invalid {
  164. padding: 2px;
  165. background-color: gray;
  166. text-align: center;
  167. }
  168. div.bug_hold, span.bug_hold {
  169. padding: 2px;
  170. background-color: orange;
  171. text-align: center;
  172. }
  173. div.diff {
  174. font-family: monospace;
  175. }
  176. div.diff.header {
  177. -moz-border-bottom-colors: none;
  178. -moz-border-image: none;
  179. -moz-border-left-colors: none;
  180. -moz-border-right-colors: none;
  181. -moz-border-top-colors: none;
  182. background-color: #EDECE6;
  183. border-color: #D9D8D1;
  184. border-style: solid;
  185. border-width: 1px;
  186. font-weight: bold;
  187. margin-top: 10px;
  188. padding: 4px 0 2px;
  189. }
  190. div.diff.extended_header {
  191. background-color: #F6F5EE;
  192. padding: 2px 0;
  193. font-family: inherit;
  194. }
  195. span.diff.add {
  196. color: #008800;
  197. font-family: inherit;
  198. }
  199. span.diff.remove {
  200. color: #cc0000;
  201. font-family: inherit;
  202. }
  203. span.diff.unchanged {
  204. color: inherit;
  205. font-family: inherit;
  206. }
  207. div.diff.hunk_header {
  208. -moz-border-bottom-colors: none;
  209. -moz-border-image: none;
  210. -moz-border-left-colors: none;
  211. -moz-border-right-colors: none;
  212. -moz-border-top-colors: none;
  213. border-color: #FFE0FF;
  214. border-style: dotted;
  215. border-width: 1px 0 0;
  216. margin-top: 2px;
  217. font-family: inherit;
  218. }
  219. span.diff.hunk_info {
  220. background-color: #FFEEFF;
  221. color: #990099;
  222. font-family: inherit;
  223. }
  224. span.diff.hunk_section {
  225. color: #AA22AA;
  226. font-family: inherit;
  227. }
  228. a.list {
  229. text-decoration: none;
  230. color: #000000;
  231. }
  232. a.list.subject {
  233. font-weight: bold;
  234. }
  235. a.list.name {
  236. font-weight: bold;
  237. }
  238. a.list:hover {
  239. text-decoration: underline;
  240. color: #880000;
  241. }
  242. table {
  243. border-spacing: 0px;
  244. }
  245. th {
  246. padding: 2px 5px;
  247. font-size: 100%;
  248. text-align: left;
  249. }
  250. table.plain {
  251. padding: 8px;
  252. }
  253. table.pretty, table.repositories, table.comments {
  254. margin-bottom:5px;
  255. border-spacing: 0px;
  256. border-left: 1px solid #bbb;
  257. border-right: 1px solid #bbb;
  258. }
  259. table.pretty td {
  260. padding: 2px 4px;
  261. }
  262. table.comments td {
  263. padding: 4px;
  264. line-height: 17px;
  265. }
  266. table.repositories {
  267. width:100%;
  268. }
  269. table.repositories th {
  270. background-color:#D2C3AF;
  271. padding: 4px;
  272. border-bottom: 1px solid #808080;
  273. }
  274. table.repositories td {
  275. padding: 4px;
  276. }
  277. table.repositories th a {
  278. color:black;/*#ddd;*/
  279. text-decoration: none;
  280. font-weight: normal;
  281. }
  282. table.repositories th a:hover {
  283. text-decoration: underline;
  284. }
  285. table.repositories th.wicket_orderDown a, table.repositories th.wicket_orderUp a {
  286. color: black;
  287. font-weight: bold;
  288. }
  289. tr th a { padding-right: 15px; background-position: right; background-repeat:no-repeat; }
  290. tr th.wicket_orderDown a {background-image: url(arrow_down.png); }
  291. tr th.wicket_orderUp a { background-image: url(arrow_up.png); }
  292. tr th.wicket_orderNone a { background-image: url(arrow_off.png); }
  293. tr.light {
  294. background-color: #ffffff;
  295. }
  296. tr.light td {
  297. border-bottom: 1px solid #bbb;
  298. }
  299. tr.dark {
  300. background-color: #faf8dc;
  301. border-bottom: 1px solid #bbb;
  302. }
  303. tr.dark td {
  304. border-bottom: 1px solid #bbb;
  305. }
  306. /* currently both use the same, but it can change */
  307. tr.light:hover,
  308. tr.dark:hover {
  309. /*background-color: #0099b7;*/
  310. background-color: #000070;
  311. color: white;
  312. }
  313. tr.light:hover a,
  314. tr.dark:hover a {
  315. color: white;
  316. }
  317. td {
  318. padding-left: 7px;
  319. padding-right: 7px;
  320. }
  321. td.author {
  322. font-style: italic;
  323. }
  324. td.date {
  325. font-style: italic;
  326. }
  327. span.sha1, span.sha1 a, span.sha1 a span {
  328. font-family: monospace;
  329. font-size: 13px;
  330. }
  331. td.mode {
  332. font-family: monospace;
  333. width:90px;
  334. padding-right:15px;
  335. }
  336. td.size {
  337. text-align: right;
  338. width:100px;
  339. padding-right:15px;
  340. }
  341. td.rightAlign {
  342. text-align: right;
  343. }
  344. span .tagRef, span .headRef, span .remoteRef, span .otherRef {
  345. padding: 0px 4px;
  346. margin-right:2px;
  347. font-family: sans-serif;
  348. font-size: 9px;
  349. font-weight: normal;
  350. border: 1px solid;
  351. color: black;
  352. }
  353. span .tagRef a span, span .headRef a span, span .remoteRef a span, span .otherRef a span {
  354. font-size: 9px;
  355. }
  356. span .tagRef a, span .headRef a, span .remoteRef a, span .otherRef a {
  357. text-decoration: none;
  358. color: black;
  359. }
  360. span .tagRef a:hover, span .headRef a:hover, span .remoteRef a:hover, span .otherRef a:hover {
  361. color: black;
  362. text-decoration: underline;
  363. }
  364. span .otherRef {
  365. background-color: #ffaaff;
  366. border-color: #ffccff #ff00ee #ff00ee #ffccff;
  367. }
  368. span .remoteRef {
  369. background-color: #aaaaff;
  370. border-color: #ccccff #0033cc #0033cc #ccccff;
  371. }
  372. span .tagRef {
  373. background-color: #ffffaa;
  374. border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
  375. }
  376. span .headRef {
  377. background-color: #aaffaa;
  378. border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
  379. }