Dashboard sipadu mbip
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

jqm-demos.css 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733
  1. /* JQM Demos custom CSS */
  2. /* Header */
  3. .jqm-demos .jqm-header {
  4. background: #fff;
  5. border-top: 4px solid #3eb249;
  6. border-bottom-color: #eee;
  7. }
  8. .jqm-demos .jqm-header h2 {
  9. padding: .4em 0 .1em;
  10. margin: 0 3em;
  11. }
  12. .jqm-demos .jqm-header h2 a {
  13. display: inline-block;
  14. text-decoration: none;
  15. min-height: 40px;
  16. }
  17. .jqm-demos .jqm-header h2 img {
  18. display: block;
  19. width: 140px;
  20. height: auto;
  21. }
  22. .jqm-demos .jqm-header h2 > img {
  23. display: inline-block;
  24. }
  25. .jqm-demos .jqm-header p {
  26. position: absolute;
  27. bottom: -2em;
  28. left: 1em;
  29. margin: 0;
  30. color: #666;
  31. font-family: 'Open Sans', sans-serif;
  32. font-weight: 300;
  33. text-transform: uppercase;
  34. }
  35. .jqm-demos .jqm-header .ui-btn {
  36. width: 2em;
  37. height: 2em;
  38. background: none;
  39. border: 0;
  40. top: 50%;
  41. margin-top: -1em;
  42. -webkit-border-radius: .3125em;
  43. border-radius: .3125em;
  44. opacity: .4;
  45. filter: Alpha(Opacity=40);
  46. }
  47. /* Footer */
  48. .jqm-demos .jqm-footer.ui-footer {
  49. position: absolute;
  50. bottom: 0;
  51. padding-bottom: 0;
  52. }
  53. .jqm-demos .jqm-footer {
  54. border-top: 1px solid #3eb249;
  55. }
  56. .jqm-demos .jqm-footer p {
  57. font-size: .8em;
  58. color: #999;
  59. font-family: 'Open Sans', sans-serif;
  60. font-weight: 300;
  61. margin: 0 1.25em 1.25em;
  62. }
  63. .jqm-demos .jqm-footer p:first-child {
  64. font-size: 1em;
  65. color: #666;
  66. font-weight: 400;
  67. margin: 1em 1em .75em;
  68. }
  69. /* Content */
  70. .jqm-demos .jqm-content {
  71. padding-top: 3em;
  72. }
  73. .jqm-demos .jqm-content > h1,
  74. .jqm-demos .jqm-content > h2,
  75. .jqm-demos .jqm-content > h3,
  76. .jqm-demos .jqm-content > p,
  77. .jqm-demos .jqm-content > ul li,
  78. .jqm-demos .jqm-content > a {
  79. font-family: 'Open Sans', sans-serif;
  80. font-weight: 300;
  81. }
  82. .jqm-demos .jqm-content > h1 {
  83. font-size: 2.4em;
  84. margin: 0 0 .625em;
  85. }
  86. .jqm-demos .jqm-content > h2 {
  87. color: #3eb249;
  88. background-color: transparent;
  89. border-bottom: 1px solid #ddd;
  90. font-size: 1.6em;
  91. padding-bottom: .2em;
  92. margin: 0 0 .7375em;
  93. }
  94. .jqm-demos .jqm-content > h3 {
  95. color: #3eb249;
  96. background-color: transparent;
  97. font-size: 1.4em;
  98. margin: 0 0 1em;
  99. }
  100. .jqm-demos .jqm-content > p {
  101. font-size: 1.2em;
  102. line-height: 1.5;
  103. }
  104. .jqm-demos .jqm-content > ul:not(.jqm-list) li {
  105. font-size: 1.2em;
  106. line-height: 1.5;
  107. }
  108. .jqm-demos .jqm-content > p {
  109. margin: 0 0 1.25em;
  110. }
  111. .jqm-demos .jqm-content > ul,
  112. .jqm-demos .jqm-content > ol {
  113. padding-left: 1.3em;
  114. }
  115. .jqm-demos .jqm-content > .ui-listview {
  116. padding-left: 0;
  117. }
  118. .jqm-demos .jqm-content > a,
  119. .jqm-demos .jqm-content > p a,
  120. .jqm-demos .jqm-content > ul:not(.jqm-list) li a {
  121. font-weight: 400;
  122. text-decoration: none;
  123. }
  124. .jqm-demos .jqm-content strong {
  125. font-weight: 700;
  126. }
  127. .jqm-demos .jqm-content > p strong {
  128. font-weight: 400;
  129. }
  130. /* Homepage */
  131. .jqm-home > .jqm-content > img {
  132. width: 400px;
  133. max-width: 100%;
  134. display: block;
  135. margin: 2.5em 0;
  136. }
  137. .jqm-home .ui-grid-a {
  138. margin: 2.5em -.5em -.5em;
  139. }
  140. .jqm-block-content {
  141. margin: .5em;
  142. padding: 1em;
  143. background: #fff;
  144. border: 1px solid #eee;
  145. -webkit-border-radius: .3125em;
  146. border-radius: .3125em;
  147. font-family: 'Open Sans', sans-serif;
  148. }
  149. .jqm-block-content h3 {
  150. font-size: 1.5em;
  151. font-weight: 300;
  152. color: #3eb249;
  153. border-bottom: 1px solid #ddd;
  154. padding-bottom: .25em;
  155. margin: 0 0 .5em;
  156. }
  157. .jqm-block-content p {
  158. font-size: 1.1em;
  159. font-weight: 300;
  160. line-height: 1.4;
  161. margin: .7em 0;
  162. }
  163. .jqm-block-content p:last-child {
  164. margin-bottom: 0;
  165. }
  166. .jqm-block-content a:link {
  167. font-weight: 300;
  168. text-decoration: none;
  169. }
  170. /* Code */
  171. .jqm-content pre,
  172. .jqm-content code {
  173. font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  174. background: #e5e5e5;
  175. background: rgba(0,0,0,.05);
  176. padding: 0 .125em;
  177. }
  178. .jqm-content pre {
  179. padding: 0 1em 1.2em;
  180. white-space: pre-wrap;
  181. }
  182. .jqm-content pre > code {
  183. padding: 0;
  184. background: none;
  185. font-size: .9em;
  186. }
  187. /* Lists */
  188. .jqm-demos .jqm-search .jqm-list {
  189. margin: 0 -1em 1em;
  190. }
  191. .jqm-demos .jqm-list .ui-btn,
  192. .jqm-demos .jqm-list .ui-btn:visited,
  193. .jqm-demos .jqm-list .ui-li-divider {
  194. font-family: 'Open Sans', sans-serif;
  195. font-weight: 300;
  196. text-shadow: none !important;
  197. }
  198. .jqm-demos .jqm-list .ui-btn:hover,
  199. .jqm-demos .jqm-list .ui-btn:active {
  200. color: #3388cc;
  201. }
  202. .jqm-demos .jqm-list .ui-btn.ui-btn-active {
  203. color: #fff;
  204. }
  205. .jqm-demos .jqm-list .ui-li-divider {
  206. color: #3eb249;
  207. }
  208. /* Navmenu */
  209. .jqm-navmenu-panel .ui-listview > li .ui-collapsible-heading {
  210. margin: 0;
  211. }
  212. .jqm-navmenu-panel .ui-collapsible.ui-li-static {
  213. padding: 0;
  214. border: none !important;
  215. }
  216. .jqm-navmenu-panel .ui-collapsible + li > .ui-btn,
  217. .jqm-navmenu-panel .ui-collapsible + .ui-collapsible > .ui-collapsible-heading > .ui-btn,
  218. .jqm-navmenu-panel .ui-panel-inner > .ui-listview > li.ui-first-child .ui-btn {
  219. border-top: none !important;
  220. }
  221. .jqm-navmenu-panel .ui-listview .ui-listview .ui-btn {
  222. padding-left: 1.5em;
  223. color: #999;
  224. }
  225. .jqm-navmenu-panel .ui-listview .ui-listview .ui-btn.ui-btn-active {
  226. color: #fff;
  227. }
  228. .jqm-navmenu-panel .ui-btn:after {
  229. opacity: .4;
  230. filter: Alpha(Opacity=40);
  231. }
  232. .jqm-demos .jqm-navmenu-panel.jqm-panel-page-nav {
  233. display: none;
  234. position: absolute;
  235. top: 178px;
  236. left: 12px;
  237. }
  238. .jqm-demos .jqm-navmenu-panel.jqm-panel-page-nav ul li:first-child a{
  239. border-top: none;
  240. }
  241. /* Search */
  242. .jqm-search-panel .ui-panel-inner {
  243. padding-top: 0;
  244. }
  245. .jqm-search-panel .ui-input-search {
  246. margin: 1em 0;
  247. }
  248. .jqm-search-panel .ui-input-search.ui-focus {
  249. -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  250. -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  251. box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  252. }
  253. .jqm-list .jqm-search-results-keywords {
  254. padding: .46857em 0 0;
  255. font-size: .8em;
  256. font-weight: 300;
  257. color: #999;
  258. display: block;
  259. text-overflow: ellipsis;
  260. overflow: hidden;
  261. white-space: nowrap;
  262. }
  263. .ui-btn-active .jqm-search-results-keywords {
  264. color: #fff;
  265. }
  266. .jqm-search-results-highlight {
  267. color: #3388cc;
  268. font-weight: 400;
  269. }
  270. .ui-btn-active .jqm-search-results-highlight {
  271. color: #fff;
  272. font-weight: 300;
  273. }
  274. /* Quick links */
  275. .jqm-demos .jqm-content .jqm-deeplink {
  276. display: block;
  277. color: #999;
  278. font-weight: 300;
  279. border-top: 1px solid #eee;
  280. text-align: right;
  281. padding-top: .2em;
  282. margin: 0 0 1.5em;
  283. }
  284. .jqm-demos .jqm-content .jqm-deeplink:after {
  285. content: "";
  286. display: block;
  287. float: right;
  288. margin: .1em 0 0 .5em;
  289. width: 1em;
  290. height: 1em;
  291. background-position: center center;
  292. background-repeat: no-repeat;
  293. opacity: .4;
  294. filter: Alpha(Opacity=40);
  295. }
  296. /* View source links */
  297. .jqm-demos .jqm-content .jqm-view-source-link,
  298. .jqm-demos .jqm-content .jqm-view-source-link:visited,
  299. .jqm-demos .jqm-content .jqm-view-source-link:hover,
  300. .jqm-demos .jqm-content .jqm-view-source-link:active {
  301. color: #3eb249;
  302. font-family: 'Open Sans', sans-serif;
  303. font-weight: 400;
  304. margin: 2em 0 1.5em 1em;
  305. }
  306. .jqm-demos .jqm-content .jqm-view-source-link.ui-btn-active:link {
  307. color: #fff;
  308. }
  309. @media (min-width: 60em) {
  310. .jqm-demos .jqm-header h2 {
  311. padding: 1em 0 .7em;
  312. margin: 0 1em 0 3%;
  313. text-align: left;
  314. }
  315. .jqm-demos .jqm-header h2 img {
  316. width: 275px;
  317. height: 78px;
  318. }
  319. .jqm-demos .jqm-header p {
  320. bottom: auto;
  321. left: auto;
  322. top: 50%;
  323. right: 15%;
  324. font-size: 1.2em;
  325. margin-top: -.625em;
  326. }
  327. .jqm-demos .jqm-navmenu-link {
  328. display: none;
  329. }
  330. .jqm-demos .jqm-search-link {
  331. right: 3%;
  332. }
  333. .jqm-demos .jqm-footer p {
  334. float: right;
  335. margin: 1.5em 3% 1.5em 1.5em;
  336. }
  337. .jqm-demos .jqm-footer p:first-child {
  338. float: left;
  339. margin: 1.25em 1.25em 1.25em 3%;
  340. }
  341. .jqm-demos .jqm-navmenu-panel {
  342. visibility: visible;
  343. position: relative;
  344. left: 0;
  345. clip: initial;
  346. float: left;
  347. width: 25%;
  348. background: none;
  349. -webkit-transition: none !important;
  350. -moz-transition: none !important;
  351. transition: none !important;
  352. -webkit-transform: none !important;
  353. -moz-transform: none !important;
  354. transform: none !important;
  355. -webkit-box-shadow: none;
  356. -moz-box-shadow: none;
  357. box-shadow: none;
  358. }
  359. .jqm-demos.jqm-panel-page .jqm-navmenu-panel {
  360. display: none;
  361. }
  362. html .jqm-demos.jqm-panel-page .jqm-navmenu-panel.jqm-panel-page-nav {
  363. display: block;
  364. }
  365. .jqm-demos .jqm-navmenu-panel .ui-panel-inner {
  366. margin-top: 3em;
  367. margin-bottom: 3em;
  368. }
  369. .jqm-demos .jqm-content {
  370. width: 67%;
  371. padding-top: 2em;
  372. padding-left: 5%;
  373. padding-right: 3%;
  374. float: right;
  375. }
  376. .jqm-demos .jqm-content.jqm-fullwidth {
  377. width: auto;
  378. padding-left: 15%;
  379. padding-right: 15%;
  380. float: none;
  381. }
  382. .jqm-navmenu-panel .ui-listview .ui-btn {
  383. padding-left: 12.5%;
  384. }
  385. .jqm-navmenu-panel .ui-listview .ui-listview .ui-btn {
  386. padding-left: 15%;
  387. }
  388. .jqm-navmenu-panel .ui-collapsible,
  389. .jqm-navmenu-panel .ui-collapsible-content,
  390. .jqm-navmenu-panel .ui-btn {
  391. background: none !important;
  392. border-color: #ddd !important;
  393. }
  394. .jqm-navmenu-panel .ui-btn.ui-btn-active {
  395. color: #3388cc !important;
  396. }
  397. .jqm-navmenu-panel .ui-btn::after {
  398. opacity: 0;
  399. -webkit-transition: opacity 500ms ease;
  400. -moz-transition: opacity 500ms ease;
  401. transition: opacity 500ms ease;
  402. }
  403. .jqm-navmenu-panel .ui-btn:hover::after {
  404. opacity: .4;
  405. }
  406. .jqm-search-panel {
  407. width: 26em;
  408. right: -26em;
  409. z-index: 1003; /* Puts the panel on top of the dismiss modal which is not adjusted to custom width */
  410. }
  411. .jqm-search-panel.ui-panel-animate.ui-panel-position-right {
  412. -webkit-transform: translate3d(26em,0,0);
  413. -moz-transform: translate3d(26em,0,0);
  414. transform: translate3d(26em,0,0);
  415. }
  416. .ui-panel-dismiss-open.ui-panel-dismiss-position-right {
  417. left: -17em;
  418. right: 17em;
  419. }
  420. }
  421. @media (min-width: 35em) {
  422. .jqm-block-content {
  423. min-height: 18em;
  424. }
  425. }
  426. /* View source popup */
  427. #jqm-view-source-popup.ui-popup-container {
  428. width: 90%;
  429. max-width: 1500px;
  430. }
  431. .jqm-view-source .ui-collapsible-set {
  432. margin: 0;
  433. }
  434. .jqm-view-source .ui-collapsible-heading .ui-btn {
  435. font-family: 'Open Sans', sans-serif;
  436. font-weight: 400;
  437. }
  438. .jqm-view-source .ui-collapsible-heading .ui-btn-inner {
  439. padding: .4em;
  440. }
  441. .jqm-view-source .ui-collapsible-content {
  442. padding: 0;
  443. overflow: auto;
  444. }
  445. .jqm-view-source .ui-collapsible-content .phpStatus {
  446. padding: 1em;
  447. }
  448. .jqm-view-source .ui-collapsible-content > div,
  449. .jqm-view-source .ui-collapsible-content .syntaxhighlighter {
  450. border-bottom-right-radius: inherit;
  451. border-bottom-left-radius: inherit;
  452. }
  453. .jqm-view-source .ui-collapsible-content::-webkit-scrollbar {
  454. width: 5px;
  455. }
  456. .jqm-view-source .ui-collapsible-content::-webkit-scrollbar-track {
  457. background: transparent;
  458. }
  459. .jqm-view-source .ui-collapsible-content::-webkit-scrollbar-thumb {
  460. background: #435A5F;
  461. border: solid #222;
  462. border-width: 12px 2px 12px 0;
  463. border-bottom-right-radius: 5px;
  464. }
  465. .jqm-view-source .ui-collapsible-content td.code .container > textarea {
  466. resize: none;
  467. }
  468. /* Button C - HTML */
  469. .jqm-view-source .ui-btn.ui-btn-c,
  470. .jqm-view-source .ui-btn.ui-btn-c:visited,
  471. .jqm-view-source .ui-btn.ui-btn-c:hover,
  472. .jqm-view-source .ui-btn.ui-btn-c:active,
  473. .jqm-view-source .ui-btn.ui-btn-c.ui-btn-active {
  474. background: #005aff;
  475. border-color: #0033cc;
  476. color: #fff;
  477. text-shadow: 0 1px 0 #0033cc;
  478. }
  479. /* Button D - PHP */
  480. .jqm-view-source .ui-btn.ui-btn-d,
  481. .jqm-view-source .ui-btn.ui-btn-d:visited,
  482. .jqm-view-source .ui-btn.ui-btn-d:hover,
  483. .jqm-view-source .ui-btn.ui-btn-d:active,
  484. .jqm-view-source .ui-btn.ui-btn-d.ui-btn-active {
  485. background: #ed1c24;
  486. border-color: #ff0000;
  487. color: #fff;
  488. text-shadow: 0 1px 0 #ff0000;
  489. }
  490. /* Button E - JS */
  491. .jqm-view-source .ui-btn.ui-btn-e,
  492. .jqm-view-source .ui-btn.ui-btn-e:visited,
  493. .jqm-view-source .ui-btn.ui-btn-e:hover,
  494. .jqm-view-source .ui-btn.ui-btn-e:active,
  495. .jqm-view-source .ui-btn.ui-btn-e.ui-btn-active {
  496. background: #3EB249;
  497. border-color: #108040;
  498. color: #fff;
  499. text-shadow: 0 1px 0 #108040;
  500. }
  501. /* Button F - CSS */
  502. .jqm-view-source .ui-btn.ui-btn-f,
  503. .jqm-view-source .ui-btn.ui-btn-f:visited,
  504. .jqm-view-source .ui-btn.ui-btn-f:hover,
  505. .jqm-view-source .ui-btn.ui-btn-f:active,
  506. .jqm-view-source .ui-btn.ui-btn-f.ui-btn-active {
  507. background: #ec008c;
  508. border-color: #cc0099;
  509. color: #fff;
  510. text-shadow: 0 1px 0 #cc0099;
  511. }
  512. /**
  513. * SyntaxHighlighter
  514. * http://alexgorbatchev.com/SyntaxHighlighter
  515. *
  516. * SyntaxHighlighter is donationware. If you are using it, please donate.
  517. * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
  518. *
  519. * @version
  520. * 3.0.83 (July 02 2010)
  521. *
  522. * @copyright
  523. * Copyright (C) 2004-2010 Alex Gorbatchev.
  524. *
  525. * @license
  526. * Dual licensed under the MIT and GPL licenses.
  527. */
  528. .syntaxhighlighter a,
  529. .syntaxhighlighter div,
  530. .syntaxhighlighter code,
  531. .syntaxhighlighter table,
  532. .syntaxhighlighter table td,
  533. .syntaxhighlighter table tr,
  534. .syntaxhighlighter table tbody,
  535. .syntaxhighlighter table thead,
  536. .syntaxhighlighter table caption,
  537. .syntaxhighlighter textarea {
  538. background: none;
  539. border: 0;
  540. bottom: auto;
  541. float: none;
  542. left: auto;
  543. height: auto;
  544. line-height: 18px;
  545. margin: 0;
  546. outline: 0;
  547. overflow: visible;
  548. padding: 0;
  549. position: static;
  550. right: auto;
  551. text-align: left;
  552. top: auto;
  553. vertical-align: baseline;
  554. width: auto;
  555. box-sizing: content-box;
  556. font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  557. font-weight: normal;
  558. font-style: normal;
  559. font-size: 14px;
  560. min-height: inherit;
  561. min-height: auto;
  562. }
  563. .syntaxhighlighter {
  564. width: auto;
  565. margin: 0;
  566. padding: 1em 0;
  567. position: relative;
  568. overflow: auto;
  569. font-size: 13px;
  570. }
  571. .syntaxhighlighter.source {
  572. overflow: hidden;
  573. }
  574. .syntaxhighlighter .bold {
  575. font-weight: bold;
  576. }
  577. .syntaxhighlighter .italic {
  578. font-style: italic;
  579. }
  580. .syntaxhighlighter .line {
  581. white-space: pre;
  582. white-space: pre-wrap;
  583. }
  584. .syntaxhighlighter table {
  585. width: 100%;
  586. }
  587. .syntaxhighlighter table caption {
  588. text-align: left;
  589. padding: .5em 0 0.5em 1em;
  590. }
  591. .syntaxhighlighter table td.code {
  592. width: 100%;
  593. }
  594. .syntaxhighlighter table td.code .container {
  595. position: relative;
  596. }
  597. .syntaxhighlighter table td.code .container textarea {
  598. box-sizing: border-box;
  599. position: absolute;
  600. left: 0;
  601. top: 0;
  602. width: 100%;
  603. height: 100%;
  604. border: none;
  605. background: white;
  606. padding-left: 1em;
  607. overflow: hidden;
  608. white-space: pre;
  609. }
  610. .syntaxhighlighter table td.gutter .line {
  611. text-align: right;
  612. padding: 0 0.5em 0 1em;
  613. }
  614. .syntaxhighlighter table td.code .line {
  615. padding: 0 1em;
  616. }
  617. .syntaxhighlighter.show {
  618. display: block;
  619. }
  620. .syntaxhighlighter.collapsed table {
  621. display: none;
  622. }
  623. .syntaxhighlighter .line.alt1 {
  624. background-color: transparent;
  625. }
  626. .syntaxhighlighter .line.alt2 {
  627. background-color: transparent;
  628. }
  629. .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
  630. background-color: #253e5a;
  631. }
  632. .syntaxhighlighter .line.highlighted.number {
  633. color: #38566f;
  634. }
  635. .syntaxhighlighter table caption {
  636. color: #d1edff;
  637. }
  638. .syntaxhighlighter .gutter {
  639. color: #afafaf;
  640. }
  641. .syntaxhighlighter .gutter .line {
  642. border-right: 3px solid #435a5f;
  643. }
  644. .syntaxhighlighter .gutter .line.highlighted {
  645. background-color: #435a5f;
  646. color: #0f192a;
  647. }
  648. .syntaxhighlighter.collapsed {
  649. overflow: visible;
  650. }
  651. .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  652. color: #eee;
  653. }
  654. .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
  655. color: #5ba1cf;
  656. }
  657. .syntaxhighlighter .string {
  658. color: #98da31;
  659. }
  660. .syntaxhighlighter .string a {
  661. color: #1dc116;
  662. }
  663. .syntaxhighlighter .keyword {
  664. color: #ffae00;
  665. }
  666. .syntaxhighlighter .preprocessor {
  667. color: #8aa6c1;
  668. }
  669. .syntaxhighlighter .variable {
  670. color: #ffaa3e;
  671. }
  672. .syntaxhighlighter .value {
  673. color: #f7e741;
  674. }
  675. .syntaxhighlighter .functions {
  676. color: #ffaa3e;
  677. }
  678. .syntaxhighlighter .constants {
  679. color: #e0e8ff;
  680. }
  681. .syntaxhighlighter .script {
  682. font-weight: bold;
  683. color: #b43d3d;
  684. background-color: none;
  685. }
  686. .syntaxhighlighter .color1 {
  687. color: #8df;
  688. }
  689. .syntaxhighlighter .color1 a {
  690. color: #f8bb00;
  691. }
  692. .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
  693. color: white;
  694. }
  695. .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
  696. color: #ffaa3e;
  697. }
  698. .syntaxhighlighter table td.code {
  699. cursor: text;
  700. }
  701. .syntaxhighlighter table td.code .container textarea {
  702. background: #eee;
  703. white-space: pre;
  704. white-space: pre-wrap;
  705. }
  706. .syntaxhighlighter ::-moz-selection {
  707. background-color: #3399ff;
  708. color: #fff;
  709. text-shadow: none;
  710. }
  711. .syntaxhighlighter ::-webkit-selection {
  712. background-color: #3399ff;
  713. color: #fff;
  714. text-shadow: none;
  715. }
  716. .syntaxhighlighter ::selection {
  717. background-color: #3399ff;
  718. color: #fff;
  719. text-shadow: none;
  720. }