main.css 24 KB

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