main.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365
  1. /*
  2. Name: Smashing HTML5
  3. Date: July 2009
  4. Description: Sample layout for HTML5 and CSS3 goodness.
  5. Version: 1.0
  6. License: MIT <http://opensource.org/licenses/MIT>
  7. Licensed by: Smashing Media GmbH <http://www.smashingmagazine.com/>
  8. Original author: Enrique Ramírez <http://enrique-ramirez.com/>
  9. */
  10. /* Imports */
  11. @import url(reset.css);
  12. @import url(pygment.css);
  13. @import url(fonts.css);
  14. /***** Global *****/
  15. /* Body */
  16. body {
  17. background: #FFF;
  18. color: #000305;
  19. font-family: 'Lato', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  20. line-height: 1.429;
  21. padding: 0;
  22. text-align: left;
  23. position: relative;
  24. clear: both;
  25. margin: 0 auto;
  26. width: 100%;
  27. overflow-x: hidden;
  28. }
  29. /* Headings */
  30. h1 {font-size: 2em }
  31. h2 {
  32. font-size: 2.5em;
  33. text-transform: uppercase;
  34. padding-top: 3rem;
  35. margin-bottom: 0.8rem;
  36. }
  37. h2:first-child {margin-top:0;} /* 22px */
  38. h3 {font-size: 2em; color: #999; margin-top: 40px} /* 20px */
  39. h4 {font-size: 1.7em; margin-top: 30px;font-weight: 300;} /* 18px */
  40. h5 {font-size: 1.143em} /* 16px */
  41. h6 {font-size: 1em} /* 14px */
  42. h1, h2, h3, h4, h5, h6 {
  43. font-weight: 300;
  44. line-height: 1.1;
  45. font-family: 'Oswald', arial, serif;
  46. }
  47. hr { border: 2px solid #EEEEEE; }
  48. /* Anchors */
  49. a {outline: 0;}
  50. a img {border: 0px; text-decoration: none;}
  51. a:link, a:visited {
  52. color: #e0470b ;
  53. padding: 0 1px;
  54. text-decoration: underline;
  55. }
  56. a:hover, a:active {
  57. color: #F00;
  58. text-decoration: none;
  59. }
  60. h1 a:hover {
  61. background-color: inherit
  62. }
  63. /* Paragraphs */
  64. div.line-block,
  65. p { margin-top: 1em;
  66. margin-bottom: 1em;}
  67. strong, b {font-weight: bolder;}
  68. em, i {font-style: italic;}
  69. /* Lists */
  70. ul {
  71. list-style: outside disc;
  72. list-style-image: url(../images/puce.png);
  73. margin: 0em 0 0 1.5em;
  74. }
  75. ol {
  76. list-style: outside decimal;
  77. margin: 0em 0 0 1.5em;
  78. }
  79. li { margin-top: 0.5em;
  80. margin-bottom: 1em; }
  81. .post-info {
  82. margin:10px;
  83. padding:5px;
  84. }
  85. @media all and (min-width: 40em) {
  86. .post-info {
  87. float: right;
  88. }
  89. }
  90. .post-info p {
  91. margin-top: 1px;
  92. margin-bottom: 1px;
  93. }
  94. .readmore { float: right }
  95. dl {margin: 0 0 1.5em 0;}
  96. dt {font-weight: bold;}
  97. dd {margin-left: 1.5em;}
  98. /* Quotes */
  99. blockquote {
  100. margin: 20px;
  101. font-style: italic;
  102. }
  103. cite {}
  104. q {}
  105. div.note {
  106. float: right;
  107. margin: 5px;
  108. font-size: 85%;
  109. max-width: 300px;
  110. }
  111. /* Tables */
  112. table {margin: .5em auto 1.5em auto; width: 98%;}
  113. /* Thead */
  114. thead th {padding: .5em .4em; text-align: left;}
  115. thead td {}
  116. /* Tbody */
  117. tbody td {padding: .5em .4em;}
  118. tbody th {}
  119. tbody .alt td {}
  120. tbody .alt th {}
  121. /* Tfoot */
  122. tfoot th {}
  123. tfoot td {}
  124. /* HTML5 tags */
  125. header, section, footer,
  126. aside, nav, article, figure {
  127. display: block;
  128. }
  129. /***** Layout *****/
  130. img.right, figure.right {float: right; margin: 0 0 2em 2em;}
  131. img.left, figure.left {float: left; margin: 0 2em 2em 0;}
  132. article img {
  133. max-width: 100%;
  134. }
  135. /*
  136. Global
  137. *****************/
  138. a.bouton {
  139. display: inline-block;
  140. padding: 20px;
  141. border: 3px solid #dc4807;
  142. text-decoration: none;
  143. font-size: 20px;
  144. margin-top: 60px;
  145. }
  146. /*
  147. Header
  148. *****************/
  149. #banner {
  150. border-bottom: 10px solid #e0470b;
  151. background: #000;
  152. }
  153. #headerContainer {
  154. width: 1140px;
  155. margin: auto;
  156. padding: 20px 0;
  157. font-size: 14px;
  158. display: table;
  159. position: relative;
  160. z-index: 100;
  161. }
  162. #banner #logo {
  163. margin-right: 20px;
  164. vertical-align: middle;
  165. display: table-cell;
  166. }
  167. #banner #logo a {
  168. width:230px;
  169. height: 77px;
  170. display: block;
  171. content: " ";
  172. background-image: url(../images/logo_blc.png);
  173. background-size: 230px auto;
  174. background-repeat: no-repeat;
  175. background-position: center;
  176. }
  177. /* Main Nav */
  178. #banner nav {
  179. display: table-cell;
  180. background: #000305;
  181. font-size: 1.2em;
  182. line-height: 30px;
  183. text-align: right;
  184. vertical-align: middle;
  185. }
  186. #banner nav ul {
  187. list-style: none;
  188. margin: 0;
  189. }
  190. #banner nav li {
  191. display: inline;
  192. margin: 0 5px;
  193. }
  194. #banner nav a:link, #banner nav a:visited {
  195. color: #fff;
  196. display: inline-block;
  197. padding: 5px 1em;
  198. font-family: Lato;
  199. text-decoration: none;
  200. text-transform: lowercase;
  201. font-variant: small-caps;
  202. }
  203. /* #banner nav a:active, */
  204. #banner nav .active a:link, #banner nav .active a:visited {
  205. border: 1px solid #FFF;
  206. color: #fff;
  207. text-shadow: none !important;
  208. }
  209. #banner nav li.icon a {
  210. background-repeat: no-repeat;
  211. background-position: center;
  212. background-size: 18px 18px;
  213. height: 18px;
  214. vertical-align: middle;
  215. }
  216. #banner nav li.twitter a {
  217. background-image: url(../images/twitter.png);
  218. }
  219. #banner nav li.rss a {
  220. background-image: url(../images/rss.png);
  221. }
  222. .cacheMenu {
  223. position: absolute;
  224. top: 84px;
  225. bottom: 0;
  226. left: 0;
  227. right: 0;
  228. content: " ";
  229. background-color: rgba(0,0,0,.5);
  230. display: none;
  231. }
  232. .burger {
  233. display: table-cell;
  234. text-align: right;
  235. }
  236. .burger ul {
  237. display: inline-block;
  238. margin-right: 30px;
  239. list-style: none;
  240. }
  241. .burger li {
  242. content: " ";
  243. background-color: #FFF;
  244. width: 30px;
  245. height: 4px;
  246. display: block;
  247. margin-bottom: 6px;
  248. }
  249. /* Responsive header */
  250. @media screen and (min-width: 1141px){
  251. .burger {
  252. display: none;
  253. }
  254. }
  255. @media screen and (max-width: 1140px){
  256. #banner #logo {
  257. padding-left: 25px;
  258. }
  259. #banner #logo a {
  260. width:155px;
  261. height: 32px;
  262. background-image: url(../images/logo_blc_small.png);
  263. background-size: 153px auto;
  264. }
  265. #headerContainer {
  266. width: 100%;
  267. }
  268. #banner nav {
  269. position: absolute;
  270. top: 80px;
  271. width: 300px;
  272. right: -300px;
  273. -webkit-transition: right .5s; /* Safari */
  274. transition: right .4s;
  275. transition-timing-function: ease;
  276. }
  277. #banner nav.opened {
  278. right: 0;
  279. -webkit-transition: right .5s; /* Safari */
  280. transition: right .4s;
  281. transition-timing-function: ease;
  282. display: block;
  283. }
  284. #banner nav li {
  285. display: block;
  286. padding: 20px 1em;
  287. border-bottom: 1px solid #FFF;
  288. text-align: left;
  289. margin:0;
  290. }
  291. #banner nav li:first-child {
  292. border-top: 1px solid #FFF;
  293. }
  294. #banner nav li.icon {
  295. border-bottom: none;
  296. float: left;
  297. }
  298. #banner nav li.icon a{
  299. display: inline;
  300. background-position: left;
  301. padding-left: 30px;
  302. }
  303. #banner nav li.twitter a:after {
  304. content: "Twitter";
  305. line-height: 18px;
  306. }
  307. #banner nav li.rss a:after {
  308. content: "rss";
  309. font-size: 24px;
  310. line-height: 18px;
  311. }
  312. #banner nav li a {
  313. display: block;
  314. width: 100%;
  315. font-size: 22px;
  316. font-weight: bold;
  317. }
  318. #banner nav .active {
  319. background: #333;
  320. }
  321. #banner nav .active a:link, #banner nav .active a:visited {
  322. border: none;
  323. }
  324. }
  325. /*
  326. Side navigation
  327. *****************/
  328. @media all and (max-width: 40em) {
  329. nav#side-nav {
  330. display: none;
  331. }
  332. }
  333. nav#side-nav {
  334. vertical-align: top;
  335. text-align: right;
  336. padding-right: 60px;
  337. }
  338. nav#side-nav ul {
  339. position: relative;
  340. list-style: none;
  341. padding-right: 40px;
  342. }
  343. nav#side-nav ul:before {
  344. content: '';
  345. margin: 25px 0;
  346. position: absolute;
  347. z-index: -1;
  348. right: -1px;
  349. bottom: -1px;
  350. top: -1px;
  351. border: 1px solid #ccc;
  352. border-left-width: 0;
  353. }
  354. nav#side-nav ul li a {
  355. padding-right: 40px;
  356. margin-right: -47px;
  357. background-image: url(../images/puce-sideNav.png);
  358. background-repeat: no-repeat;
  359. background-position: right;
  360. height: 40px;
  361. display: inline-block;
  362. line-height: 40px;
  363. }
  364. nav#side-nav ul li a.active {
  365. background-image: url(../images/puce-sideNav-active.png);
  366. margin-right: -60px;
  367. padding-right: 55px;
  368. color: #333;
  369. font-weight: bolder;
  370. }
  371. nav#side-nav ul li a {
  372. font-size: 16px;
  373. color: #999;
  374. text-decoration: none;
  375. }
  376. /*
  377. Body
  378. *****************/
  379. .container {
  380. margin-bottom: 2em;
  381. overflow: hidden;
  382. padding: 20px 20px;
  383. width: 70%;
  384. border-radius: 10px;
  385. -moz-border-radius: 10px;
  386. -webkit-border-radius: 10px;
  387. }
  388. #content p, #content li, #content a {
  389. font-size: 20px;
  390. font-weight: 300;
  391. }
  392. /*
  393. Home page
  394. *****************/
  395. #content-home section {
  396. text-align: center;
  397. }
  398. #content-home h1 {
  399. font-size: 56px;
  400. font-family: 'Oswald', arial, serif;
  401. font-weight: lighter;
  402. text-transform: uppercase;
  403. letter-spacing: 7px;
  404. margin-left: 20px;
  405. text-align: left;
  406. }
  407. #content-home h2 {
  408. font-size: 32px;
  409. font-family: 'Lato', arial, serif;
  410. font-weight: normal;
  411. text-transform: none;
  412. margin-top: 0;
  413. text-align: left;
  414. padding-top: 20px;
  415. line-height: 1.25;
  416. margin-left: 20px;
  417. }
  418. #content-home hr {
  419. width: 100%;
  420. height: 10px;
  421. margin-top: -40px;
  422. background-color: #EEE;
  423. position: absolute;
  424. left: 0;
  425. right: 0;
  426. z-index: -1;
  427. }
  428. #content-home hr#first-sep {
  429. margin-top: -70px;
  430. }
  431. #content-home blockquote {
  432. background-color: #dc4807;
  433. color: #FFF;
  434. font-size: 28px;
  435. margin: 0;
  436. -moz-box-shadow: 1px 1px 5px 0px #c0c0c0;
  437. -webkit-box-shadow: 1px 1px 5px 0px #c0c0c0;
  438. -o-box-shadow: 1px 1px 5px 0px #c0c0c0;
  439. box-shadow: 1px 1px 5px 0px #c0c0c0;
  440. filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);
  441. }
  442. #content-home .presentation {
  443. background-image: url(../images/deco-titre.png);
  444. background-repeat: no-repeat;
  445. font-size: 24px;
  446. }
  447. @media all and (min-width: 40em) {
  448. #content-home .presentation {
  449. padding: 40px 80px;
  450. }
  451. #content-home section:nth-child(even) h3 {
  452. text-align: right;
  453. padding-right: 50px;
  454. }
  455. #content-home section:nth-child(odd) h3 {
  456. text-align: left;
  457. padding-left: 50px;
  458. }
  459. }
  460. #content-home h3 span {
  461. display: inline-block;
  462. background-color: #EEE;
  463. padding: 20px 40px;
  464. margin: auto;
  465. text-transform: uppercase;
  466. color: #000;
  467. font-size: 32px;
  468. font-weight: lighter;
  469. }
  470. #content-home .services li span {
  471. font-family: Oswald, Arial, serif;
  472. font-size: 100px;
  473. color: #EEE;
  474. }
  475. #content-home .services li h4 {
  476. font-family: Lato, Arial, sans-serif;
  477. font-size: 24px;
  478. font-weight: bold;
  479. margin-top: 0;
  480. }
  481. #content-home .services li p {
  482. font-size: 18px;
  483. padding: 0 30px;
  484. }
  485. Contact page
  486. *****************/
  487. #content-contact {
  488. width: 70%;
  489. margin: auto;
  490. }
  491. #content-contact h2 {
  492. margin-bottom: 60px;
  493. }
  494. #content-contact h3 {
  495. display: inline-block;
  496. vertical-align: top;
  497. margin-top: 0;
  498. margin-bottom: 10px;
  499. }
  500. #content-contact section{
  501. width: 80%;
  502. margin-left: 15%;
  503. display: inline-block;
  504. vertical-align: top;
  505. }
  506. #content-contact section ul {
  507. list-style: none;
  508. padding: 0;
  509. margin: 0;
  510. text-align: left;
  511. }
  512. #content-contact .row {
  513. padding-top: 10px;
  514. margin-bottom: 50px;
  515. border-top: 1px solid #ccc;
  516. }
  517. /*
  518. Extras
  519. *****************/
  520. #extras {margin: 0 auto 3em auto; overflow: hidden;}
  521. #extras ul {list-style: none; margin: 0;}
  522. #extras li {border-bottom: 1px solid #fff;}
  523. #extras h2 {
  524. color: #C74350;
  525. font-size: 1.429em;
  526. margin-bottom: .25em;
  527. padding: 0 3px;
  528. }
  529. #extras a:link, #extras a:visited {
  530. color: #444;
  531. display: block;
  532. border-bottom: 1px solid #F4E3E3;
  533. text-decoration: none;
  534. padding: .3em .25em;
  535. }
  536. #extras a:hover, #extras a:active {color: #fff;}
  537. /* Blogroll */
  538. #extras .blogroll {
  539. float: left;
  540. width: 615px;
  541. }
  542. #extras .blogroll li {float: left; margin: 0 20px 0 0; width: 185px;}
  543. /* Social */
  544. #extras .social {
  545. float: right;
  546. width: 175px;
  547. }
  548. #extras div[class='social'] a {
  549. background-repeat: no-repeat;
  550. background-position: 3px 6px;
  551. padding-left: 25px;
  552. }
  553. /* Icons */
  554. .social a[href*='about.me'] {background-image: url('../images/icons/aboutme.png');}
  555. .social a[href*='bitbucket.org'] {background-image: url('../images/icons/bitbucket.png');}
  556. .social a[href*='delicious.com'] {background-image: url('../images/icons/delicious.png');}
  557. .social a[href*='digg.com'] {background-image: url('../images/icons/digg.png');}
  558. .social a[href*='facebook.com'] {background-image: url('../images/icons/facebook.png');}
  559. .social a[href*='gitorious.org'] {background-image: url('../images/icons/gitorious.png');}
  560. .social a[href*='github.com'],
  561. .social a[href*='git.io'] {
  562. background-image: url('../images/icons/github.png');
  563. background-size: 16px 16px;
  564. }
  565. .social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
  566. .social a[href*='plus.google.com'] {background-image: url('../images/icons/google-plus.png');}
  567. .social a[href*='groups.google.com'] {background-image: url('../images/icons/google-groups.png');}
  568. .social a[href*='news.ycombinator.com'],
  569. .social a[href*='hackernewsers.com'] {background-image: url('../images/icons/hackernews.png');}
  570. .social a[href*='last.fm'], .social a[href*='lastfm.'] {background-image: url('../images/icons/lastfm.png');}
  571. .social a[href*='linkedin.com'] {background-image: url('../images/icons/linkedin.png');}
  572. .social a[href*='reddit.com'] {background-image: url('../images/icons/reddit.png');}
  573. .social a[type$='atom+xml'], .social a[type$='rss+xml'] {background-image: url('../images/icons/rss.png');}
  574. .social a[href*='slideshare.net'] {background-image: url('../images/icons/slideshare.png');}
  575. .social a[href*='speakerdeck.com'] {background-image: url('../images/icons/speakerdeck.png');}
  576. .social a[href*='stackoverflow.com'] {background-image: url('../images/icons/stackoverflow.png');}
  577. .social a[href*='twitter.com'] {background-image: url('../images/icons/twitter.png');}
  578. .social a[href*='vimeo.com'] {background-image: url('../images/icons/vimeo.png');}
  579. .social a[href*='youtube.com'] {background-image: url('../images/icons/youtube.png');}
  580. /*
  581. About
  582. *****************/
  583. #about {
  584. background: #fff;
  585. font-style: normal;
  586. margin-bottom: 2em;
  587. overflow: hidden;
  588. padding: 20px;
  589. text-align: left;
  590. width: 760px;
  591. border-radius: 10px;
  592. -moz-border-radius: 10px;
  593. -webkit-border-radius: 10px;
  594. }
  595. #about .primary {float: left; width: 165px;}
  596. #about .primary strong {color: #C64350; display: block; font-size: 1.286em;}
  597. #about .photo {float: left; margin: 5px 20px;}
  598. #about .url:link, #about .url:visited {text-decoration: none;}
  599. #about .bio {float: right; width: 500px;}
  600. /*
  601. Footer
  602. *****************/
  603. #contentinfo {
  604. background-color: #000;
  605. text-align: center;
  606. padding: 50px 0 30px;
  607. }
  608. #contentinfo a {
  609. color: #999;
  610. text-decoration: none;
  611. }
  612. /***** Sections *****/
  613. /* Blog */
  614. .hentry {
  615. display: block;
  616. clear: both;
  617. border-bottom: 1px solid #eee;
  618. padding: 1.5em 0;
  619. }
  620. li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
  621. #content > .hentry {padding: 1em 0;}
  622. .hentry img{display : none ;}
  623. .entry-title {
  624. font-size: 3em;
  625. font-family: Lato;
  626. font-weight: 300;
  627. margin: 1rem 0 3rem 0;
  628. text-align: center;
  629. }
  630. @media all and (min-width: 40em) {
  631. .entry-title span {
  632. display: inline-block;
  633. padding: 0 80px;
  634. height: 100px;
  635. background-image: url(../images/deco-titre.png);
  636. background-repeat: no-repeat;
  637. background-position: right 10px;
  638. }
  639. }
  640. .entry-title a:link, .entry-title a:visited {text-decoration: none; color: #333;}
  641. .entry-title a:visited {background-color: #fff;}
  642. .hentry .post-info * {font-style: normal;}
  643. /* Content */
  644. .hentry footer {margin-bottom: 2em;}
  645. .hentry footer address {display: inline;}
  646. #posts-list footer address {display: block;}
  647. /* Blog Index */
  648. #posts-list {list-style: none; margin: 0;}
  649. #posts-list .hentry {padding-left: 10px; position: relative;}
  650. /* About the Author */
  651. #about-author {
  652. background: #f9f9f9;
  653. clear: both;
  654. font-style: normal;
  655. margin: 2em 0;
  656. padding: 10px 20px 15px 20px;
  657. border-radius: 5px;
  658. -moz-border-radius: 5px;
  659. -webkit-border-radius: 5px;
  660. }
  661. #about-author strong {
  662. color: #C64350;
  663. clear: both;
  664. display: block;
  665. font-size: 1.429em;
  666. }
  667. #about-author .photo {border: 1px solid #ddd; float: left; margin: 5px 1em 0 0;}
  668. /* Comments */
  669. #comments-list {list-style: none; margin: 0 1em;}
  670. #comments-list blockquote {
  671. background: #f8f8f8;
  672. clear: both;
  673. font-style: normal;
  674. margin: 0;
  675. padding: 15px 20px;
  676. border-radius: 5px;
  677. -moz-border-radius: 5px;
  678. -webkit-border-radius: 5px;
  679. }
  680. #comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}
  681. #comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}
  682. /* Add a Comment */
  683. #add-comment label {clear: left; float: left; text-align: left; width: 150px;}
  684. #add-comment input[type='text'],
  685. #add-comment input[type='email'],
  686. #add-comment input[type='url'] {float: left; width: 200px;}
  687. #add-comment textarea {float: left; height: 150px; width: 495px;}
  688. #add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
  689. #add-comment input[type='submit'] {float: right; margin: 0 .5em;}
  690. #add-comment * {margin-bottom: .5em;}
  691. .show {
  692. display: block; }
  693. .hide,
  694. .hidden {
  695. display: none; }
  696. .invisible {
  697. visibility: hidden; }
  698. .left {
  699. float: left; }
  700. .right {
  701. float: right; }
  702. .clearfix:before, .clearfix:after {
  703. display: table;
  704. content: " "; }
  705. .clearfix:after {
  706. clear: both; }
  707. .text-left {
  708. text-align: left; }
  709. .text-right {
  710. text-align: right; }
  711. .center {
  712. text-align: center; }
  713. ul.list-inline {
  714. list-style: none;
  715. padding-left: 0;
  716. margin: 0 0 0 -5px; }
  717. ul.list-inline > li {
  718. display: inline-block;
  719. padding: 0 5px 0 5px; }
  720. *, *:before, *:after {
  721. box-sizing: border-box; }
  722. .container {
  723. max-width: 64rem;
  724. width: 94%;
  725. margin: 0 auto;
  726. }
  727. @media all and (min-width: 40em) {
  728. .container {
  729. width: 100%;
  730. padding: 0 1rem;
  731. }
  732. }
  733. @media all and (min-width: 40em) {
  734. .col1of1 {
  735. float: left;
  736. width: 100%;
  737. }
  738. }
  739. @media all and (min-width: 40em) {
  740. .col1of2 {
  741. float: left;
  742. width: 50%;
  743. }
  744. }
  745. @media all and (max-width: 40em) {
  746. .col1of2, .col1of3, .col1of1, .col2of3 {
  747. width: 100%;
  748. }
  749. }
  750. @media all and (min-width: 40em) {
  751. .col1of3 {
  752. float: left;
  753. width: 33.33333%;
  754. }
  755. }
  756. @media all and (min-width: 40em) {
  757. .col2of3 {
  758. float: left;
  759. width: 66.66667%; } }
  760. @media all and (min-width: 40em) {
  761. .col1of4 {
  762. float: left;
  763. width: 25%; } }
  764. @media all and (min-width: 40em) {
  765. .col3of4 {
  766. float: left;
  767. width: 75%; } }
  768. @media all and (min-width: 40em) {
  769. .col1of5 {
  770. float: left;
  771. width: 20%; } }
  772. @media all and (min-width: 40em) {
  773. .col2of5 {
  774. float: left;
  775. width: 40%; } }
  776. @media all and (min-width: 40em) {
  777. .col3of5 {
  778. float: left;
  779. width: 60%; } }
  780. @media all and (min-width: 40em) {
  781. .col4of5 {
  782. float: left;
  783. width: 80%; } }
  784. @media all and (min-width: 40em) {
  785. .col1of6 {
  786. float: left;
  787. width: 16.66667%; } }
  788. @media all and (min-width: 40em) {
  789. .col5of6 {
  790. float: left;
  791. width: 83.33333%; } }
  792. .row1 {
  793. min-height: 2.5rem; }
  794. @media all and (min-width: 40em) {
  795. .row1 {
  796. height: 2.5rem; } }
  797. .row2 {
  798. min-height: 5rem; }
  799. @media all and (min-width: 40em) {
  800. .row2 {
  801. height: 5rem; } }
  802. .row3 {
  803. min-height: 7.5rem; }
  804. @media all and (min-width: 40em) {
  805. .row3 {
  806. height: 7.5rem; } }
  807. .row4 {
  808. min-height: 10rem; }
  809. @media all and (min-width: 40em) {
  810. .row4 {
  811. height: 10rem; } }
  812. .row5 {
  813. min-height: 12.5rem; }
  814. @media all and (min-width: 40em) {
  815. .row5 {
  816. height: 12.5rem; } }
  817. .row6 {
  818. min-height: 15rem; }
  819. @media all and (min-width: 40em) {
  820. .row6 {
  821. height: 15rem; } }
  822. .row7 {
  823. min-height: 17.5rem; }
  824. @media all and (min-width: 40em) {
  825. .row7 {
  826. height: 17.5rem; } }
  827. .row8 {
  828. min-height: 20rem; }
  829. @media all and (min-width: 40em) {
  830. .row8 {
  831. height: 20rem; } }
  832. .row9 {
  833. min-height: 22.5rem; }
  834. @media all and (min-width: 40em) {
  835. .row9 {
  836. height: 22.5rem; } }
  837. .row10 {
  838. min-height: 25rem; }
  839. @media all and (min-width: 40em) {
  840. .row10 {
  841. height: 25rem; } }
  842. .row11 {
  843. min-height: 27.5rem; }
  844. @media all and (min-width: 40em) {
  845. .row11 {
  846. height: 27.5rem; } }
  847. .row12 {
  848. min-height: 30rem; }
  849. @media all and (min-width: 40em) {
  850. .row12 {
  851. height: 30rem; } }
  852. .row13 {
  853. min-height: 32.5rem; }
  854. @media all and (min-width: 40em) {
  855. .row13 {
  856. height: 32.5rem; } }
  857. .row14 {
  858. min-height: 35rem; }
  859. @media all and (min-width: 40em) {
  860. .row14 {
  861. height: 35rem; } }
  862. .row15 {
  863. min-height: 37.5rem; }
  864. @media all and (min-width: 40em) {
  865. .row15 {
  866. height: 37.5rem; } }
  867. .row16 {
  868. min-height: 40rem; }
  869. @media all and (min-width: 40em) {
  870. .row16 {
  871. height: 40rem; } }
  872. @media all and (min-width: 40em) {
  873. .pre1of1 {
  874. margin-left: 100%; } }
  875. @media all and (min-width: 40em) {
  876. .pre1of2 {
  877. margin-left: 50%; } }
  878. @media all and (min-width: 40em) {
  879. .pre2of2 {
  880. margin-left: 100%; } }
  881. @media all and (min-width: 40em) {
  882. .pre1of3 {
  883. margin-left: 33.33333%; } }
  884. @media all and (min-width: 40em) {
  885. .pre2of3 {
  886. margin-left: 66.66667%; } }
  887. @media all and (min-width: 40em) {
  888. .pre3of3 {
  889. margin-left: 100%; } }
  890. @media all and (min-width: 40em) {
  891. .pre1of4 {
  892. margin-left: 25%; } }
  893. @media all and (min-width: 40em) {
  894. .pre2of4 {
  895. margin-left: 50%; } }
  896. @media all and (min-width: 40em) {
  897. .pre3of4 {
  898. margin-left: 75%; } }
  899. @media all and (min-width: 40em) {
  900. .pre4of4 {
  901. margin-left: 100%; } }
  902. @media all and (min-width: 40em) {
  903. .pre1of5 {
  904. margin-left: 20%; } }
  905. @media all and (min-width: 40em) {
  906. .pre2of5 {
  907. margin-left: 40%; } }
  908. @media all and (min-width: 40em) {
  909. .pre3of5 {
  910. margin-left: 60%; } }
  911. @media all and (min-width: 40em) {
  912. .pre4of5 {
  913. margin-left: 80%; } }
  914. @media all and (min-width: 40em) {
  915. .pre5of5 {
  916. margin-left: 100%; } }
  917. @media all and (min-width: 40em) {
  918. .pre1of6 {
  919. margin-left: 16.66667%; } }
  920. @media all and (min-width: 40em) {
  921. .pre2of6 {
  922. margin-left: 33.33333%; } }
  923. @media all and (min-width: 40em) {
  924. .pre3of6 {
  925. margin-left: 50%; } }
  926. @media all and (min-width: 40em) {
  927. .pre4of6 {
  928. margin-left: 66.66667%; } }
  929. @media all and (min-width: 40em) {
  930. .pre5of6 {
  931. margin-left: 83.33333%; } }
  932. @media all and (min-width: 40em) {
  933. .pre6of6 {
  934. margin-left: 100%; } }
  935. @media all and (min-width: 40em) {
  936. .post1of1 {
  937. margin-right: 100%; } }
  938. @media all and (min-width: 40em) {
  939. .post1of2 {
  940. margin-right: 50%; } }
  941. @media all and (min-width: 40em) {
  942. .post2of2 {
  943. margin-right: 100%; } }
  944. @media all and (min-width: 40em) {
  945. .post1of3 {
  946. margin-right: 33.33333%; } }
  947. @media all and (min-width: 40em) {
  948. .post2of3 {
  949. margin-right: 66.66667%; } }
  950. @media all and (min-width: 40em) {
  951. .post3of3 {
  952. margin-right: 100%; } }
  953. @media all and (min-width: 40em) {
  954. .post1of4 {
  955. margin-right: 25%; } }
  956. @media all and (min-width: 40em) {
  957. .post2of4 {
  958. margin-right: 50%; } }
  959. @media all and (min-width: 40em) {
  960. .post3of4 {
  961. margin-right: 75%; } }
  962. @media all and (min-width: 40em) {
  963. .post4of4 {
  964. margin-right: 100%; } }
  965. @media all and (min-width: 40em) {
  966. .post1of5 {
  967. margin-right: 20%; } }
  968. @media all and (min-width: 40em) {
  969. .post2of5 {
  970. margin-right: 40%; } }
  971. @media all and (min-width: 40em) {
  972. .post3of5 {
  973. margin-right: 60%; } }
  974. @media all and (min-width: 40em) {
  975. .post4of5 {
  976. margin-right: 80%; } }
  977. @media all and (min-width: 40em) {
  978. .post5of5 {
  979. margin-right: 100%; } }
  980. @media all and (min-width: 40em) {
  981. .post1of6 {
  982. margin-right: 16.66667%; } }
  983. @media all and (min-width: 40em) {
  984. .post2of6 {
  985. margin-right: 33.33333%; } }
  986. @media all and (min-width: 40em) {
  987. .post3of6 {
  988. margin-right: 50%; } }
  989. @media all and (min-width: 40em) {
  990. .post4of6 {
  991. margin-right: 66.66667%; } }
  992. @media all and (min-width: 40em) {
  993. .post5of6 {
  994. margin-right: 83.33333%; } }
  995. @media all and (min-width: 40em) {
  996. .post6of6 {
  997. margin-right: 100%; } }
  998. .m0 {
  999. margin: 0; }
  1000. .m0x {
  1001. margin: 0 0; }
  1002. .m0y {
  1003. margin: 0 0; }
  1004. .m0t {
  1005. margin-top: 0; }
  1006. .m0r {
  1007. margin-right: 0; }
  1008. .m0b {
  1009. margin-bottom: 0; }
  1010. .m0l {
  1011. margin-left: 0; }
  1012. .p0 {
  1013. padding: 0; }
  1014. .p0x {
  1015. padding: 0 0; }
  1016. .p0y {
  1017. padding: 0 0; }
  1018. .m1 {
  1019. margin: 1rem; }
  1020. .m1x {
  1021. margin: 0 1rem; }
  1022. .m1y {
  1023. margin: 1rem 0; }
  1024. .m1t {
  1025. margin-top: 1rem; }
  1026. .m1r {
  1027. margin-right: 1rem; }
  1028. .m1b {
  1029. margin-bottom: 1rem; }
  1030. .m1l {
  1031. margin-left: 1rem; }
  1032. .p1 {
  1033. padding: 1rem; }
  1034. .p1x {
  1035. padding: 0 1rem; }
  1036. .p1y {
  1037. padding: 1rem 0; }
  1038. .m2 {
  1039. margin: 2rem; }
  1040. .m2x {
  1041. margin: 0 2rem; }
  1042. .m2y {
  1043. margin: 2rem 0; }
  1044. .m2t {
  1045. margin-top: 2rem; }
  1046. .m2r {
  1047. margin-right: 2rem; }
  1048. .m2b {
  1049. margin-bottom: 2rem; }
  1050. .m2l {
  1051. margin-left: 2rem; }
  1052. .p2 {
  1053. padding: 2rem; }
  1054. .p2x {
  1055. padding: 0 2rem; }
  1056. .p2y {
  1057. padding: 2rem 0; }
  1058. .m3 {
  1059. margin: 3rem; }
  1060. .m3x {
  1061. margin: 0 3rem; }
  1062. .m3y {
  1063. margin: 3rem 0; }
  1064. .m3t {
  1065. margin-top: 3rem; }
  1066. .m3r {
  1067. margin-right: 3rem; }
  1068. .m3b {
  1069. margin-bottom: 3rem; }
  1070. .m3l {
  1071. margin-left: 3rem; }
  1072. .p3 {
  1073. padding: 3rem; }
  1074. .p3x {
  1075. padding: 0 3rem; }
  1076. .p3y {
  1077. padding: 3rem 0; }
  1078. .m4 {
  1079. margin: 4rem; }
  1080. .m4x {
  1081. margin: 0 4rem; }
  1082. .m4y {
  1083. margin: 4rem 0; }
  1084. .m4t {
  1085. margin-top: 4rem; }
  1086. .m4r {
  1087. margin-right: 4rem; }
  1088. .m4b {
  1089. margin-bottom: 4rem; }
  1090. .m4l {
  1091. margin-left: 4rem; }
  1092. .p4 {
  1093. padding: 4rem; }
  1094. .p4x {
  1095. padding: 0 4rem; }
  1096. .p4y {
  1097. padding: 4rem 0; }
  1098. .centered {
  1099. float: none;
  1100. margin: 0 auto; }