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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819
  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: 1.35em;
  8. margin: 0;
  9. padding: 0;
  10. border: 0;
  11. outline: 0;
  12. }
  13. body {
  14. width: 980px;
  15. margin: 5px;
  16. background-color: #ffffff;
  17. color: #000000;
  18. margin-right: auto;
  19. margin-left: auto;
  20. padding: 0px;
  21. background: url(background.png) repeat-x scroll 0 0 #FFFFFF;
  22. }
  23. pre, code, pre.prettyprint, pre.plainprint {
  24. color: black;
  25. font-family: monospace;
  26. font-size:12px;
  27. border:0px;
  28. }
  29. pre.prettyprint ol {
  30. padding-left:25px;
  31. }
  32. /* age0: age < 60*60*2 */
  33. .age0 {
  34. color: #008000;
  35. font-style: italic;
  36. font-weight: bold;
  37. }
  38. /* age1: 60*60*2 <= age < 60*60*24*2 */
  39. .age1 {
  40. color: #008000;
  41. font-style: italic;
  42. }
  43. /* age2: 60*60*24*2 <= age */
  44. .age2 {
  45. font-style: italic;
  46. }
  47. img.inlineIcon {
  48. padding-left: 1px;
  49. padding-right: 1px;
  50. }
  51. a {
  52. color: #0000cc;
  53. }
  54. a:hover, a:visited, a:active {
  55. color: #880000;
  56. }
  57. img.logo {
  58. float: right;
  59. border-width: 0px;
  60. }
  61. img.activityGraph {
  62. float: right;
  63. border-width: 0px;
  64. padding: 8px;
  65. }
  66. div.repositories_message {
  67. line-height: inherit;
  68. }
  69. div.header, div.commitHeader {
  70. background-color: #D2C3AF;
  71. padding: 3px;
  72. border: 1px solid #808080;
  73. }
  74. div.header {
  75. border-radius: 3px 3px 0 0;
  76. }
  77. div.commitHeader {
  78. border-radius: 3px;
  79. }
  80. div.header a, div.commitHeader a {
  81. color: black;
  82. text-decoration: none;
  83. font-weight: bold;
  84. }
  85. div.header a:hover, div.commitHeader a:hover {
  86. text-decoration: underline;
  87. }
  88. div.pager {
  89. padding: 0px 0px 15px 5px;
  90. }
  91. span.empty {
  92. font-size: 0.9em;
  93. font-style: italic;
  94. padding-left:10px;
  95. color: #008000;
  96. }
  97. span.link {
  98. color: #888;
  99. }
  100. span.link, span.link a {
  101. font-family: sans-serif;
  102. font-size: 11px;
  103. }
  104. span.link em, div.link span em {
  105. font-style: normal;
  106. font-family: sans-serif;
  107. font-size: 11px;
  108. }
  109. div.page_header {
  110. height: 25px;
  111. padding: 5px;
  112. font-family: sans-serif;
  113. font-weight: bold;
  114. font-size: 150%;
  115. color: #888;
  116. background: transparent;
  117. }
  118. div.page_header span {
  119. font-family: inherit;
  120. font-size: inherit;
  121. }
  122. div.page_header a {
  123. font-size: inherit;
  124. font-family: inherit;
  125. text-decoration: none;
  126. }
  127. div.page_header a:visited {
  128. color: #000000;
  129. }
  130. div.page_header a:hover {
  131. color: #E66C2C;
  132. text-decoration: underline;
  133. }
  134. div.page_footer {
  135. clear: both;
  136. height: 17px;
  137. color: black;
  138. background-color: #ffffff;
  139. padding: 5px;
  140. border-top: 1px solid #bbb;
  141. font-style: italic;
  142. }
  143. div.page_nav {
  144. color: #ddd;
  145. background-color: #000070;
  146. padding: 7px;
  147. border-radius: 3px;
  148. }
  149. div.page_nav a {
  150. color: yellow;
  151. text-decoration: none;
  152. }
  153. div.page_nav a:hover {
  154. text-decoration: underline;
  155. }
  156. div.page_nav em {
  157. font-style: normal;
  158. }
  159. div.page_nav2 {
  160. padding: 2px 5px 7px 5px;
  161. }
  162. div.admin_nav {
  163. border: 1px solid #888;
  164. border-bottom: 0px;
  165. background:#dae0d2;
  166. text-align: right;
  167. padding: 5px 5px 5px 2px;
  168. }
  169. div.admin_nav a {
  170. text-decoration: none;
  171. }
  172. div.admin_nav a:hover {
  173. text-decoration: underline;
  174. }
  175. div.search {
  176. color:yellow;
  177. text-align:right;
  178. float:right;
  179. padding:4px 4px 3px 3px;
  180. border-left: 1px solid #8080f0;
  181. margin: 0px;
  182. height: 23px;
  183. }
  184. div.search input {
  185. vertical-align: top;
  186. background: url(search-icon.png) no-repeat 4px center;
  187. color: #ddd;
  188. background-color: #000070;
  189. border: 1px solid transparent;
  190. padding: 2px 2px 2px 22px;
  191. margin: 0px;
  192. }
  193. div.search input:hover, div.search input:focus {
  194. color: white;
  195. border-bottom: 1px solid orange;
  196. outline: none;
  197. }
  198. div.page_path {
  199. padding: 8px;
  200. font-weight: bold;
  201. border: solid #bbb;
  202. border-width: 0px 0px 1px;
  203. }
  204. div.commit_message {
  205. font-family: monospace;
  206. padding: 8px;
  207. border: solid #bbb;
  208. border-width: 1px 0px 0px;
  209. }
  210. div.commit_message a {
  211. font-family: monospace;
  212. }
  213. div.bug_open, span.bug_open {
  214. padding: 2px;
  215. background-color: #803333;
  216. color: white;
  217. text-align: center;
  218. }
  219. div.bug_resolved, span.bug_resolved {
  220. padding: 2px;
  221. background-color: #408040;
  222. color: white;
  223. text-align: center;
  224. }
  225. div.bug_invalid, span.bug_invalid {
  226. padding: 2px;
  227. background-color: gray;
  228. text-align: center;
  229. }
  230. div.bug_hold, span.bug_hold {
  231. padding: 2px;
  232. background-color: orange;
  233. text-align: center;
  234. }
  235. div.diff {
  236. font-family: monospace;
  237. overflow: auto;
  238. }
  239. div.diff.header {
  240. -moz-border-bottom-colors: none;
  241. -moz-border-image: none;
  242. -moz-border-left-colors: none;
  243. -moz-border-right-colors: none;
  244. -moz-border-top-colors: none;
  245. background-color: #EDECE6;
  246. border-color: #D9D8D1;
  247. border-style: solid;
  248. border-width: 1px;
  249. font-weight: bold;
  250. margin-top: 10px;
  251. padding: 4px 0 2px;
  252. }
  253. div.diff.extended_header {
  254. background-color: #F6F5EE;
  255. padding: 2px 0;
  256. font-family: inherit;
  257. }
  258. span.diff.add {
  259. color: #008800;
  260. font-family: inherit;
  261. }
  262. span.diff.remove {
  263. color: #FFDDDD;
  264. font-family: inherit;
  265. }
  266. span.diff.unchanged {
  267. color: inherit;
  268. font-family: inherit;
  269. }
  270. div.diff.hunk_header {
  271. -moz-border-bottom-colors: none;
  272. -moz-border-image: none;
  273. -moz-border-left-colors: none;
  274. -moz-border-right-colors: none;
  275. -moz-border-top-colors: none;
  276. border-color: #FFE0FF;
  277. border-style: dotted;
  278. border-width: 1px 0 0;
  279. margin-top: 2px;
  280. font-family: inherit;
  281. }
  282. span.diff.hunk_info {
  283. background-color: #FFEEFF;
  284. color: #990099;
  285. font-family: inherit;
  286. }
  287. span.diff.hunk_section {
  288. color: #AA22AA;
  289. font-family: inherit;
  290. }
  291. div.diff.add2 {
  292. background-color: #DDFFDD;
  293. font-family: inherit;
  294. }
  295. div.diff.remove2 {
  296. background-color: #FFDDDD;
  297. font-family: inherit;
  298. }
  299. div.diff table {
  300. border-right: 1px solid #bbb;
  301. border-bottom: 1px solid #bbb;
  302. width: 100%;
  303. }
  304. div.diff table th, div.diff table td {
  305. margin: 0px;
  306. padding: 0px;
  307. font-family: monospace;
  308. }
  309. div.diff table th {
  310. background-color: #faf8dc;
  311. border-left: 1px solid #bbb;
  312. text-align: center;
  313. color: #999;
  314. padding-left: 5px;
  315. padding-right: 5px;
  316. width: 30px;
  317. }
  318. div.diff table th.header {
  319. background-color: #D2C3AF;
  320. border-right: 0px;
  321. border-bottom: 1px solid #808080;
  322. font-family: inherit;
  323. font-size:0.9em;
  324. color: black;
  325. padding: 2px;
  326. text-align: left;
  327. }
  328. div.diff table td.hunk_header {
  329. background-color: #dAe2e5 !important;
  330. border-bottom: 1px solid #bac2c5;
  331. color: #555;
  332. }
  333. div.diff table td {
  334. border-left: 1px solid #bbb;
  335. background-color: #fbfbfb;
  336. }
  337. td.changeType {
  338. width: 15px;
  339. }
  340. span.addition, span.modification, span.deletion, span.rename {
  341. border: 1px solid #888;
  342. float: left;
  343. height: 0.8em;
  344. margin: 0.2em 0.5em 0 0;
  345. overflow: hidden;
  346. width: 0.8em;
  347. }
  348. span.addition {
  349. background-color: #ccffcc;
  350. }
  351. span.modification {
  352. background-color: #ffdd88;
  353. }
  354. span.deletion {
  355. background-color: #f8bbbb;
  356. }
  357. span.rename {
  358. background-color: #cAc2f5;
  359. }
  360. div.commitLegend {
  361. float: right;
  362. padding: 0.4em 0.4em 0.2em 0.4em;
  363. vertical-align:top;
  364. margin: 0px;
  365. }
  366. div.commitLegend span {
  367. font-size: 0.9em;
  368. vertical-align: top;
  369. }
  370. div.references {
  371. float: right;
  372. text-align: right;
  373. }
  374. a.list {
  375. text-decoration: none;
  376. color: #000000;
  377. }
  378. a.list.subject {
  379. font-weight: bold;
  380. }
  381. a.list.name {
  382. font-weight: bold;
  383. }
  384. a.list:hover {
  385. text-decoration: underline;
  386. color: #880000;
  387. }
  388. table {
  389. border-spacing: 0px;
  390. }
  391. th {
  392. padding: 2px 5px;
  393. font-size: 100%;
  394. text-align: left;
  395. }
  396. table.screenshots td {
  397. text-align: center;
  398. padding-bottom: 10px;
  399. }
  400. table.screenshots img {
  401. border: 1px solid #ccc;
  402. margin: 5px;
  403. }
  404. table.plain {
  405. padding: 8px;
  406. }
  407. table.plain td {
  408. white-space: nowrap;
  409. }
  410. table.plain td.edit {
  411. padding: 3px;
  412. }
  413. table.plain td.editButton {
  414. padding:0px;
  415. padding-top: 10px;
  416. }
  417. table.plain td.edit input {
  418. margin: 0px;
  419. outline: 1px solid transparent;
  420. border: 1px solid #ccc;
  421. padding-left:5px;
  422. }
  423. table.plain td.edit input:focus, table.plain td.edit input:hover{
  424. border: 1px solid orange;
  425. }
  426. table.pretty, table.comments {
  427. margin-bottom:5px;
  428. border-spacing: 0px;
  429. border-left: 1px solid #bbb;
  430. border-right: 1px solid #bbb;
  431. }
  432. table.pretty, table.comments, table.repositories, table.gitnotes {
  433. width:100%;
  434. }
  435. table.pretty td.icon {
  436. padding: 0px 0px 0px 2px;
  437. width: 18px;
  438. }
  439. table.pretty td.icon img {
  440. vertical-align: top;
  441. }
  442. table.pretty td {
  443. padding: 2px 4px;
  444. }
  445. table.comments td {
  446. padding: 4px;
  447. line-height: 17px;
  448. }
  449. table.repositories {
  450. margin-bottom:5px;
  451. border-spacing: 0px;
  452. }
  453. table.repositories th {
  454. background-color:#D2C3AF;
  455. padding: 4px;
  456. border-top: 1px solid #808080;
  457. border-bottom: 1px solid #808080;
  458. }
  459. table.repositories th.left, table.repositories td.left {
  460. border-left: 1px solid #808080;
  461. padding-left: 5px;
  462. }
  463. table.repositories td.left {
  464. padding-left: 10px;
  465. }
  466. table.repositories th.right, table.repositories td.right {
  467. border-right: 1px solid #808080;
  468. }
  469. table.repositories td {
  470. padding: 2px;
  471. }
  472. table.repositories td.rightAlign {
  473. text-align: right;
  474. border-right: 1px solid #808080;
  475. }
  476. table.repositories td.icon img {
  477. vertical-align: top;
  478. }
  479. table.repositories th a {
  480. color:black;/*#ddd;*/
  481. text-decoration: none;
  482. font-weight: normal;
  483. }
  484. table.repositories th a:hover {
  485. text-decoration: underline;
  486. }
  487. table.repositories th.wicket_orderDown a, table.repositories th.wicket_orderUp a {
  488. color: black;
  489. font-weight: bold;
  490. }
  491. table.repositories tr.group {
  492. background-color: #E66C2C;
  493. }
  494. table.repositories tr.group td {
  495. font-weight: bold;
  496. border-bottom: 1px solid orange;
  497. color: white;
  498. background-color: #E66C2C;
  499. border-left: 1px solid #808080;
  500. border-right: 1px solid #808080;
  501. padding-left: 5px;
  502. }
  503. table.palette { border:0;}
  504. table.palette td.header {
  505. font-weight: bold;
  506. background-color: #D2C3AF !important;
  507. padding: 3px !important;
  508. border: 1px solid #808080 !important;
  509. border-bottom: 0px solid !important;
  510. border-radius: 3px 3px 0 0;
  511. }
  512. table.palette td.pane {
  513. padding: 0px;
  514. }
  515. table.gitnotes {
  516. padding-bottom: 5px;
  517. }
  518. table.gitnotes td {
  519. border-top: 1px solid #ccc;
  520. padding-top: 3px;
  521. vertical-align:top;
  522. }
  523. table.gitnotes td table td {
  524. border: none;
  525. padding-top: 0px;
  526. }
  527. table.gitnotes td.info {
  528. }
  529. table.gitnotes td.message {
  530. width: 65%;
  531. border-left: 1px solid #ccc;
  532. }
  533. table.annotated {
  534. width: 100%;
  535. border: 1px solid #bbb;
  536. }
  537. table.annotated tr.even {
  538. background-color: white;
  539. }
  540. table.annotated tr.odd {
  541. background-color: #fdfbdf;
  542. }
  543. tr th a { padding-right: 15px; background-position: right; background-repeat:no-repeat; }
  544. tr th.wicket_orderDown a {background-image: url(arrow_down.png); }
  545. tr th.wicket_orderUp a { background-image: url(arrow_up.png); }
  546. tr th.wicket_orderNone a { background-image: url(arrow_off.png); }
  547. tr.light {
  548. background-color: #ffffff;
  549. }
  550. tr.light td {
  551. border-bottom: 1px solid #bbb;
  552. }
  553. tr.dark {
  554. background-color: #faf8dc;
  555. border-bottom: 1px solid #bbb;
  556. }
  557. tr.dark td {
  558. border-bottom: 1px solid #bbb;
  559. }
  560. /* currently both use the same, but it can change */
  561. tr.light:hover,
  562. tr.dark:hover {
  563. /*background-color: #0099b7;*/
  564. background-color: #000070;
  565. color: white;
  566. }
  567. tr.light:hover a,
  568. tr.dark:hover a {
  569. color: white;
  570. }
  571. td {
  572. padding-left: 7px;
  573. padding-right: 7px;
  574. }
  575. td.author {
  576. font-style: italic;
  577. }
  578. td.date {
  579. font-style: italic;
  580. }
  581. span.sha1, span.sha1 a, span.sha1 a span {
  582. font-family: monospace;
  583. font-size: 13px;
  584. }
  585. td.mode {
  586. text-align: right;
  587. font-family: monospace;
  588. width: 8em;
  589. padding-right:15px;
  590. }
  591. td.size {
  592. text-align: right;
  593. width: 8em;
  594. padding-right:15px;
  595. }
  596. td.rightAlign {
  597. text-align: right;
  598. }
  599. td.treeLinks {
  600. text-align: right;
  601. width: 13em;
  602. }
  603. span.metricsTitle {
  604. font-size: 2em;
  605. }
  606. span .tagRef, span .headRef, span .localBranch, span .remoteBranch, span .otherRef {
  607. padding: 0px 3px;
  608. margin-right:2px;
  609. font-family: sans-serif;
  610. font-size: 9px;
  611. font-weight: normal;
  612. border: 1px solid;
  613. color: black;
  614. }
  615. span .tagRef a span, span .headRef a span, span .localBranch a span, span .remoteBranch a span, span .otherRef a span {
  616. font-size: 9px;
  617. }
  618. span .tagRef a, span .headRef a, span .localBranch a, span .remoteBranch a, span .otherRef a {
  619. text-decoration: none;
  620. color: black !important;
  621. }
  622. span .tagRef a:hover, span .headRef a:hover, span .localBranch a:hover, span .remoteBranch a:hover, span .otherRef a:hover {
  623. color: black !important;
  624. text-decoration: underline;
  625. }
  626. span .otherRef {
  627. background-color: #b0e0f0;
  628. border-color: #80aaaa;
  629. }
  630. span .remoteBranch {
  631. background-color: #cAc2f5;
  632. border-color: #6c6cbf;
  633. }
  634. span .tagRef {
  635. background-color: #ffffaa;
  636. border-color: #ffcc00;
  637. }
  638. span .headRef {
  639. background-color: #ffaaff;
  640. border-color: #ff00ee;
  641. }
  642. span .localBranch {
  643. background-color: #ccffcc;
  644. border-color: #00cc33;
  645. }
  646. .feedbackPanelERROR {
  647. color: red;
  648. list-style-image: url(bullet_error.png);
  649. font-weight: bold;
  650. vertical-align: top;
  651. padding:0;
  652. margin:0;
  653. }
  654. .feedbackPanelINFO {
  655. color: green;
  656. list-style: none;
  657. font-weight: bold;
  658. padding:0;
  659. margin:0;
  660. }
  661. /* google-code-prettify line numbers */
  662. li.L0,
  663. li.L1,
  664. li.L2,
  665. li.L3,
  666. li.L4,
  667. li.L5,
  668. li.L6,
  669. li.L7,
  670. li.L8,
  671. li.L9 { color: #888; border-left: 1px solid #ccc; padding-left:5px; list-style-type: decimal !important; }
  672. /* Alternate shading for lines */
  673. li.L1,
  674. li.L3,
  675. li.L5,
  676. li.L7,
  677. li.L9 { background: #fafafa !important; }