app.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. #content {
  2. padding:0 0;
  3. }
  4. .divider {
  5. float:left;
  6. width:100%;
  7. margin:20px 0;
  8. }
  9. header {
  10. float:left;
  11. width:100%;
  12. padding:100px 0 0 0;
  13. margin-bottom:10px;
  14. .title {
  15. font-size:29px;
  16. color:#606b6a;
  17. .version {
  18. font-size:16px;
  19. }
  20. }
  21. p {
  22. color:#929a99;
  23. font-size: 15px;
  24. letter-spacing: -1px;
  25. }
  26. .author {
  27. float:right;
  28. text-align: right;
  29. }
  30. ul.social {
  31. float: left;
  32. width: 100%;
  33. margin: 0;
  34. li {
  35. float: right;
  36. display: inline-block;
  37. text-align: right;
  38. margin-left: 10px;
  39. a {
  40. &:hover {
  41. color:#000;
  42. }
  43. }
  44. }
  45. }
  46. }
  47. a.button {
  48. float: left;
  49. width: 100%;
  50. padding: 30px 60px;
  51. background: #000;
  52. color: #fff;
  53. margin: 20px 0;
  54. position:relative;
  55. overflow: hidden;
  56. .bg {
  57. width:0%;
  58. height:100%;
  59. position:absolute;
  60. top:0;
  61. left:0;
  62. background:#fff;
  63. z-index:1;
  64. transition: .4s cubic-bezier(.19,1,.22,1);
  65. }
  66. .content {
  67. float:left;
  68. width:100%;
  69. position:relative;
  70. z-index:2;
  71. }
  72. &.coffee {
  73. padding: 30px 0;
  74. text-align:center;
  75. background:#afafaf;
  76. }
  77. i {
  78. font-size: 94px;
  79. position: absolute;
  80. right: -19px;
  81. top: 15px;
  82. opacity: 0.2;
  83. z-index:2;
  84. transition: .5s cubic-bezier(.19,1,.22,1);
  85. transform: translateY(0%);
  86. }
  87. &:hover {
  88. color:#000;
  89. .bg {
  90. width:100%;
  91. }
  92. i {
  93. color:#000;
  94. font-size: 54px;
  95. right: 40px;
  96. top: 50%;
  97. opacity:1;
  98. transform: translateY(-50%);
  99. }
  100. }
  101. /* border-radius: 3px; */
  102. }
  103. #hero {
  104. float:left;
  105. width:100%;
  106. span.to {
  107. text-align: center;
  108. float: left;
  109. width: 100%;
  110. font-style: italic;
  111. font-size: 24px;
  112. }
  113. }
  114. #documentation {
  115. float:left;
  116. width:100%;
  117. margin-top:80px;
  118. font-family:Inconsolata;
  119. .sections {
  120. float:left;
  121. width:100%;
  122. padding: 50px 0;
  123. border-top: 2px solid #ddd;
  124. &:last-child {
  125. padding-bottom:0;
  126. }
  127. > p {
  128. font-size: 18px;
  129. margin: 20px 0 30px 0 ;
  130. float:left;
  131. width:100%;
  132. letter-spacing: -1px;
  133. }
  134. }
  135. table thead, table tbody, table tbody tr, table tfoot {
  136. border:1px solid #ddd;
  137. }
  138. tbody {
  139. tr {
  140. td {
  141. &:first-child {
  142. font-size:14px;
  143. padding:0 10px;
  144. }
  145. &:last-child {
  146. font-size:14px;
  147. .code {
  148. float:left;
  149. width:100%;
  150. margin-top:2px;
  151. margin-left:-2px;
  152. span {
  153. background : #e5e5e5;
  154. padding:2px 5px;
  155. border-radius:2px;
  156. font-size:12px;
  157. }
  158. }
  159. }
  160. }
  161. }
  162. }
  163. }
  164. span.code{
  165. background : #e5e5e5;
  166. padding:2px 5px;
  167. border-radius:2px;
  168. font-size:12px;
  169. }
  170. .steps {
  171. ol {
  172. > li {
  173. float:left;
  174. width:100%;
  175. margin-bottom:30px;
  176. color:#525252;
  177. .step_name {
  178. margin-bottom:10px;
  179. }
  180. pre {
  181. font-size:11px;
  182. }
  183. code {
  184. float:left;
  185. width:100%;
  186. }
  187. }
  188. }
  189. .note {
  190. font-size:12px;
  191. }
  192. }
  193. .output {
  194. padding: 10px 20px 30px 20px;
  195. background: #b9b9b9;
  196. float: left;
  197. width: 100%;
  198. margin-bottom: 20px;
  199. }
  200. .output > span {
  201. margin-bottom: 16px;
  202. float: left;
  203. width: 100%;
  204. letter-spacing: 6px;
  205. text-transform: uppercase;
  206. font-size: 11px;
  207. }
  208. footer {
  209. padding:50px 0;
  210. float:left;
  211. width:100%;
  212. p {
  213. font-size:12px;
  214. text-align:center;
  215. color:#8d8f94;
  216. i {
  217. }
  218. }
  219. }