Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

gitblit.css 29KB

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