mCustomScrollbar_style.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829
  1. /* stylesheet for demo and examples */
  2. @import url(http://fonts.googleapis.com/css?family=Lobster+Two:700italic,700);
  3. @import url(http://fonts.googleapis.com/css?family=Oswald:300);
  4. body{
  5. background-color: #222;
  6. color: #eee;
  7. font-size: 14px;
  8. font-family: "Verdana",Geneva,sans-serif;
  9. margin: 0;
  10. padding: 0;
  11. min-width: 480px;
  12. }
  13. a{
  14. color: inherit;
  15. -webkit-transition: all .2s ease-in-out;
  16. -moz-transition: all .2s ease-in-out;
  17. -o-transition: all .2s ease-in-out;
  18. transition: all .2s ease-in-out;
  19. }
  20. a:hover{
  21. text-decoration: none;
  22. color: #fff;
  23. }
  24. h1, h2, h3{
  25. font-family: "Lobster Two", "Georgia", serif;
  26. font-weight: 700;
  27. font-style: italic;
  28. color: #6bdaea;
  29. }
  30. hr{
  31. background-color: transparent;
  32. height: 0;
  33. border: none;
  34. border-bottom: 1px solid rgba(255,255,255,0.08);
  35. border-top: 1px solid rgba(0,0,0,0.9);
  36. margin: 0;
  37. clear: both;
  38. }
  39. header, #demo, footer{
  40. position: relative;
  41. margin: 0 auto;
  42. width: 90%;
  43. padding: 0 30px;
  44. }
  45. header{
  46. margin-top: 30px;
  47. margin-bottom: 40px;
  48. }
  49. #demo{ line-height: 20px; }
  50. .logo{
  51. display: inline-block;
  52. margin-right: 20px;
  53. }
  54. .logo img{
  55. vertical-align: bottom;
  56. border: 0;
  57. }
  58. header hr{ margin-top: 20px; }
  59. .title{
  60. display: inline-block;
  61. font-size: 32px;
  62. vertical-align: middle;
  63. margin-right: 40px;
  64. line-height: 24px;
  65. }
  66. .title{ margin-top: 5px; }
  67. nav ul, .callbacks ul, .disable-destroy ul, .show-hide ul, #sortable ul, .dialog ul, .all-themes-switch ul, .scrollTo ul{
  68. overflow: hidden;
  69. margin: 0;
  70. padding: 0;
  71. list-style: none;
  72. }
  73. h1{
  74. margin: 20px 0;
  75. color: inherit;
  76. }
  77. img{
  78. max-width: 100%;
  79. height: auto;
  80. }
  81. #info p{
  82. font-size: 12px;
  83. color: #bbb;
  84. padding: 6px 15px;
  85. }
  86. .callbacks, .callbacks + p, #examples, .content, .disable-destroy, .show-hide, .dialog, .all-themes-switch, .scrollTo{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
  87. nav, .callbacks, .disable-destroy, .show-hide, .dialog, .all-themes-switch, .scrollTo{ background: #111; }
  88. nav ul li, .callbacks ul li, .disable-destroy ul li, .show-hide ul li, .dialog ul li, .all-themes-switch ul li, .scrollTo ul li{
  89. float: left;
  90. margin: 3px 6px 3px 0;
  91. }
  92. .callbacks ul li.off{ opacity: 0.4; }
  93. .callbacks ul li a, .disable-destroy ul li a, .show-hide ul li a, .dialog ul li a, .all-themes-switch ul li a, .scrollTo ul li a{
  94. display: block;
  95. padding: 3px 15px;
  96. text-decoration: none;
  97. color: #ccc;
  98. }
  99. .callbacks + p{
  100. color: #bbb;
  101. font-size: 12px;
  102. }
  103. .callbacks + p span{ display: inline-block; }
  104. .callbacks + p span span{
  105. color: #eee;
  106. min-width: 40px;
  107. }
  108. .callbacks a span{
  109. display: inline-block;
  110. vertical-align: middle;
  111. width: 14px;
  112. height: 14px;
  113. background: #333;
  114. margin-right: 3px;
  115. -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
  116. }
  117. .callbacks a span.on{ background: #eb3755; }
  118. .callback-offset, .callback-offset-back{
  119. width: 100%;
  120. position: absolute;
  121. }
  122. .callback-offset-back{
  123. top: 0;
  124. height: 50px;
  125. border-bottom: 1px dashed #ffed0d;
  126. }
  127. .callback-offset{
  128. bottom: 0;
  129. height: 60px;
  130. border-top: 1px dashed #ffed0d;
  131. }
  132. code{
  133. color: #caaee1;
  134. font-family: monospace;
  135. }
  136. #examples{
  137. background-color: #191919;
  138. background-color: rgba(0,0,0,0.3);
  139. padding: 5px;
  140. margin: 10px 0;
  141. overflow: hidden;
  142. }
  143. #examples > hr{ margin: 20px 10px; }
  144. .content{
  145. overflow: auto;
  146. position: relative;
  147. padding: 20px;
  148. background: #333;
  149. margin: 10px;
  150. width: 740px;
  151. max-width: 97%;
  152. height: 400px;
  153. -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  154. }
  155. .content.hidden{ display: none; }
  156. .content.light{
  157. background-color: #ddd;
  158. color: #333;
  159. }
  160. .content hr{
  161. margin-bottom: -10px;
  162. border-top: 1px solid rgba(0,0,0,0.7);
  163. }
  164. .content.light hr{
  165. border-bottom: 1px solid rgba(255,255,255,0.6);
  166. border-top: 1px solid rgba(0,0,0,0.1);
  167. }
  168. .content p{ margin: 30px 0; }
  169. .content p:last-child{ margin-bottom: 5px; }
  170. .content p:nth-child(odd), .content.light p:nth-child(odd){
  171. background: #444;
  172. background: rgba(255,255,255,0.1);
  173. padding: 5px 10px;
  174. -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  175. }
  176. .content p:nth-child(3n+3){
  177. color: #bbb;
  178. background: none;
  179. padding: 0;
  180. }
  181. .content.light p:nth-child(odd){
  182. background: #fff;
  183. background: rgba(255,255,255,0.8);
  184. }
  185. .content.light p:nth-child(3n+3){ color: #666; }
  186. .content p.full:nth-child(odd), .content p.half:nth-child(odd),
  187. .content p.full:nth-child(3n+3), .content p.half:nth-child(3n+3){
  188. background: none;
  189. padding: 0;
  190. }
  191. .content h2{
  192. font-size: 200%;
  193. line-height: 130%;
  194. }
  195. .content h2:first-child{ margin-top: 5px; }
  196. .content:nth-child(odd) h2{
  197. font-family: "Oswald", sans-serif;
  198. font-weight: 300;
  199. font-style: normal;
  200. }
  201. hr + .content:nth-child(odd) h2{
  202. font-family: "Lobster Two", "Georgia", serif;
  203. font-weight: 700;
  204. font-style: italic;
  205. }
  206. .content.light h2{ color: inherit; }
  207. .content img{
  208. margin: 0;
  209. -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  210. padding: 3px;
  211. background: rgba(0,0,0,0.2);
  212. }
  213. .content.light img{ background: rgba(255,255,255,0.4); }
  214. .content input[type='text'], .content textarea{
  215. border: none;
  216. background: transparent;
  217. background-color: #bbb;
  218. background-color: rgba(255,255,255,0.6);
  219. min-height: 20px;
  220. padding: 5px;
  221. -moz-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
  222. -webkit-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
  223. box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
  224. -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  225. width: 50%;
  226. font-size: inherit;
  227. font-family: inherit;
  228. color: #222;
  229. }
  230. .content textarea{
  231. min-height: 80px;
  232. width: 70%;
  233. }
  234. .content .half img{
  235. max-width: 48%;
  236. margin: 0 0 2% 2%;
  237. }
  238. .content .half img:nth-child(odd){ margin: 0 2% 2% 0; }
  239. #demo.showcase{ min-width: 740px; }
  240. .showcase .content{
  241. float: left;
  242. width: 340px;
  243. height: 300px;
  244. }
  245. .showcase .horizontal-images.content{
  246. height: 140px;
  247. width: 700px;
  248. max-width: 97%;
  249. padding: 5px 5px 0 5px;
  250. }
  251. .showcase .horizontal-images.content h2, .showcase .horizontal-images.content li img{ height: 119px; }
  252. .showcase .horizontal-images.content h2{
  253. color: #fff;
  254. background-color: #eb3755;
  255. padding: 10px 20px;
  256. margin: 0;
  257. -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  258. font-size: 165%;
  259. }
  260. .horizontal-images.content ul, .vertical-images.content ul{
  261. margin: 0;
  262. padding: 0;
  263. list-style: none;
  264. overflow: hidden;
  265. }
  266. .horizontal-images.content li{
  267. margin: 0 3px;
  268. float: left;
  269. }
  270. .vertical-images.content li{ margin: 3px 0; }
  271. .horizontal-images.content li:first-child{ margin-left: 0; }
  272. .vertical-images.content li:first-child{
  273. margin-bottom: 3px;
  274. margin-top: 0;
  275. }
  276. .horizontal-images.content li:last-child{ margin-right: 0; }
  277. .vertical-images.content li:last-child{ margin-bottom: 0; }
  278. .horizontal-images.content li img{
  279. width: auto;
  280. padding: 0;
  281. }
  282. .showcase #content-1.content{ height: 620px; }
  283. .showcase #content-2.content{ height: 620px; }
  284. .showcase #content-2.content h2{ color: #333; }
  285. .showcase #content-3.content{
  286. background-color: #412626;
  287. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA7+M2IR/w8UY0SXAAuCFCNLwAWRJVAEYRIYgiAJALsgBgYbCawOAAAAAElFTkSuQmCC");
  288. margin-right: 40px;
  289. width: 310px;
  290. }
  291. .showcase #content-3.content h2{ color: #eb3755; }
  292. .showcase #content-4.content{ background-color: #1C383F; }
  293. .showcase #content-4.content h2{ color: #ddd; }
  294. .showcase #content-6.horizontal-images.content{
  295. padding: 10px 0 5px 0;
  296. background-color: #444;
  297. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGA4A8QmQAwGjDAGNgGwSgwVAFVOAgV/1mwxAAAAAElFTkSuQmCC");
  298. }
  299. .showcase #content-6.horizontal-images.content .mCSB_scrollTools{
  300. margin-left: 10px;
  301. margin-right: 10px;
  302. }
  303. .showcase #content-6.horizontal-images.content ul{
  304. margin-left: 10px;
  305. margin-right: 10px;
  306. }
  307. .showcase #content-6.horizontal-images.content h2{
  308. color: #222;
  309. background-color: #c2beb2;
  310. }
  311. .showcase #content-6.horizontal-images.content h2, .showcase #content-6.horizontal-images.content li img{ height: 105px; }
  312. .showcase #content-7.content{ height: 620px; }
  313. .showcase #content-8.content{
  314. width: 670px;
  315. height: 580px;
  316. padding: 0;
  317. background-color: #151515;
  318. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAK0lEQVQIW2NkwAL+//9vzIguDhZkZDyLIgETBCmGSyALwiXQBcES2ARBEgCUVxc3f8oLcQAAAABJRU5ErkJggg==");
  319. border: 5px solid rgba(0,0,0,0.5);
  320. margin-right: 40px;
  321. margin-bottom: 50px;
  322. }
  323. .showcase #content-8.content h2{
  324. margin-top: 20px;
  325. margin-left: 20px;
  326. margin-right: 20px;
  327. }
  328. .showcase #content-8.content p{
  329. width: 710px;
  330. float: left;
  331. margin: 15px 20px;
  332. }
  333. .showcase #content-8.content hr + p{ margin-top: 30px; }
  334. .showcase #content-8.content p:nth-child(3n+1){
  335. width: 1460px;
  336. clear: both;
  337. }
  338. .showcase #content-9.content{
  339. height: 620px;
  340. background-color: #c2beb2;
  341. padding: 5px;
  342. }
  343. .showcase #content-9.content .mCSB_container{ margin-right: 21px; }
  344. .showcase #content-9.content h2{
  345. height: 85px;
  346. padding: 10px;
  347. margin-bottom: 0;
  348. margin-top: 15px;
  349. font-size: 180%;
  350. color: #333;
  351. }
  352. .showcase #content-9.content img{
  353. padding: 0;
  354. vertical-align: bottom;
  355. }
  356. #iframe-container{
  357. width: 90%;
  358. max-width: 1110px;
  359. background: #000;
  360. overflow: hidden;
  361. }
  362. #iframe-container iframe{ vertical-align: bottom; }
  363. #infinite-scroll .offset{
  364. display: block;
  365. width: 100%;
  366. height: auto;
  367. color: #ffed0d;
  368. -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  369. }
  370. #infinite-scroll .offset p{
  371. margin-bottom: 60px;
  372. }
  373. #infinite-scroll .offset .indicator{
  374. display: block;
  375. width: 100%;
  376. height: 100px;
  377. background: #ffed0d;
  378. -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  379. }
  380. #examples.resizable{
  381. background:#444;
  382. padding-bottom: 30px;
  383. }
  384. #resizable.content{
  385. overflow: hidden;
  386. width: 640px;
  387. max-width: 80%;
  388. -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; /* jquery ui resizable bug: http://bugs.jqueryui.com/ticket/8932 */
  389. }
  390. #resizable.content h2{ color: #444; }
  391. #resizable.content p{ width: 1000px }
  392. .content.fluid{
  393. width: 90%;
  394. max-width: 1680px;
  395. }
  396. .content.fluid h2{
  397. color: #eb3755;
  398. font-family: "Lobster Two", "Georgia", serif;
  399. font-weight: 700;
  400. font-style: italic;
  401. }
  402. .content.nested{ height: 600px; }
  403. .content.nested .nested{
  404. margin: 0 auto;
  405. background-color: rgba(0,0,0,0.1);
  406. height: 400px;
  407. }
  408. #content-1.content.nested{ margin-bottom: 40px; }
  409. #content-1.content.nested p{ width: 1000px; }
  410. #content-1.content.nested .nested{
  411. margin: 20px;
  412. width: 600px;
  413. height: 300px;
  414. }
  415. .content.zero-height{ height: 0; }
  416. .content.zero-width{ width: 0; }
  417. .init-hidden #examples{ min-height: 420px; }
  418. .full-page .content{ height: 800px; }
  419. .full-page-alt #mCSB_1_container{
  420. width: 97% !important; /* override plugin property */
  421. min-width: 480px;
  422. }
  423. .full-page-alt #mCSB_1_scrollbar_vertical{
  424. position: fixed;
  425. margin-right: 30px;
  426. margin-top: 16px;
  427. margin-bottom: 16px;
  428. }
  429. .full-page-alt #mCSB_1_scrollbar_horizontal{
  430. position: fixed;
  431. margin-bottom: 30px;
  432. margin-left: 16px;
  433. margin-right: 16px;
  434. }
  435. .full-page-alt .outer.content{ width: 960px; }
  436. .full-page-alt .horizontal-images.content{
  437. height: 275px;
  438. width: 100%;
  439. margin: 20px auto 10px auto;
  440. }
  441. .full-page-alt .horizontal-images.content img{ height: 200px; }
  442. .content table{
  443. width: 100%;
  444. border-collapse: collapse;
  445. border-top: 1px dashed #666;
  446. border-left: 1px dashed #666;
  447. border-right: 1px dashed #666;
  448. background: rgba(0,0,0,0.1);
  449. }
  450. .content table tr{ border-bottom: 1px dashed #666; }
  451. .content table td{ padding: 10px 20px 9px 20px; }
  452. .sortable{ min-width: 800px; }
  453. #sortable ul{
  454. margin-top: 20px;
  455. margin-bottom: 10px;
  456. }
  457. #sortable li{
  458. margin: 10px 40px;
  459. background: #444;
  460. padding: 5px 10px;
  461. color: #fff;
  462. -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  463. }
  464. #sortable li:active, #sortable .ui-sortable-helper{ background: #eb3755; }
  465. #examples.tabs, #examples.accordion, #examples.autocomplete{
  466. padding: 5px 20px 20px 20px;
  467. background-color: #333;
  468. }
  469. #examples.tabs h3, #examples.accordion h3{
  470. color: #222;
  471. font-family: inherit;
  472. font-style: inherit;
  473. }
  474. #tabs{ margin-bottom: 20px; }
  475. #tabs, #tabs-2, #accordion{
  476. width: 600px;
  477. max-width:95%;
  478. }
  479. #examples.tabs .ui-widget-content{ background-image: none; }
  480. #autocomplete{
  481. border: none;
  482. background: #fff;
  483. min-height: 20px;
  484. padding: 5px 8px;
  485. font-size: inherit;
  486. font-family: inherit;
  487. color: #222;
  488. margin-top: 15px;
  489. }
  490. #autocomplete:focus{ outline: none; }
  491. .ui-menu a{
  492. -webkit-transition: none;
  493. -moz-transition: none;
  494. -o-transition: none;
  495. transition: none;
  496. }
  497. .ui-menu .mCSB_container{ padding: 2px; }
  498. .ui-menu .mCSB_scrollTools{
  499. right: 5px;
  500. margin-top: 5px;
  501. margin-bottom: 5px;
  502. }
  503. .bootstrap #examples{ background: transparent; }
  504. .bootstrap #myModal-2 .modal-body{
  505. max-height: 340px;
  506. -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
  507. margin-bottom: -15px;
  508. }
  509. .bootstrap #myTab{ max-width: 600px; }
  510. .bootstrap #myTab .tab-pane{ padding: 15px 5px 15px 15px; }
  511. body.colorbox-demo #cboxContent, body.colorbox-demo #cboxContent p, body.colorbox-demo #cboxContent a:hover{ color: #333; }
  512. .all-themes #examples{ padding: 15px 0 0 15px; }
  513. .all-themes .content{
  514. width: 310px;
  515. height: 500px;
  516. margin: 0 20px 20px 0;
  517. float: left;
  518. }
  519. .all-themes .content h2, .all-themes .content p, .all-themes .content hr{
  520. width: 240px;
  521. -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  522. }
  523. .all-themes #content-m h2, .all-themes #content-m p, .all-themes #content-m hr,
  524. .all-themes #content-md h2, .all-themes #content-md p, .all-themes #content-md hr{ width: 270px; }
  525. .all-themes .content.expanded-content h2, .all-themes .content.expanded-content p, .all-themes .content.expanded-content hr,
  526. .all-themes #content-m.expanded-content h2, .all-themes #content-m.expanded-content p, .all-themes #content-m.expanded-content hr,
  527. .all-themes #content-md.expanded-content h2, .all-themes #content-md.expanded-content p, .all-themes #content-md.expanded-content hr{ width: 540px; }
  528. .max-height-example .content{
  529. height: auto;
  530. max-height: 400px;
  531. }
  532. .max-width-example{ min-width: 620px; }
  533. .max-width-example .content{
  534. height: auto;
  535. width: auto;
  536. max-width: 50%;
  537. min-width: 600px;
  538. display: inline-block;
  539. vertical-align: bottom;
  540. }
  541. .max-width-example .content ul{
  542. max-height: 135px;
  543. overflow-y: hidden;
  544. }
  545. .max-width-example .content img, .max-width-example .content ul li > a{
  546. height: 130px;
  547. border: 3px solid #444;
  548. }
  549. .max-width-example .content ul li > a{
  550. display: block;
  551. padding: 20px;
  552. -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  553. background: rgba(0,0,0,0.3);
  554. }
  555. .snap-scrolling-example .content{
  556. height: auto;
  557. width: 853px;
  558. }
  559. .snap-scrolling-example .content img{ height: 160px; }
  560. .textarea-example .content{ width: 360px; }
  561. .textarea-example .content form{ margin: 25px 0 15px 0; }
  562. .textarea-example .content textarea, .textarea-example .textarea-clone{
  563. width: 300px;
  564. padding: 0 10px;
  565. line-height:25px;
  566. -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  567. }
  568. .textarea-example .content textarea{
  569. height:160px;
  570. resize:none;
  571. overflow:hidden;
  572. outline:none;
  573. margin: 0;
  574. border:none;
  575. background:transparent;
  576. box-shadow: none;
  577. }
  578. .textarea-example .content .textarea-wrapper{
  579. height:182px;
  580. overflow:hidden;
  581. background-color: #bbb;
  582. background-color: rgba(255,255,255,0.6);
  583. -moz-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
  584. -webkit-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
  585. box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
  586. -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  587. }
  588. .textarea-example .textarea-clone{
  589. position:absolute;
  590. top:-9999px;
  591. left:-9999px;
  592. visibility:hidden;
  593. min-height: 160px;
  594. word-wrap: break-word;
  595. white-space: pre-wrap;
  596. }
  597. .textarea-example .content .textarea-wrapper .mCSB_scrollTools{ margin: 10px 5px; }
  598. .scrollTo-demo .content{ height: 290px; }
  599. .scrollTo-demo .demo-y{ height: 600px; }
  600. .scrollTo-demo .demo-x{
  601. width: 660px;
  602. background-color: #252525;
  603. }
  604. .scrollTo-demo .demo-x p{
  605. float: left;
  606. width: 300px;
  607. margin-left: 30px;
  608. height: auto;
  609. padding: 5px 10px;
  610. background-color: #333;
  611. -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  612. }
  613. .scrollTo-demo .demo-x hr + p{ margin-left: 0; }
  614. .scrollTo-demo .demo-yx{ background-color: #424242; }
  615. .scrollTo-demo .demo-yx p{ width: 1000px; }
  616. .scrollTo{ font-size: 12px; }
  617. .scrollTo + .scrollTo{ margin-top: 20px; }
  618. .scrollTo ul li:first-child span{
  619. display: block;
  620. padding: 3px 15px;
  621. }
  622. #test-id{
  623. background-color: #eb3755;
  624. color: #fff;
  625. }
  626. .rtl-demo #content-1{ width: 500px; }
  627. .rtl-demo #content-1 p{ width: 1000px; }
  628. .transitions #examples{
  629. -webkit-perspective: 1000;
  630. -moz-perspective: 1000;
  631. }
  632. .transitions .content{
  633. -webkit-transition: all .6s ease-out;
  634. -moz-transition: all .6s ease-out;
  635. -o-transition: all .6s ease-out;
  636. transition: all .6s ease-out;
  637. }
  638. footer{
  639. margin-top: 40px;
  640. margin-bottom: 40px;
  641. color: #bbb;
  642. font-size: 12px;
  643. }
  644. footer a{ margin-right: 20px; }
  645. @media only screen and (min-width: 1229px){
  646. .showcase .horizontal-images.content{ width: 1060px; }
  647. }
  648. @media only screen and (min-width: 1629px){
  649. .showcase .horizontal-images.content{ width: 700px; }
  650. }