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

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