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.

bootstrap.gb.css 16KB

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