main.css 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  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. /* fonts */
  49. @font-face {
  50. font-family: 'fertigo_proregular';
  51. src: url('/fonts/fertigo_pro_regular-webfont.eot');
  52. src: url('/fonts/fertigo_pro_regular-webfont.eot?#iefix') format('embedded-opentype'),
  53. url('/fonts/fertigo_pro_regular-webfont.woff2') format('woff2'),
  54. url('/fonts/fertigo_pro_regular-webfont.woff') format('woff'),
  55. url('/fonts/fertigo_pro_regular-webfont.ttf') format('truetype'),
  56. url('/fonts/fertigo_pro_regular-webfont.svg#fertigo_proregular') format('svg');
  57. font-weight: normal;
  58. font-style: normal;
  59. }
  60. @font-face {
  61. font-family: 'allerbold';
  62. src: url('/fonts/aller_bd-webfont.eot');
  63. src: url('/fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
  64. url('/fonts/aller_bd-webfont.woff2') format('woff2'),
  65. url('/fonts/aller_bd-webfont.woff') format('woff'),
  66. url('/fonts/aller_bd-webfont.ttf') format('truetype'),
  67. url('/fonts/aller_bd-webfont.svg#allerbold') format('svg');
  68. font-weight: normal;
  69. font-style: normal;
  70. }
  71. @font-face {
  72. font-family: 'allerbold_italic';
  73. src: url('/fonts/aller_bdit-webfont.eot');
  74. src: url('/fonts/aller_bdit-webfont.eot?#iefix') format('embedded-opentype'),
  75. url('/fonts/aller_bdit-webfont.woff2') format('woff2'),
  76. url('/fonts/aller_bdit-webfont.woff') format('woff'),
  77. url('/fonts/aller_bdit-webfont.ttf') format('truetype'),
  78. url('/fonts/aller_bdit-webfont.svg#allerbold_italic') format('svg');
  79. font-weight: normal;
  80. font-style: normal;
  81. }
  82. @font-face {
  83. font-family: 'aller_lightitalic';
  84. src: url('/fonts/aller_ltit-webfont.eot');
  85. src: url('/fonts/aller_ltit-webfont.eot?#iefix') format('embedded-opentype'),
  86. url('/fonts/aller_ltit-webfont.woff2') format('woff2'),
  87. url('/fonts/aller_ltit-webfont.woff') format('woff'),
  88. url('/fonts/aller_ltit-webfont.ttf') format('truetype'),
  89. url('/fonts/aller_ltit-webfont.svg#aller_lightitalic') format('svg');
  90. font-weight: normal;
  91. font-style: normal;
  92. }
  93. @font-face {
  94. font-family: 'alleritalic';
  95. src: url('/fonts/aller_it-webfont.eot');
  96. src: url('/fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
  97. url('/fonts/aller_it-webfont.woff2') format('woff2'),
  98. url('/fonts/aller_it-webfont.woff') format('woff'),
  99. url('/fonts/aller_it-webfont.ttf') format('truetype'),
  100. url('/fonts/aller_it-webfont.svg#alleritalic') format('svg');
  101. font-weight: normal;
  102. font-style: normal;
  103. }
  104. @font-face {
  105. font-family: 'aller_displayregular';
  106. src: url('/fonts/allerdisplay-webfont.eot');
  107. src: url('/fonts/allerdisplay-webfont.eot?#iefix') format('embedded-opentype'),
  108. url('/fonts/allerdisplay-webfont.woff2') format('woff2'),
  109. url('/fonts/allerdisplay-webfont.woff') format('woff'),
  110. url('/fonts/allerdisplay-webfont.ttf') format('truetype'),
  111. url('/fonts/allerdisplay-webfont.svg#aller_displayregular') format('svg');
  112. font-weight: normal;
  113. font-style: normal;
  114. }
  115. @font-face {
  116. font-family: 'aller_lightregular';
  117. src: url('/fonts/aller_lt-webfont.eot');
  118. src: url('/fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
  119. url('/fonts/aller_lt-webfont.woff2') format('woff2'),
  120. url('/fonts/aller_lt-webfont.woff') format('woff'),
  121. url('/fonts/aller_lt-webfont.ttf') format('truetype'),
  122. url('/fonts/aller_lt-webfont.svg#aller_lightregular') format('svg');
  123. font-weight: normal;
  124. font-style: normal;
  125. }
  126. @font-face {
  127. font-family: 'allerregular';
  128. src: url('/fonts/aller_rg-webfont.eot');
  129. src: url('/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
  130. url('/fonts/aller_rg-webfont.woff2') format('woff2'),
  131. url('/fonts/aller_rg-webfont.woff') format('woff'),
  132. url('/fonts/aller_rg-webfont.ttf') format('truetype'),
  133. url('/fonts/aller_rg-webfont.svg#allerregular') format('svg');
  134. font-weight: normal;
  135. font-style: normal;
  136. }
  137. @font-face {
  138. font-family: 'droid_sansbold';
  139. src: url('/fonts/droidsans-bold-webfont.eot');
  140. src: url('/fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
  141. url('/fonts/droidsans-bold-webfont.woff2') format('woff2'),
  142. url('/fonts/droidsans-bold-webfont.woff') format('woff'),
  143. url('/fonts/droidsans-bold-webfont.ttf') format('truetype'),
  144. url('/fonts/droidsans-bold-webfont.svg#aller_lightregular') format('svg');
  145. font-weight: normal;
  146. font-style: normal;
  147. }
  148. @font-face {
  149. font-family: 'droid_sansregular';
  150. src: url('/fonts/droidsans-webfont.eot');
  151. src: url('/fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
  152. url('/fonts/droidsans-webfont.woff2') format('woff2'),
  153. url('/fonts/droidsans-webfont.woff') format('woff'),
  154. url('/fonts/droidsans-webfont.ttf') format('truetype'),
  155. url('/fonts/droidsans-webfont.svg#allerregular') format('svg');
  156. font-weight: normal;
  157. font-style: normal;
  158. }
  159. /* default styles */
  160. html {
  161. font-family: 'droid_sansregular', 'fertigo_proregular', helvetica;
  162. }
  163. h1, h2, h3, h4 {
  164. font-family: 'allerbold', sans-serif, georgia, helvetica;
  165. }
  166. h1, h2 {
  167. font-weight: bolder;
  168. }
  169. h3, h4 {
  170. font-weight: bold;
  171. }
  172. h1 {
  173. font-size: 250%;
  174. }
  175. h2 {
  176. font-size: 200%;
  177. }
  178. h3 {
  179. font-size: 150%;
  180. }
  181. p {
  182. margin-bottom: 10px;
  183. }
  184. /* default sizes */
  185. header, .content, footer {
  186. width: 80%;
  187. margin: 20px auto;
  188. }
  189. /* header & navigation */
  190. header>a {
  191. color: #000;
  192. text-decoration: none;
  193. }
  194. header h1 {
  195. margin-bottom: 15px;
  196. }
  197. nav li {
  198. display: inline;
  199. padding: 0 15px;
  200. }
  201. /* content styles */
  202. .content h2, .content h3, .content h4 {
  203. text-decoration: underline;
  204. }
  205. /* footer styles */
  206. footer {
  207. text-align: center;
  208. }
  209. footer .link {
  210. display: inline-block;
  211. width: 29px;
  212. height: 29px;
  213. margin: 0 15px;
  214. overflow: hidden;
  215. background-repeat: no-repeat;
  216. }
  217. footer .facebook {
  218. background-image: url('/images/facebook.png');
  219. }
  220. footer .linkedin {
  221. background-image: url('/images/linkedin2.png');
  222. width: 34px;
  223. }
  224. footer .youtube {
  225. background-image: url('/images/youtube2.png');
  226. width: 41px;
  227. }
  228. footer .github {
  229. background-image: url('/images/github.png');
  230. }
  231. footer .skype {
  232. background-image: url('/images/skype.png');
  233. }
  234. /* Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net> */
  235. .hljs {
  236. display: block;
  237. overflow-x: auto;
  238. padding: 0.5em;
  239. background: #000;
  240. color: #f8f8f8;
  241. -webkit-text-size-adjust: none;
  242. }
  243. .hljs-comment,
  244. .hljs-javadoc {
  245. color: #aeaeae;
  246. font-style: italic;
  247. }
  248. .hljs-keyword,
  249. .ruby .hljs-function .hljs-keyword,
  250. .hljs-request,
  251. .hljs-status,
  252. .nginx .hljs-title {
  253. color: #e28964;
  254. }
  255. .hljs-function .hljs-keyword,
  256. .hljs-sub .hljs-keyword,
  257. .method,
  258. .hljs-list .hljs-title {
  259. color: #99cf50;
  260. }
  261. .hljs-string,
  262. .hljs-tag .hljs-value,
  263. .hljs-cdata,
  264. .hljs-filter .hljs-argument,
  265. .hljs-attr_selector,
  266. .apache .hljs-cbracket,
  267. .hljs-date,
  268. .tex .hljs-command,
  269. .coffeescript .hljs-attribute {
  270. color: #65b042;
  271. }
  272. .hljs-subst {
  273. color: #daefa3;
  274. }
  275. .hljs-regexp {
  276. color: #e9c062;
  277. }
  278. .hljs-title,
  279. .hljs-sub .hljs-identifier,
  280. .hljs-pi,
  281. .hljs-tag,
  282. .hljs-tag .hljs-keyword,
  283. .hljs-decorator,
  284. .hljs-shebang,
  285. .hljs-prompt {
  286. color: #89bdff;
  287. }
  288. .hljs-class .hljs-title,
  289. .hljs-type,
  290. .smalltalk .hljs-class,
  291. .hljs-javadoctag,
  292. .hljs-yardoctag,
  293. .hljs-phpdoc,
  294. .hljs-dartdoc {
  295. text-decoration: underline;
  296. }
  297. .hljs-symbol,
  298. .ruby .hljs-symbol .hljs-string,
  299. .hljs-number {
  300. color: #3387cc;
  301. }
  302. .hljs-params,
  303. .hljs-variable,
  304. .clojure .hljs-attribute {
  305. color: #3e87e3;
  306. }
  307. .css .hljs-tag,
  308. .hljs-rules .hljs-property,
  309. .hljs-pseudo,
  310. .tex .hljs-special {
  311. color: #cda869;
  312. }
  313. .css .hljs-class {
  314. color: #9b703f;
  315. }
  316. .hljs-rules .hljs-keyword {
  317. color: #c5af75;
  318. }
  319. .hljs-rules .hljs-value {
  320. color: #cf6a4c;
  321. }
  322. .css .hljs-id {
  323. color: #8b98ab;
  324. }
  325. .hljs-annotation,
  326. .apache .hljs-sqbracket,
  327. .nginx .hljs-built_in {
  328. color: #9b859d;
  329. }
  330. .hljs-preprocessor,
  331. .hljs-pragma {
  332. color: #8996a8;
  333. }
  334. .hljs-hexcolor,
  335. .css .hljs-value .hljs-number {
  336. color: #dd7b3b;
  337. }
  338. .css .hljs-function {
  339. color: #dad085;
  340. }
  341. .diff .hljs-header,
  342. .hljs-chunk,
  343. .tex .hljs-formula {
  344. background-color: #0e2231;
  345. color: #f8f8f8;
  346. font-style: italic;
  347. }
  348. .diff .hljs-change {
  349. background-color: #4a410d;
  350. color: #f8f8f8;
  351. }
  352. .hljs-addition {
  353. background-color: #253b22;
  354. color: #f8f8f8;
  355. }
  356. .hljs-deletion {
  357. background-color: #420e09;
  358. color: #f8f8f8;
  359. }
  360. .coffeescript .javascript,
  361. .javascript .xml,
  362. .tex .hljs-formula,
  363. .xml .javascript,
  364. .xml .vbscript,
  365. .xml .css,
  366. .xml .hljs-cdata {
  367. opacity: 0.5;
  368. }
  369. /* clearfix */
  370. .group:after {
  371. content: "";
  372. display: table;
  373. clear: both;
  374. }