Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

284 lines
3.5KB

  1. body {
  2. font-family: "ubuntu", sans-serif;
  3. font-weight: 300;
  4. color: #333;
  5. line-height: 1.6;
  6. }
  7. a, a:hover {
  8. color: #a00;
  9. text-decoration: none;
  10. }
  11. html,button,input,select,textarea {
  12. color: #222
  13. }
  14. ::-moz-selection {
  15. background: #b3d4fc;
  16. text-shadow: none
  17. }
  18. ::selection {
  19. background: #b3d4fc;
  20. text-shadow: none
  21. }
  22. hr {
  23. display: block;
  24. height: 1px;
  25. border: 0;
  26. border-top: 1px solid #ccc;
  27. margin: 1rem 0;
  28. padding: 0
  29. }
  30. audio,canvas,img,video {
  31. width: 100%;
  32. vertical-align: middle
  33. }
  34. fieldset {
  35. border: 0;
  36. margin: 0;
  37. padding: 0
  38. }
  39. textarea {
  40. resize: vertical
  41. }
  42. blockquote {
  43. margin-left: 1rem;
  44. font-style: italic;
  45. font-size: 1.4rem;
  46. font-family: Georgia,bitstream charter,serif;
  47. border-left: 3px solid;
  48. border-color: #a00;
  49. padding-left: 20px
  50. }
  51. blockquote cite {
  52. font-size: 70%;
  53. opacity: .8
  54. }
  55. .browsehappy {
  56. margin: .2rem 0;
  57. background: #ccc;
  58. color: #000;
  59. padding: .2rem 0
  60. }
  61. a,a:hover {
  62. color: #a00;
  63. text-decoration: none
  64. }
  65. a:hover {
  66. text-decoration: underline
  67. }
  68. h1,h2,h3,h4,h5,h6 {
  69. font-family: raleway,sans-serif;
  70. line-height: 1.2;
  71. color: #333;
  72. font-weight: 100
  73. }
  74. h1 {
  75. font-size: 2.75rem
  76. }
  77. h2 {
  78. font-size: 2rem
  79. }
  80. h3 {
  81. font-size: 1.6rem
  82. }
  83. h4 {
  84. font-size: 1.2rem
  85. }
  86. h5 {
  87. font-weight: 300;
  88. font-size: 1rem
  89. }
  90. h6 {
  91. font-weight: 300;
  92. font-size: .9rem
  93. }
  94. .container {
  95. max-width: 800px
  96. }
  97. ul {
  98. padding-left: 15px;
  99. }
  100. ul.flat {
  101. margin: 0;
  102. padding: 0;
  103. }
  104. ul.flat li {
  105. display: inline-block;
  106. list-style: none;
  107. margin-left: 0
  108. }
  109. .prevent-collapse {
  110. min-height: .1rem
  111. }
  112. .page-label {
  113. }
  114. .page-title {
  115. margin: 0
  116. }
  117. .smaller {
  118. font-size: 70%
  119. }
  120. ul {
  121. list-style: disc inside
  122. }
  123. .codehilitetable td {
  124. border: 0;
  125. padding-top: 0;
  126. padding-bottom: 0;
  127. padding-right: 0
  128. }
  129. .codehilitetable td pre {
  130. margin-bottom: 0;
  131. margin-top: 0
  132. }
  133. .codehilitetable td.linenos {
  134. color: #999;
  135. font-size: .9em
  136. }
  137. .codehilite {
  138. background: 0 0
  139. }
  140. .wrapper {
  141. max-width: 760px;
  142. margin: 0 auto;
  143. }
  144. .container {
  145. margin-top: 50px;
  146. }
  147. .header {
  148. margin-bottom: 20px;
  149. padding-bottom: 20px;
  150. }
  151. .header h1,
  152. .header h2 {
  153. margin: 0;
  154. padding: 0;
  155. font-size: 2rem;
  156. line-height: 1.3em;
  157. }
  158. .header h2 {
  159. font-size: 1.125rem;
  160. }
  161. .header nav {
  162. margin-top: 20px;
  163. border-top: 1px solid #f4f4f4;
  164. }
  165. .header nav ul,
  166. .header nav li {
  167. margin: 0;
  168. }
  169. .header nav ul.flat {
  170. padding: 0;
  171. }
  172. .header nav ul.flat li {
  173. display: inline-block;
  174. list-style: none;
  175. margin-left: 0;
  176. margin-right: 10px;
  177. margin-top: 10px;
  178. text-transform: capitalize;
  179. }
  180. .section {}
  181. .section .section-header {
  182. font-size: 0.75rem;
  183. font-weight: 600;
  184. text-transform: uppercase;
  185. color: #999;
  186. margin-bottom: 20px;
  187. letter-spacing: 1px;
  188. }
  189. .recent-posts .posts .post {
  190. margin-bottom: 30px;
  191. }
  192. .recent-posts .posts .post .meta,
  193. .post .post-header .meta,
  194. .list .posts .post .meta {
  195. font-size: 0.725rem;
  196. color: #999;
  197. margin-bottom: 4px;
  198. }
  199. .post .post-header {
  200. margin-bottom: 30px;
  201. }
  202. .post .post-header .title {
  203. margin: 0;
  204. }
  205. .post .post-header .meta {
  206. padding-left: 5px;
  207. margin-top: 10px;
  208. }
  209. .list .posts .post .meta {
  210. margin-bottom: 0;
  211. margin-left: 5px;
  212. }
  213. .footer {
  214. text-align: right;
  215. font-size: 0.75em;
  216. color: #999;
  217. border-top: 1px solid #f4f4f4;
  218. padding: 20px 0;
  219. margin-top: 40px;
  220. }
  221. .page-title {
  222. margin-bottom: 0;
  223. }
  224. .tag-cloud {
  225. margin-top: 20px;
  226. }
  227. .tag-cloud a {
  228. margin-right: 15px;
  229. }