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.

gitblit.css 7.4KB

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