stylesheet.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  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: 38px; 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 div {
  120. padding-top: 10px;
  121. }
  122. .sidebar img {
  123. margin-top: 7px;
  124. }
  125. #social {
  126. position: absolute;
  127. right: 50px;
  128. top: 30px;
  129. }
  130. #social a {
  131. padding: 0 8px;
  132. }
  133. a.button {
  134. display: block;
  135. float: left;
  136. width: 179px;
  137. padding: 12px 8px 12px 8px;
  138. margin-right: 14px;
  139. font-size: 15px;
  140. font-weight: bold;
  141. line-height: 25px;
  142. color: #303030;
  143. background: #fdfdfd; /* Old browsers */
  144. background: -moz-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%); /* FF3.6+ */
  145. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
  146. background: -webkit-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
  147. background: -o-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* Opera 11.10+ */
  148. background: -ms-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* IE10+ */
  149. background: linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* W3C */
  150. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
  151. border-top: solid 1px #cbcbcb;
  152. border-right: solid 1px #b7b7b7;
  153. border-bottom: solid 1px #b3b3b3;
  154. border-left: solid 1px #b7b7b7;
  155. border-radius: 30px;
  156. -webkit-box-shadow: 10px 10px 5px #888;
  157. -moz-box-shadow: 10px 10px 5px #888;
  158. box-shadow: 0px 1px 5px #e8e8e8;
  159. -moz-border-radius: 30px;
  160. -webkit-border-radius: 30px;
  161. }
  162. a.button:hover {
  163. background: #fafafa; /* Old browsers */
  164. background: -moz-linear-gradient(top, #fdfdfd 0%, #f6f6f6 100%); /* FF3.6+ */
  165. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
  166. background: -webkit-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
  167. background: -o-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* Opera 11.10+ */
  168. background: -ms-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* IE10+ */
  169. background: linear-gradient(top, #fdfdfd 0%,#f6f6f6, 100%); /* W3C */
  170. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
  171. border-top: solid 1px #b7b7b7;
  172. border-right: solid 1px #b3b3b3;
  173. border-bottom: solid 1px #b3b3b3;
  174. border-left: solid 1px #b3b3b3;
  175. }
  176. a.button span {
  177. display: block;
  178. height: 23px;
  179. padding-left: 50px;
  180. }
  181. code, pre {
  182. margin-bottom: 30px;
  183. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
  184. font-size: 14px;
  185. color: #222;
  186. }
  187. code {
  188. padding: 0 3px;
  189. background-color: #f2f2f2;
  190. border: solid 1px #ddd;
  191. }
  192. pre {
  193. padding: 20px;
  194. overflow: auto;
  195. color: #f2f2f2;
  196. text-shadow: none;
  197. background: #303030;
  198. }
  199. pre code {
  200. padding: 0;
  201. color: #f2f2f2;
  202. background-color: #303030;
  203. border: none;
  204. }
  205. ul, ol, dl {
  206. margin-bottom: 20px;
  207. }
  208. /* COMMON STYLES */
  209. hr {
  210. height: 1px;
  211. padding-bottom: 1em;
  212. margin-top: 1em;
  213. line-height: 1px;
  214. background: transparent url('../images/hr.png') 50% 0 no-repeat;
  215. border: none;
  216. }
  217. strong {
  218. font-weight: bold;
  219. }
  220. em {
  221. font-style: italic;
  222. }
  223. table {
  224. width: 100%;
  225. border: 1px solid #ebebeb;
  226. }
  227. th {
  228. font-weight: 500;
  229. }
  230. td {
  231. font-weight: 300;
  232. text-align: center;
  233. border: 1px solid #ebebeb;
  234. }
  235. form {
  236. padding: 20px;
  237. background: #f2f2f2;
  238. }
  239. /* GENERAL ELEMENT TYPE STYLES */
  240. h1 {
  241. font-size: 32px;
  242. }
  243. h2 {
  244. margin-bottom: 8px;
  245. font-size: 22px;
  246. font-weight: bold;
  247. color: #303030;
  248. }
  249. h3 {
  250. margin-bottom: 8px;
  251. font-size: 18px;
  252. /*font-weight: bold;*/
  253. /*color: #d5000d;*/
  254. color: #4FB4E8;
  255. }
  256. h4 {
  257. font-size: 16px;
  258. /*font-weight: bold;*/
  259. color: #ABDEF9;
  260. }
  261. h5 {
  262. font-size: 1em;
  263. color: #303030;
  264. }
  265. h6 {
  266. font-size: .8em;
  267. color: #303030;
  268. }
  269. p {
  270. margin-bottom: 20px;
  271. font-weight: 300;
  272. }
  273. a {
  274. text-decoration: none;
  275. }
  276. p a {
  277. font-weight: 400;
  278. }
  279. blockquote {
  280. padding: 0 0 0 30px;
  281. margin-bottom: 20px;
  282. font-size: 1.6em;
  283. border-left: 10px solid #e9e9e9;
  284. }
  285. ul li {
  286. background: url("/images/bullet.png") no-repeat left 10px;
  287. padding-left: 10px;
  288. /*padding-bottom: 5px;*/
  289. }
  290. ol li {
  291. list-style-position: inside;
  292. list-style: decimal;
  293. padding-left: 3px;
  294. }
  295. dl dt {
  296. color: #303030;
  297. }
  298. footer {
  299. padding-top: 20px;
  300. padding-bottom: 30px;
  301. margin-top: 40px;
  302. font-size: 13px;
  303. color: #aaa;
  304. background: transparent url('../images/hr.png') 0 0 no-repeat;
  305. }
  306. footer a {
  307. color: #666;
  308. }
  309. footer a:hover {
  310. color: #444;
  311. }
  312. nav {
  313. position: absolute;
  314. top: 35px;
  315. right: 160px;
  316. }
  317. nav ul li {
  318. background: none;
  319. display: inline;
  320. list-style: none;
  321. padding-left: 0;
  322. padding-right: 20px;
  323. }
  324. /* MISC */
  325. .clearfix:after {
  326. display: block;
  327. height: 0;
  328. clear: both;
  329. visibility: hidden;
  330. content: '.';
  331. }
  332. .clearfix {display: inline-block;}
  333. * html .clearfix {height: 1%;}
  334. .clearfix {display: block;}
  335. /* #Media Queries
  336. ================================================== */
  337. /* Smaller than standard 960 (devices and browsers) */
  338. @media only screen and (max-width: 959px) { }
  339. /* Tablet Portrait size to standard 960 (devices and browsers) */
  340. @media only screen and (min-width: 768px) and (max-width: 959px) { }
  341. /* All Mobile Sizes (devices and browser) */
  342. @media only screen and (max-width: 767px) {
  343. header {
  344. padding-top: 10px;
  345. padding-bottom: 10px;
  346. }
  347. .inner {
  348. width: 94%;
  349. margin: 0 auto;
  350. }
  351. }
  352. /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  353. @media only screen and (min-width: 480px) and (max-width: 767px) { }
  354. /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  355. @media only screen and (max-width: 479px) { }