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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644
  1. body {
  2. /* 47px is the header height */
  3. padding-top: 47px;
  4. }
  5. footer {
  6. margin-top: 25px;
  7. padding: 15px 0 16px;
  8. border-top: 1px solid #E5E5E5;
  9. }
  10. body, input, select {
  11. color: #202020;
  12. }
  13. ul, ol {
  14. margin-bottom: 10px !important;
  15. }
  16. a {
  17. color: #2F58A0;
  18. }
  19. a:hover {
  20. color: #002060;
  21. }
  22. a:focus {
  23. outline: none;
  24. }
  25. a.btn i {
  26. /* override for a links that look like bootstrap buttons */
  27. vertical-align: text-bottom;
  28. }
  29. [class^="icon-"], [class*=" icon-"] i {
  30. /* override for a links that look like bootstrap buttons */
  31. vertical-align: text-bottom;
  32. }
  33. hr {
  34. margin-top: 10px;
  35. margin-bottom: 10px;
  36. }
  37. .settings th {
  38. vertical-align: top;
  39. }
  40. .pageTitle {
  41. padding-bottom: 5px;
  42. margin: 0;
  43. border-bottom: 1px solid #eee;
  44. }
  45. .pageTitle h1, .pageTitle h2 {
  46. color: #0069D6;
  47. }
  48. .navbar .brand {
  49. padding: 0px 10px 0px 20px;
  50. }
  51. .navbar .btn-navbar {
  52. margin-top: 10px;
  53. }
  54. .navbar .pull-right {
  55. margin: 0;
  56. }
  57. .navbar ul.nav {
  58. margin: 0 !important;
  59. padding: 4px 0px 0px 0px;
  60. }
  61. .navbar ul.nav li a {
  62. color: white;
  63. text-shadow: none;
  64. outline: 0;
  65. }
  66. .navbar ul.nav li a:hover {
  67. color: #abd4ff !important;
  68. text-decoration: underline;
  69. }
  70. .navbar .nav .active > a:hover {
  71. text-decoration: underline;
  72. }
  73. .navbar-inner {
  74. background-color: #002060;
  75. background-image: none;
  76. box-shadow: none;
  77. border-bottom: 1px solid #002060 !important;
  78. }
  79. .navbar ul li:focus, .navbar .active {
  80. outline: 0;
  81. padding-bottom: 1px;
  82. border-bottom: 3px solid #ff9900;
  83. margin-bottom: -1px;
  84. }
  85. ul.nav {
  86. border-color: #ccc;
  87. }
  88. .nav-tabs > .active > a,
  89. .nav-tabs > .active > a:hover {
  90. border: 1px solid #ccc;
  91. border-bottom-color: transparent;
  92. }
  93. .navbar .active a {
  94. background-color: transparent !important;
  95. outline: 0;
  96. }
  97. .navbar div > ul .menu-dropdown .selected, .nav .menu-dropdown .selected, .navbar div > ul .dropdown-menu .selected, .nav .dropdown-menu .selected {
  98. background-image: url("bullet_blue.png");
  99. background-repeat: no-repeat;
  100. background-position: left;
  101. }
  102. .navbar div>ul .dropdown-menu li a {
  103. color: #555;
  104. }
  105. navbar div>ul .menu-dropdown li a:hover,.nav .menu-dropdown li a:hover,.navbar div>ul .dropdown-menu li a:hover,.nav .dropdown-menu li a:hover{
  106. background-color: #000070;
  107. color: #ffffff !important;
  108. }
  109. .nav-pills > .active > a, .nav-pills > .active > a:hover {
  110. color: #fff;
  111. background-color: #002060;
  112. }
  113. div.reflog {
  114. border-bottom: 1px solid #ddd;
  115. margin-bottom: 5px;
  116. padding-bottom: 5px;
  117. }
  118. div.reflog .icon {
  119. font-size: 42px;
  120. line-height: 42px;
  121. }
  122. div.reflog .when {
  123. color: #aaa;
  124. }
  125. div.reflog i {
  126. font-size: 42px;
  127. color: #bbb;
  128. vertical-align: middle;
  129. }
  130. div.reflog td.header {
  131. padding-left: 7px;
  132. vertical-align:middle;
  133. }
  134. div.reflog td.commits {
  135. padding-left: 7px;
  136. }
  137. div.reflog tr.commit td {
  138. vertical-align:top;
  139. padding-left: 5px;
  140. }
  141. div.reflog tr.commit img {
  142. max-width: none;
  143. }
  144. div.dashboardTitle {
  145. font-size: 1.75em;
  146. padding: 10px 0px 5px 0px;
  147. margin: 10px 0px;
  148. border-bottom: 1px solid #ccc;
  149. }
  150. div.dashboardTitle small {
  151. color: #888;
  152. font-size: 0.7em;
  153. }
  154. .repositorynavbar {
  155. background-color: #fbfbfb;
  156. border-bottom: 1px solid #ccc;
  157. margin-bottom: 10px;
  158. }
  159. .repositorynavbar .title {
  160. line-height: 32px;
  161. padding: 5px 0px;
  162. }
  163. .repositorynavbar .repository {
  164. font-weight: bold;
  165. }
  166. .title .repository a, .repositorynavbar .project a, .repositorynavbar .repository a {
  167. font-family: Helvetica,arial,freesans,clean,sans-serif;
  168. font-size: 22px;
  169. color: #002060;
  170. }
  171. .repositorynavbar .repositorynavbar-inner {
  172. padding-top: 2px;
  173. }
  174. .repositorynavbar ul {
  175. list-style: none outside;
  176. display: block;
  177. position: relative;
  178. border-top: 1px solid #ccc;
  179. }
  180. .repositorynavbar ul li {
  181. display: block;
  182. float: left;
  183. padding: 10px;
  184. }
  185. .repositorynavbar ul li:focus, .repositorynavbar .active {
  186. color: black;
  187. background-repeat:no-repeat;
  188. background-image: url(arrow_project.png);
  189. background-position: center bottom;
  190. font-weight: bold;
  191. outline: 0;
  192. }
  193. .repositorynavbar ul a {
  194. color: #002060;
  195. }
  196. .repositorynavbar ul li:hover {
  197. background-color: #eee;
  198. }
  199. .repositorynavbar ul li a:hover {
  200. background-color: inherit;
  201. text-decoration: underline;
  202. }
  203. @media (max-width: 767px) {
  204. .repositorynavbar {
  205. margin-right: -20px;
  206. margin-left: -20px;
  207. padding: 0px 5px;
  208. }
  209. }
  210. .btn-appmenu {
  211. border-radius: 4px !important;
  212. background-color: #002060;
  213. background-image:-khtml-gradient(linear, left top, left bottom, from(#4060A0), to(#002060));
  214. background-image:-moz-linear-gradient(center top, #4060A0, #002060);
  215. background-image:-ms-linear-gradient(top, #4060A0, #002060);
  216. background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #4060A0), color-stop(100%, #002060));
  217. background-image:-webkit-linear-gradient(top, #4060A0, #002060);
  218. background-image:-o-linear-gradient(top, #4060A0, #002060);
  219. background-image:linear-gradient(top, #4060A0, #002060);
  220. background-repeat: repeat-x;
  221. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  222. color: #ffffff;
  223. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  224. }
  225. .btn-appmenu:hover, .btn-appmenu:active, .btn-appmenu.active, .btn-appmenu.disabled, .btn-appmenu[disabled] {
  226. background-color: #002060;
  227. color: #ffffff;
  228. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  229. }
  230. .btn-appmenu .caret {
  231. border-bottom-color: #FFFFFF;
  232. border-top-color: #FFFFFF;
  233. opacity: 0.75;
  234. }
  235. .breadcrumb {
  236. margin-top: 10px !important;
  237. margin-bottom: 10px !important;
  238. }
  239. .pageTitle {
  240. margin-bottom: 5px;
  241. }
  242. .pageTitle h2 small {
  243. font-size: 80%;
  244. font-weight: bold;
  245. }
  246. .pageTitle {
  247. color: #888;
  248. font-size: 18px;
  249. line-height: 27px;
  250. }
  251. .pageTitle .project, .pageTitle .repository {
  252. font-family: Helvetica, arial, freesans, clean, sans-serif;
  253. font-size: 22px;
  254. }
  255. .pageTitle .controls {
  256. font-size: 12px;
  257. }
  258. .pageTitle .repository {
  259. font-weight: bold;
  260. }
  261. .originRepository {
  262. font-family: Helvetica, arial, freesans, clean, sans-serif;
  263. color: #888;
  264. font-size: 12px;
  265. line-height: 14px;
  266. margin: 0px;
  267. }
  268. .forkSource, .forkEntry {
  269. color: #888;
  270. }
  271. .forkSource {
  272. font-size: 18px;
  273. line-height: 20px;
  274. padding: 5px 0px;
  275. }
  276. .forkEntry {
  277. font-size: 14px;
  278. padding: 2px 0px;
  279. }
  280. .forkSource .forks, .forkEntry .forks {
  281. font-size: 10px;
  282. padding-left: 5px;
  283. text-decoration: underline;
  284. vertical-align: middle;
  285. }
  286. div.repositoryUrlContainer {
  287. padding: 2px;
  288. background-color: #F5F5F5;
  289. background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
  290. background-repeat: repeat-x;
  291. border-color: #E6E6E6 #E6E6E6 #B3B3B3;
  292. border-image: none;
  293. border-radius: 4px;
  294. border-style: solid;
  295. border-width: 1px;
  296. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  297. color: #333333;
  298. vertical-align: middle;
  299. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  300. }
  301. div.repositoryUrlContainer:hover {
  302. background-color: #E6E6E6;
  303. background-position: 0 -15px;
  304. color: #333333;
  305. text-decoration: none;
  306. transition: background-position 0.1s linear 0s;
  307. }
  308. div.repositoryUrlContainer:hover .caret {
  309. opacity: 1;
  310. }
  311. div.repositoryUrlContainer:hover a:hover {
  312. text-decoration: none;
  313. }
  314. span.repositoryUrlLeftCap, span.repositoryUrlRightCap {
  315. text-align: center;
  316. color: black;
  317. padding: 3px;
  318. font-size: 11px;
  319. }
  320. span.repositoryUrlRightCap {
  321. font-weight: bold;
  322. font-family:menlo,consolas,monospace;
  323. }
  324. div.repositoryUrl {
  325. display: inline-block;
  326. font-size: 1em;
  327. padding: 1px 4px 2px 4px;
  328. background-color: #fff;
  329. border: 1px solid #ddd;
  330. margin: 1px;
  331. }
  332. div.repositoryIndicator {
  333. display:inline;
  334. padding-top:0px;
  335. margin-bottom:0px;
  336. }
  337. div.repositoryIndicator span.alert {
  338. padding: 2px 7px 2px 7px;
  339. vertical-align: middle;
  340. font-size:0.85em;
  341. font-weight:normal;
  342. }
  343. ul.urlMenu {
  344. min-width: 350px;
  345. }
  346. ul.urlMenu li.url {
  347. background-color: white;
  348. padding: 0px 5px;
  349. line-height: 24px;
  350. }
  351. ul.applicationMenu {
  352. background-color: whiteSmoke;
  353. min-width: 400px;
  354. }
  355. ul.applicationMenu li.action {
  356. background-color: white;
  357. padding: 0px 5px;
  358. line-height: 24px;
  359. }
  360. span.applicationTitle, span.applicationTitle a {
  361. display: inline;
  362. font-weight: bold;
  363. font-size:1.1em;
  364. color: black !important;
  365. padding: 0px;
  366. }
  367. div.applicationHeaderMenuItem {
  368. padding-left: 10px;
  369. color: black;
  370. }
  371. div.applicationLegalMenuItem {
  372. padding-left: 10px;
  373. color: #999;
  374. font-size: 0.85em;
  375. }
  376. a.applicationMenuItem, span.commandMenuItem {
  377. padding: 3px 10px;
  378. color: black;
  379. display: inline;
  380. padding: 0px;
  381. }
  382. span.commandMenuItem {
  383. font-size: 0.85em;
  384. font-family: menlo,consolas,monospace;
  385. }
  386. div.odd {
  387. }
  388. div.even {
  389. background-color: whiteSmoke;
  390. vertical-align: middle;
  391. }
  392. span.authorizationControl label {
  393. display: inline;
  394. color: #777;
  395. padding:5px 0px 5px 10px;
  396. }
  397. div.page_footer {
  398. clear: both;
  399. height: 17px;
  400. color: black;
  401. background-color: #ffffff;
  402. padding: 5px;
  403. border-top: 1px solid #bbb;
  404. font-style: italic;
  405. }
  406. pre, code, pre.prettyprint, pre.plainprint {
  407. background-color: #ffffff;
  408. color: black;
  409. font-family: monospace;
  410. font-size:12px;
  411. border:0px;
  412. padding: 0;
  413. line-height: 1.35em;
  414. }
  415. table {
  416. margin-bottom: 5px;
  417. font-size: inherit;
  418. }
  419. .table th {
  420. vertical-align: top;
  421. }
  422. th {
  423. vertical-align: middle;
  424. text-align: left;
  425. }
  426. div.sourceview {
  427. overflow: hidden;
  428. }
  429. pre.prettyprint ol {
  430. padding-left:25px;
  431. }
  432. #nums {
  433. text-align: right;
  434. padding-right:10px;
  435. border-right:1px solid #ddd;
  436. font-family: monospace;
  437. line-height: 1.35em;
  438. vertical-align:top;
  439. }
  440. #nums pre {
  441. white-space: pre;
  442. }
  443. #nums pre, #lines pre {
  444. margin: 0;
  445. }
  446. #lines pre {
  447. padding: 0px !important;
  448. border: 0px !important;
  449. white-space: nowrap;
  450. }
  451. /* CSS trick to workaround #link topOfWindow offset problem */
  452. #nums .jump {
  453. border-top: 50px solid transparent;
  454. margin-top: -50px;
  455. background: url(arrow_line.png) no-repeat scroll bottom right transparent;
  456. }
  457. #nums .jump:target {
  458. border-left: 7px solid transparent;
  459. margin-right: 3px;
  460. }
  461. #lines .line {
  462. padding-left: 5px;
  463. color: #888;
  464. }
  465. #nums a:hover {
  466. background-color: #ffffbf;
  467. color: black;
  468. font-weight: bold;
  469. border-top: 1px solid red;
  470. border-bottom: 1px solid red;
  471. text-decoration: none;
  472. }
  473. #lines table {
  474. margin: 0;
  475. }
  476. #lines td {
  477. padding: 0;
  478. }
  479. #lines a {
  480. padding-left: 5px;
  481. }
  482. #lines tr:hover {
  483. background-color: #ffffbf;
  484. }
  485. #lines .odd {
  486. background-color: white;
  487. }
  488. #lines .even {
  489. background-color: #fafafa;
  490. }
  491. .diffstat {
  492. padding: 1px 5px;
  493. font-size: smaller;
  494. background-color: #f5f5f5;
  495. border: 1px solid #ccc;
  496. color: #ccc;
  497. font-weight:bold;
  498. }
  499. .diffstat-inline {
  500. font-size: smaller;
  501. color: #ccc;
  502. font-weight:bold;
  503. }
  504. .diffstat .diffstat-total {
  505. color: black;
  506. border-right: 1px solid #ccc;
  507. padding-right: 4px;
  508. margin-right: 2px;
  509. }
  510. .diffstat-inline .diffstat-total {
  511. color: #999;
  512. padding-right: 2px;
  513. }
  514. .diffstat-segments {
  515. vertical-align: baseline;
  516. }
  517. .diffstat-insert {
  518. color: #629E62;
  519. }
  520. .diffstat-delete {
  521. color: #B9583B;
  522. }
  523. h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  524. color: #888;
  525. }
  526. .age0, .age1, .age2, .age3, .age4 {
  527. font-size: 12px;
  528. }
  529. /* age0: age < 2 hours */
  530. .age0 {
  531. font-style: italic;
  532. color: #008000;
  533. font-weight: bold;
  534. }
  535. /* age1: 2 hours <= age < 2 days */
  536. .age1 {
  537. font-style: italic;
  538. color: #0000ff;
  539. font-weight: bold;
  540. }
  541. /* age2: 2 days < age <= 7 days */
  542. .age2 {
  543. font-style: italic;
  544. color: #2b60de;
  545. }
  546. /* age3: 7 days < age <= 30 days */
  547. .age3 {
  548. color: #800080;
  549. }
  550. /* age4: > 30 days */
  551. .age4 {
  552. }
  553. /* Ensure that hovered ages are white */
  554. tr.light:hover .age0,
  555. tr.light:hover .age1,
  556. tr.light:hover .age2,
  557. tr.light:hover .age3,
  558. tr.light:hover .age4,
  559. tr.dark:hover .age0,
  560. tr.dark:hover .age1,
  561. tr.dark:hover .age2,
  562. tr.dark:hover .age3,
  563. tr.dark:hover .age4 {
  564. color: #ffffff !important;
  565. }
  566. a.list {
  567. text-decoration: none;
  568. color: inherit;
  569. }
  570. a.list.subject {
  571. font-weight: bold;
  572. }
  573. a.list.name {
  574. font-weight: bold;
  575. }
  576. a.list:hover {
  577. text-decoration: underline;
  578. color: #880000;
  579. }
  580. span.empty {
  581. font-size: 0.9em;
  582. font-style: italic;
  583. padding-left:10px;
  584. color: #008000;
  585. }
  586. span.link {
  587. color: #888;
  588. }
  589. span.link, span.link a {
  590. font-family: sans-serif;
  591. font-size: 11px;
  592. }
  593. span.link em, div.link span em {
  594. font-style: normal;
  595. font-family: sans-serif;
  596. font-size: 11px;
  597. }
  598. span.activitySwatch {
  599. border-radius: 3px;
  600. padding: 1px 4px 2px 4px;
  601. color: #ffffff;
  602. vertical-align: center;
  603. }
  604. span.activitySwatch a {
  605. color: inherit;
  606. }
  607. span.repositorySwatch {
  608. padding: 1px 1px 2px 1px;
  609. color: #ffffff;
  610. vertical-align: center;
  611. }
  612. span.repositorySwatch a {
  613. color: inherit;
  614. }
  615. img.inlineIcon {
  616. padding-left: 1px;
  617. padding-right: 1px;
  618. }
  619. img.overview {
  620. float:right;
  621. border:1px solid #CCCCCC;
  622. }
  623. img.gravatar {
  624. background-color: #ffffff;
  625. border: 1px solid #ddd;
  626. border-radius: 5px;
  627. padding: 2px;
  628. }
  629. img.navbarGravatar {
  630. border: 1px solid #fff;
  631. }
  632. div.searchResult {
  633. padding: 10px 5px 10px 5px;
  634. }
  635. div.searchResult .summary {
  636. font-weight: bold;
  637. }
  638. div.searchResult .branch {
  639. color: #008000;
  640. }
  641. div.searchResult .author {
  642. font-style: italic !important;
  643. }
  644. div.searchResult .date {
  645. color:#999;
  646. }
  647. div.searchResult .body {
  648. padding-left:20px;
  649. }
  650. div.searchResult .fragment {
  651. padding: 7px 0;
  652. }
  653. div.searchResult .highlight {
  654. background-color: #ccff66;
  655. padding: 0 2px;
  656. }
  657. div.searchResult .ellipses {
  658. padding-left:25px;
  659. color: #aaa;
  660. }
  661. div.searchResult pre {
  662. margin: 1px 0px;
  663. border: 0px;
  664. }
  665. div.searchResult .text {
  666. border-left: 2px solid #ccc;
  667. border-radius: 0px;
  668. padding: 0 0 0 15px;
  669. }
  670. div.searchResult ol {
  671. margin-bottom: 0px !important;
  672. }
  673. div.header, div.commitHeader, table.repositories th {
  674. background-color: #fbfbfb;
  675. }
  676. div.header {
  677. padding: 3px;
  678. border: 1px solid #ddd;
  679. border-bottom: 0;
  680. font-weight: bold;
  681. font-family: Helvetica,arial,freesans,clean,sans-serif;
  682. }
  683. div.diffHeader {
  684. /* CSS trick to workaround #link topOfWindow offset problem */
  685. border-top: 65px solid transparent;
  686. margin-top: -65px;
  687. -webkit-background-clip: padding-box;
  688. -moz-background-clip: padding;
  689. background-clip: padding-box;
  690. }
  691. div.commitHeader {
  692. margin:0 0 2px;
  693. padding:7px 14px;
  694. border:1px solid #ddd;
  695. }
  696. div.header a, div.commitHeader a {
  697. color: black;
  698. text-decoration: none;
  699. font-weight: bold;
  700. }
  701. div.header a:hover, div.commitHeader a:hover {
  702. text-decoration: underline;
  703. }
  704. div.page_nav2 {
  705. padding: 5px 10px;
  706. margin: -10px 0px 10px;
  707. border-left: 1px solid #ccc;
  708. border-right: 1px solid #ccc;
  709. border-bottom: 1px solid #ccc;
  710. border-radius: 0px 0px 3px 3px;
  711. background-color: #ECF1F4;
  712. color: #666;
  713. text-align: left;
  714. }
  715. div.page_nav2 a {
  716. color: #002060;
  717. }
  718. div.admin_nav {
  719. border-bottom: 0px;
  720. text-align: right;
  721. padding: 5px 5px 5px 2px;
  722. }
  723. div.admin_nav a {
  724. text-decoration: none;
  725. }
  726. div.admin_nav a:hover {
  727. text-decoration: underline;
  728. }
  729. span.search {
  730. height: 40px;
  731. padding-top:2px;
  732. }
  733. span.search input {
  734. -webkit-border-radius:0;-moz-border-radius:0x;border-radius:0;
  735. vertical-align: top;
  736. background: url(search-icon.png) no-repeat 4px center;
  737. background-color: transparent;
  738. border: 1px solid transparent;
  739. outline: none;
  740. padding: 2px 2px 2px 22px;
  741. text-shadow: none;
  742. margin: 0px;
  743. color: #ddd;
  744. }
  745. span.search input:hover, span.search input:focus {
  746. background-color: transparent;
  747. border: 1px solid transparent;
  748. padding: 2px 2px 2px 22px;
  749. box-shadow: none;
  750. color: #ddd;
  751. border-bottom: 1px solid #ff9900;
  752. }
  753. span.search input:focus {
  754. color: white;
  755. }
  756. /* div.search input:focused { */
  757. /* background-color: transparent; */
  758. /* border: 1px solid transparent; */
  759. /* padding: 2px 2px 2px 22px; */
  760. /* text-shadow: none; */
  761. /* } */
  762. span.login input:focus {
  763. background-color: rgba(255, 255, 255, 0.6);
  764. text-shadow: none;
  765. color: white;
  766. }
  767. .commit_message {
  768. padding: 8px;
  769. }
  770. .topborder {
  771. border: solid #ddd;
  772. border-width: 1px 0px 0px;
  773. border-radius: 0px;
  774. }
  775. div.bug_open, span.bug_open {
  776. padding: 2px;
  777. background-color: #803333;
  778. color: white;
  779. text-align: center;
  780. }
  781. div.bug_resolved, span.bug_resolved {
  782. padding: 2px;
  783. background-color: #408040;
  784. color: white;
  785. text-align: center;
  786. }
  787. div.bug_invalid, span.bug_invalid {
  788. padding: 2px;
  789. background-color: gray;
  790. text-align: center;
  791. }
  792. div.bug_hold, span.bug_hold {
  793. padding: 2px;
  794. background-color: orange;
  795. text-align: center;
  796. }
  797. div.diff {
  798. font-family: monospace;
  799. overflow: auto;
  800. }
  801. div.diff.header {
  802. -moz-border-bottom-colors: none;
  803. -moz-border-image: none;
  804. -moz-border-left-colors: none;
  805. -moz-border-right-colors: none;
  806. -moz-border-top-colors: none;
  807. background-color: #EDECE6;
  808. border-color: #D9D8D1;
  809. border-style: solid;
  810. border-width: 1px;
  811. font-weight: bold;
  812. margin-top: 10px;
  813. padding: 4px 0 2px;
  814. }
  815. div.diff.extended_header {
  816. background-color: #F6F5EE;
  817. padding: 2px 0;
  818. font-family: inherit;
  819. }
  820. div.diff table {
  821. border: 1px solid #ddd;
  822. }
  823. span.diff.add {
  824. color: #008800;
  825. font-family: inherit;
  826. }
  827. span.diff.remove {
  828. color: #FFDDDD;
  829. font-family: inherit;
  830. }
  831. span.diff.unchanged {
  832. color: inherit;
  833. font-family: inherit;
  834. }
  835. div.diff.hunk_header {
  836. -moz-border-bottom-colors: none;
  837. -moz-border-image: none;
  838. -moz-border-left-colors: none;
  839. -moz-border-right-colors: none;
  840. -moz-border-top-colors: none;
  841. border-color: #FFE0FF;
  842. border-style: dotted;
  843. border-width: 1px 0 0;
  844. margin-top: 2px;
  845. font-family: inherit;
  846. }
  847. span.diff.hunk_info {
  848. background-color: #FFEEFF;
  849. color: #990099;
  850. font-family: inherit;
  851. }
  852. span.diff.hunk_section {
  853. color: #AA22AA;
  854. font-family: inherit;
  855. }
  856. div.diff.add2 {
  857. background-color: #DDFFDD;
  858. font-family: inherit;
  859. }
  860. div.diff.remove2 {
  861. background-color: #FFDDDD;
  862. font-family: inherit;
  863. }
  864. div.diff table {
  865. border-radius: 0;
  866. border-right: 1px solid #bbb;
  867. border-bottom: 1px solid #bbb;
  868. width: 100%;
  869. }
  870. div.diff table th, div.diff table td {
  871. margin: 0px;
  872. padding: 0px;
  873. font-family: monospace;
  874. border: 0;
  875. }
  876. div.diff table th {
  877. background-color: #f0f0f0;
  878. text-align: center;
  879. color: #999;
  880. padding-left: 5px;
  881. padding-right: 5px;
  882. width: 30px;
  883. }
  884. div.diff table th.header {
  885. background-color: #D2C3AF;
  886. border-right: 0px;
  887. border-bottom: 1px solid #808080;
  888. font-family: inherit;
  889. font-size:0.9em;
  890. color: black;
  891. padding: 2px;
  892. text-align: left;
  893. }
  894. div.diff table td.hunk_header {
  895. background-color: #dAe2e5 !important;
  896. border-top: 1px solid #bac2c5;
  897. border-bottom: 1px solid #bac2c5;
  898. color: #555;
  899. }
  900. div.diff table td {
  901. border-left: 1px solid #bbb;
  902. background-color: #fbfbfb;
  903. }
  904. td.changeType {
  905. width: 15px;
  906. }
  907. span.addition, span.modification, span.deletion, span.rename {
  908. border: 1px solid #888;
  909. float: left;
  910. height: 0.8em;
  911. margin: 0.2em 0.5em 0 0;
  912. overflow: hidden;
  913. width: 0.8em;
  914. }
  915. span.addition {
  916. background-color: #ccffcc;
  917. }
  918. span.modification {
  919. background-color: #ffdd88;
  920. }
  921. span.deletion {
  922. background-color: #f8bbbb;
  923. }
  924. span.rename {
  925. background-color: #cAc2f5;
  926. }
  927. div.commitLegend {
  928. float: right;
  929. padding: 0.4em 0.4em 0.2em 0.4em;
  930. vertical-align:top;
  931. margin: 0px;
  932. }
  933. div.commitLegend span {
  934. font-size: 0.9em;
  935. vertical-align: top;
  936. }
  937. div.references {
  938. float: right;
  939. text-align: right;
  940. }
  941. table.plain, table.summary {
  942. width: 0 !important;
  943. border: 0;
  944. }
  945. table.plain th, table.plain td, table.summary th, table.summary td {
  946. white-space: nowrap;
  947. padding: 1px 3px;
  948. border: 0;
  949. }
  950. table.summary {
  951. margin: 0px;
  952. }
  953. table.summary th {
  954. color: #999;
  955. padding-right: 10px;
  956. text-align: right;
  957. font-weight: normal;
  958. }
  959. table.pretty {
  960. border:1px solid #ddd;
  961. border-radius: 0 0 3px 3px;
  962. width: 100%;
  963. }
  964. table.pretty td.icon {
  965. padding: 0px 0px 0px 2px;
  966. width: 18px;
  967. vertical-align: middle;
  968. }
  969. table.pretty td.icon img {
  970. vertical-align: middle;
  971. }
  972. table.pretty td {
  973. padding: 2px 4px;
  974. border-left: 0;
  975. }
  976. table.pretty td.message {
  977. padding: 0px;
  978. }
  979. table.pretty table.nestedTable {
  980. width: 100%;
  981. margin-left: 4px !important;
  982. margin-bottom: 0px !important;
  983. }
  984. table.pretty td.graph {
  985. border-right: 1px solid #ddd;
  986. border-bottom: 1px solid #ddd;
  987. padding: 0px;
  988. /*width: 1px;*/
  989. }
  990. table.pretty tr.commit {
  991. /* must match branch graph servlet row height definition */
  992. height: 24px;
  993. }
  994. @media (min-width: 979px) {
  995. td.ellipsize {
  996. text-overflow: ellipsis;
  997. overflow: hidden;
  998. white-space: nowrap;
  999. }
  1000. }
  1001. @media (max-width: 979px) {
  1002. td.ellipsize {
  1003. text-overflow: inherit;
  1004. overflow: visible;
  1005. white-space: wrap;
  1006. }
  1007. }
  1008. table.comments td {
  1009. padding: 4px;
  1010. line-height: 17px;
  1011. }
  1012. table.repositories {
  1013. border:1px solid #ddd;
  1014. border-spacing: 0px;
  1015. width: 100%;
  1016. }
  1017. table.repositories th {
  1018. padding: 4px;
  1019. border:0;
  1020. }
  1021. table.repositories th.right {
  1022. border-right: 1px solid #ddd;
  1023. }
  1024. table.repositories td {
  1025. padding: 2px;
  1026. border-left: 0;
  1027. }
  1028. table.repositories td.rightAlign {
  1029. text-align: right;
  1030. border-right: 1px solid #ddd;
  1031. }
  1032. table.repositories td.icon img {
  1033. vertical-align: top;
  1034. }
  1035. table.repositories tr.group {
  1036. background-color: #ccc;
  1037. border-left: 1px solid #ccc;
  1038. border-right: 1px solid #ccc;
  1039. }
  1040. table.repositories tr.group td {
  1041. font-weight: bold;
  1042. color: black;
  1043. background-color: #ddd;
  1044. padding-left: 5px;
  1045. border-top: 1px solid #aaa;
  1046. border-bottom: 1px solid #aaa;
  1047. }
  1048. table.repositories tr.group td a {
  1049. color: black;
  1050. }
  1051. table.palette { border:0; width: 0 !important; }
  1052. table.palette td.header {
  1053. font-weight: bold;
  1054. background-color: #ffffff !important;
  1055. padding-top: 0px !important;
  1056. margin-bottom: 0 !important;
  1057. border: 0 !important;
  1058. border-radius: 0 !important;
  1059. line-height: 1em;
  1060. }
  1061. table.palette td.pane {
  1062. padding: 0px;
  1063. }
  1064. table.gitnotes {
  1065. border: 0;
  1066. }
  1067. table.gitnotes td {
  1068. border-top: 1px solid #ddd;
  1069. padding-top: 3px;
  1070. vertical-align:top;
  1071. }
  1072. table.gitnotes table {
  1073. border: none;
  1074. }
  1075. table.gitnotes td table td {
  1076. border: none;
  1077. padding: 0px;
  1078. }
  1079. table.gitnotes td.info {
  1080. padding-right: 10px;
  1081. }
  1082. table.gitnotes td.message {
  1083. width: 65%;
  1084. border-left: 1px solid #ddd;
  1085. padding-left: 10px;
  1086. }
  1087. table.annotated {
  1088. width: 100%;
  1089. border:1px solid #ddd;
  1090. }
  1091. table.annotated tr.even {
  1092. background-color: white;
  1093. }
  1094. table.annotated tr.odd {
  1095. background-color: #f5f5f5;
  1096. }
  1097. table.annotated td {
  1098. padding: 0px;
  1099. border: 0;
  1100. }
  1101. table.annotated td.lineCommit {
  1102. padding-left: 5px;
  1103. padding-right: 5px;
  1104. }
  1105. table.annotated td.lineNumber {
  1106. border-right: 1px solid #ddd;
  1107. border-left: 1px solid #ddd;
  1108. padding-left: 5px;
  1109. padding-right: 5px;
  1110. text-align: right;
  1111. }
  1112. table.annotated td.lineContent {
  1113. padding-left: 5px;
  1114. font: monospace;
  1115. }
  1116. table.activity {
  1117. width: 100%;
  1118. margin-top: 10px;
  1119. }
  1120. table.activity td {
  1121. padding-top:7px;
  1122. padding-bottom:7px;
  1123. }
  1124. tr th a { background-position: right; padding-right: 15px; background-repeat:no-repeat; }
  1125. tr th.wicket_orderDown a {background-image: url(arrow_down.png); }
  1126. tr th.wicket_orderUp a { background-image: url(arrow_up.png); }
  1127. tr th.wicket_orderNone a { background-image: url(arrow_off.png); }
  1128. tr.light {
  1129. background-color: #ffffff;
  1130. }
  1131. tr.dark {
  1132. background-color: #f6f6f6;
  1133. }
  1134. /* currently both use the same, but it can change */
  1135. tr.light:hover,
  1136. tr.dark:hover {
  1137. background-color: #002060;
  1138. color: white;
  1139. }
  1140. tr.light:hover a,
  1141. tr.dark:hover a {
  1142. color: white;
  1143. }
  1144. td.author {
  1145. font-style: italic !important;
  1146. white-space: nowrap;
  1147. }
  1148. td.date {
  1149. /*font-style: italic !important;*/
  1150. white-space: nowrap;
  1151. }
  1152. span.sha1, span.sha1 a, span.sha1 a span, .commit_message, span.shortsha1, td.sha1 {
  1153. font-family: consolas, monospace;
  1154. font-size: 13px;
  1155. }
  1156. span.shortsha1 {
  1157. font-size: 12px;
  1158. }
  1159. td.mode {
  1160. text-align: right;
  1161. font-family: monospace;
  1162. width: 8em;
  1163. padding-right:15px;
  1164. }
  1165. td.size {
  1166. text-align: right;
  1167. width: 8em;
  1168. padding-right:15px;
  1169. }
  1170. td.rightAlign {
  1171. text-align: right;
  1172. }
  1173. td.treeLinks {
  1174. text-align: right;
  1175. width: 13em;
  1176. }
  1177. span.help-inline {
  1178. color: #777;
  1179. }
  1180. span.metricsTitle {
  1181. font-size: 2em;
  1182. }
  1183. .tagRef, .headRef, .localBranch, .remoteBranch, .otherRef, .pullRef {
  1184. padding: 0px 3px;
  1185. margin-right:2px;
  1186. font-family: sans-serif;
  1187. font-size: 9px;
  1188. font-weight: normal;
  1189. border: 1px solid;
  1190. color: black;
  1191. }
  1192. .tagRef a, .headRef a, .localBranch a, .remoteBranch a, .otherRef a, .pullRef a {
  1193. font-size: 9px;
  1194. text-decoration: none;
  1195. color: black !important;
  1196. }
  1197. .tagRef a:hover, .headRef a:hover, .localBranch a:hover, .remoteBranch a:hover, .otherRef a:hover, .pullRef a:hover {
  1198. color: black !important;
  1199. text-decoration: underline;
  1200. }
  1201. .otherRef {
  1202. background-color: #b0e0f0;
  1203. border-color: #80aaaa;
  1204. }
  1205. .pullRef {
  1206. background-color: rgb(255, 221, 136);
  1207. border-color: rgb(136, 136, 136);
  1208. }
  1209. .remoteBranch {
  1210. background-color: #cAc2f5;
  1211. border-color: #6c6cbf;
  1212. }
  1213. .tagRef {
  1214. background-color: #ffffaa;
  1215. border-color: #ffcc00;
  1216. }
  1217. .headRef {
  1218. background-color: #ffaaff;
  1219. border-color: #ff00ee;
  1220. }
  1221. .localBranch {
  1222. background-color: #ccffcc;
  1223. border-color: #00cc33;
  1224. }
  1225. table .palette td.buttons button {
  1226. -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  1227. border: 1px solid #ccc !important;
  1228. padding: 10px;
  1229. margin-bottom: 10px;
  1230. }
  1231. table .palette td.buttons button:hover {
  1232. border: 1px solid #0069D6 !important;
  1233. }
  1234. table .palette td.buttons button:active {
  1235. border: 1px solid orange !important;
  1236. }
  1237. .feedbackPanelERROR, .feedbackPanelINFO {
  1238. list-style: none;
  1239. line-height: 35px;
  1240. }
  1241. .feedbackPanelINFO span, .feedbackPanelERROR span {
  1242. position:relative;padding:7px 15px;margin-top:5px;margin-bottom:5px;color:#404040;background-color:#eedc94;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));background-image:-moz-linear-gradient(top, #fceec1, #eedc94);background-image:-ms-linear-gradient(top, #fceec1, #eedc94);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));background-image:-webkit-linear-gradient(top, #fceec1, #eedc94);background-image:-o-linear-gradient(top, #fceec1, #eedc94);background-image:linear-gradient(top, #fceec1, #eedc94);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#eedc94 #eedc94 #e4c652;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);border-width:1px;border-style:solid;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);
  1243. }
  1244. .feedbackPanelERROR span {
  1245. color: #ffffff;
  1246. background-color:#c43c35;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#c43c35 #c43c35 #882a25;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  1247. }
  1248. /* google-code-prettify line numbers */
  1249. li.L0,
  1250. li.L1,
  1251. li.L2,
  1252. li.L3,
  1253. li.L4,
  1254. li.L5,
  1255. li.L6,
  1256. li.L7,
  1257. li.L8,
  1258. li.L9 { color: #888; border-left: 1px solid #ccc; padding-left:5px; list-style-type: decimal !important; }
  1259. /* Alternate shading for lines */
  1260. li.L1,
  1261. li.L3,
  1262. li.L5,
  1263. li.L7,
  1264. li.L9 { background: #fafafa !important; }
  1265. div.docs {
  1266. max-width: 880px;
  1267. }
  1268. div.docs ul.nav {
  1269. margin-bottom: 0px !important;
  1270. }
  1271. div.docs div.docnav {
  1272. display: inline-block;
  1273. padding: 6px 5px 6px 5px;
  1274. border-left: 1px solid #ccc;
  1275. border-right: 1px solid #ccc;
  1276. border-bottom: 1px solid #ccc;
  1277. border-radius: 0px 0px 3px 3px;
  1278. background-color: #ECF1F4;
  1279. color: #666;
  1280. text-align: left;
  1281. margin-top: -10px;
  1282. }
  1283. div.docs .content {
  1284. margin-top: 10px;
  1285. }
  1286. div.docs div.markdown {
  1287. margin-top: 10px;
  1288. }
  1289. div.markdown {
  1290. line-height: 1.4;
  1291. }
  1292. div.markdown h1 {
  1293. padding: 0px 0px 4px;
  1294. border-bottom: 1px solid rgb(221, 221, 221);
  1295. margin: 4px 0px 8px;
  1296. }
  1297. div.markdown h2 {
  1298. padding: 4px 0px;
  1299. border-bottom: 1px solid rgb(238, 238, 238);
  1300. margin: 4px 0px 8px;
  1301. }
  1302. div.markdown h3 {
  1303. padding: 8px 0px 4px;
  1304. }
  1305. div.markdown li {
  1306. line-height: 1.4;
  1307. }
  1308. div.markdown pre {
  1309. background-color: rgb(250, 250, 250);
  1310. border: 1px solid rgb(221, 221, 221);
  1311. border-radius: 4px 4px 4px 4px;
  1312. display: block;
  1313. font-size: 12px;
  1314. line-height: 18px;
  1315. margin: 9px 0;
  1316. padding: 8.5px;
  1317. white-space: pre-wrap;
  1318. }
  1319. div.markdown pre code {
  1320. background-color: inherit;
  1321. border: none;
  1322. padding: 0;
  1323. }
  1324. div.markdown code {
  1325. background-color: rgb(250, 250, 250);
  1326. border: 1px solid rgb(221, 221, 221);
  1327. border-radius: 3px;
  1328. padding: 0 0.4em;
  1329. }
  1330. div.markdown table {
  1331. max-width: 100%;
  1332. background-color: transparent;
  1333. border-collapse: collapse;
  1334. border-spacing: 0px;
  1335. font-size: inherit;
  1336. border-width: 0px 1px 1px 0px;
  1337. border-style: solid solid solid none;
  1338. border-color: rgb(221, 221, 221);
  1339. border-image: none;
  1340. border-collapse: separate;
  1341. margin: 10px 0px 20px;
  1342. }
  1343. div.markdown table td, div.markdown table th {
  1344. padding: 8px;
  1345. line-height: 20px;
  1346. text-align: left;
  1347. vertical-align: top;
  1348. border-top: 1px solid rgb(221, 221, 221);
  1349. border-left: 1px solid rgb(221, 221, 221);
  1350. }
  1351. div.markdown table.text th, div.markdown table.text td {
  1352. vertical-align: top;
  1353. border-top: 1px solid #ccc;
  1354. padding:5px;
  1355. }