main.css 23 KB

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