main.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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. /* clearfix */
  49. .group:after {
  50. content: "";
  51. display: table;
  52. clear: both;
  53. }
  54. /* Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net> */
  55. .hljs {
  56. display: block;
  57. overflow-x: auto;
  58. padding: 0.5em;
  59. background: #000;
  60. color: #f8f8f8;
  61. -webkit-text-size-adjust: none;
  62. }
  63. .hljs-comment,
  64. .hljs-javadoc {
  65. color: #aeaeae;
  66. font-style: italic;
  67. }
  68. .hljs-keyword,
  69. .ruby .hljs-function .hljs-keyword,
  70. .hljs-request,
  71. .hljs-status,
  72. .nginx .hljs-title {
  73. color: #e28964;
  74. }
  75. .hljs-function .hljs-keyword,
  76. .hljs-sub .hljs-keyword,
  77. .method,
  78. .hljs-list .hljs-title {
  79. color: #99cf50;
  80. }
  81. .hljs-string,
  82. .hljs-tag .hljs-value,
  83. .hljs-cdata,
  84. .hljs-filter .hljs-argument,
  85. .hljs-attr_selector,
  86. .apache .hljs-cbracket,
  87. .hljs-date,
  88. .tex .hljs-command,
  89. .coffeescript .hljs-attribute {
  90. color: #65b042;
  91. }
  92. .hljs-subst {
  93. color: #daefa3;
  94. }
  95. .hljs-regexp {
  96. color: #e9c062;
  97. }
  98. .hljs-title,
  99. .hljs-sub .hljs-identifier,
  100. .hljs-pi,
  101. .hljs-tag,
  102. .hljs-tag .hljs-keyword,
  103. .hljs-decorator,
  104. .hljs-shebang,
  105. .hljs-prompt {
  106. color: #89bdff;
  107. }
  108. .hljs-class .hljs-title,
  109. .hljs-type,
  110. .smalltalk .hljs-class,
  111. .hljs-javadoctag,
  112. .hljs-yardoctag,
  113. .hljs-phpdoc,
  114. .hljs-dartdoc {
  115. text-decoration: underline;
  116. }
  117. .hljs-symbol,
  118. .ruby .hljs-symbol .hljs-string,
  119. .hljs-number {
  120. color: #3387cc;
  121. }
  122. .hljs-params,
  123. .hljs-variable,
  124. .clojure .hljs-attribute {
  125. color: #3e87e3;
  126. }
  127. .css .hljs-tag,
  128. .hljs-rules .hljs-property,
  129. .hljs-pseudo,
  130. .tex .hljs-special {
  131. color: #cda869;
  132. }
  133. .css .hljs-class {
  134. color: #9b703f;
  135. }
  136. .hljs-rules .hljs-keyword {
  137. color: #c5af75;
  138. }
  139. .hljs-rules .hljs-value {
  140. color: #cf6a4c;
  141. }
  142. .css .hljs-id {
  143. color: #8b98ab;
  144. }
  145. .hljs-annotation,
  146. .apache .hljs-sqbracket,
  147. .nginx .hljs-built_in {
  148. color: #9b859d;
  149. }
  150. .hljs-preprocessor,
  151. .hljs-pragma {
  152. color: #8996a8;
  153. }
  154. .hljs-hexcolor,
  155. .css .hljs-value .hljs-number {
  156. color: #dd7b3b;
  157. }
  158. .css .hljs-function {
  159. color: #dad085;
  160. }
  161. .diff .hljs-header,
  162. .hljs-chunk,
  163. .tex .hljs-formula {
  164. background-color: #0e2231;
  165. color: #f8f8f8;
  166. font-style: italic;
  167. }
  168. .diff .hljs-change {
  169. background-color: #4a410d;
  170. color: #f8f8f8;
  171. }
  172. .hljs-addition {
  173. background-color: #253b22;
  174. color: #f8f8f8;
  175. }
  176. .hljs-deletion {
  177. background-color: #420e09;
  178. color: #f8f8f8;
  179. }
  180. .coffeescript .javascript,
  181. .javascript .xml,
  182. .tex .hljs-formula,
  183. .xml .javascript,
  184. .xml .vbscript,
  185. .xml .css,
  186. .xml .hljs-cdata {
  187. opacity: 0.5;
  188. }
  189. /* default sizes */
  190. header, .content, footer {
  191. width: 80%;
  192. margin: 0px auto;
  193. }
  194. /* footer */
  195. footer {
  196. text-align: center;
  197. }
  198. footer .link {
  199. display: inline-block;
  200. width: 29px;
  201. height: 29px;
  202. padding: 0px 8px;
  203. overflow: hidden;
  204. background-repeat: no-repeat;
  205. }
  206. footer .facebook {
  207. background-image: url('/images/facebook.png');
  208. }
  209. footer .linkedin {
  210. background-image: url('/images/linkedin2.png');
  211. width: 41px;
  212. }
  213. footer .youtube {
  214. background-image: url('/images/youtube2.png');
  215. width: 34px;
  216. }
  217. footer .github {
  218. background-image: url('/images/github.png');
  219. }
  220. footer .skype {
  221. background-image: url('/images/skype.png');
  222. }