style.css 4.9 KB

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