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

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