main.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. html, body {
  2. margin: 0;
  3. }
  4. html {
  5. background: url(bg.png);
  6. }
  7. body {
  8. color: #333;
  9. font-family: Helvetica, Arial, sans-serif;
  10. font-size: 16px;
  11. }
  12. ul {
  13. padding: 0 0 0 20px;
  14. }
  15. #content {
  16. width: 75%;
  17. max-width: 800px;
  18. line-height: 1.4em;
  19. margin: 0 50px 50px 100px;
  20. text-shadow: 0px 1px 0px #fff;
  21. }
  22. #footer {
  23. background: #202020;
  24. overflow: hidden;
  25. color: #888;
  26. font-size: 12px;
  27. padding: 20px 0 100px 50px;
  28. position: relative;
  29. }
  30. #footer:before {
  31. content: '';
  32. display: block;
  33. box-shadow: 0 0 10px #000;
  34. height: 10px;
  35. position: absolute;
  36. left: 0;
  37. top: -10px;
  38. width: 100%;
  39. }
  40. #footer a.github {
  41. background: url(github.gif) no-repeat;
  42. width: 68px;
  43. height: 30px;
  44. text-indent: -999em;
  45. position: absolute;
  46. bottom: 30px;
  47. right: 30px;
  48. }
  49. a {
  50. color: #333;
  51. }
  52. a:hover {
  53. color: #000;
  54. }
  55. pre {
  56. text-shadow: none;
  57. font-size: 14px;
  58. line-height: 18px;
  59. margin: 0 0 30px 0;
  60. }
  61. label {
  62. display: inline-block;
  63. width: 440px;
  64. font-size: 14px;
  65. vertical-align: top;
  66. }
  67. .opts label {
  68. line-height: 25px;
  69. width: 80px;
  70. }
  71. span.fd-slider {
  72. vertical-align: top;
  73. display: inline-block;
  74. width: 150px;
  75. }
  76. #logo {
  77. position: relative;
  78. height: 300px;
  79. margin-left: 100px;
  80. }
  81. #logo h2{
  82. font-size: 19px; position: absolute;
  83. top: -25px;
  84. }
  85. h1, h2, h3, #download a {
  86. font-family: 'Amaranth', sans-serif;
  87. font-size: 20px;
  88. font-weight: normal;
  89. padding: 14px 24px;
  90. margin-right: 10px;
  91. -webkit-border-radius: 6px;
  92. -moz-border-radius: 6px;
  93. border-radius: 6px;
  94. }
  95. h1 {
  96. font-size: 200px;
  97. position: absolute;
  98. text-shadow: 0px 1px 0px #fff;
  99. margin: 0; font-weight: 700;
  100. padding: 0; top: 90px;
  101. }
  102. h2 {
  103. font-size: 28px; line-height: auto;
  104. margin: 45px 0 2px 0; padding-left: 0;
  105. }
  106. h3 {
  107. margin: 35px 0 10px 0; padding-left: 0;
  108. }
  109. #mask {
  110. position: absolute;
  111. top: 0;
  112. left: 0;
  113. background: url(bg.png) -100px 0;
  114. width: 240px;
  115. height: 85px;
  116. }
  117. #dot {
  118. position: absolute;
  119. left: 198px;
  120. top: 42px;
  121. width: 46px;
  122. height: 46px;
  123. }
  124. #ribbon {
  125. position: absolute;
  126. top: 0;
  127. right: 0;
  128. width: 149px;
  129. height: 149px;
  130. background:url(ribbon.png);
  131. _background: none;
  132. _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=ribbon.png);
  133. }
  134. #preview {
  135. background: #f9f9f9; position: relative;
  136. color: #fff;
  137. float: left;
  138. width: 220px;
  139. height: 220px;
  140. margin: 0 20px 20px 0;
  141. -webkit-border-radius: 10px;
  142. -moz-border-radius: 10px;
  143. border-radius: 10px;
  144. clear: both;
  145. }
  146. #canvas-preview{
  147. width: 220px; top: 70px;
  148. position: relative;
  149. }
  150. #preview-textfield{
  151. position: absolute; top: 35px; left: 0; right: 0;
  152. text-align: center; font-size: 2em; font-weight: bold;
  153. color: black; font-family: 'Amaranth', sans-serif;
  154. }
  155. .donut #preview-textfield{
  156. top: 110px; font-size: 1.3em;
  157. }
  158. .donut #opts-donut{
  159. display: block;
  160. }
  161. .gauge #opts-gauge{
  162. display: block;
  163. }
  164. #opts-gauge, #opts-donut{
  165. display: none;
  166. }
  167. #demo {
  168. clear: both;
  169. }
  170. #demo form {
  171. width: 250px;
  172. float: left;
  173. }
  174. a.button {
  175. display: inline-block;
  176. background: #56ba4a;
  177. border: 3px solid #59a24f;
  178. color: #fff;
  179. border-radius: 5px;
  180. font-family: 'Amaranth', sans-serif;
  181. font-size: 24px;
  182. padding: 10px 30px;
  183. text-decoration: none;
  184. text-shadow: 1px 1px 1px #59a24f;
  185. box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  186. margin: 10px 20px 0 0;
  187. -webkit-transition: all 0.25s ease;
  188. }
  189. a.button:hover {
  190. background: #2f8325;
  191. box-shadow: none;
  192. }
  193. #contact img {
  194. float: left;
  195. border: 3px solid #eee;
  196. box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  197. margin: 0 16px 50px 0;
  198. }
  199. #type-select{
  200. margin: 0; padding: 0;
  201. }
  202. #type-select li{
  203. list-style: none; float: left; display: block;
  204. bottom: -20px; position: relative; padding-bottom: 20px; border-radius: 5px;
  205. /*background-image: linear-gradient(bottom, #FFFFFF 10px, #EEEEEE 82%);*/
  206. background-image: -webkit-linear-gradient(top, #EEEEEE, #FFFFFF);
  207. background-position: 0 55px; cursor: pointer;
  208. background-color: white;
  209. }
  210. #type-select li+li{
  211. margin-left: 40px;
  212. }
  213. #type-select li.active{
  214. cursor: default;
  215. }
  216. #type-select li.active, #type-select li:hover{
  217. /*background-image: -webkit-linear-gradient(top, #FFFFFF 12%, #F9F9F9 72%);*/
  218. background-position: 0 0;
  219. -webkit-transition: all .1s linear;
  220. }
  221. #select-2{
  222. position: relative; top: 8px;
  223. }
  224. .opts{
  225. float: left; margin-top: -60px;
  226. }
  227. .opts h4{
  228. margin-top: -30px; margin-bottom: 10px;
  229. }
  230. input.color{
  231. width: 142px;
  232. }
  233. .fd-slider-disabled{
  234. opacity: 0.5;
  235. }
  236. #strike-it{
  237. position: absolute; left: 500px;
  238. -moz-user-select: -moz-none;
  239. -khtml-user-select: none;
  240. -webkit-user-select: none;
  241. -o-user-select: none;
  242. user-select: none;
  243. background: url(strike.png);
  244. width: 347px; height: 248px;
  245. }
  246. #its-coffee{
  247. font-family: 'Just Another Hand', cursive; color: red;
  248. font-size: 220px; position: absolute; left: 600px; top: 220px;
  249. -webkit-transform: rotate(-20deg);
  250. -moz-transform: rotate(-20deg);
  251. -ms-transform: rotate(-20deg);
  252. -o-transform: rotate(-20deg);
  253. text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
  254. }
  255. input[disabled] {
  256. opacity: 0.5;
  257. }