main.css 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385
  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. #content-home h1 {
  645. margin-top: 70px;
  646. }
  647. .entry-title span {
  648. display: inline-block;
  649. padding: 0 80px;
  650. height: 100px;
  651. background-image: url(../images/deco-titre.png);
  652. background-repeat: no-repeat;
  653. background-position: right 10px;
  654. }
  655. }
  656. .entry-title a:link, .entry-title a:visited {text-decoration: none; color: #333;}
  657. .entry-title a:visited {background-color: #fff;}
  658. .hentry .post-info * {font-style: normal;}
  659. /* Content */
  660. .hentry footer {margin-bottom: 2em;}
  661. .hentry footer address {display: inline;}
  662. #posts-list footer address {display: block;}
  663. /* Blog Index */
  664. #posts-list {list-style: none; margin: 0;}
  665. #posts-list .hentry {padding-left: 10px; position: relative;}
  666. /* About the Author */
  667. #about-author {
  668. background: #f9f9f9;
  669. clear: both;
  670. font-style: normal;
  671. margin: 2em 0;
  672. padding: 10px 20px 15px 20px;
  673. border-radius: 5px;
  674. -moz-border-radius: 5px;
  675. -webkit-border-radius: 5px;
  676. }
  677. #about-author strong {
  678. color: #C64350;
  679. clear: both;
  680. display: block;
  681. font-size: 1.429em;
  682. }
  683. #about-author .photo {border: 1px solid #ddd; float: left; margin: 5px 1em 0 0;}
  684. /* Comments */
  685. #comments-list {list-style: none; margin: 0 1em;}
  686. #comments-list blockquote {
  687. background: #f8f8f8;
  688. clear: both;
  689. font-style: normal;
  690. margin: 0;
  691. padding: 15px 20px;
  692. border-radius: 5px;
  693. -moz-border-radius: 5px;
  694. -webkit-border-radius: 5px;
  695. }
  696. #comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}
  697. #comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}
  698. /* Add a Comment */
  699. #add-comment label {clear: left; float: left; text-align: left; width: 150px;}
  700. #add-comment input[type='text'],
  701. #add-comment input[type='email'],
  702. #add-comment input[type='url'] {float: left; width: 200px;}
  703. #add-comment textarea {float: left; height: 150px; width: 495px;}
  704. #add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
  705. #add-comment input[type='submit'] {float: right; margin: 0 .5em;}
  706. #add-comment * {margin-bottom: .5em;}
  707. .show {
  708. display: block; }
  709. .hide,
  710. .hidden {
  711. display: none; }
  712. .invisible {
  713. visibility: hidden; }
  714. .left {
  715. float: left; }
  716. .right {
  717. float: right; }
  718. .clearfix:before, .clearfix:after {
  719. display: table;
  720. content: " "; }
  721. .clearfix:after {
  722. clear: both; }
  723. .text-left {
  724. text-align: left; }
  725. .text-right {
  726. text-align: right; }
  727. .center {
  728. text-align: center; }
  729. ul.list-inline {
  730. list-style: none;
  731. padding-left: 0;
  732. margin: 0 0 0 -5px; }
  733. ul.list-inline > li {
  734. display: inline-block;
  735. padding: 0 5px 0 5px; }
  736. *, *:before, *:after {
  737. box-sizing: border-box; }
  738. .container {
  739. max-width: 64rem;
  740. width: 94%;
  741. margin: 0 auto;
  742. }
  743. @media all and (min-width: 40em) {
  744. .container {
  745. width: 100%;
  746. padding: 0 1rem;
  747. }
  748. }
  749. @media all and (min-width: 40em) {
  750. .col1of1 {
  751. float: left;
  752. width: 100%;
  753. }
  754. }
  755. @media all and (min-width: 40em) {
  756. .col1of2 {
  757. float: left;
  758. width: 50%;
  759. }
  760. }
  761. @media all and (max-width: 40em) {
  762. .col1of2, .col1of3, .col1of1, .col2of3 {
  763. width: 100%;
  764. }
  765. }
  766. @media all and (min-width: 40em) {
  767. .col1of3 {
  768. float: left;
  769. width: 33.33333%;
  770. }
  771. }
  772. @media all and (min-width: 40em) {
  773. .col2of3 {
  774. float: left;
  775. width: 66.66667%; } }
  776. @media all and (min-width: 40em) {
  777. .col1of4 {
  778. float: left;
  779. width: 25%; } }
  780. @media all and (min-width: 40em) {
  781. .col3of4 {
  782. float: left;
  783. width: 75%; } }
  784. @media all and (min-width: 40em) {
  785. .col1of5 {
  786. float: left;
  787. width: 20%; } }
  788. @media all and (min-width: 40em) {
  789. .col2of5 {
  790. float: left;
  791. width: 40%; } }
  792. @media all and (min-width: 40em) {
  793. .col3of5 {
  794. float: left;
  795. width: 60%; } }
  796. @media all and (min-width: 40em) {
  797. .col4of5 {
  798. float: left;
  799. width: 80%; } }
  800. @media all and (min-width: 40em) {
  801. .col1of6 {
  802. float: left;
  803. width: 16.66667%; } }
  804. @media all and (min-width: 40em) {
  805. .col5of6 {
  806. float: left;
  807. width: 83.33333%; } }
  808. .row1 {
  809. min-height: 2.5rem; }
  810. @media all and (min-width: 40em) {
  811. .row1 {
  812. height: 2.5rem; } }
  813. .row2 {
  814. min-height: 5rem; }
  815. @media all and (min-width: 40em) {
  816. .row2 {
  817. height: 5rem; } }
  818. .row3 {
  819. min-height: 7.5rem; }
  820. @media all and (min-width: 40em) {
  821. .row3 {
  822. height: 7.5rem; } }
  823. .row4 {
  824. min-height: 10rem; }
  825. @media all and (min-width: 40em) {
  826. .row4 {
  827. height: 10rem; } }
  828. .row5 {
  829. min-height: 12.5rem; }
  830. @media all and (min-width: 40em) {
  831. .row5 {
  832. height: 12.5rem; } }
  833. .row6 {
  834. min-height: 15rem; }
  835. @media all and (min-width: 40em) {
  836. .row6 {
  837. height: 15rem; } }
  838. .row7 {
  839. min-height: 17.5rem; }
  840. @media all and (min-width: 40em) {
  841. .row7 {
  842. height: 17.5rem; } }
  843. .row8 {
  844. min-height: 20rem; }
  845. @media all and (min-width: 40em) {
  846. .row8 {
  847. height: 20rem; } }
  848. .row9 {
  849. min-height: 22.5rem; }
  850. @media all and (min-width: 40em) {
  851. .row9 {
  852. height: 22.5rem; } }
  853. .row10 {
  854. min-height: 25rem; }
  855. @media all and (min-width: 40em) {
  856. .row10 {
  857. height: 25rem; } }
  858. .row11 {
  859. min-height: 27.5rem; }
  860. @media all and (min-width: 40em) {
  861. .row11 {
  862. height: 27.5rem; } }
  863. .row12 {
  864. min-height: 30rem; }
  865. @media all and (min-width: 40em) {
  866. .row12 {
  867. height: 30rem; } }
  868. .row13 {
  869. min-height: 32.5rem; }
  870. @media all and (min-width: 40em) {
  871. .row13 {
  872. height: 32.5rem; } }
  873. .row14 {
  874. min-height: 35rem; }
  875. @media all and (min-width: 40em) {
  876. .row14 {
  877. height: 35rem; } }
  878. .row15 {
  879. min-height: 37.5rem; }
  880. @media all and (min-width: 40em) {
  881. .row15 {
  882. height: 37.5rem; } }
  883. .row16 {
  884. min-height: 40rem; }
  885. @media all and (min-width: 40em) {
  886. .row16 {
  887. height: 40rem; } }
  888. @media all and (min-width: 40em) {
  889. .pre1of1 {
  890. margin-left: 100%; } }
  891. @media all and (min-width: 40em) {
  892. .pre1of2 {
  893. margin-left: 50%; } }
  894. @media all and (min-width: 40em) {
  895. .pre2of2 {
  896. margin-left: 100%; } }
  897. @media all and (min-width: 40em) {
  898. .pre1of3 {
  899. margin-left: 33.33333%; } }
  900. @media all and (min-width: 40em) {
  901. .pre2of3 {
  902. margin-left: 66.66667%; } }
  903. @media all and (min-width: 40em) {
  904. .pre3of3 {
  905. margin-left: 100%; } }
  906. @media all and (min-width: 40em) {
  907. .pre1of4 {
  908. margin-left: 25%; } }
  909. @media all and (min-width: 40em) {
  910. .pre2of4 {
  911. margin-left: 50%; } }
  912. @media all and (min-width: 40em) {
  913. .pre3of4 {
  914. margin-left: 75%; } }
  915. @media all and (min-width: 40em) {
  916. .pre4of4 {
  917. margin-left: 100%; } }
  918. @media all and (min-width: 40em) {
  919. .pre1of5 {
  920. margin-left: 20%; } }
  921. @media all and (min-width: 40em) {
  922. .pre2of5 {
  923. margin-left: 40%; } }
  924. @media all and (min-width: 40em) {
  925. .pre3of5 {
  926. margin-left: 60%; } }
  927. @media all and (min-width: 40em) {
  928. .pre4of5 {
  929. margin-left: 80%; } }
  930. @media all and (min-width: 40em) {
  931. .pre5of5 {
  932. margin-left: 100%; } }
  933. @media all and (min-width: 40em) {
  934. .pre1of6 {
  935. margin-left: 16.66667%; } }
  936. @media all and (min-width: 40em) {
  937. .pre2of6 {
  938. margin-left: 33.33333%; } }
  939. @media all and (min-width: 40em) {
  940. .pre3of6 {
  941. margin-left: 50%; } }
  942. @media all and (min-width: 40em) {
  943. .pre4of6 {
  944. margin-left: 66.66667%; } }
  945. @media all and (min-width: 40em) {
  946. .pre5of6 {
  947. margin-left: 83.33333%; } }
  948. @media all and (min-width: 40em) {
  949. .pre6of6 {
  950. margin-left: 100%; } }
  951. @media all and (min-width: 40em) {
  952. .post1of1 {
  953. margin-right: 100%; } }
  954. @media all and (min-width: 40em) {
  955. .post1of2 {
  956. margin-right: 50%; } }
  957. @media all and (min-width: 40em) {
  958. .post2of2 {
  959. margin-right: 100%; } }
  960. @media all and (min-width: 40em) {
  961. .post1of3 {
  962. margin-right: 33.33333%; } }
  963. @media all and (min-width: 40em) {
  964. .post2of3 {
  965. margin-right: 66.66667%; } }
  966. @media all and (min-width: 40em) {
  967. .post3of3 {
  968. margin-right: 100%; } }
  969. @media all and (min-width: 40em) {
  970. .post1of4 {
  971. margin-right: 25%; } }
  972. @media all and (min-width: 40em) {
  973. .post2of4 {
  974. margin-right: 50%; } }
  975. @media all and (min-width: 40em) {
  976. .post3of4 {
  977. margin-right: 75%; } }
  978. @media all and (min-width: 40em) {
  979. .post4of4 {
  980. margin-right: 100%; } }
  981. @media all and (min-width: 40em) {
  982. .post1of5 {
  983. margin-right: 20%; } }
  984. @media all and (min-width: 40em) {
  985. .post2of5 {
  986. margin-right: 40%; } }
  987. @media all and (min-width: 40em) {
  988. .post3of5 {
  989. margin-right: 60%; } }
  990. @media all and (min-width: 40em) {
  991. .post4of5 {
  992. margin-right: 80%; } }
  993. @media all and (min-width: 40em) {
  994. .post5of5 {
  995. margin-right: 100%; } }
  996. @media all and (min-width: 40em) {
  997. .post1of6 {
  998. margin-right: 16.66667%; } }
  999. @media all and (min-width: 40em) {
  1000. .post2of6 {
  1001. margin-right: 33.33333%; } }
  1002. @media all and (min-width: 40em) {
  1003. .post3of6 {
  1004. margin-right: 50%; } }
  1005. @media all and (min-width: 40em) {
  1006. .post4of6 {
  1007. margin-right: 66.66667%; } }
  1008. @media all and (min-width: 40em) {
  1009. .post5of6 {
  1010. margin-right: 83.33333%; } }
  1011. @media all and (min-width: 40em) {
  1012. .post6of6 {
  1013. margin-right: 100%; } }
  1014. .m0 {
  1015. margin: 0; }
  1016. .m0x {
  1017. margin: 0 0; }
  1018. .m0y {
  1019. margin: 0 0; }
  1020. .m0t {
  1021. margin-top: 0; }
  1022. .m0r {
  1023. margin-right: 0; }
  1024. .m0b {
  1025. margin-bottom: 0; }
  1026. .m0l {
  1027. margin-left: 0; }
  1028. .p0 {
  1029. padding: 0; }
  1030. .p0x {
  1031. padding: 0 0; }
  1032. .p0y {
  1033. padding: 0 0; }
  1034. .m1 {
  1035. margin: 1rem; }
  1036. .m1x {
  1037. margin: 0 1rem; }
  1038. .m1y {
  1039. margin: 1rem 0; }
  1040. .m1t {
  1041. margin-top: 1rem; }
  1042. .m1r {
  1043. margin-right: 1rem; }
  1044. .m1b {
  1045. margin-bottom: 1rem; }
  1046. .m1l {
  1047. margin-left: 1rem; }
  1048. .p1 {
  1049. padding: 1rem; }
  1050. .p1x {
  1051. padding: 0 1rem; }
  1052. .p1y {
  1053. padding: 1rem 0; }
  1054. .m2 {
  1055. margin: 2rem; }
  1056. .m2x {
  1057. margin: 0 2rem; }
  1058. .m2y {
  1059. margin: 2rem 0; }
  1060. .m2t {
  1061. margin-top: 2rem; }
  1062. .m2r {
  1063. margin-right: 2rem; }
  1064. .m2b {
  1065. margin-bottom: 2rem; }
  1066. .m2l {
  1067. margin-left: 2rem; }
  1068. .p2 {
  1069. padding: 2rem; }
  1070. .p2x {
  1071. padding: 0 2rem; }
  1072. .p2y {
  1073. padding: 2rem 0; }
  1074. .m3 {
  1075. margin: 3rem; }
  1076. .m3x {
  1077. margin: 0 3rem; }
  1078. .m3y {
  1079. margin: 3rem 0; }
  1080. .m3t {
  1081. margin-top: 3rem; }
  1082. .m3r {
  1083. margin-right: 3rem; }
  1084. .m3b {
  1085. margin-bottom: 3rem; }
  1086. .m3l {
  1087. margin-left: 3rem; }
  1088. .p3 {
  1089. padding: 3rem; }
  1090. .p3x {
  1091. padding: 0 3rem; }
  1092. .p3y {
  1093. padding: 3rem 0; }
  1094. .m4 {
  1095. margin: 4rem; }
  1096. .m4x {
  1097. margin: 0 4rem; }
  1098. .m4y {
  1099. margin: 4rem 0; }
  1100. .m4t {
  1101. margin-top: 4rem; }
  1102. .m4r {
  1103. margin-right: 4rem; }
  1104. .m4b {
  1105. margin-bottom: 4rem; }
  1106. .m4l {
  1107. margin-left: 4rem; }
  1108. .p4 {
  1109. padding: 4rem; }
  1110. .p4x {
  1111. padding: 0 4rem; }
  1112. .p4y {
  1113. padding: 4rem 0; }
  1114. .centered {
  1115. float: none;
  1116. margin: 0 auto; }