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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967
  1. body {
  2. /* 50px to start the container 10px below the navbar */
  3. padding-top: 50px;
  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. hr {
  17. margin-top: 10px;
  18. margin-bottom: 10px;
  19. }
  20. .settings h3 {
  21. margin-bottom: 0.5em;
  22. border-bottom: 1px solid #000080 !important;
  23. }
  24. .pageTitle {
  25. padding-bottom: 5px;
  26. margin: 0;
  27. border-bottom: 1px solid #eee;
  28. }
  29. .pageTitle h1, .pageTitle h2 {
  30. color: #0069D6;
  31. }
  32. .navbar {
  33. height:40px !important;
  34. }
  35. .navbar ul.nav li a {
  36. color: white;
  37. text-shadow: none;
  38. outline: 0;
  39. }
  40. .navbar ul.nav li a:hover {
  41. color: #abd4ff !important;
  42. }
  43. .navbar-inner {
  44. height:40px !important;
  45. background-color:#000050;
  46. background-repeat:repeat-x;
  47. background-image:-khtml-gradient(linear, left top, left bottom, from(#000060), to(#000040));
  48. background-image:-moz-linear-gradient(top, #000060, #000040);
  49. background-image:-ms-linear-gradient(top, #000060, #000040);
  50. background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #000060), color-stop(100%, #000040));
  51. background-image:-webkit-linear-gradient(top, #000060, #000040);
  52. background-image:-o-linear-gradient(top, #000060, #000040);
  53. background-image:linear-gradient(top, #000060, #000040);
  54. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000060', endColorstr='#000040', GradientType=0);
  55. -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  56. -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  57. box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  58. border-bottom: 2px solid #ff9900 !important;
  59. }
  60. .navbar ul li:focus, .navbar .active {
  61. background-repeat:no-repeat;
  62. background-image: url(arrow_page.png);
  63. background-position: center bottom;
  64. outline: 0;
  65. }
  66. .navbar .active a {
  67. background-color: transparent !important;
  68. outline: 0;
  69. }
  70. .navbar div > ul .menu-dropdown .selected, .nav .menu-dropdown .selected, .navbar div > ul .dropdown-menu .selected, .nav .dropdown-menu .selected {
  71. background-image: url("bullet_blue.png");
  72. background-repeat: no-repeat;
  73. background-position: left;
  74. }
  75. .navbar div>ul .dropdown-menu li a {
  76. color: #555;
  77. }
  78. 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{
  79. background-color: #000070;
  80. color: #ffffff !important;
  81. }
  82. .breadcrumb {
  83. margin-top: 5px !important;
  84. margin-bottom: 5px !important;
  85. }
  86. .pageTitle {
  87. margin-bottom: 5px;
  88. }
  89. .pageTitle h2 small {
  90. font-size: 80%;
  91. font-weight: bold;
  92. }
  93. div.page_footer {
  94. clear: both;
  95. height: 17px;
  96. color: black;
  97. background-color: #ffffff;
  98. padding: 5px;
  99. border-top: 1px solid #bbb;
  100. font-style: italic;
  101. }
  102. pre, code, pre.prettyprint, pre.plainprint {
  103. background-color: #ffffff;
  104. color: black;
  105. font-family: monospace;
  106. font-size:12px;
  107. border:0px;
  108. padding: 0;
  109. line-height: 1.35em;
  110. }
  111. table {
  112. margin-bottom:5px !important;
  113. font-size: inherit;
  114. }
  115. .table th {
  116. vertical-align: top;
  117. }
  118. th {
  119. vertical-align: middle;
  120. text-align: left;
  121. }
  122. pre.prettyprint ol {
  123. padding-left:25px;
  124. }
  125. h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  126. color: #888;
  127. }
  128. .age0, .age1, .age2, .age3, .age4 {
  129. font-size: 12px;
  130. }
  131. /* age0: age < 2 hours */
  132. .age0 {
  133. font-style: italic;
  134. color: #008000;
  135. font-weight: bold;
  136. }
  137. /* age1: 2 hours <= age < 2 days */
  138. .age1 {
  139. font-style: italic;
  140. color: #0000ff;
  141. font-weight: bold;
  142. }
  143. /* age2: 2 days < age <= 7 days */
  144. .age2 {
  145. font-style: italic;
  146. color: #2b60de;
  147. }
  148. /* age3: 7 days < age <= 30 days */
  149. .age3 {
  150. color: #800080;
  151. }
  152. /* age4: > 30 days */
  153. .age4 {
  154. }
  155. /* Ensure that hovered ages are white */
  156. tr.light:hover .age0,
  157. tr.light:hover .age1,
  158. tr.light:hover .age2,
  159. tr.light:hover .age3,
  160. tr.light:hover .age4,
  161. tr.dark:hover .age0,
  162. tr.dark:hover .age1,
  163. tr.dark:hover .age2,
  164. tr.dark:hover .age3,
  165. tr.dark:hover .age4 {
  166. color: #ffffff !important;
  167. }
  168. a.list {
  169. text-decoration: none;
  170. color: inherit;
  171. }
  172. a.list.subject {
  173. font-weight: bold;
  174. }
  175. a.list.name {
  176. font-weight: bold;
  177. }
  178. a.list:hover {
  179. text-decoration: underline;
  180. color: #880000;
  181. }
  182. span.empty {
  183. font-size: 0.9em;
  184. font-style: italic;
  185. padding-left:10px;
  186. color: #008000;
  187. }
  188. span.link {
  189. color: #888;
  190. }
  191. span.link, span.link a {
  192. font-family: sans-serif;
  193. font-size: 11px;
  194. }
  195. span.link em, div.link span em {
  196. font-style: normal;
  197. font-family: sans-serif;
  198. font-size: 11px;
  199. }
  200. span.repositorySwatch {
  201. border-radius: 3px;
  202. padding: 1px 4px 2px 4px;
  203. color: #ffffff;
  204. vertical-align: center;
  205. }
  206. span.repositorySwatch a {
  207. color: inherit;
  208. }
  209. img.inlineIcon {
  210. padding-left: 1px;
  211. padding-right: 1px;
  212. }
  213. img.overview {
  214. float:right;
  215. border:1px solid #CCCCCC;
  216. }
  217. img.gravatar {
  218. background-color: #ffffff;
  219. border: 1px solid #ddd;
  220. border-radius: 5px;
  221. padding: 2px;
  222. }
  223. div.searchResult {
  224. padding: 10px 5px 10px 5px;
  225. }
  226. div.searchResult .summary {
  227. font-weight: bold;
  228. }
  229. div.searchResult .branch {
  230. color: #008000;
  231. }
  232. div.searchResult .author {
  233. font-style: italic !important;
  234. }
  235. div.searchResult .date {
  236. color:#999;
  237. }
  238. div.searchResult .body {
  239. padding-left:20px;
  240. }
  241. div.searchResult .fragment {
  242. padding: 7px 0;
  243. }
  244. div.searchResult .highlight {
  245. background-color: #ffffaa;
  246. border: 1px solid #ffcc00;
  247. padding: 0 2px;
  248. }
  249. div.searchResult .ellipses {
  250. padding-left:25px;
  251. color: #aaa;
  252. }
  253. div.searchResult pre {
  254. margin: 1px 0px;
  255. border: 0px;
  256. }
  257. div.searchResult .text {
  258. border-left: 5px solid #EEEEEE;
  259. padding: 0 0 0 15px;
  260. }
  261. div.searchResult ol {
  262. margin-bottom: 0px !important;
  263. }
  264. div.header, div.commitHeader, table.repositories th {
  265. background-color:#e0e0e0;
  266. background-repeat:repeat-x;
  267. background-image:-khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  268. background-image:-moz-linear-gradient(top, #ffffff, #e0e0e0);
  269. background-image:-ms-linear-gradient(top, #ffffff, #e0e0e0);
  270. background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  271. background-image:-webkit-linear-gradient(top, #ffffff, #e0e0e0);
  272. background-image:-o-linear-gradient(top, #ffffff, #e0e0e0);
  273. background-image:linear-gradient(top, #ffffff, #e0e0e0);
  274. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0);
  275. -webkit-box-shadow:inset 0 1px 0 #ffffff;
  276. -moz-box-shadow:inset 0 1px 0 #ffffff;
  277. box-shadow:inset 0 1px 0 #ffffff;
  278. }
  279. div.header {
  280. padding: 3px;
  281. border: 1px solid #ddd;
  282. border-bottom: 0;
  283. border-radius: 3px 3px 0 0;
  284. font-weight: bold;
  285. }
  286. div.commitHeader {
  287. margin:0 0 2px;
  288. padding:7px 14px;
  289. border:1px solid #ddd;
  290. border-radius: 3px;
  291. -webkit-border-radius:3px;
  292. -moz-border-radius:3px;border-radius:3px;
  293. }
  294. div.header a, div.commitHeader a {
  295. color: black;
  296. text-decoration: none;
  297. font-weight: bold;
  298. }
  299. div.header a:hover, div.commitHeader a:hover {
  300. text-decoration: underline;
  301. }
  302. div.page_nav2 {
  303. padding: 2px 5px 7px 5px;
  304. }
  305. div.admin_nav {
  306. border-bottom: 0px;
  307. text-align: right;
  308. padding: 5px 5px 5px 2px;
  309. }
  310. div.admin_nav a {
  311. text-decoration: none;
  312. }
  313. div.admin_nav a:hover {
  314. text-decoration: underline;
  315. }
  316. span.search {
  317. height: 40px;
  318. padding-top:2px;
  319. }
  320. span.search input {
  321. -webkit-border-radius:0;-moz-border-radius:0x;border-radius:0;
  322. vertical-align: top;
  323. background: url(search-icon.png) no-repeat 4px center;
  324. background-color: transparent;
  325. border: 1px solid transparent;
  326. outline: none;
  327. padding: 2px 2px 2px 22px;
  328. text-shadow: none;
  329. margin: 0px;
  330. color: #ddd;
  331. }
  332. span.search input:hover, span.search input:focus {
  333. background-color: transparent;
  334. border: 1px solid transparent;
  335. padding: 2px 2px 2px 22px;
  336. box-shadow: none;
  337. color: #ddd;
  338. border-bottom: 1px solid #ff9900;
  339. }
  340. span.search input:focus {
  341. color: white;
  342. }
  343. /* div.search input:focused { */
  344. /* background-color: transparent; */
  345. /* border: 1px solid transparent; */
  346. /* padding: 2px 2px 2px 22px; */
  347. /* text-shadow: none; */
  348. /* } */
  349. span.login input:focus {
  350. background-color: rgba(255, 255, 255, 0.6);
  351. text-shadow: none;
  352. color: white;
  353. }
  354. pre.commit_message {
  355. padding: 8px;
  356. border: solid #ddd;
  357. border-width: 1px 0px 0px;
  358. }
  359. div.bug_open, span.bug_open {
  360. padding: 2px;
  361. background-color: #803333;
  362. color: white;
  363. text-align: center;
  364. }
  365. div.bug_resolved, span.bug_resolved {
  366. padding: 2px;
  367. background-color: #408040;
  368. color: white;
  369. text-align: center;
  370. }
  371. div.bug_invalid, span.bug_invalid {
  372. padding: 2px;
  373. background-color: gray;
  374. text-align: center;
  375. }
  376. div.bug_hold, span.bug_hold {
  377. padding: 2px;
  378. background-color: orange;
  379. text-align: center;
  380. }
  381. div.diff {
  382. font-family: monospace;
  383. overflow: auto;
  384. }
  385. div.diff.header {
  386. -moz-border-bottom-colors: none;
  387. -moz-border-image: none;
  388. -moz-border-left-colors: none;
  389. -moz-border-right-colors: none;
  390. -moz-border-top-colors: none;
  391. background-color: #EDECE6;
  392. border-color: #D9D8D1;
  393. border-style: solid;
  394. border-width: 1px;
  395. font-weight: bold;
  396. margin-top: 10px;
  397. padding: 4px 0 2px;
  398. }
  399. div.diff.extended_header {
  400. background-color: #F6F5EE;
  401. padding: 2px 0;
  402. font-family: inherit;
  403. }
  404. span.diff.add {
  405. color: #008800;
  406. font-family: inherit;
  407. }
  408. span.diff.remove {
  409. color: #FFDDDD;
  410. font-family: inherit;
  411. }
  412. span.diff.unchanged {
  413. color: inherit;
  414. font-family: inherit;
  415. }
  416. div.diff.hunk_header {
  417. -moz-border-bottom-colors: none;
  418. -moz-border-image: none;
  419. -moz-border-left-colors: none;
  420. -moz-border-right-colors: none;
  421. -moz-border-top-colors: none;
  422. border-color: #FFE0FF;
  423. border-style: dotted;
  424. border-width: 1px 0 0;
  425. margin-top: 2px;
  426. font-family: inherit;
  427. }
  428. span.diff.hunk_info {
  429. background-color: #FFEEFF;
  430. color: #990099;
  431. font-family: inherit;
  432. }
  433. span.diff.hunk_section {
  434. color: #AA22AA;
  435. font-family: inherit;
  436. }
  437. div.diff.add2 {
  438. background-color: #DDFFDD;
  439. font-family: inherit;
  440. }
  441. div.diff.remove2 {
  442. background-color: #FFDDDD;
  443. font-family: inherit;
  444. }
  445. div.diff table {
  446. border-radius: 0;
  447. border-right: 1px solid #bbb;
  448. border-bottom: 1px solid #bbb;
  449. width: 100%;
  450. }
  451. div.diff table th, div.diff table td {
  452. margin: 0px;
  453. padding: 0px;
  454. font-family: monospace;
  455. border: 0;
  456. }
  457. div.diff table th {
  458. background-color: #f0f0f0;
  459. text-align: center;
  460. color: #999;
  461. padding-left: 5px;
  462. padding-right: 5px;
  463. width: 30px;
  464. }
  465. div.diff table th.header {
  466. background-color: #D2C3AF;
  467. border-right: 0px;
  468. border-bottom: 1px solid #808080;
  469. font-family: inherit;
  470. font-size:0.9em;
  471. color: black;
  472. padding: 2px;
  473. text-align: left;
  474. }
  475. div.diff table td.hunk_header {
  476. background-color: #dAe2e5 !important;
  477. border-top: 1px solid #bac2c5;
  478. border-bottom: 1px solid #bac2c5;
  479. color: #555;
  480. }
  481. div.diff table td {
  482. border-left: 1px solid #bbb;
  483. background-color: #f5f5f5;
  484. }
  485. td.changeType {
  486. width: 15px;
  487. }
  488. span.addition, span.modification, span.deletion, span.rename {
  489. border: 1px solid #888;
  490. float: left;
  491. height: 0.8em;
  492. margin: 0.2em 0.5em 0 0;
  493. overflow: hidden;
  494. width: 0.8em;
  495. }
  496. span.addition {
  497. background-color: #ccffcc;
  498. }
  499. span.modification {
  500. background-color: #ffdd88;
  501. }
  502. span.deletion {
  503. background-color: #f8bbbb;
  504. }
  505. span.rename {
  506. background-color: #cAc2f5;
  507. }
  508. div.commitLegend {
  509. float: right;
  510. padding: 0.4em 0.4em 0.2em 0.4em;
  511. vertical-align:top;
  512. margin: 0px;
  513. }
  514. div.commitLegend span {
  515. font-size: 0.9em;
  516. vertical-align: top;
  517. }
  518. div.references {
  519. float: right;
  520. text-align: right;
  521. }
  522. table.plain {
  523. width: 0 !important;
  524. border: 0;
  525. }
  526. table.plain th, table.plain td {
  527. white-space: nowrap;
  528. padding: 1px 6px;
  529. border: 0;
  530. }
  531. table.pretty {
  532. border:1px solid #ddd;
  533. border-radius: 0 0 3px 3px;
  534. width: 100%;
  535. }
  536. table.pretty td.icon {
  537. padding: 0px 0px 0px 2px;
  538. width: 18px;
  539. vertical-align: middle;
  540. }
  541. table.pretty td.icon img {
  542. vertical-align: top;
  543. }
  544. table.pretty td {
  545. padding: 2px 4px;
  546. border-left: 0;
  547. }
  548. table.comments td {
  549. padding: 4px;
  550. line-height: 17px;
  551. }
  552. table.repositories {
  553. border:1px solid #ddd;
  554. border-spacing: 0px;
  555. width: 100%;
  556. }
  557. table.repositories th {
  558. padding: 4px;
  559. border:0;
  560. }
  561. table.repositories td {
  562. padding: 2px;
  563. border-left: 0;
  564. }
  565. table.repositories td.rightAlign {
  566. text-align: right;
  567. }
  568. table.repositories td.icon img {
  569. vertical-align: top;
  570. }
  571. table.repositories tr.group {
  572. background-color: #ccc;
  573. }
  574. table.repositories tr.group td {
  575. font-weight: bold;
  576. color: black;
  577. background-color: #ddd;
  578. padding-left: 5px;
  579. border-top: 1px solid #aaa;
  580. border-bottom: 1px solid #aaa;
  581. }
  582. table.palette { border:0; width: 0 !important; }
  583. table.palette td.header {
  584. font-weight: bold;
  585. background-color: #ffffff !important;
  586. padding-top: 0px !important;
  587. margin-bottom: 0 !imporant;
  588. border: 0 !important;
  589. border-radius: 0 !important;
  590. line-height: 1em;
  591. }
  592. table.palette td.pane {
  593. padding: 0px;
  594. }
  595. table.gitnotes {
  596. border: 0;
  597. }
  598. table.gitnotes td {
  599. border-top: 1px solid #ddd;
  600. padding-top: 3px;
  601. vertical-align:top;
  602. }
  603. table.gitnotes table {
  604. border: none;
  605. }
  606. table.gitnotes td table td {
  607. border: none;
  608. padding: 0px;
  609. }
  610. table.gitnotes td.info {
  611. padding-right: 10px;
  612. }
  613. table.gitnotes td.message {
  614. width: 65%;
  615. border-left: 1px solid #ddd;
  616. padding-left: 10px;
  617. }
  618. table.annotated {
  619. border:1px solid #ddd;
  620. }
  621. table.annotated tr.even {
  622. background-color: white;
  623. }
  624. table.annotated tr.odd {
  625. background-color: #f5f5f5;
  626. }
  627. table.annotated td {
  628. padding: 0px;
  629. border: 0;
  630. }
  631. table.activity {
  632. width: 100%;
  633. }
  634. tr th a { background-position: right; padding-right: 15px; background-repeat:no-repeat; }
  635. tr th.wicket_orderDown a {background-image: url(arrow_down.png); }
  636. tr th.wicket_orderUp a { background-image: url(arrow_up.png); }
  637. tr th.wicket_orderNone a { background-image: url(arrow_off.png); }
  638. tr.light {
  639. background-color: #ffffff;
  640. }
  641. tr.dark {
  642. background-color: #f5f5f5;
  643. }
  644. /* currently both use the same, but it can change */
  645. tr.light:hover,
  646. tr.dark:hover {
  647. background-color: #000070;
  648. color: white;
  649. }
  650. tr.light:hover a,
  651. tr.dark:hover a {
  652. color: white;
  653. }
  654. td.author {
  655. font-style: italic !important;
  656. }
  657. td.date {
  658. /*font-style: italic !important;*/
  659. }
  660. span.sha1, span.sha1 a, span.sha1 a span, pre.commit_message {
  661. font-family: monospace;
  662. font-size: 13px;
  663. }
  664. td.mode {
  665. text-align: right;
  666. font-family: monospace;
  667. width: 8em;
  668. padding-right:15px;
  669. }
  670. td.size {
  671. text-align: right;
  672. width: 8em;
  673. padding-right:15px;
  674. }
  675. td.rightAlign {
  676. text-align: right;
  677. }
  678. td.treeLinks {
  679. text-align: right;
  680. width: 13em;
  681. }
  682. span.help-inline {
  683. color: #777;
  684. }
  685. span.metricsTitle {
  686. font-size: 2em;
  687. }
  688. span .tagRef, span .headRef, span .localBranch, span .remoteBranch, span .otherRef {
  689. padding: 0px 3px;
  690. margin-right:2px;
  691. font-family: sans-serif;
  692. font-size: 9px;
  693. font-weight: normal;
  694. border: 1px solid;
  695. color: black;
  696. }
  697. span .tagRef a span, span .headRef a span, span .localBranch a span, span .remoteBranch a span, span .otherRef a span {
  698. font-size: 9px;
  699. }
  700. span .tagRef a, span .headRef a, span .localBranch a, span .remoteBranch a, span .otherRef a {
  701. text-decoration: none;
  702. color: black !important;
  703. }
  704. span .tagRef a:hover, span .headRef a:hover, span .localBranch a:hover, span .remoteBranch a:hover, span .otherRef a:hover {
  705. color: black !important;
  706. text-decoration: underline;
  707. }
  708. span .otherRef {
  709. background-color: #b0e0f0;
  710. border-color: #80aaaa;
  711. }
  712. span .remoteBranch {
  713. background-color: #cAc2f5;
  714. border-color: #6c6cbf;
  715. }
  716. span .tagRef {
  717. background-color: #ffffaa;
  718. border-color: #ffcc00;
  719. }
  720. span .headRef {
  721. background-color: #ffaaff;
  722. border-color: #ff00ee;
  723. }
  724. span .localBranch {
  725. background-color: #ccffcc;
  726. border-color: #00cc33;
  727. }
  728. table .palette td.buttons button {
  729. -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  730. border: 1px solid #ccc !important;
  731. padding: 10px;
  732. margin-bottom: 10px;
  733. }
  734. table .palette td.buttons button:hover {
  735. border: 1px solid #0069D6 !important;
  736. }
  737. table .palette td.buttons button:active {
  738. border: 1px solid orange !important;
  739. }
  740. .feedbackPanelERROR, .feedbackPanelINFO {
  741. list-style: none;
  742. line-height: 35px;
  743. }
  744. .feedbackPanelINFO span, .feedbackPanelERROR span {
  745. 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);
  746. }
  747. .feedbackPanelERROR span {
  748. color: #ffffff;
  749. 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);
  750. }
  751. /* google-code-prettify line numbers */
  752. li.L0,
  753. li.L1,
  754. li.L2,
  755. li.L3,
  756. li.L4,
  757. li.L5,
  758. li.L6,
  759. li.L7,
  760. li.L8,
  761. li.L9 { color: #888; border-left: 1px solid #ccc; padding-left:5px; list-style-type: decimal !important; }
  762. /* Alternate shading for lines */
  763. li.L1,
  764. li.L3,
  765. li.L5,
  766. li.L7,
  767. li.L9 { background: #fafafa !important; }
  768. div.markdown pre {
  769. background-color: #F5F5F5;
  770. border: 1px solid rgba(0, 0, 0, 0.15);
  771. border-radius: 4px 4px 4px 4px;
  772. display: block;
  773. font-size: 12px;
  774. line-height: 18px;
  775. margin: 0 0 9px;
  776. padding: 8.5px;
  777. white-space: pre-wrap;
  778. }
  779. div.markdown pre code {
  780. background-color: inherit;
  781. border: none;
  782. padding: 0;
  783. }
  784. div.markdown code {
  785. background-color: #ffffe0;
  786. border: 1px solid orange;
  787. border-radius: 3px;
  788. padding: 0 0.2em;
  789. }
  790. div.markdown a {
  791. text-decoration: underline;
  792. }
  793. div.markdown em {
  794. color: #b05000;
  795. }
  796. div.markdown table.text th, div.markdown table.text td {
  797. vertical-align: top;
  798. border-top: 1px solid #ccc;
  799. padding:5px;
  800. }