style.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. @charset "utf-8";
  2. /* http://meyerweb.com/eric/tools/css/reset/
  3. v2.0 | 20110126
  4. License: none (public domain)
  5. */
  6. html, body, div, span, applet, object, iframe,
  7. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  8. a, abbr, acronym, address, big, cite, code,
  9. del, dfn, em, img, ins, kbd, q, s, samp,
  10. small, strike, strong, sub, sup, tt, var,
  11. b, u, i, center,
  12. dl, dt, dd, ol, ul, li,
  13. fieldset, form, label, legend,
  14. table, caption, tbody, tfoot, thead, tr, th, td,
  15. article, aside, canvas, details, embed,
  16. figure, figcaption, footer, header, hgroup,
  17. menu, nav, output, ruby, section, summary,
  18. time, mark, audio, video {
  19. margin: 0;
  20. padding: 0;
  21. border: 0;
  22. font-size: 100%;
  23. font: inherit;
  24. vertical-align: baseline;
  25. }
  26. /* HTML5 display-role reset for older browsers */
  27. article, aside, details, figcaption, figure,
  28. footer, header, hgroup, menu, nav, section {
  29. display: block;
  30. }
  31. body {
  32. line-height: 1;
  33. }
  34. ol, ul {
  35. list-style: none;
  36. }
  37. blockquote, q {
  38. quotes: none;
  39. }
  40. blockquote:before, blockquote:after,
  41. q:before, q:after {
  42. content: '';
  43. content: none;
  44. }
  45. table {
  46. border-collapse: collapse;
  47. border-spacing: 0;
  48. }
  49. body {
  50. background: #FAF8F1 url(../images/bg.png) repeat;
  51. font-family: Georgia, "Times New Roman", serif;
  52. font-size: 18px;
  53. color: #333;
  54. }
  55. .clear {clear: both;}
  56. a {
  57. color: #d27324;
  58. text-decoration: none;
  59. }
  60. a:hover {
  61. text-decoration: underline;
  62. }
  63. p {
  64. margin-bottom: 15px;
  65. }
  66. pre {
  67. font-family: monospace;
  68. margin: 15px 0;
  69. padding: 10px;
  70. background: white;
  71. border: 1px dashed #aaa;
  72. }
  73. h1, h2 {
  74. color: #222;
  75. font-family: Georgia;
  76. font-size: 40px;
  77. margin: 30px 0;
  78. }
  79. h2 {
  80. font-size: 32px;
  81. border-bottom: 1px solid #aaa;
  82. padding-bottom: 10px;
  83. }
  84. h2 span.info {
  85. background: none;
  86. }
  87. h3 {
  88. font-size: 22px;
  89. color: #666;
  90. margin: 10px 0;
  91. margin-top: 40px;
  92. }
  93. #header {
  94. width: 900px;
  95. text-align: center;
  96. margin: 0 auto;
  97. padding: 80px;
  98. padding-bottom: 60px;
  99. }
  100. #header .logo {
  101. margin-bottom: -30px;
  102. margin-right: 20px;
  103. }
  104. #header #links {
  105. display: none;
  106. position: absolute;
  107. top: 100px;
  108. right: 30px;
  109. }
  110. #social {
  111. position: absolute;
  112. top: 60px;
  113. right: 10px;
  114. }
  115. #links a {
  116. opacity: 0.6;
  117. transition: all .5s;
  118. -webkit-transition: all .5s;
  119. -moz-transition: all .5s;
  120. -o-transition: all .5s;
  121. -ms-transition: all .5s;
  122. }
  123. #links a:hover {
  124. opacity: 1;
  125. }
  126. #links a img {
  127. height: 80px;
  128. }
  129. #header .main {
  130. display: inline-block;
  131. text-align: left;
  132. }
  133. #header h1 {
  134. text-align: left;
  135. font-family: Georgia, serif;
  136. font-size: 80px;
  137. margin: 10px 0;
  138. color: #000;
  139. }
  140. #header h2 {
  141. text-align: left;
  142. font-family: Arapey;
  143. font-size: 30px;
  144. font-style: italic;
  145. color: #333;
  146. margin: 10px 0;
  147. border-bottom: 0 none;
  148. }
  149. #tabs {
  150. position: fixed;
  151. top: 0;
  152. left: 0;
  153. right: 0;
  154. list-style: none;
  155. text-align: center;
  156. padding: 5px;
  157. background: #333;
  158. font-size: 13px;
  159. box-shadow: 0 -20px 50px 20px rgba(0,0,0,0.6);
  160. font-family: "Open Sans", "Helvetica Neue", Arial, sans;
  161. text-transform: uppercase;
  162. letter-spacing: .1em;
  163. }
  164. #tabs li {
  165. display: inline;
  166. }
  167. #tabs li a {
  168. padding: 5px 10px;
  169. display: inline-block;
  170. text-decoration: none;
  171. border-radius: 20px;
  172. color: #d27324;
  173. border: 1px solid transparent;
  174. }
  175. #tabs li a:hover {
  176. color: rgb(255, 177, 111);
  177. }
  178. .teaser {
  179. background: white;
  180. border-top: 3px solid #999;
  181. border-bottom: 3px solid #999;
  182. }
  183. .teaser .main {
  184. width: 900px;
  185. margin: 40px auto;
  186. }
  187. .teaser .main h2 {
  188. border: 0 none;
  189. margin-top: -10px;
  190. padding-bottom: 0;
  191. }
  192. .teaser p {
  193. font-family: Georgia, serif;
  194. line-height: 1.5em;
  195. font-size: 16px;
  196. color: #666;
  197. margin: 0;
  198. }
  199. .teaser p.try {
  200. text-align: center;
  201. margin: 30px 0;
  202. }
  203. .teaser p.try button {
  204. box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
  205. border: 1px solid #333;
  206. padding: 10px 20px;
  207. border-radius: 8px;
  208. font-size: 22px;
  209. background-color: rgb(81, 163, 81);
  210. background-image: -webkit-linear-gradient(top, rgb(98, 196, 98), rgb(81, 163, 81));
  211. color: #fff;
  212. text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
  213. cursor: pointer;
  214. }
  215. .teaser p.try button:hover {
  216. background-image: none;
  217. }
  218. .column {
  219. width: 400px;
  220. float: left;
  221. margin-right: 20px;
  222. }
  223. span.info {
  224. font-style: italic;
  225. background: lightyellow;
  226. margin: 10px;
  227. display: inline-block;
  228. }
  229. .box {
  230. width: 900px;
  231. margin: 50px auto;
  232. line-height: 1.5em;
  233. }
  234. .box dt {
  235. float: left;
  236. width: 300px;
  237. font-style: italic;
  238. font-family: Georgia, serif;
  239. font-size: 18px;
  240. }
  241. .box dt:before {
  242. content: "★";
  243. font-style: normal;
  244. padding-right: 10px;
  245. font-size: 12px;
  246. }
  247. .box dd {
  248. display: inline-block;
  249. width: 500px;
  250. margin-bottom: 30px;
  251. }
  252. #footer {
  253. font-size: 12px;
  254. text-align: center;
  255. }
  256. #footer .main {
  257. width: 900px;
  258. margin: 0 auto;
  259. }
  260. .box li {}
  261. .box li:before {
  262. content: "★";
  263. font-style: normal;
  264. padding-right: 10px;
  265. font-size: 12px;
  266. }