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.

1549 lines
28 KiB

11 years ago
11 years ago
10 years ago
11 years ago
11 years ago
  1. /*******************************
  2. Highlighted Colors
  3. *******************************/
  4. ::-webkit-selection {
  5. background-color: #FFFFCC;
  6. color: #555555;
  7. }
  8. ::-moz-selection {
  9. background-color: #FFFFCC;
  10. color: #555555;
  11. }
  12. ::selection {
  13. background-color: #FFFFCC;
  14. color: #555555;
  15. }
  16. h1::-moz-selection,
  17. h2::-moz-selection,
  18. h3::-moz-selection {
  19. background-color: #F1C1C2;
  20. color: #222222;
  21. }
  22. h1::selection,
  23. h2::selection,
  24. h3::selection {
  25. background-color: #F1C1C2;
  26. color: #222222;
  27. }
  28. .ui *::-moz-selection {
  29. background-color: #CCE2FF;
  30. }
  31. .ui *::selection {
  32. background-color: #CCE2FF;
  33. }
  34. /*******************************
  35. Global
  36. *******************************/
  37. html,
  38. body {
  39. font-size: 14px;
  40. }
  41. body#example {
  42. background: #FCFCFC url(../images/bg.jpg) repeat;
  43. margin: 0px;
  44. padding: 0px;
  45. color: #555555;
  46. min-width: 320px;
  47. }
  48. body > .content {
  49. background: #FCFCFC url(../images/bg.jpg) repeat;
  50. }
  51. h1,
  52. h2,
  53. h3,
  54. h4,
  55. h5 {
  56. font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif/*rtl:prepend:"Droid Arabic Kufi","Droid Sans", */;
  57. }
  58. p {
  59. margin: 1em 0em;
  60. }
  61. p:first-child {
  62. margin-top: 0em;
  63. }
  64. p:last-child {
  65. margin-bottom: 0em;
  66. }
  67. /* links */
  68. a {
  69. color: #009FDA;
  70. text-decoration: none;
  71. }
  72. a:hover {
  73. color: #00BAFF;
  74. }
  75. ul.list {
  76. list-style-type: disc;
  77. }
  78. ul.list li {
  79. list-style-position: outside;
  80. }
  81. /* text and headers */
  82. h1 {
  83. margin: 0px 0px 20px;
  84. padding: 50px 0px 5px;
  85. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  86. }
  87. h4 + p {
  88. margin: 0px 0px 20px;
  89. }
  90. pre {
  91. background-color: #F0F0F0;
  92. }
  93. /*rtl:ignore*/
  94. pre.console {
  95. background-color: transparent;
  96. line-height: 1.6;
  97. font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
  98. height: 300px;
  99. overflow: auto;
  100. direction:ltr;
  101. }
  102. code {
  103. background-color: rgba(0, 0, 0, 0.02);
  104. border: 1px solid rgba(0, 0, 0, 0.1);
  105. display: inline-block;
  106. font-family: Courier New;
  107. font-size: 14px;
  108. margin: 0.25em;
  109. padding: 0.125em 0.5em;
  110. vertical-align: baseline;
  111. }
  112. .ui.message .code {
  113. background-color: rgba(0, 0, 0, 0.05);
  114. }
  115. pre code {
  116. border: none;
  117. padding: 0px;
  118. }
  119. table pre,
  120. table code {
  121. margin: 0px !important;
  122. padding: 0px;
  123. background-color: transparent;
  124. }
  125. p {
  126. margin: 1em 0em;
  127. }
  128. p:first-child {
  129. margin-top: 0em;
  130. }
  131. p:last-child {
  132. margin-bottom: 0em;
  133. }
  134. /* links */
  135. a {
  136. color: #009FDA;
  137. text-decoration: none;
  138. }
  139. a:hover {
  140. color: #00BAFF;
  141. }
  142. #example #menu .item {
  143. -webkit-border-radius: 0px;
  144. -moz-border-radius: 0px;
  145. border-radius: 0px;
  146. }
  147. #example #menu .hide.item {
  148. display: none;
  149. }
  150. #example #menu .item .item {
  151. font-size: 0.875rem;
  152. }
  153. #example .segment > .dimmer {
  154. z-index: 800;
  155. }
  156. /* segment headers */
  157. #example > .content > .page > .segment,
  158. #example > .segment {
  159. margin: 0px 0px 3em;
  160. padding-top: 70px;
  161. padding-bottom: 30px;
  162. background-color: #FFFFFF;
  163. border-bottom: 1px solid #DDDDDD;
  164. }
  165. #example > .tab.segment {
  166. padding-bottom: 0em;
  167. margin-bottom: 2em;
  168. }
  169. #example > .tab.segment .fixed .tabular.menu {
  170. position: fixed;
  171. top: 50px;
  172. }
  173. #example > .tab.segment .vertical.menu {
  174. display: none;
  175. margin: 2rem 0em 1rem;
  176. }
  177. #example > .tab.segment .tabular.menu {
  178. margin: 2rem 0em 0em;
  179. border-bottom: none;
  180. }
  181. #example > .tab.segment .tabular.menu .active.item {
  182. background-color: #FAFAFA;
  183. border-bottom-color: #FAFAFA;
  184. }
  185. #example .download.menu {
  186. margin-top: 0em;
  187. margin-bottom: 3rem;
  188. }
  189. #example .main.menu {
  190. min-width: 320px;
  191. z-index: 900;
  192. -webkit-box-sizing: border-box;
  193. -moz-box-sizing: border-box;
  194. -ms-box-sizing: border-box;
  195. box-sizing: border-box;
  196. -webkit-transition: margin 0.3s ease;
  197. -moz-transition: margin 0.3s ease;
  198. -o-transition: margin 0.3s ease;
  199. -ms-transition: margin 0.3s ease;
  200. transition: margin 0.3s ease;
  201. }
  202. #example .main.menu iframe {
  203. margin: 0px 0px 0px 0px;
  204. }
  205. /* lists */
  206. #example .features {
  207. list-style-position: inside;
  208. margin: 10px 0px 0px;
  209. padding: 0px;
  210. }
  211. #example .features li {
  212. list-style-type: disc;
  213. margin: 0px 0px 10px;
  214. font-weight: bold;
  215. }
  216. #example .advertisement {
  217. float: right;
  218. margin-left: 2em;
  219. }
  220. /*--------------
  221. Intro
  222. ---------------*/
  223. body.guide .main h3 {
  224. margin: 2rem 0em 0.5rem;
  225. }
  226. body.guide .main.container > * {
  227. max-width: 800px;
  228. }
  229. /*--------------
  230. Playground
  231. ---------------*/
  232. #example.playground {
  233. min-width: 1000px;
  234. }
  235. #example.playground > .title.grid {
  236. padding-top: 60px;
  237. }
  238. #example .ui.items .menu .item {
  239. -webkit-box-shadow: none;
  240. -moz-box-shadow: none;
  241. box-shadow: none;
  242. }
  243. /*--------------
  244. Items
  245. ---------------*/
  246. #example.item .text.example .item {
  247. min-height: 150px;
  248. }
  249. /*--------------
  250. Masthead
  251. ---------------*/
  252. #example .error.masthead {
  253. position: absolute;
  254. margin-top: -290px;
  255. top: 50%;
  256. width: 100%;
  257. }
  258. #example .error.masthead .container {
  259. position: relative;
  260. z-index: 100;
  261. }
  262. #example .masthead {
  263. position: relative;
  264. overflow: hidden;
  265. background-color: #00B5AD;
  266. text-align: center;
  267. margin-top: 36px;
  268. padding: 50px 0px;
  269. color: rgba(255, 255, 255, 0.9);
  270. margin-bottom: 0px;
  271. border-bottom: none;
  272. }
  273. #example .masthead:before {
  274. background: #00B5AD url(/images/tile-bg.png) repeat fixed 0% 0%;
  275. position: absolute;
  276. z-index: 1;
  277. width: 500%;
  278. height: 500%;
  279. top: 0px;
  280. left: 0px;
  281. content: '';
  282. -moz-transform-origin: 50% 50%;
  283. -o-transform-origin: 50% 50%;
  284. -ms-transform-origin: 50% 50%;
  285. transform-origin: 50% 50%;
  286. -webkit-animation-name: masthead;
  287. -moz-animation-name: masthead;
  288. -o-animation-name: masthead;
  289. animation-name: masthead;
  290. -webkit-animation-duration: 80s;
  291. -moz-animation-duration: 80s;
  292. -ms-animation-duration: 80s;
  293. -o-animation-duration: 80s;
  294. animation-duration: 80s;
  295. -webkit-animation-fill-mode: both;
  296. -moz-animation-fill-mode: both;
  297. -ms-animation-fill-mode: both;
  298. -o-animation-fill-mode: both;
  299. animation-fill-mode: both;
  300. animation-timing-function: linear;
  301. -webkit-animation-timing-function: linear;
  302. -webkit-animation-iteration-count: infinite;
  303. -moz-animation-iteration-count: infinite;
  304. -ms-animation-iteration-count: infinite;
  305. -o-animation-iteration-count: infinite;
  306. animation-iteration-count: infinite;
  307. }
  308. @keyframes masthead {
  309. 0% {
  310. background-position: 0% 0%;
  311. }
  312. 50% {
  313. background-position: -50% -100%;
  314. }
  315. 100% {
  316. background-position: -100% -200%;
  317. }
  318. }
  319. @-moz-keyframes masthead {
  320. 0% {
  321. background-position: 0% 0%;
  322. }
  323. 50% {
  324. background-position: -50% -100%;
  325. }
  326. 100% {
  327. background-position: -100% -200%;
  328. }
  329. }
  330. @-webkit-keyframes masthead {
  331. 0% {
  332. background-position: 0% 0%;
  333. }
  334. 50% {
  335. background-position: -50% -100%;
  336. }
  337. 100% {
  338. background-position: -100% -200%;
  339. }
  340. }
  341. @-ms-keyframes masthead {
  342. 0% {
  343. background-position: 0% 0%;
  344. }
  345. 50% {
  346. background-position: -50% -100%;
  347. }
  348. 100% {
  349. background-position: -100% -200%;
  350. }
  351. }
  352. @-o-keyframes masthead {
  353. 0% {
  354. background-position: 0% 0%;
  355. }
  356. 50% {
  357. background-position: -50% -100%;
  358. }
  359. 100% {
  360. background-position: -100% -200%;
  361. }
  362. }
  363. #example .masthead .grid {
  364. position: relative;
  365. z-index: 2;
  366. }
  367. #example .masthead .column {
  368. display: table;
  369. }
  370. #example .introduction {
  371. display: table-cell;
  372. vertical-align: top;
  373. width: 100%;
  374. }
  375. #example .introduction h1 {
  376. margin-bottom: 0em;
  377. }
  378. #example .introduction .theme.buttons {
  379. margin: -0.1em 0em 0em 0.5em;
  380. vertical-align: middle;
  381. }
  382. #example .advertisement {
  383. float: none;
  384. display: table-cell;
  385. vertical-align: top;
  386. padding-left: 2em;
  387. }
  388. #example #carbonads-container {
  389. float: right;
  390. }
  391. #example .advertisement .carbonad {
  392. -moz-border-radius: 5px;
  393. -webkit-border-radius: 5px;
  394. border-radius: 5px;
  395. border: 1px solid rgba(0, 0, 0, 0.1);
  396. }
  397. #example .advertisement .carbonad-text {
  398. height: auto;
  399. font-size: 12px;
  400. line-height: 1.3;
  401. }
  402. #example .carbonad-tag {
  403. text-align: left;
  404. }
  405. #example .inverted.advertisement .carbonad {
  406. background-color: rgba(0, 31, 30, 0.5);
  407. border: none;
  408. overflow: hidden;
  409. height: auto;
  410. padding: 6px 8px 15px;
  411. }
  412. #example .inverted.advertisement .carbonad-text {
  413. color: rgba(255, 255, 255, 0.6);
  414. }
  415. #example .inverted.advertisement .carbonad-tag {
  416. margin-top: 10px;
  417. color: rgba(255, 255, 255, 0.4);
  418. }
  419. #example .inverted.advertisement .carbonad-tag a {
  420. color: rgba(255, 255, 255, 0.8);
  421. }
  422. #example .inverted.advertisement .carbonad-tag a:hover {
  423. color: #FFFFFF;
  424. }
  425. #example .masthead .labeled.button {
  426. position: relative;
  427. left: 0px;
  428. top: 0px;
  429. width: auto !important;
  430. margin-right: 1em;
  431. }
  432. #example .masthead.segment h1 {
  433. font-size: 5em;
  434. color: #FFFFFF;
  435. line-height: 1.2;
  436. margin: -20px 0px 0px;
  437. padding-bottom: 0px;
  438. }
  439. #example .masthead strike {
  440. color: rgba(0, 0, 0, 0.2);
  441. }
  442. #example .masthead h2 {
  443. font-weight: normal;
  444. margin: -10px 0 16px 0px;
  445. font-size: 1.75em;
  446. border-bottom: none;
  447. line-height: 1;
  448. }
  449. #example .masthead .menu {
  450. width: 375px;
  451. }
  452. #example .masthead p {
  453. font-size: 1.5em;
  454. margin: 1em 0em 1.5em;
  455. padding: 0px;
  456. }
  457. #example .footer.link.list {
  458. display: block;
  459. text-align: center;
  460. margin-bottom: 1.5rem;
  461. }
  462. /*--------------
  463. Transparent
  464. ---------------*/
  465. .ui.transparent.menu {
  466. opacity: 0.95;
  467. }
  468. /* content */
  469. #example .container {
  470. width: 915px;
  471. margin: 0px auto;
  472. }
  473. #example .solid,
  474. #example .stripe {
  475. padding: 50px 0px;
  476. }
  477. #example .dark.stripe {
  478. background-color: #333333;
  479. background: url(/images/dark-bg.png) repeat;
  480. color: #FFFFFF;
  481. }
  482. #example .stripe .column .label {
  483. margin-bottom: 1em;
  484. }
  485. #example .solid {
  486. background-color: #FFFFFF;
  487. -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  488. -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  489. box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  490. }
  491. #example .solid .column {
  492. color: #555555;
  493. }
  494. #example .solid .column p b {
  495. color: rgba(0, 0, 0, 0.9);
  496. }
  497. #example .solid .column p {
  498. color: rgba(0, 0, 0, 0.5);
  499. }
  500. #example .stripe .message {
  501. margin: 2em 0em;
  502. }
  503. #example .shortcuts {
  504. float: right;
  505. clear: both;
  506. }
  507. #example .launch.button {
  508. position: fixed;
  509. top: 63px;
  510. z-index: 500;
  511. width: 70px;
  512. }
  513. #example.index .main.menu {
  514. top: 0px;
  515. }
  516. #example.index pre.console {
  517. height: 120px;
  518. }
  519. #example.index .attached.launch.button {
  520. top: 96px;
  521. }
  522. #example .launch.button .text {
  523. display: inline-block;
  524. display: none;
  525. }
  526. #example .main.container {
  527. position: relative;
  528. padding-bottom: 100px;
  529. }
  530. #example .main.container > h2 {
  531. -webkit-transition: 0.5s color ease;
  532. -moz-transition: 0.5s color ease;
  533. -o-transition: 0.5s color ease;
  534. -ms-transition: 0.5s color ease;
  535. transition: 0.5s color ease;
  536. }
  537. #example .swap {
  538. background: url(http://beta.myfav.es/images/themes/bg/subtle/subtle-handmade-paper.png) repeat;
  539. }
  540. #example .peek {
  541. position: absolute;
  542. top: 0px;
  543. left: -230px;
  544. width: 180px;
  545. /*
  546. -webkit-transition: padding 0.3s ease;
  547. -moz-transition: padding 0.3s ease;
  548. -o-transition: padding 0.3s ease;
  549. -ms-transition: padding 0.3s ease;
  550. transition: padding 0.3s ease;*/
  551. }
  552. #example .ui.tab.segment {
  553. padding: 1.5em 2em;
  554. }
  555. #example .example .circular.segment {
  556. width: 175px;
  557. height: 175px;
  558. }
  559. #example.popup .example .popup {
  560. color: #FF0000;
  561. }
  562. #example .position.example .icon {
  563. position: absolute;
  564. margin: 0em;
  565. padding: 0.5em !important;
  566. }
  567. #example .position.example .segment {
  568. width: 250px;
  569. height: 250px;
  570. }
  571. #example .position.example .segment .icon:nth-of-type(1) {
  572. top: 3em;
  573. left: 3em;
  574. }
  575. #example .position.example .segment .icon:nth-of-type(2) {
  576. top: 3em;
  577. left: 50%;
  578. margin-left: -1em;
  579. }
  580. #example .position.example .segment .icon:nth-of-type(3) {
  581. top: 3em;
  582. right: 3em;
  583. }
  584. #example .position.example .segment .icon:nth-of-type(4) {
  585. top: 50%;
  586. margin-top: -1em;
  587. right: 3em;
  588. }
  589. #example .position.example .segment .icon:nth-of-type(5) {
  590. bottom: 3em;
  591. right: 3em;
  592. }
  593. #example .position.example .segment .icon:nth-of-type(6) {
  594. bottom: 3em;
  595. left: 50%;
  596. margin-left: -1em;
  597. }
  598. #example .position.example .segment .icon:nth-of-type(7) {
  599. bottom: 3em;
  600. left: 3em;
  601. }
  602. #example .position.example .segment .icon:nth-of-type(8) {
  603. top: 50%;
  604. margin-top: -1em;
  605. left: 3em;
  606. }
  607. #example .main.ui.grid {
  608. position: relative;
  609. }
  610. #example .example .toggle.button {
  611. min-width: 200px;
  612. }
  613. #example .example .language.label {
  614. margin: 1em 0em 0.75em;
  615. }
  616. #example .icon.example .grid {
  617. margin-top: 1.5rem;
  618. text-align: left;
  619. }
  620. #example .icon.example .grid .code {
  621. position: static;
  622. }
  623. #example .icon.example .grid .column {
  624. opacity: 0.8;
  625. margin-bottom: 2em;
  626. text-align: center;
  627. color: #888888;
  628. -webkit-transition:
  629. margin-left 0.3s ease-out,
  630. opacity 0.3s ease-out
  631. ;
  632. -moz-transition:
  633. margin-left 0.3s ease-out,
  634. opacity 0.3s ease-out
  635. ;
  636. -o-transition:
  637. margin-left 0.3s ease-out,
  638. opacity 0.3s ease-out
  639. ;
  640. -ms-transition:
  641. margin-left 0.3s ease-out,
  642. opacity 0.3s ease-out
  643. ;
  644. transition:
  645. margin-left 0.3s ease-out,
  646. opacity 0.3s ease-out
  647. ;
  648. }
  649. #example .icon.example .column .icon {
  650. opacity: 1;
  651. color: #333333;
  652. display: block;
  653. margin: 0em auto 0.25em;
  654. font-size: 2em;
  655. -webkit-transition:
  656. all 0.2s ease-out
  657. ;
  658. -moz-transition:
  659. all 0.2s ease-out
  660. ;
  661. -o-transition:
  662. all 0.2s ease-out
  663. ;
  664. -ms-transition:
  665. all 0.2s ease-out
  666. ;
  667. transition:
  668. all 0.2s ease-out
  669. ;
  670. }
  671. #example .icon.example .grid .column:hover .icon {
  672. color: #009FDA;
  673. -webkit-transform: scale(1.5);
  674. -moz-transform: scale(1.5);
  675. -o-transform: scale(1.5);
  676. -ms-transform: scale(1.5);
  677. transform: scale(1.5);
  678. }
  679. #example .another.icon.example {
  680. border-top: 1px solid rgba(0, 0, 0, 0.1);
  681. }
  682. #example .another.example {
  683. margin-top: 0em;
  684. padding-top: 2em;
  685. border-top: none;
  686. }
  687. #example .another.example i.code {
  688. top: 0px;
  689. }
  690. #example .another.example i.code ~ .message {
  691. margin-top: 0em;
  692. }
  693. #example .example > p {
  694. color: #888888;
  695. }
  696. #example .example div.code[data-demo] {
  697. color: transparent;
  698. }
  699. #example .peek .menu .active:nth-child(1) {
  700. border-right-color: #00B9F0;
  701. color: #00B9F0;
  702. }
  703. #example .peek .menu .active:nth-child(2) {
  704. border-right-color: #56BB73;
  705. color: #56BB73;
  706. }
  707. #example .peek .menu .active:nth-child(3) {
  708. border-right-color: #EF3F49;
  709. color: #EF3F49;
  710. }
  711. #example .peek .menu .active:nth-child(4) {
  712. border-right-color: #A24096;
  713. color: #A24096;
  714. }
  715. #example .main h2.group {
  716. color: #A24096;
  717. }
  718. #example .peek > .menu {
  719. margin-left: 0px;
  720. width: 180px;
  721. }
  722. /* #example .peek > .menu.animating > .active {
  723. background-color: transparent;
  724. border: none;
  725. padding-left: 0.95em;
  726. }
  727. #example .peek > .menu.animating > .active:after {
  728. background-color: #FFFFFF;
  729. } */
  730. /* overview mode */
  731. #example.overview h2.ui.header {
  732. margin-bottom: 0em;
  733. }
  734. /*
  735. #example .ui.header ~ .ui.message a,
  736. #example .ui.header ~ p a {
  737. font-weight: bold;
  738. }
  739. */
  740. #example.overview .example {
  741. margin: 0em;
  742. min-height: 0px !important;
  743. overflow: hidden;
  744. padding: 0.5em 0em;
  745. }
  746. #example.overview .example .ui.header,
  747. #example.overview .example p {
  748. float: right;
  749. font-size: 1em;
  750. font-weight: normal;
  751. margin: 0;
  752. padding: 0;
  753. }
  754. #example.overview .example p {
  755. float: left;
  756. font-size: 1rem;
  757. padding: 0em 0em 0em 0.3em;
  758. width: auto;
  759. }
  760. #example .sticky-wrapper.stuck {
  761. height: 0px !important;
  762. -webkit-transition:
  763. margin-left 0.3s ease-out,
  764. opacity 0.3s ease-out
  765. ;
  766. -moz-transition:
  767. margin-left 0.3s ease-out,
  768. opacity 0.3s ease-out
  769. ;
  770. -o-transition:
  771. margin-left 0.3s ease-out,
  772. opacity 0.3s ease-out
  773. ;
  774. -ms-transition:
  775. margin-left 0.3s ease-out,
  776. opacity 0.3s ease-out
  777. ;
  778. transition:
  779. margin-left 0.3s ease-out,
  780. opacity 0.3s ease-out
  781. ;
  782. }
  783. #example .sticky-wrapper.stuck .peek {
  784. position: fixed;
  785. top: 75px;
  786. left: 50%;
  787. margin-left: -685px;
  788. }
  789. #example.left.pushed .sticky-wrapper .peek {
  790. margin-left: -132.5px;
  791. padding-left: 132.5px;
  792. }
  793. #example.left.pushed .sticky-wrapper.stuck .peek {
  794. margin-left: -817.5px;
  795. padding-left: 132.5px;
  796. }
  797. #example .settings.table {
  798. margin-bottom: 20px;
  799. }
  800. #example .settings.table td:first-child {
  801. font-weight: bold;
  802. }
  803. #example .settings.table td:nth-child(2n) {
  804. width: 100px;
  805. }
  806. #example .existing.annotation {
  807. /*display: none;*/
  808. }
  809. /*#example .segment p:first-of-type {
  810. margin-top: 0em;
  811. }*/
  812. /* example code reskin */
  813. #example div.code.hide {
  814. display: none;
  815. }
  816. /*rtl:ignore*/
  817. #example div.code {
  818. position: relative;
  819. width: 100%;
  820. height: 200px;
  821. text-align: left;
  822. direction:ltr;
  823. }
  824. #example div.code {
  825. margin: -1em;
  826. font-size: 14px;
  827. padding: 5px 0px;
  828. background-color: transparent;
  829. }
  830. #example .label + div.code {
  831. margin-top: 1.5em;
  832. }
  833. #example div.code .ace_gutter {
  834. background-color: #FAFAFA;
  835. border-right: 1px solid rgba(0, 0, 0, 0.1);
  836. color: #999999;
  837. }
  838. #example div.code .ace_gutter-cell {
  839. padding-right: 20px;
  840. padding-left: 10px;
  841. }
  842. #example div.code .ace_bracket {
  843. background-color: rgba(0, 0, 0, 0.05);
  844. border: 1px solid rgba(0, 0, 0, 0.1);
  845. }
  846. #example div.code .ace_indent-guide {
  847. position: relative;
  848. background: none;
  849. }
  850. /* #example div.code .ace_indent-guide:after {
  851. content: '';
  852. position: absolute;
  853. top: 0px;
  854. right: 0px;
  855. height: 100%;
  856. border-left: 1px solid #ECF5F3;
  857. } */
  858. #example table .instructive.segment {
  859. background-color: transparent;
  860. border: 0px;
  861. box-shadow: none;
  862. padding: 0em;
  863. margin: -0.4em -0.7em;
  864. }
  865. #example table .instructive.segment .code {
  866. margin: 0em;
  867. }
  868. #example table .instructive.segment div.code .ace_identifier,
  869. #example table .instructive.segment div.code .ace_line {
  870. color: #555555;
  871. }
  872. #example .ui.label + .instructive.segment {
  873. margin-top: 0em;
  874. }
  875. #example .instructive.segment em {
  876. font-style: normal;
  877. color: rgba(0, 0, 0, 0.4);
  878. }
  879. #example .instructive.segment .title + em {
  880. float: right;
  881. }
  882. #example div.code .ace_gutter,
  883. #example div.code .ace_scroller {
  884. background-color: transparent;
  885. overflow: visible;
  886. margin: 14px 10px;
  887. }
  888. #example div.code .ace_scrollbar {
  889. overflow: hidden;
  890. background-color: transparent;
  891. }
  892. #example div.code .ace_line,
  893. #example div.code .ace_line span {
  894. -webkit-transition:
  895. color 1s ease-out
  896. ;
  897. -moz-transition:
  898. color 1s ease-out
  899. ;
  900. -o-transition:
  901. color 1s ease-out
  902. ;
  903. -ms-transition:
  904. color 1s ease-out
  905. ;
  906. transition:
  907. color 1s ease-out
  908. ;
  909. }
  910. #example div.code .ace_line {
  911. color: #555555;
  912. }
  913. #example div.code .ace_tag {
  914. color: #DCBCD3;
  915. }
  916. #example div.code .ace_attribute-name {
  917. color: #F4C5C5;
  918. }
  919. #example div.code .ace_content {
  920. }
  921. #example div.code .ace_string {
  922. color: #00A59D;
  923. }
  924. #example div.code .ace_cursor {
  925. border-left: none;
  926. }
  927. #example div.code .ace_paren {
  928. color: #CCCCCC;
  929. }
  930. #example div.code .ace_keyword {
  931. color: #CCCCCC;
  932. }
  933. #example div.code .ace_identifier {
  934. color: #CCCCCC;
  935. }
  936. #example div.code .ace_punctuation {
  937. color: #CCCCCC;
  938. }
  939. #example div.code .ace_active_line {
  940. background-color: #FBFBE5;
  941. }
  942. /* Hovered Style */
  943. #example div.code:hover .ace_line {
  944. color: #555555;
  945. }
  946. #example div.code:hover .ace_tag {
  947. color: #892A6F;
  948. }
  949. #example div.code:hover .ace_attribute-name {
  950. color: #934E4E;
  951. }
  952. #example div.code:hover .ace_content {
  953. }
  954. #example div.code:hover .ace_string {
  955. color: #00A59D;
  956. }
  957. #example div.code:hover .ace_cursor {/*
  958. border-left: 1px solid #AAAAAA;*/
  959. }
  960. #example div.code:hover .ace_paren {
  961. color: #555555;
  962. }
  963. #example div.code:hover .ace_keyword {
  964. color: #555555;
  965. }
  966. #example div.code:hover .ace_identifier {
  967. color: #555555;
  968. }
  969. #example div.code:hover .ace_scrollbar {
  970. overflow: hidden !important;
  971. }
  972. #example div.code:hover .ace_punctuation {
  973. color: #555555;
  974. }
  975. #example div.code:hover .ace_active_line {
  976. background-color: #FBFBE5;
  977. }
  978. /* examples */
  979. #example .no.example i.code {
  980. display: none;
  981. }
  982. #example .clearing.example {
  983. overflow: hidden;
  984. padding: 1px;
  985. }
  986. #example .example:first-child,
  987. #example h2 ~ .example,
  988. #example h3 ~ .example,
  989. #example h4 ~ .example {
  990. margin-top: 0px;
  991. padding-top: 0px;
  992. border-top: none;
  993. }
  994. #example h2 ~ .example i.code,
  995. #example h3 ~ .example i.code,
  996. #example h4 ~ .example i.code {
  997. top: 0px;
  998. }
  999. #example .example > h4 {
  1000. margin-bottom: 0em;
  1001. }
  1002. #example .clearing.example {
  1003. clear: both;
  1004. }
  1005. #example .example {
  1006. margin: 1em 0em;
  1007. padding: 1em 0em;
  1008. border-top: 1px solid rgba(0, 0, 0, 0.05);
  1009. /* clear: both;*/
  1010. position: relative;
  1011. }
  1012. #example .example .grid i.code {
  1013. right: 25%;
  1014. }
  1015. #example .example i.code {
  1016. cursor: pointer;
  1017. position: absolute;
  1018. top: 2em;
  1019. right: 0px;
  1020. opacity: 0.2;
  1021. font-size: 18px;
  1022. color: #555555;
  1023. -webkit-transition: opacity 0.3s ease-out;
  1024. -moz-transition: opacity 0.3s ease-out;
  1025. -o-transition: opacity 0.3s ease-out;
  1026. -ms-transition: opacity 0.3s ease-out;
  1027. transition: opacity 0.3s ease-out;
  1028. }
  1029. #example .example:hover i.code {
  1030. opacity: 0.7;
  1031. }
  1032. #example .example:hover i.code:hover {
  1033. opacity: 1;
  1034. }
  1035. #example .highlighted.example {
  1036. min-height: 390px;
  1037. }
  1038. #example .highlighted.example .grid,
  1039. #example .ui.type.items .image .grid {
  1040. -webkit-animation: grid 15s ease infinite;
  1041. -moz-animation: grid 15s ease infinite;
  1042. background-color: #F6F6F6;
  1043. margin: 0em auto;
  1044. }
  1045. #example .highlighted.example .grid .row,
  1046. #example .ui.type.items .image .grid .row {
  1047. border-top: 1px solid #DDDDDD;
  1048. }
  1049. #example .highlighted.example .grid .column,
  1050. #example .ui.type.items .image .grid .column {
  1051. background-color: #F4F4F4;
  1052. min-height: 50px;
  1053. -webkit-box-shadow: 0px 0px 0px 1px #E2E2E2;
  1054. -moz-box-shadow: 0px 0px 0px 1px #E2E2E2;
  1055. box-shadow: 0px 0px 0px 1px #E2E2E2;
  1056. }
  1057. #example .highlighted.example .grid .segment,
  1058. #example .ui.type.items .image .grid .segment {
  1059. min-height: 50px;
  1060. text-align: center;
  1061. padding-left: 0em;
  1062. padding-right: 0em;
  1063. -webkit-box-shadow: 0px 0px 0px 1px #DDDDDD;
  1064. -moz-box-shadow: 0px 0px 0px 1px #DDDDDD;
  1065. box-shadow: 0px 0px 0px 1px #DDDDDD;
  1066. -webkit-border-radius: 0px;
  1067. -moz-border-radius: 0px;
  1068. border-radius: 0px;
  1069. }
  1070. @-webkit-keyframes grid {
  1071. 0% {
  1072. width: 100%;
  1073. }
  1074. 40% {
  1075. width: 70%;
  1076. }
  1077. 60% {
  1078. width: 70%;
  1079. }
  1080. 100% {
  1081. width: 100%;
  1082. }
  1083. }
  1084. @-moz-keyframes grid {
  1085. 0% {
  1086. width: 100%;
  1087. }
  1088. 40% {
  1089. width: 70%;
  1090. }
  1091. 60% {
  1092. width: 70%;
  1093. }
  1094. 100% {
  1095. width: 100%;
  1096. }
  1097. }
  1098. @keyframes grid {
  1099. 0% {
  1100. width: 100%;
  1101. }
  1102. 40% {
  1103. width: 70%;
  1104. }
  1105. 60% {
  1106. width: 70%;
  1107. }
  1108. 100% {
  1109. width: 100%;
  1110. }
  1111. }
  1112. #example .ui.type.items > .item {
  1113. min-height: 255px;
  1114. }
  1115. #example .ui.type.items > .item > .image {
  1116. padding: 1em;
  1117. height: 165px;
  1118. vertical-align: middle;
  1119. }
  1120. /* some demo formatting */
  1121. .ui.menu p:only-child {
  1122. margin: 0px;
  1123. }
  1124. .ui.menu a {
  1125. cursor: pointer;
  1126. }
  1127. body.progress .ui.progress .bar {
  1128. -webkit-animation: finish 10s ease-in-out infinite;
  1129. -moz-animation: finish 10s ease-in-out infinite;
  1130. -ms-animation: finish 10s ease-in-out infinite;
  1131. animation: finish 10s ease-in-out infinite;
  1132. }
  1133. @-webkit-keyframes finish {
  1134. 0% {
  1135. width: 0%;
  1136. }
  1137. 40% {
  1138. width: 100%;
  1139. }
  1140. 100% {
  1141. width: 100%;
  1142. }
  1143. }
  1144. @-moz-keyframes finish {
  1145. 0% {
  1146. width: 0%;
  1147. }
  1148. 40% {
  1149. width: 100%;
  1150. }
  1151. 100% {
  1152. width: 100%;
  1153. }
  1154. }
  1155. @keyframes finish {
  1156. 0% {
  1157. width: 0%;
  1158. }
  1159. 40% {
  1160. width: 100%;
  1161. }
  1162. 100% {
  1163. width: 100%;
  1164. }
  1165. }
  1166. #example.feed .example .segment {
  1167. max-width: 800px;
  1168. }
  1169. #example .fixed .launch {
  1170. display: none;
  1171. }
  1172. #example .fixed.column .sticky-wrapper {
  1173. position: relative;
  1174. height: 0px !important;
  1175. }
  1176. #example .fixed.column .fixed,
  1177. #example .fixed.segment .fixed {
  1178. position: fixed;
  1179. top: 65px;
  1180. -webkit-perspective: 1000px;
  1181. -moz-perspective: 1000px;
  1182. -ms-perspective: 1000px;
  1183. perspective: 1000px;
  1184. -webkit-transform-style: preserve-3d;
  1185. -moz-transform-style: preserve-3d;
  1186. -ms-transform-style: preserve-3d;
  1187. transform-style: preserve-3d;
  1188. }
  1189. #example .fixed.column .content > .image {
  1190. position: absolute;
  1191. top: 0px;
  1192. left: 0px;
  1193. }
  1194. @media only screen and (max-width : 1725px) {
  1195. #example .container {
  1196. width: auto;
  1197. margin-right: 100px;
  1198. margin-left: 325px;
  1199. }
  1200. #example.index .container {
  1201. margin-left: 8em;
  1202. margin-right: 8em;
  1203. }
  1204. #example .sticky-wrapper.stuck .peek {
  1205. margin-left: 0px;
  1206. left: 95px;
  1207. }
  1208. #example.left.pushed .sticky-wrapper .peek {
  1209. padding-left: 275px;
  1210. margin-left: -275px;
  1211. }
  1212. #example.left.pushed .sticky-wrapper.stuck .peek {
  1213. margin-left: 0px;
  1214. padding-left: 275px;
  1215. }
  1216. }
  1217. @media only screen and (max-width : 1500px) {
  1218. #example.index .icon.header .icon {
  1219. font-size: 3em;
  1220. }
  1221. }
  1222. @media only screen and (max-width : 1050px) {
  1223. #example .fixed .section,
  1224. #example .fixed .title b {
  1225. display: none;
  1226. }
  1227. #example .stripe .header .code.icon {
  1228. display: none;
  1229. }
  1230. #example .fixed .container {
  1231. width: auto;
  1232. margin: 0px auto;
  1233. }
  1234. #example .attached.launch.button {
  1235. display: none;
  1236. }
  1237. #example .fixed .launch {
  1238. display: inline-block;
  1239. }
  1240. #example .sticky-wrapper {
  1241. display: none;
  1242. }
  1243. #example .container {
  1244. width: auto;
  1245. margin: 0% 30px 0px;
  1246. }
  1247. }
  1248. @media only screen and (max-width : 780px) {
  1249. pre.console {
  1250. height: 150px;
  1251. }
  1252. #example.index .masthead {
  1253. text-align: center;
  1254. padding: 50px 0px 15px;
  1255. }
  1256. #example.index .masthead h1 {
  1257. font-size: 3em;
  1258. }
  1259. #example.index .masthead h1 .icon {
  1260. display: none;
  1261. }
  1262. #example.index .masthead .button {
  1263. font-size: 1.1em;
  1264. margin-bottom: 0.5em;
  1265. }
  1266. #example.index .masthead h2 {
  1267. font-size: 1.25em;
  1268. margin: 0em 0em 1em;
  1269. }
  1270. #example.index .masthead p {
  1271. font-size: 1.35em;
  1272. }
  1273. #example.index .container {
  1274. margin-left: 2em;
  1275. margin-right: 2em;
  1276. }
  1277. #example.index .icon.header .icon {
  1278. font-size: 3em;
  1279. }
  1280. #example .introduction {
  1281. display: block;
  1282. }
  1283. #example .advertisement {
  1284. display: block;
  1285. margin: 1em 0em;
  1286. padding: 0em;
  1287. }
  1288. #example #menu .hide.item {
  1289. display: block;
  1290. }
  1291. #example #menu .item > .icon {
  1292. font-size: 1em !important;
  1293. }
  1294. #example .inverted.advertisement .carbonad {
  1295. height: 109px;
  1296. }
  1297. #example .inverted.advertisement .carbonad-img {
  1298. margin-top: 0px;
  1299. }
  1300. #example #carbonads-container {
  1301. float: none;
  1302. }
  1303. #example .carbonad {
  1304. width: auto;
  1305. }
  1306. #example .carbonad-text,
  1307. #example .carbonad-tag {
  1308. float: none;
  1309. display: block;
  1310. text-align: left;
  1311. margin-left: 160px;
  1312. width: 170px;
  1313. }
  1314. }
  1315. @media only screen and (max-width : 600px) {
  1316. #example .icon.example .grid .column {
  1317. width: 33.33%;
  1318. }
  1319. }
  1320. @media only screen and (max-width : 600px) {
  1321. #example .main.menu .borderless.item {
  1322. display: none;
  1323. }
  1324. #example .fixed .developer,
  1325. #example .fixed .designer,
  1326. #example .fixed .previous,
  1327. #example .fixed .next {
  1328. display: none;
  1329. }
  1330. #example > .tab.segment .tabular.menu {
  1331. display: none;
  1332. }
  1333. #example > .tab.segment .vertical.menu {
  1334. display: block;
  1335. }
  1336. }
  1337. @media only screen and (max-width : 450px) {
  1338. #example .main.menu .icon.item {
  1339. display: none;
  1340. }
  1341. #example .main.menu .github.item {
  1342. display: block;
  1343. }
  1344. #example .main.menu .github.item:before {
  1345. display: none;
  1346. }
  1347. #example .carbonad {
  1348. height: 135px;
  1349. }
  1350. #example .carbonad .carbonad-text {
  1351. width: 90px;
  1352. }
  1353. }
  1354. @media only screen and (min-width : 1725px) {
  1355. #example .container {
  1356. width: 1100px;
  1357. }
  1358. #example .sticky-wrapper.stuck .peek {
  1359. margin-left: -780px;
  1360. }
  1361. #example.left.pushed .main.menu {
  1362. margin-left: -132px;
  1363. }
  1364. }
  1365. @media only screen and (min-width : 2300px) {
  1366. #example .container {
  1367. width: 1320px;
  1368. }
  1369. #example .sticky-wrapper.stuck .peek {
  1370. margin-left: -890px;
  1371. }
  1372. }
  1373. @media only screen and (max-width : 998px) {
  1374. #example.index .main.menu .container {
  1375. width: auto;
  1376. padding: 0% 4%;
  1377. }
  1378. #example.transition .examples {
  1379. width: 100%;
  1380. }
  1381. #example.transition .examples .pointing.below.label {
  1382. display: none;
  1383. }
  1384. }
  1385. @media only screen and (min-width : 998px) {
  1386. #example.index .main.menu .container {
  1387. width: auto;
  1388. padding: 0% 8%;
  1389. }
  1390. #example .examples {
  1391. margin-right: 400px;
  1392. padding: 1px;
  1393. }
  1394. #example .fixed.column,
  1395. #example .fixed.column .fixed {
  1396. float: right;
  1397. width: 300px;
  1398. }
  1399. }
  1400. @media only screen and (min-width : 1500px) {
  1401. #example.index .main.menu .container {
  1402. width: auto;
  1403. padding: 0% 13%;
  1404. }
  1405. #example .examples {
  1406. margin-right: 500px;
  1407. }
  1408. #example .fixed.column,
  1409. #example .fixed.column .fixed {
  1410. float: right;
  1411. width: 400px;
  1412. }
  1413. }
  1414. @media only screen and (min-width : 1750px) {
  1415. #example.index .main.menu .container {
  1416. width: auto;
  1417. padding: 0% 18%;
  1418. }
  1419. }
  1420. @media only screen and (min-width : 2000px) {
  1421. #example.index .main.menu .container {
  1422. width: auto;
  1423. padding: 0% 23%;
  1424. }
  1425. }