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.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625
  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. border:1px solid #ddd;
  1089. }
  1090. table.annotated tr.even {
  1091. background-color: white;
  1092. }
  1093. table.annotated tr.odd {
  1094. background-color: #f5f5f5;
  1095. }
  1096. table.annotated td {
  1097. padding: 0px;
  1098. border: 0;
  1099. }
  1100. table.activity {
  1101. width: 100%;
  1102. margin-top: 10px;
  1103. }
  1104. table.activity td {
  1105. padding-top:7px;
  1106. padding-bottom:7px;
  1107. }
  1108. tr th a { background-position: right; padding-right: 15px; background-repeat:no-repeat; }
  1109. tr th.wicket_orderDown a {background-image: url(arrow_down.png); }
  1110. tr th.wicket_orderUp a { background-image: url(arrow_up.png); }
  1111. tr th.wicket_orderNone a { background-image: url(arrow_off.png); }
  1112. tr.light {
  1113. background-color: #ffffff;
  1114. }
  1115. tr.dark {
  1116. background-color: #f6f6f6;
  1117. }
  1118. /* currently both use the same, but it can change */
  1119. tr.light:hover,
  1120. tr.dark:hover {
  1121. background-color: #002060;
  1122. color: white;
  1123. }
  1124. tr.light:hover a,
  1125. tr.dark:hover a {
  1126. color: white;
  1127. }
  1128. td.author {
  1129. font-style: italic !important;
  1130. white-space: nowrap;
  1131. }
  1132. td.date {
  1133. /*font-style: italic !important;*/
  1134. white-space: nowrap;
  1135. }
  1136. span.sha1, span.sha1 a, span.sha1 a span, .commit_message, span.shortsha1 {
  1137. font-family: consolas, monospace;
  1138. font-size: 13px;
  1139. }
  1140. span.shortsha1 {
  1141. font-size: 12px;
  1142. }
  1143. td.mode {
  1144. text-align: right;
  1145. font-family: monospace;
  1146. width: 8em;
  1147. padding-right:15px;
  1148. }
  1149. td.size {
  1150. text-align: right;
  1151. width: 8em;
  1152. padding-right:15px;
  1153. }
  1154. td.rightAlign {
  1155. text-align: right;
  1156. }
  1157. td.treeLinks {
  1158. text-align: right;
  1159. width: 13em;
  1160. }
  1161. span.help-inline {
  1162. color: #777;
  1163. }
  1164. span.metricsTitle {
  1165. font-size: 2em;
  1166. }
  1167. .tagRef, .headRef, .localBranch, .remoteBranch, .otherRef, .pullRef {
  1168. padding: 0px 3px;
  1169. margin-right:2px;
  1170. font-family: sans-serif;
  1171. font-size: 9px;
  1172. font-weight: normal;
  1173. border: 1px solid;
  1174. color: black;
  1175. }
  1176. .tagRef a, .headRef a, .localBranch a, .remoteBranch a, .otherRef a, .pullRef a {
  1177. font-size: 9px;
  1178. text-decoration: none;
  1179. color: black !important;
  1180. }
  1181. .tagRef a:hover, .headRef a:hover, .localBranch a:hover, .remoteBranch a:hover, .otherRef a:hover, .pullRef a:hover {
  1182. color: black !important;
  1183. text-decoration: underline;
  1184. }
  1185. .otherRef {
  1186. background-color: #b0e0f0;
  1187. border-color: #80aaaa;
  1188. }
  1189. .pullRef {
  1190. background-color: rgb(255, 221, 136);
  1191. border-color: rgb(136, 136, 136);
  1192. }
  1193. .remoteBranch {
  1194. background-color: #cAc2f5;
  1195. border-color: #6c6cbf;
  1196. }
  1197. .tagRef {
  1198. background-color: #ffffaa;
  1199. border-color: #ffcc00;
  1200. }
  1201. .headRef {
  1202. background-color: #ffaaff;
  1203. border-color: #ff00ee;
  1204. }
  1205. .localBranch {
  1206. background-color: #ccffcc;
  1207. border-color: #00cc33;
  1208. }
  1209. table .palette td.buttons button {
  1210. -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  1211. border: 1px solid #ccc !important;
  1212. padding: 10px;
  1213. margin-bottom: 10px;
  1214. }
  1215. table .palette td.buttons button:hover {
  1216. border: 1px solid #0069D6 !important;
  1217. }
  1218. table .palette td.buttons button:active {
  1219. border: 1px solid orange !important;
  1220. }
  1221. .feedbackPanelERROR, .feedbackPanelINFO {
  1222. list-style: none;
  1223. line-height: 35px;
  1224. }
  1225. .feedbackPanelINFO span, .feedbackPanelERROR span {
  1226. 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);
  1227. }
  1228. .feedbackPanelERROR span {
  1229. color: #ffffff;
  1230. 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);
  1231. }
  1232. /* google-code-prettify line numbers */
  1233. li.L0,
  1234. li.L1,
  1235. li.L2,
  1236. li.L3,
  1237. li.L4,
  1238. li.L5,
  1239. li.L6,
  1240. li.L7,
  1241. li.L8,
  1242. li.L9 { color: #888; border-left: 1px solid #ccc; padding-left:5px; list-style-type: decimal !important; }
  1243. /* Alternate shading for lines */
  1244. li.L1,
  1245. li.L3,
  1246. li.L5,
  1247. li.L7,
  1248. li.L9 { background: #fafafa !important; }
  1249. div.docs {
  1250. max-width: 880px;
  1251. }
  1252. div.docs ul.nav {
  1253. margin-bottom: 0px !important;
  1254. }
  1255. div.docs div.docnav {
  1256. display: inline-block;
  1257. padding: 6px 5px 6px 5px;
  1258. border-left: 1px solid #ccc;
  1259. border-right: 1px solid #ccc;
  1260. border-bottom: 1px solid #ccc;
  1261. border-radius: 0px 0px 3px 3px;
  1262. background-color: #ECF1F4;
  1263. color: #666;
  1264. text-align: left;
  1265. margin-top: -10px;
  1266. }
  1267. div.docs .content {
  1268. margin-top: 10px;
  1269. }
  1270. div.docs div.markdown {
  1271. margin-top: 10px;
  1272. }
  1273. div.markdown {
  1274. line-height: 1.4;
  1275. }
  1276. div.markdown h1 {
  1277. padding: 0px 0px 4px;
  1278. border-bottom: 1px solid rgb(221, 221, 221);
  1279. margin: 4px 0px 8px;
  1280. }
  1281. div.markdown h2 {
  1282. padding: 4px 0px;
  1283. border-bottom: 1px solid rgb(238, 238, 238);
  1284. margin: 4px 0px 8px;
  1285. }
  1286. div.markdown h3 {
  1287. padding: 8px 0px 4px;
  1288. }
  1289. div.markdown li {
  1290. line-height: 1.4;
  1291. }
  1292. div.markdown pre {
  1293. background-color: rgb(250, 250, 250);
  1294. border: 1px solid rgb(221, 221, 221);
  1295. border-radius: 4px 4px 4px 4px;
  1296. display: block;
  1297. font-size: 12px;
  1298. line-height: 18px;
  1299. margin: 9px 0;
  1300. padding: 8.5px;
  1301. white-space: pre-wrap;
  1302. }
  1303. div.markdown pre code {
  1304. background-color: inherit;
  1305. border: none;
  1306. padding: 0;
  1307. }
  1308. div.markdown code {
  1309. background-color: rgb(250, 250, 250);
  1310. border: 1px solid rgb(221, 221, 221);
  1311. border-radius: 3px;
  1312. padding: 0 0.4em;
  1313. }
  1314. div.markdown table {
  1315. max-width: 100%;
  1316. background-color: transparent;
  1317. border-collapse: collapse;
  1318. border-spacing: 0px;
  1319. font-size: inherit;
  1320. border-width: 0px 1px 1px 0px;
  1321. border-style: solid solid solid none;
  1322. border-color: rgb(221, 221, 221);
  1323. border-image: none;
  1324. border-collapse: separate;
  1325. margin: 10px 0px 20px;
  1326. }
  1327. div.markdown table td, div.markdown table th {
  1328. padding: 8px;
  1329. line-height: 20px;
  1330. text-align: left;
  1331. vertical-align: top;
  1332. border-top: 1px solid rgb(221, 221, 221);
  1333. border-left: 1px solid rgb(221, 221, 221);
  1334. }
  1335. div.markdown table.text th, div.markdown table.text td {
  1336. vertical-align: top;
  1337. border-top: 1px solid #ccc;
  1338. padding:5px;
  1339. }