stylesheet.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  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. padding: 0;
  19. margin: 0;
  20. font: inherit;
  21. font-size: 100%;
  22. vertical-align: baseline;
  23. border: 0;
  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-spacing: 0;
  46. border-collapse: collapse;
  47. }
  48. /* LAYOUT STYLES */
  49. body {
  50. font-family: 'Roboto Mono';
  51. font-size: 1em;
  52. line-height: 1.5;
  53. background-color: #000;
  54. text-shadow: none;
  55. /*background: #e7e7e7 url(../images/body-bg.png) 0 0 repeat;*/
  56. }
  57. a {
  58. /*color: #d5000d;*/
  59. color: #D2408D;
  60. /*color: ##F4BFBF;*/
  61. /*color: #04D3C4;*/
  62. }
  63. a:hover {
  64. /*color: #c5000c;*/
  65. /*color: #CFF5F3;*/
  66. color: #B01C6A;
  67. }
  68. a.active {
  69. color: #F49CCA;
  70. }
  71. header {
  72. padding-top: 25px;
  73. padding-bottom: 25px;
  74. }
  75. header h1 {
  76. font-family: 'Roboto Mono', 'Helvetica Neue', Helvetica, Arial, serif;
  77. font-size: 48px; font-weight: 300;
  78. line-height: 1.2;
  79. color: #fff;
  80. text-transform: uppercase;
  81. cursor: pointer;
  82. }
  83. header a,
  84. header a:hover {
  85. color: #fff;
  86. }
  87. .light {
  88. font-weight: 100;
  89. }
  90. header h2 {
  91. font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, serif;
  92. font-size: 20px;
  93. font-weight: 400;
  94. line-height: 1.3;
  95. margin-top: 20px;
  96. color: #fff;
  97. }
  98. #container {
  99. min-height: 595px;
  100. }
  101. .inner {
  102. /*width: 620px;*/
  103. margin: 0 auto;
  104. padding: 0 30px;
  105. }
  106. #container .inner img {
  107. max-width: 100%;
  108. }
  109. #main_content {
  110. color: #fff;
  111. max-width: 620px;
  112. }
  113. .sidebar {
  114. color: #fff;
  115. width: 300px;
  116. position: absolute;
  117. right: 80px;
  118. }
  119. .sidebar p {
  120. margin-bottom: 0;
  121. }
  122. .sidebar div {
  123. padding-top: 20px;
  124. }
  125. .sidebar img {
  126. margin-top: 7px;
  127. }
  128. #social {
  129. position: absolute;
  130. right: 50px;
  131. top: 30px;
  132. }
  133. #social a {
  134. padding: 0 8px;
  135. }
  136. a.button {
  137. display: block;
  138. float: left;
  139. width: 179px;
  140. padding: 12px 8px 12px 8px;
  141. margin-right: 14px;
  142. font-size: 15px;
  143. font-weight: bold;
  144. line-height: 25px;
  145. color: #303030;
  146. background: #fdfdfd; /* Old browsers */
  147. background: -moz-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%); /* FF3.6+ */
  148. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
  149. background: -webkit-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
  150. background: -o-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* Opera 11.10+ */
  151. background: -ms-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* IE10+ */
  152. background: linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* W3C */
  153. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
  154. border-top: solid 1px #cbcbcb;
  155. border-right: solid 1px #b7b7b7;
  156. border-bottom: solid 1px #b3b3b3;
  157. border-left: solid 1px #b7b7b7;
  158. border-radius: 30px;
  159. -webkit-box-shadow: 10px 10px 5px #888;
  160. -moz-box-shadow: 10px 10px 5px #888;
  161. box-shadow: 0px 1px 5px #e8e8e8;
  162. -moz-border-radius: 30px;
  163. -webkit-border-radius: 30px;
  164. }
  165. a.button:hover {
  166. background: #fafafa; /* Old browsers */
  167. background: -moz-linear-gradient(top, #fdfdfd 0%, #f6f6f6 100%); /* FF3.6+ */
  168. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
  169. background: -webkit-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
  170. background: -o-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* Opera 11.10+ */
  171. background: -ms-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* IE10+ */
  172. background: linear-gradient(top, #fdfdfd 0%,#f6f6f6, 100%); /* W3C */
  173. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
  174. border-top: solid 1px #b7b7b7;
  175. border-right: solid 1px #b3b3b3;
  176. border-bottom: solid 1px #b3b3b3;
  177. border-left: solid 1px #b3b3b3;
  178. }
  179. a.button span {
  180. display: block;
  181. height: 23px;
  182. padding-left: 50px;
  183. }
  184. code, pre {
  185. margin-bottom: 30px;
  186. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
  187. font-size: 14px;
  188. color: #222;
  189. }
  190. code {
  191. padding: 0 3px;
  192. background-color: #f2f2f2;
  193. border: solid 1px #ddd;
  194. }
  195. pre {
  196. padding: 20px;
  197. overflow: auto;
  198. color: #f2f2f2;
  199. text-shadow: none;
  200. background: #303030;
  201. }
  202. pre code {
  203. padding: 0;
  204. color: #f2f2f2;
  205. background-color: #303030;
  206. border: none;
  207. }
  208. ul, ol, dl {
  209. margin-bottom: 20px;
  210. }
  211. /* COMMON STYLES */
  212. hr {
  213. height: 1px;
  214. padding-bottom: 1em;
  215. margin-top: 1em;
  216. line-height: 1px;
  217. background: transparent url('../images/hr.png') 50% 0 no-repeat;
  218. border: none;
  219. }
  220. strong {
  221. font-weight: bold;
  222. }
  223. em {
  224. font-style: italic;
  225. }
  226. table {
  227. width: 100%;
  228. border: 1px solid #ebebeb;
  229. }
  230. th {
  231. font-weight: 500;
  232. }
  233. td {
  234. font-weight: 300;
  235. text-align: center;
  236. border: 1px solid #ebebeb;
  237. }
  238. form {
  239. padding: 20px;
  240. background: #f2f2f2;
  241. }
  242. /* GENERAL ELEMENT TYPE STYLES */
  243. h1 {
  244. font-size: 32px;
  245. }
  246. h2 {
  247. margin-bottom: 8px;
  248. font-size: 22px;
  249. font-weight: bold;
  250. color: #303030;
  251. }
  252. h3 {
  253. margin-bottom: 8px;
  254. font-size: 18px;
  255. /*font-weight: bold;*/
  256. /*color: #d5000d;*/
  257. /*color: #4FB4E8;*/
  258. color: #8DC3DF;
  259. }
  260. h4 {
  261. font-size: 16px;
  262. font-weight: bold;
  263. color: #BFD7E5;
  264. }
  265. h5 {
  266. font-size: 1em;
  267. color: #303030;
  268. }
  269. h6 {
  270. font-size: .8em;
  271. color: #303030;
  272. }
  273. p {
  274. margin-bottom: 20px;
  275. font-weight: 300;
  276. }
  277. a {
  278. text-decoration: none;
  279. }
  280. p a {
  281. font-weight: 400;
  282. }
  283. blockquote {
  284. padding: 0 0 0 30px;
  285. margin-bottom: 20px;
  286. font-size: 1.6em;
  287. border-left: 10px solid #e9e9e9;
  288. }
  289. ul li {
  290. background: url("/images/bullet.png") no-repeat left 10px;
  291. padding-left: 10px;
  292. /*padding-bottom: 5px;*/
  293. }
  294. ol li {
  295. list-style-position: inside;
  296. list-style: decimal;
  297. padding-left: 3px;
  298. }
  299. dl dt {
  300. color: #303030;
  301. }
  302. footer {
  303. padding-top: 20px;
  304. padding-bottom: 30px;
  305. margin-top: 40px;
  306. font-size: 13px;
  307. color: #aaa;
  308. background: transparent url('../images/hr.png') 0 0 no-repeat;
  309. }
  310. footer a {
  311. color: #666;
  312. }
  313. footer a:hover {
  314. color: #444;
  315. }
  316. nav {
  317. position: absolute;
  318. top: 35px;
  319. right: 160px;
  320. }
  321. nav ul li {
  322. background: none;
  323. display: inline;
  324. list-style: none;
  325. padding-left: 0;
  326. padding-right: 20px;
  327. }
  328. /* MISC */
  329. .clearfix:after {
  330. display: block;
  331. height: 0;
  332. clear: both;
  333. visibility: hidden;
  334. content: '.';
  335. }
  336. .clearfix {display: inline-block;}
  337. * html .clearfix {height: 1%;}
  338. .clearfix {display: block;}
  339. /* #Media Queries
  340. ================================================== */
  341. /* Smaller than standard 960 (devices and browsers) */
  342. @media only screen and (max-width: 959px) { }
  343. /* Tablet Portrait size to standard 960 (devices and browsers) */
  344. @media only screen and (min-width: 768px) and (max-width: 959px) { }
  345. /* All Mobile Sizes (devices and browser) */
  346. @media only screen and (max-width: 767px) {
  347. header {
  348. padding-top: 10px;
  349. padding-bottom: 10px;
  350. }
  351. .inner {
  352. width: 94%;
  353. margin: 0 auto;
  354. }
  355. }
  356. /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  357. @media only screen and (min-width: 480px) and (max-width: 767px) { }
  358. /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  359. @media only screen and (max-width: 479px) { }