main.css 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381
  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 .hentry h2 {
  419. font-family: 'Oswald', arial, serif;
  420. margin-left: 0;
  421. font-weight: 300;
  422. }
  423. #content-home hr {
  424. width: 100%;
  425. height: 10px;
  426. margin-top: -40px;
  427. background-color: #EEE;
  428. position: absolute;
  429. left: 0;
  430. right: 0;
  431. z-index: -1;
  432. }
  433. #content-home hr#first-sep {
  434. margin-top: -70px;
  435. }
  436. #content-home blockquote {
  437. background-color: #dc4807;
  438. color: #FFF;
  439. font-size: 28px;
  440. margin: 0;
  441. margin-bottom: 20px;
  442. padding: 20px;
  443. -moz-box-shadow: 1px 1px 5px 0px #c0c0c0;
  444. -webkit-box-shadow: 1px 1px 5px 0px #c0c0c0;
  445. -o-box-shadow: 1px 1px 5px 0px #c0c0c0;
  446. box-shadow: 1px 1px 5px 0px #c0c0c0;
  447. filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);
  448. }
  449. #content-home blockquote p {
  450. margin: 0;
  451. }
  452. #content-home .presentation {
  453. background-image: url(../images/deco-titre.png);
  454. background-repeat: no-repeat;
  455. font-size: 24px;
  456. }
  457. @media all and (min-width: 40em) {
  458. #content-home .presentation {
  459. padding: 40px 80px;
  460. }
  461. #content-home section:nth-child(even) h3 {
  462. text-align: right;
  463. padding-right: 50px;
  464. }
  465. #content-home section:nth-child(odd) h3 {
  466. text-align: left;
  467. padding-left: 50px;
  468. }
  469. }
  470. #content-home h3 span {
  471. display: inline-block;
  472. background-color: #EEE;
  473. padding: 20px 40px;
  474. margin: auto;
  475. text-transform: uppercase;
  476. color: #000;
  477. font-size: 32px;
  478. font-weight: lighter;
  479. }
  480. #content-home .services {
  481. list-style: none;
  482. }
  483. #content-home .services li span {
  484. font-family: Oswald, Arial, serif;
  485. font-size: 100px;
  486. color: #EEE;
  487. }
  488. #content-home .services li h4 {
  489. font-family: Lato, Arial, sans-serif;
  490. font-size: 24px;
  491. font-weight: bold;
  492. margin-top: 0;
  493. }
  494. #content-home .services li p {
  495. font-size: 18px;
  496. padding: 0 30px;
  497. }
  498. Contact page
  499. *****************/
  500. #content-contact {
  501. width: 70%;
  502. margin: auto;
  503. }
  504. #content-contact h2 {
  505. margin-bottom: 60px;
  506. }
  507. #content-contact h3 {
  508. display: inline-block;
  509. vertical-align: top;
  510. margin-top: 0;
  511. margin-bottom: 10px;
  512. }
  513. #content-contact section{
  514. width: 80%;
  515. margin-left: 15%;
  516. display: inline-block;
  517. vertical-align: top;
  518. }
  519. #content-contact section ul {
  520. list-style: none;
  521. padding: 0;
  522. margin: 0;
  523. text-align: left;
  524. }
  525. #content-contact .row {
  526. padding-top: 10px;
  527. margin-bottom: 50px;
  528. border-top: 1px solid #ccc;
  529. }
  530. /*
  531. Extras
  532. *****************/
  533. #extras {margin: 0 auto 3em auto; overflow: hidden;}
  534. #extras ul {list-style: none; margin: 0;}
  535. #extras li {border-bottom: 1px solid #fff;}
  536. #extras h2 {
  537. color: #C74350;
  538. font-size: 1.429em;
  539. margin-bottom: .25em;
  540. padding: 0 3px;
  541. }
  542. #extras a:link, #extras a:visited {
  543. color: #444;
  544. display: block;
  545. border-bottom: 1px solid #F4E3E3;
  546. text-decoration: none;
  547. padding: .3em .25em;
  548. }
  549. #extras a:hover, #extras a:active {color: #fff;}
  550. /* Blogroll */
  551. #extras .blogroll {
  552. float: left;
  553. width: 615px;
  554. }
  555. #extras .blogroll li {float: left; margin: 0 20px 0 0; width: 185px;}
  556. /* Social */
  557. #extras .social {
  558. float: right;
  559. width: 175px;
  560. }
  561. #extras div[class='social'] a {
  562. background-repeat: no-repeat;
  563. background-position: 3px 6px;
  564. padding-left: 25px;
  565. }
  566. /* Icons */
  567. .social a[href*='about.me'] {background-image: url('../images/icons/aboutme.png');}
  568. .social a[href*='bitbucket.org'] {background-image: url('../images/icons/bitbucket.png');}
  569. .social a[href*='delicious.com'] {background-image: url('../images/icons/delicious.png');}
  570. .social a[href*='digg.com'] {background-image: url('../images/icons/digg.png');}
  571. .social a[href*='facebook.com'] {background-image: url('../images/icons/facebook.png');}
  572. .social a[href*='gitorious.org'] {background-image: url('../images/icons/gitorious.png');}
  573. .social a[href*='github.com'],
  574. .social a[href*='git.io'] {
  575. background-image: url('../images/icons/github.png');
  576. background-size: 16px 16px;
  577. }
  578. .social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
  579. .social a[href*='plus.google.com'] {background-image: url('../images/icons/google-plus.png');}
  580. .social a[href*='groups.google.com'] {background-image: url('../images/icons/google-groups.png');}
  581. .social a[href*='news.ycombinator.com'],
  582. .social a[href*='hackernewsers.com'] {background-image: url('../images/icons/hackernews.png');}
  583. .social a[href*='last.fm'], .social a[href*='lastfm.'] {background-image: url('../images/icons/lastfm.png');}
  584. .social a[href*='linkedin.com'] {background-image: url('../images/icons/linkedin.png');}
  585. .social a[href*='reddit.com'] {background-image: url('../images/icons/reddit.png');}
  586. .social a[type$='atom+xml'], .social a[type$='rss+xml'] {background-image: url('../images/icons/rss.png');}
  587. .social a[href*='slideshare.net'] {background-image: url('../images/icons/slideshare.png');}
  588. .social a[href*='speakerdeck.com'] {background-image: url('../images/icons/speakerdeck.png');}
  589. .social a[href*='stackoverflow.com'] {background-image: url('../images/icons/stackoverflow.png');}
  590. .social a[href*='twitter.com'] {background-image: url('../images/icons/twitter.png');}
  591. .social a[href*='vimeo.com'] {background-image: url('../images/icons/vimeo.png');}
  592. .social a[href*='youtube.com'] {background-image: url('../images/icons/youtube.png');}
  593. /*
  594. About
  595. *****************/
  596. #about {
  597. background: #fff;
  598. font-style: normal;
  599. margin-bottom: 2em;
  600. overflow: hidden;
  601. padding: 20px;
  602. text-align: left;
  603. width: 760px;
  604. border-radius: 10px;
  605. -moz-border-radius: 10px;
  606. -webkit-border-radius: 10px;
  607. }
  608. #about .primary {float: left; width: 165px;}
  609. #about .primary strong {color: #C64350; display: block; font-size: 1.286em;}
  610. #about .photo {float: left; margin: 5px 20px;}
  611. #about .url:link, #about .url:visited {text-decoration: none;}
  612. #about .bio {float: right; width: 500px;}
  613. /*
  614. Footer
  615. *****************/
  616. #contentinfo {
  617. background-color: #000;
  618. text-align: center;
  619. padding: 50px 0 30px;
  620. }
  621. #contentinfo a {
  622. color: #999;
  623. text-decoration: none;
  624. }
  625. /***** Sections *****/
  626. /* Blog */
  627. .hentry {
  628. display: block;
  629. clear: both;
  630. border-bottom: 1px solid #eee;
  631. padding: 1.5em 0;
  632. }
  633. li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
  634. #content > .hentry {padding: 1em 0;}
  635. .hentry img{display : none ;}
  636. .entry-title {
  637. font-size: 3em;
  638. font-family: Lato;
  639. font-weight: 300;
  640. margin: 1rem 0 3rem 0;
  641. text-align: center;
  642. }
  643. @media all and (min-width: 40em) {
  644. .entry-title span {
  645. display: inline-block;
  646. padding: 0 80px;
  647. height: 100px;
  648. background-image: url(../images/deco-titre.png);
  649. background-repeat: no-repeat;
  650. background-position: right 10px;
  651. }
  652. }
  653. .entry-title a:link, .entry-title a:visited {text-decoration: none; color: #333;}
  654. .entry-title a:visited {background-color: #fff;}
  655. .hentry .post-info * {font-style: normal;}
  656. /* Content */
  657. .hentry footer {margin-bottom: 2em;}
  658. .hentry footer address {display: inline;}
  659. #posts-list footer address {display: block;}
  660. /* Blog Index */
  661. #posts-list {list-style: none; margin: 0;}
  662. #posts-list .hentry {padding-left: 10px; position: relative;}
  663. /* About the Author */
  664. #about-author {
  665. background: #f9f9f9;
  666. clear: both;
  667. font-style: normal;
  668. margin: 2em 0;
  669. padding: 10px 20px 15px 20px;
  670. border-radius: 5px;
  671. -moz-border-radius: 5px;
  672. -webkit-border-radius: 5px;
  673. }
  674. #about-author strong {
  675. color: #C64350;
  676. clear: both;
  677. display: block;
  678. font-size: 1.429em;
  679. }
  680. #about-author .photo {border: 1px solid #ddd; float: left; margin: 5px 1em 0 0;}
  681. /* Comments */
  682. #comments-list {list-style: none; margin: 0 1em;}
  683. #comments-list blockquote {
  684. background: #f8f8f8;
  685. clear: both;
  686. font-style: normal;
  687. margin: 0;
  688. padding: 15px 20px;
  689. border-radius: 5px;
  690. -moz-border-radius: 5px;
  691. -webkit-border-radius: 5px;
  692. }
  693. #comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}
  694. #comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}
  695. /* Add a Comment */
  696. #add-comment label {clear: left; float: left; text-align: left; width: 150px;}
  697. #add-comment input[type='text'],
  698. #add-comment input[type='email'],
  699. #add-comment input[type='url'] {float: left; width: 200px;}
  700. #add-comment textarea {float: left; height: 150px; width: 495px;}
  701. #add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
  702. #add-comment input[type='submit'] {float: right; margin: 0 .5em;}
  703. #add-comment * {margin-bottom: .5em;}
  704. .show {
  705. display: block; }
  706. .hide,
  707. .hidden {
  708. display: none; }
  709. .invisible {
  710. visibility: hidden; }
  711. .left {
  712. float: left; }
  713. .right {
  714. float: right; }
  715. .clearfix:before, .clearfix:after {
  716. display: table;
  717. content: " "; }
  718. .clearfix:after {
  719. clear: both; }
  720. .text-left {
  721. text-align: left; }
  722. .text-right {
  723. text-align: right; }
  724. .center {
  725. text-align: center; }
  726. ul.list-inline {
  727. list-style: none;
  728. padding-left: 0;
  729. margin: 0 0 0 -5px; }
  730. ul.list-inline > li {
  731. display: inline-block;
  732. padding: 0 5px 0 5px; }
  733. *, *:before, *:after {
  734. box-sizing: border-box; }
  735. .container {
  736. max-width: 64rem;
  737. width: 94%;
  738. margin: 0 auto;
  739. }
  740. @media all and (min-width: 40em) {
  741. .container {
  742. width: 100%;
  743. padding: 0 1rem;
  744. }
  745. }
  746. @media all and (min-width: 40em) {
  747. .col1of1 {
  748. float: left;
  749. width: 100%;
  750. }
  751. }
  752. @media all and (min-width: 40em) {
  753. .col1of2 {
  754. float: left;
  755. width: 50%;
  756. }
  757. }
  758. @media all and (max-width: 40em) {
  759. .col1of2, .col1of3, .col1of1, .col2of3 {
  760. width: 100%;
  761. }
  762. }
  763. @media all and (min-width: 40em) {
  764. .col1of3 {
  765. float: left;
  766. width: 33.33333%;
  767. }
  768. }
  769. @media all and (min-width: 40em) {
  770. .col2of3 {
  771. float: left;
  772. width: 66.66667%; } }
  773. @media all and (min-width: 40em) {
  774. .col1of4 {
  775. float: left;
  776. width: 25%; } }
  777. @media all and (min-width: 40em) {
  778. .col3of4 {
  779. float: left;
  780. width: 75%; } }
  781. @media all and (min-width: 40em) {
  782. .col1of5 {
  783. float: left;
  784. width: 20%; } }
  785. @media all and (min-width: 40em) {
  786. .col2of5 {
  787. float: left;
  788. width: 40%; } }
  789. @media all and (min-width: 40em) {
  790. .col3of5 {
  791. float: left;
  792. width: 60%; } }
  793. @media all and (min-width: 40em) {
  794. .col4of5 {
  795. float: left;
  796. width: 80%; } }
  797. @media all and (min-width: 40em) {
  798. .col1of6 {
  799. float: left;
  800. width: 16.66667%; } }
  801. @media all and (min-width: 40em) {
  802. .col5of6 {
  803. float: left;
  804. width: 83.33333%; } }
  805. .row1 {
  806. min-height: 2.5rem; }
  807. @media all and (min-width: 40em) {
  808. .row1 {
  809. height: 2.5rem; } }
  810. .row2 {
  811. min-height: 5rem; }
  812. @media all and (min-width: 40em) {
  813. .row2 {
  814. height: 5rem; } }
  815. .row3 {
  816. min-height: 7.5rem; }
  817. @media all and (min-width: 40em) {
  818. .row3 {
  819. height: 7.5rem; } }
  820. .row4 {
  821. min-height: 10rem; }
  822. @media all and (min-width: 40em) {
  823. .row4 {
  824. height: 10rem; } }
  825. .row5 {
  826. min-height: 12.5rem; }
  827. @media all and (min-width: 40em) {
  828. .row5 {
  829. height: 12.5rem; } }
  830. .row6 {
  831. min-height: 15rem; }
  832. @media all and (min-width: 40em) {
  833. .row6 {
  834. height: 15rem; } }
  835. .row7 {
  836. min-height: 17.5rem; }
  837. @media all and (min-width: 40em) {
  838. .row7 {
  839. height: 17.5rem; } }
  840. .row8 {
  841. min-height: 20rem; }
  842. @media all and (min-width: 40em) {
  843. .row8 {
  844. height: 20rem; } }
  845. .row9 {
  846. min-height: 22.5rem; }
  847. @media all and (min-width: 40em) {
  848. .row9 {
  849. height: 22.5rem; } }
  850. .row10 {
  851. min-height: 25rem; }
  852. @media all and (min-width: 40em) {
  853. .row10 {
  854. height: 25rem; } }
  855. .row11 {
  856. min-height: 27.5rem; }
  857. @media all and (min-width: 40em) {
  858. .row11 {
  859. height: 27.5rem; } }
  860. .row12 {
  861. min-height: 30rem; }
  862. @media all and (min-width: 40em) {
  863. .row12 {
  864. height: 30rem; } }
  865. .row13 {
  866. min-height: 32.5rem; }
  867. @media all and (min-width: 40em) {
  868. .row13 {
  869. height: 32.5rem; } }
  870. .row14 {
  871. min-height: 35rem; }
  872. @media all and (min-width: 40em) {
  873. .row14 {
  874. height: 35rem; } }
  875. .row15 {
  876. min-height: 37.5rem; }
  877. @media all and (min-width: 40em) {
  878. .row15 {
  879. height: 37.5rem; } }
  880. .row16 {
  881. min-height: 40rem; }
  882. @media all and (min-width: 40em) {
  883. .row16 {
  884. height: 40rem; } }
  885. @media all and (min-width: 40em) {
  886. .pre1of1 {
  887. margin-left: 100%; } }
  888. @media all and (min-width: 40em) {
  889. .pre1of2 {
  890. margin-left: 50%; } }
  891. @media all and (min-width: 40em) {
  892. .pre2of2 {
  893. margin-left: 100%; } }
  894. @media all and (min-width: 40em) {
  895. .pre1of3 {
  896. margin-left: 33.33333%; } }
  897. @media all and (min-width: 40em) {
  898. .pre2of3 {
  899. margin-left: 66.66667%; } }
  900. @media all and (min-width: 40em) {
  901. .pre3of3 {
  902. margin-left: 100%; } }
  903. @media all and (min-width: 40em) {
  904. .pre1of4 {
  905. margin-left: 25%; } }
  906. @media all and (min-width: 40em) {
  907. .pre2of4 {
  908. margin-left: 50%; } }
  909. @media all and (min-width: 40em) {
  910. .pre3of4 {
  911. margin-left: 75%; } }
  912. @media all and (min-width: 40em) {
  913. .pre4of4 {
  914. margin-left: 100%; } }
  915. @media all and (min-width: 40em) {
  916. .pre1of5 {
  917. margin-left: 20%; } }
  918. @media all and (min-width: 40em) {
  919. .pre2of5 {
  920. margin-left: 40%; } }
  921. @media all and (min-width: 40em) {
  922. .pre3of5 {
  923. margin-left: 60%; } }
  924. @media all and (min-width: 40em) {
  925. .pre4of5 {
  926. margin-left: 80%; } }
  927. @media all and (min-width: 40em) {
  928. .pre5of5 {
  929. margin-left: 100%; } }
  930. @media all and (min-width: 40em) {
  931. .pre1of6 {
  932. margin-left: 16.66667%; } }
  933. @media all and (min-width: 40em) {
  934. .pre2of6 {
  935. margin-left: 33.33333%; } }
  936. @media all and (min-width: 40em) {
  937. .pre3of6 {
  938. margin-left: 50%; } }
  939. @media all and (min-width: 40em) {
  940. .pre4of6 {
  941. margin-left: 66.66667%; } }
  942. @media all and (min-width: 40em) {
  943. .pre5of6 {
  944. margin-left: 83.33333%; } }
  945. @media all and (min-width: 40em) {
  946. .pre6of6 {
  947. margin-left: 100%; } }
  948. @media all and (min-width: 40em) {
  949. .post1of1 {
  950. margin-right: 100%; } }
  951. @media all and (min-width: 40em) {
  952. .post1of2 {
  953. margin-right: 50%; } }
  954. @media all and (min-width: 40em) {
  955. .post2of2 {
  956. margin-right: 100%; } }
  957. @media all and (min-width: 40em) {
  958. .post1of3 {
  959. margin-right: 33.33333%; } }
  960. @media all and (min-width: 40em) {
  961. .post2of3 {
  962. margin-right: 66.66667%; } }
  963. @media all and (min-width: 40em) {
  964. .post3of3 {
  965. margin-right: 100%; } }
  966. @media all and (min-width: 40em) {
  967. .post1of4 {
  968. margin-right: 25%; } }
  969. @media all and (min-width: 40em) {
  970. .post2of4 {
  971. margin-right: 50%; } }
  972. @media all and (min-width: 40em) {
  973. .post3of4 {
  974. margin-right: 75%; } }
  975. @media all and (min-width: 40em) {
  976. .post4of4 {
  977. margin-right: 100%; } }
  978. @media all and (min-width: 40em) {
  979. .post1of5 {
  980. margin-right: 20%; } }
  981. @media all and (min-width: 40em) {
  982. .post2of5 {
  983. margin-right: 40%; } }
  984. @media all and (min-width: 40em) {
  985. .post3of5 {
  986. margin-right: 60%; } }
  987. @media all and (min-width: 40em) {
  988. .post4of5 {
  989. margin-right: 80%; } }
  990. @media all and (min-width: 40em) {
  991. .post5of5 {
  992. margin-right: 100%; } }
  993. @media all and (min-width: 40em) {
  994. .post1of6 {
  995. margin-right: 16.66667%; } }
  996. @media all and (min-width: 40em) {
  997. .post2of6 {
  998. margin-right: 33.33333%; } }
  999. @media all and (min-width: 40em) {
  1000. .post3of6 {
  1001. margin-right: 50%; } }
  1002. @media all and (min-width: 40em) {
  1003. .post4of6 {
  1004. margin-right: 66.66667%; } }
  1005. @media all and (min-width: 40em) {
  1006. .post5of6 {
  1007. margin-right: 83.33333%; } }
  1008. @media all and (min-width: 40em) {
  1009. .post6of6 {
  1010. margin-right: 100%; } }
  1011. .m0 {
  1012. margin: 0; }
  1013. .m0x {
  1014. margin: 0 0; }
  1015. .m0y {
  1016. margin: 0 0; }
  1017. .m0t {
  1018. margin-top: 0; }
  1019. .m0r {
  1020. margin-right: 0; }
  1021. .m0b {
  1022. margin-bottom: 0; }
  1023. .m0l {
  1024. margin-left: 0; }
  1025. .p0 {
  1026. padding: 0; }
  1027. .p0x {
  1028. padding: 0 0; }
  1029. .p0y {
  1030. padding: 0 0; }
  1031. .m1 {
  1032. margin: 1rem; }
  1033. .m1x {
  1034. margin: 0 1rem; }
  1035. .m1y {
  1036. margin: 1rem 0; }
  1037. .m1t {
  1038. margin-top: 1rem; }
  1039. .m1r {
  1040. margin-right: 1rem; }
  1041. .m1b {
  1042. margin-bottom: 1rem; }
  1043. .m1l {
  1044. margin-left: 1rem; }
  1045. .p1 {
  1046. padding: 1rem; }
  1047. .p1x {
  1048. padding: 0 1rem; }
  1049. .p1y {
  1050. padding: 1rem 0; }
  1051. .m2 {
  1052. margin: 2rem; }
  1053. .m2x {
  1054. margin: 0 2rem; }
  1055. .m2y {
  1056. margin: 2rem 0; }
  1057. .m2t {
  1058. margin-top: 2rem; }
  1059. .m2r {
  1060. margin-right: 2rem; }
  1061. .m2b {
  1062. margin-bottom: 2rem; }
  1063. .m2l {
  1064. margin-left: 2rem; }
  1065. .p2 {
  1066. padding: 2rem; }
  1067. .p2x {
  1068. padding: 0 2rem; }
  1069. .p2y {
  1070. padding: 2rem 0; }
  1071. .m3 {
  1072. margin: 3rem; }
  1073. .m3x {
  1074. margin: 0 3rem; }
  1075. .m3y {
  1076. margin: 3rem 0; }
  1077. .m3t {
  1078. margin-top: 3rem; }
  1079. .m3r {
  1080. margin-right: 3rem; }
  1081. .m3b {
  1082. margin-bottom: 3rem; }
  1083. .m3l {
  1084. margin-left: 3rem; }
  1085. .p3 {
  1086. padding: 3rem; }
  1087. .p3x {
  1088. padding: 0 3rem; }
  1089. .p3y {
  1090. padding: 3rem 0; }
  1091. .m4 {
  1092. margin: 4rem; }
  1093. .m4x {
  1094. margin: 0 4rem; }
  1095. .m4y {
  1096. margin: 4rem 0; }
  1097. .m4t {
  1098. margin-top: 4rem; }
  1099. .m4r {
  1100. margin-right: 4rem; }
  1101. .m4b {
  1102. margin-bottom: 4rem; }
  1103. .m4l {
  1104. margin-left: 4rem; }
  1105. .p4 {
  1106. padding: 4rem; }
  1107. .p4x {
  1108. padding: 0 4rem; }
  1109. .p4y {
  1110. padding: 4rem 0; }
  1111. .centered {
  1112. float: none;
  1113. margin: 0 auto; }