@charset "UTF-8"; /*! * www.KNACSS.com V4.4.4 (23 janvier 2016) @author: Raphael Goetter, Alsacreations * Licence WTFPL http://www.wtfpl.net/ */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, * without disabling user zoom. */ /* line 9, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ /* line 19, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ /* line 44, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ /* line 56, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ /* line 66, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */ /* line 77, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ /* line 88, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ a { background-color: transparent; } /** * Improve readability of focused elements when they are also in an * active/hover state. */ /* line 98, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address inconsistent styling of `abbr[title]`. * 1. Correct styling in Firefox 39 and Opera 12. * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari. */ /* line 111, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Address inconsistent styling of b and strong. * 1. Correct duplicate application of `bolder` in Safari 6.0.2. * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+. */ /* line 124, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ b, strong { font-weight: inherit; /* 1 */ } /* line 129, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ b, strong { font-weight: bolder; /* 2 */ } /** * Address styling not present in Safari and Chrome. */ /* line 137, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ /* line 146, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9. */ /* line 155, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ mark { background-color: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ /* line 164, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ /* line 173, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } /* line 180, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ sup { top: -0.5em; } /* line 184, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ /* line 195, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ /* line 203, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ /* line 214, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ figure { margin: 1em 40px; } /** * Address inconsistent styling of `hr`. * 1. Correct `box-sizing` set to `border-box` in Firefox. * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12. */ /* line 224, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * Contain overflow in all browsers. */ /* line 234, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ pre { overflow: auto; } /** * 1. Correct inheritance and scaling of font-size for preformatted text. * 2. Address odd `em`-unit font size rendering in all browsers. */ /* line 246, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct font properties not being inherited. * 2. Address margins set differently in Firefox 4+, Safari, and Chrome. */ /* line 268, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ button, input, optgroup, select, textarea { font: inherit; /* 1 */ margin: 0; /* 2 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ /* line 277, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ /* line 289, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ /* line 304, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ /* line 314, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ /* line 323, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ /* line 333, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ /* line 346, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ /* line 358, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * Address `appearance` set to `searchfield` in Safari and Chrome. */ /* line 366, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ input[type="search"] { -webkit-appearance: textfield; } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ /* line 377, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ /* line 385, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ /* line 396, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ /* line 405, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ /* line 414, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ /* line 425, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 431, /Users/raphael/Documents/GitHub/KNACSS/sass/_01a-normalize.scss */ td, th { padding: 0; } /* ----------------------------- */ /* == soft reset */ /* ----------------------------- */ /* switching to border-box model for all elements */ /* line 6, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ html { box-sizing: border-box; } /* line 10, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ * { box-sizing: inherit; } /* line 15, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ ul, ol { padding-left: 2em; } /* line 19, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ img { vertical-align: middle; } /* height auto only for non SVG images */ /* line 24, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ img:not([src$=".svg"]) { height: auto; } /* line 29, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ blockquote, figure { margin-left: 0; margin-right: 0; } /* ----------------------------- */ /* == typography */ /* ----------------------------- */ /* line 38, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ html { /* set base font-size to equiv "10px", which is adapted to rem unit */ font-size: 62.5%; /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */ /* thanks to @guardian, @victorbritopro and @eQRoeil */ font-size: calc(1em * 0.625); } /* line 48, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ body { font-size: 1.4rem; background-color: #fff; color: #000; font-family: sans-serif; line-height: 1.5; } /* line 57, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ a { color: #333; } /* line 59, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ a:hover, a:focus, a:active { color: #000; } /* font-sizing for content */ /* line 64, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ p, .p-like, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption, details, figure { margin-top: 0.75em; margin-bottom: 0; line-height: 1.5; } /* line 69, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ h1, .h1-like { font-size: 3.2rem; font-family: sans-serif; } /* line 74, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ h2, .h2-like { font-size: 2.8rem; font-family: sans-serif; } /* line 79, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ h3, .h3-like { font-size: 2.4rem; } /* line 83, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ h4, .h4-like { font-size: 2rem; } /* line 87, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ h5, .h5-like { font-size: 1.8rem; } /* line 91, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ h6, .h6-like { font-size: 1.6rem; } /* alternate font-sizing */ /* line 97, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ .smaller { font-size: 0.6em; } /* line 100, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ .small { font-size: 0.8em; } /* line 104, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ .big { font-size: 1.2em; } /* line 108, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ .bigger { font-size: 1.5em; } /* line 112, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ .biggest { font-size: 2em; } /* line 121, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ code, pre, samp, kbd { /* IE fix */ white-space: pre-line; white-space: pre-wrap; font-family: consolas, courier, monospace; line-height: normal; } /* line 127, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ em, .italic, address, cite, i, var { font-style: italic; } /* ----------------------------- */ /* == browsers consistency */ /* ----------------------------- */ /* avoid top margins on first content element */ /* line 139, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ p:first-child, .p-like:first-child, ul:first-child, ol:first-child, dl:first-child, blockquote:first-child, pre:first-child, h1:first-child, .h1-like:first-child, h2:first-child, .h2-like:first-child, h3:first-child, .h3-like:first-child, h4:first-child, .h4-like:first-child, h5:first-child, .h5-like:first-child, h6:first-child, .h6-like:first-child { margin-top: 0; } /* avoid margins on nested elements */ /* line 144, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ li p, li .p-like, li ul, li ol { margin-top: 0; margin-bottom: 0; } /* max values */ /* line 160, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ img, table, td, blockquote, code, pre, textarea, input, video, svg { max-width: 100%; } /* margin-bottom on tables */ /* line 165, /Users/raphael/Documents/GitHub/KNACSS/sass/_01b-base.scss */ table { margin-bottom: 2rem; } /* ----------------------------- */ /* ==layout and modules */ /* ----------------------------- */ /* module, gains superpower "BFC" Block Formating Context */ /* line 7, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .mod, .bfc { overflow: hidden; } /* blocks that needs to be placed under floats */ /* line 11, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .clear, .line, .row { clear: both; } /* blocks that must contain floats */ /* line 18, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .clearfix::after, .line::after { content: ""; display: table; clear: both; border-collapse: collapse; } /* simple blocks alignment */ /* line 26, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .left { margin-right: auto; } /* line 29, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .right { margin-left: auto; } /* line 33, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .center { margin-left: auto; margin-right: auto; } /* text and contents alignment */ /* line 40, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .txtleft { text-align: left; } /* line 43, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .txtright { text-align: right; } /* line 47, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .txtcenter { text-align: center; } /* floating elements */ /* line 53, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .fl { float: left; } /* line 56, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ img.fl { margin-right: 1rem; } /* line 60, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .fr { float: right; } /* line 64, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ img.fr { margin-left: 1rem; } /* line 68, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ img.fl, img.fr { margin-bottom: 0.5rem; } /* table layout */ /* line 74, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .row { display: table; table-layout: fixed; width: 100%; } /* line 79, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .row > *, .col { display: table-cell; vertical-align: top; } /* no table-cell for script tag when body is a .row */ /* line 87, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ body > script { display: none !important; } /* inline-block */ /* line 91, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .inbl { display: inline-block; vertical-align: top; } /* flexbox layout http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html */ /* line 101, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ [class*="flex-container"] { display: flex; flex-wrap: wrap; } /* line 104, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .flex-container-h { flex-direction: row; } /* line 108, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .flex-container-v { flex-direction: column; } /* line 112, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .flex-item-fluid { flex: 1; } /* line 116, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .flex-item-first { order: -1; } /* line 120, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .flex-item-medium { order: 0; } /* line 124, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .flex-item-last { order: 1; } /* line 128, /Users/raphael/Documents/GitHub/KNACSS/sass/_02-layout.scss */ .flex-item-center { margin: auto; } /* ---------------------------------- */ /* ==Grillade */ /* ---------------------------------- */ /* grid container */ /* line 20, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-"] { display: flex; flex-direction: row; flex-wrap: wrap; margin-left: -2rem; /* inline-block fallback for IE9 generation */ letter-spacing: -0.31em; } /* grid childs */ /* line 31, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-"] > * { box-sizing: border-box; flex: 0 0 auto; width: calc(100% * 1 / 4 - 2rem - .01px); min-width: 0; margin-left: 2rem; /* inline-block fallback for IE9 generation */ display: inline-block; vertical-align: top; letter-spacing: normal; } /* line 47, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-2"] > * { width: calc(100% * 1 / 2 - 2rem - .01px); } /* line 49, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-2"] > .flex-item-double { width: calc(100% * 2 / 2 - 2rem); } /* line 47, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-3"] > * { width: calc(100% * 1 / 3 - 2rem - .01px); } /* line 49, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-3"] > .flex-item-double { width: calc(100% * 2 / 3 - 2rem); } /* line 47, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-4"] > * { width: calc(100% * 1 / 4 - 2rem - .01px); } /* line 49, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-4"] > .flex-item-double { width: calc(100% * 2 / 4 - 2rem); } /* line 47, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-5"] > * { width: calc(100% * 1 / 5 - 2rem - .01px); } /* line 49, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-5"] > .flex-item-double { width: calc(100% * 2 / 5 - 2rem); } /* line 47, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-6"] > * { width: calc(100% * 1 / 6 - 2rem - .01px); } /* line 49, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-6"] > .flex-item-double { width: calc(100% * 2 / 6 - 2rem); } /* line 47, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-7"] > * { width: calc(100% * 1 / 7 - 2rem - .01px); } /* line 49, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-7"] > .flex-item-double { width: calc(100% * 2 / 7 - 2rem); } /* line 47, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-8"] > * { width: calc(100% * 1 / 8 - 2rem - .01px); } /* line 49, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-8"] > .flex-item-double { width: calc(100% * 2 / 8 - 2rem); } /* line 47, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-10"] > * { width: calc(100% * 1 / 10 - 2rem - .01px); } /* line 49, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-10"] > .flex-item-double { width: calc(100% * 2 / 10 - 2rem); } /* line 47, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-12"] > * { width: calc(100% * 1 / 12 - 2rem - .01px); } /* line 49, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="grid-12"] > .flex-item-double { width: calc(100% * 2 / 12 - 2rem); } /* Responsive grid */ @media (max-width: 640px) { /* line 97, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="-small-4"] > * { width: calc(100% * 1 / 4 - 2rem - .01px); } /* line 100, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="-small-4"] > .flex-item-double { width: calc(100% * 1 / 2 - 2rem - .01px); } /* line 103, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="-small-3"] > * { width: calc(100% * 1 / 3 - 2rem - .01px); } /* line 106, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="-small-3"] > .flex-item-double { width: calc(100% * 2 / 3 - 2rem - .01px); } /* line 109, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="-small-2"] > * { width: calc(100% * 1 / 2 - 2rem - .01px); } /* line 112, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="-small-2"] > .flex-item-double { width: calc(100% - 2rem - .01px); } /* line 115, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="-small-1"] > * { width: calc(100% - 2rem - .01px); } /* line 118, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="-small-1"] > .flex-item-double { width: calc(100% - 2rem - .01px); } } @media (max-width: 320px) { /* line 125, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="-tiny-2"] > * { width: calc(100% * 1 / 2 - 2rem - .01px); } /* line 128, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="-tiny-2"] > .flex-item-double { width: calc(100% - 2rem - .01px); } /* line 131, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="-tiny-1"] > * { width: calc(100% - 2rem - .01px); } /* line 134, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ [class*="-tiny-1"] > .flex-item-double { width: calc(100% - 2rem - .01px); } } /* line 142, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-2-1 > *:nth-child(odd) { width: calc(66.66667% - 2rem); } /* line 146, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-2-1 > *:nth-child(even) { width: calc(33.33333% - 2rem); } @media (max-width: 640px) { /* line 151, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-2-1 > *:nth-child(n) { width: calc(100% - 2rem); } } /* line 142, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-1-2 > *:nth-child(odd) { width: calc(33.33333% - 2rem); } /* line 146, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-1-2 > *:nth-child(even) { width: calc(66.66667% - 2rem); } @media (max-width: 640px) { /* line 151, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-1-2 > *:nth-child(n) { width: calc(100% - 2rem); } } /* line 142, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-3-1 > *:nth-child(odd) { width: calc(75% - 2rem); } /* line 146, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-3-1 > *:nth-child(even) { width: calc(25% - 2rem); } @media (max-width: 640px) { /* line 151, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-3-1 > *:nth-child(n) { width: calc(100% - 2rem); } } /* line 142, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-1-3 > *:nth-child(odd) { width: calc(25% - 2rem); } /* line 146, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-1-3 > *:nth-child(even) { width: calc(75% - 2rem); } @media (max-width: 640px) { /* line 151, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-1-3 > *:nth-child(n) { width: calc(100% - 2rem); } } /* line 142, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-3-2 > *:nth-child(odd) { width: calc(60% - 2rem); } /* line 146, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-3-2 > *:nth-child(even) { width: calc(40% - 2rem); } @media (max-width: 640px) { /* line 151, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-3-2 > *:nth-child(n) { width: calc(100% - 2rem); } } /* line 142, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-2-3 > *:nth-child(odd) { width: calc(40% - 2rem); } /* line 146, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-2-3 > *:nth-child(even) { width: calc(60% - 2rem); } @media (max-width: 640px) { /* line 151, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-2-3 > *:nth-child(n) { width: calc(100% - 2rem); } } /* line 142, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-4-1 > *:nth-child(odd) { width: calc(80% - 2rem); } /* line 146, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-4-1 > *:nth-child(even) { width: calc(20% - 2rem); } @media (max-width: 640px) { /* line 151, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-4-1 > *:nth-child(n) { width: calc(100% - 2rem); } } /* line 142, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-1-4 > *:nth-child(odd) { width: calc(20% - 2rem); } /* line 146, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-1-4 > *:nth-child(even) { width: calc(80% - 2rem); } @media (max-width: 640px) { /* line 151, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .grid-1-4 > *:nth-child(n) { width: calc(100% - 2rem); } } /* line 188, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .pull { margin-right: auto; } /* line 192, /Users/raphael/Documents/GitHub/KNACSS/sass/_03-grids.scss */ .push { margin-left: auto; } /* ----------------------------- */ /* ==tables */ /* ----------------------------- */ /* line 3, /Users/raphael/Documents/GitHub/KNACSS/sass/_04-tables.scss */ table, .table { width: 100%; max-width: 100%; table-layout: fixed; border-collapse: collapse; vertical-align: top; } /* line 11, /Users/raphael/Documents/GitHub/KNACSS/sass/_04-tables.scss */ .table { display: table; } /* line 15, /Users/raphael/Documents/GitHub/KNACSS/sass/_04-tables.scss */ #recaptcha_table, table.table-auto { table-layout: auto; } /* line 22, /Users/raphael/Documents/GitHub/KNACSS/sass/_04-tables.scss */ td, th { vertical-align: top; min-width: 2rem; cursor: default; } /* ----------------------------- */ /* ==forms */ /* ----------------------------- */ /* thanks to HTML5boilerplate, * github.com/nathansmith/formalize and www.sitepen.com */ /* buttons */ /* line 9, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ .btn { display: inline-block; } /* forms items */ /* line 16, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ form, fieldset { border: none; } /* line 18, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ input, button, select, label, .btn { font-family: inherit; font-size: inherit; } /* line 29, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ button, input, optgroup, select, textarea { color: #000; } /* line 33, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ label { vertical-align: middle; cursor: pointer; } /* line 38, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ legend { border: 0; white-space: normal; } /* line 43, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ textarea { min-height: 5em; vertical-align: top; font-family: inherit; font-size: inherit; resize: vertical; } /* line 51, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ select { -webkit-appearance: menulist-button; } /* if select styling bugs on WebKit */ /* select { -webkit-appearance: none; } */ /* 'x' appears on right of search input when text is entered. This removes it */ /* line 62, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; } /* line 66, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ ::-webkit-input-placeholder { color: #777; } /* line 71, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ input:-moz-placeholder, textarea:-moz-placeholder { color: #777; } /* line 73, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ .btn:focus, input[type="button"]:focus, button:focus { -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* unstyled forms */ /* line 83, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ button.unstyled, input[type="button"].unstyled, input[type="submit"].unstyled, input[type="reset"].unstyled { padding: 0; border: none; line-height: 1; text-align: left; background: none; border-radius: 0; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } /* line 97, /Users/raphael/Documents/GitHub/KNACSS/sass/_05-forms.scss */ button.unstyled:focus, input[type="button"].unstyled:focus, input[type="submit"].unstyled:focus, input[type="reset"].unstyled:focus { box-shadow: none; outline: none; } /* ---------------------------------- */ /* ==state helpers */ /* ---------------------------------- */ /* invisible for all */ /* line 7, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .is-hidden, [hidden] { display: none; } /* hidden but not for an assistive technology like a screen reader, Yahoo! method */ /* line 12, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .visually-hidden { position: absolute !important; border: 0 !important; height: 1px !important; width: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; } /* line 23, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .is-disabled, [disabled] { opacity: 0.5; pointer-events: none; cursor: not-allowed; filter: grayscale(1); } /* line 31, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ ul.is-unstyled, ul.unstyled { list-style: none; padding-left: 0; } /* ---------------------------------- */ /* ==visual helpers */ /* .. use them with parcimony ! */ /* ---------------------------------- */ /* blocks widths (percentage and pixels) */ /* line 41, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w10 { width: 10%; } /* line 44, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w20 { width: 20%; } /* line 48, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w25 { width: 25%; } /* line 52, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w30 { width: 30%; } /* line 56, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w33 { width: 33.3333%; } /* line 60, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w40 { width: 40%; } /* line 64, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w50 { width: 50%; } /* line 68, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w60 { width: 60%; } /* line 72, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w66 { width: 66.6666%; } /* line 76, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w70 { width: 70%; } /* line 80, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w75 { width: 75%; } /* line 84, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w80 { width: 80%; } /* line 88, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w90 { width: 90%; } /* line 92, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w100 { width: 100%; } /* line 96, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w50p { width: 50px; } /* line 100, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w100p { width: 100px; } /* line 104, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w150p { width: 150px; } /* line 108, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w200p { width: 200px; } /* line 112, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w300p { width: 300px; } /* line 116, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w400p { width: 400px; } /* line 120, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w500p { width: 500px; } /* line 124, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w600p { width: 600px; } /* line 128, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w700p { width: 700px; } /* line 132, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w800p { width: 800px; } /* line 136, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w960p { width: 960px; } /* line 140, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mw960p { max-width: 960px; } /* line 144, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .w1140p { width: 1140px; } /* line 148, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mw1140p { max-width: 1140px; } /* line 152, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .wauto { width: auto; } /* spacing helpers p,m = padding,margin a,t,r,b,l = all,top,right,bottom,left s,m,l,n = small, medium, large, none */ /* line 162, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .man, .ma0 { margin: 0; } /* line 165, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .pan, .pa0 { padding: 0; } /* line 169, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mas { margin: 1rem; } /* line 173, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mam { margin: 2rem; } /* line 177, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mal { margin: 4rem; } /* line 181, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .pas { padding: 1rem; } /* line 185, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .pam { padding: 2rem; } /* line 189, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .pal { padding: 4rem; } /* line 193, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mtn, .mt0 { margin-top: 0; } /* line 197, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mts { margin-top: 1rem; } /* line 201, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mtm { margin-top: 2rem; } /* line 205, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mtl { margin-top: 4rem; } /* line 209, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mrn, .mr0 { margin-right: 0; } /* line 213, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mrs { margin-right: 1rem; } /* line 217, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mrm { margin-right: 2rem; } /* line 221, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mrl { margin-right: 4rem; } /* line 225, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mbn, .mb0 { margin-bottom: 0; } /* line 229, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mbs { margin-bottom: 1rem; } /* line 233, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mbm { margin-bottom: 2rem; } /* line 237, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mbl { margin-bottom: 4rem; } /* line 241, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mln, .ml0 { margin-left: 0; } /* line 245, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mls { margin-left: 1rem; } /* line 249, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mlm { margin-left: 2rem; } /* line 253, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mll { margin-left: 4rem; } /* line 257, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mauto { margin: auto; } /* line 261, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mtauto { margin-top: auto; } /* line 265, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mrauto { margin-right: auto; } /* line 269, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mbauto { margin-bottom: auto; } /* line 273, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .mlauto { margin-left: auto; } /* line 277, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .ptn, .pt0 { padding-top: 0; } /* line 281, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .pts { padding-top: 1rem; } /* line 285, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .ptm { padding-top: 2rem; } /* line 289, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .ptl { padding-top: 4rem; } /* line 293, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .prn, .pr0 { padding-right: 0; } /* line 297, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .prs { padding-right: 1rem; } /* line 301, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .prm { padding-right: 2rem; } /* line 305, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .prl { padding-right: 4rem; } /* line 309, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .pbn, .pb0 { padding-bottom: 0; } /* line 313, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .pbs { padding-bottom: 1rem; } /* line 317, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .pbm { padding-bottom: 2rem; } /* line 321, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .pbl { padding-bottom: 4rem; } /* line 325, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .pln, .pl0 { padding-left: 0; } /* line 329, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .pls { padding-left: 1rem; } /* line 333, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .plm { padding-left: 2rem; } /* line 337, /Users/raphael/Documents/GitHub/KNACSS/sass/_06-helpers.scss */ .pll { padding-left: 4rem; } /* ----------------------------- */ /* ==desktop and HD devices */ /* ----------------------------- */ /* ---------------------------------- */ /* ==Responsive large */ /* ---------------------------------- */ @media (min-width: 961px) { /* layouts for large screens */ /* line 19, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .large-hidden { display: none !important; } /* line 22, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .large-visible { display: block !important; } /* line 26, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .large-no-float { float: none; } /* line 30, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .large-inbl { display: inline-block; float: none; vertical-align: top; } /* line 36, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .large-row { display: table; table-layout: fixed; width: 100% !important; } /* line 41, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .large-col { display: table-cell; vertical-align: top; } /* widths for large screens */ /* line 47, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .large-w25 { width: 25% !important; } /* line 50, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .large-w33 { width: 33.3333% !important; } /* line 54, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .large-w50 { width: 50% !important; } /* line 58, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .large-w66 { width: 66.6666% !important; } /* line 62, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .large-w75 { width: 75% !important; } /* line 66, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .large-w100, .large-wauto { display: block !important; float: none !important; clear: none !important; width: auto !important; margin-left: 0 !important; margin-right: 0 !important; border: 0; } /* margins for large screens */ /* line 78, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .large-man, .large-ma0 { margin: 0 !important; } } /* ---------------------------------- */ /* ==Responsive medium */ /* ---------------------------------- */ @media (min-width: 641px) and (max-width: 960px) { /* layouts for medium screens */ /* line 90, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .medium-hidden { display: none !important; } /* line 93, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .medium-visible { display: block !important; } /* line 97, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .medium-no-float { float: none; } /* line 101, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .medium-inbl { display: inline-block; float: none; vertical-align: top; } /* line 107, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .medium-row { display: table; table-layout: fixed; width: 100% !important; } /* line 113, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .medium-col { display: table-cell; vertical-align: top; } /* widths for medium screens */ /* line 120, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .medium-w25 { width: 25% !important; } /* line 123, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .medium-w33 { width: 33.3333% !important; } /* line 127, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .medium-w50 { width: 50% !important; } /* line 131, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .medium-w66 { width: 66.6666% !important; } /* line 135, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .medium-w75 { width: 75% !important; } /* line 139, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .medium-w100, .medium-wauto { display: block !important; float: none !important; clear: none !important; width: auto !important; margin-left: 0 !important; margin-right: 0 !important; border: 0; } /* margins for medium screens */ /* line 151, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .medium-man, .medium-ma0 { margin: 0 !important; } } /* ---------------------------------- */ /* ==Responsive small */ /* ---------------------------------- */ @media (min-width: 321px) and (max-width: 640px) { /* quick reset in small resolution and less */ /* line 163, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .w600p, .w700p, .w800p, .w960p, .mw960p { width: auto; float: none; } /* layouts for small screens */ /* line 169, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-hidden { display: none !important; } /* line 172, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-visible { display: block !important; } /* line 176, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-no-float { float: none; } /* line 180, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-inbl { display: inline-block; float: none; vertical-align: top; } /* line 186, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-row { display: table !important; table-layout: fixed !important; width: 100% !important; } /* line 192, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-col { display: table-cell !important; vertical-align: top !important; } /* widths for small screens */ /* line 199, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-w25 { width: 25% !important; } /* line 202, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-w33 { width: 33.3333% !important; } /* line 206, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-w50 { width: 50% !important; } /* line 210, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-w66 { width: 66.6666% !important; } /* line 214, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-w75 { width: 75% !important; } /* line 218, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-w100, .small-wauto { display: block !important; float: none !important; clear: none !important; width: auto !important; margin-left: 0 !important; margin-right: 0 !important; border: 0; } /* margins for small screens */ /* line 230, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-man, .small-ma0 { margin: 0 !important; } /* line 233, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .small-pan, .small-pa0 { padding: 0 !important; } } /* ---------------------------------- */ /* ==Responsive tiny */ /* ---------------------------------- */ @media (max-width: 320px) { /* quick small resolution reset */ /* line 247, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .mod, .col, fieldset { display: block !important; float: none !important; clear: none !important; width: auto !important; margin-left: 0 !important; margin-right: 0 !important; border: 0; } /* line 256, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .flex-container { flex-direction: column; } /* line 260, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .w300p, .w400p, .w500p { width: auto; float: none; } /* line 265, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .row { display: block !important; width: 100% !important; } /* layouts for tiny screens */ /* line 272, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-hidden { display: none !important; } /* line 275, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-visible { display: block !important; } /* line 279, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-no-float { float: none; } /* line 283, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-inbl { display: inline-block; float: none; vertical-align: top; } /* line 289, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-row { display: table !important; table-layout: fixed !important; width: 100% !important; } /* line 295, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-col { display: table-cell !important; vertical-align: top !important; } /* line 303, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ th, td { display: block; width: auto; text-align: left; } /* line 309, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ thead { display: none; } /* widths for tiny screens */ /* line 313, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-w25 { width: 25% !important; } /* line 316, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-w33 { width: 33.3333% !important; } /* line 320, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-w50 { width: 50% !important; } /* line 324, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-w66 { width: 66.6666% !important; } /* line 328, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-w75 { width: 75% !important; } /* line 332, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-w100, .tiny-wauto { display: block !important; float: none !important; clear: none !important; width: auto !important; margin-left: 0 !important; margin-right: 0 !important; border: 0; } /* margins for tiny screens */ /* line 344, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-man, .tiny-ma0 { margin: 0 !important; } /* line 347, /Users/raphael/Documents/GitHub/KNACSS/sass/_07-responsive.scss */ .tiny-pan, .tiny-pa0 { padding: 0 !important; } } /* quick print reset */ @media print { /* line 3, /Users/raphael/Documents/GitHub/KNACSS/sass/_08-print.scss */ * { background: transparent !important; box-shadow: none !important; text-shadow: none !important; } /* line 9, /Users/raphael/Documents/GitHub/KNACSS/sass/_08-print.scss */ body { width: auto; margin: auto; font-family: serif; font-size: 12pt; } /* line 14, /Users/raphael/Documents/GitHub/KNACSS/sass/_08-print.scss */ p, .p-like, h1, .h1-like, h2, .h2-like, h3, .h3-like, h4, .h4-like, h5, .h5-like, h6, .h6-like, blockquote, ul, ol { color: #000; margin: auto; } /* line 19, /Users/raphael/Documents/GitHub/KNACSS/sass/_08-print.scss */ .print { display: block; } /* line 23, /Users/raphael/Documents/GitHub/KNACSS/sass/_08-print.scss */ .no-print { display: none; } /* no orphans, no widows */ /* line 29, /Users/raphael/Documents/GitHub/KNACSS/sass/_08-print.scss */ p, .p-like, blockquote { orphans: 3; widows: 3; } /* no breaks inside these elements */ /* line 38, /Users/raphael/Documents/GitHub/KNACSS/sass/_08-print.scss */ blockquote, ul, ol { page-break-inside: avoid; } /* page break before main headers h1, .h1-like { page-break-before: always; } */ /* no breaks after these elements */ /* line 49, /Users/raphael/Documents/GitHub/KNACSS/sass/_08-print.scss */ h1, .h1-like, h2, .h2-like, h3, .h3-like, caption { page-break-after: avoid; } /* line 54, /Users/raphael/Documents/GitHub/KNACSS/sass/_08-print.scss */ a { color: #000; } /* displaying URLs a[href]::after { content: " (" attr(href) ")"; } */ /* line 65, /Users/raphael/Documents/GitHub/KNACSS/sass/_08-print.scss */ a[href^="javascript:"]::after, a[href^="#"]::after { content: ""; } } /* ----------------------------- */ /* ==misc rules */ /* ----------------------------- */ /* styling skip links */ /* line 5, /Users/raphael/Documents/GitHub/KNACSS/sass/_09-misc.scss */ .skip-links { position: absolute; } /* line 9, /Users/raphael/Documents/GitHub/KNACSS/sass/_09-misc.scss */ .skip-links a { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); padding: 0.5em; background: black; color: white; text-decoration: none; } /* line 18, /Users/raphael/Documents/GitHub/KNACSS/sass/_09-misc.scss */ .skip-links a:focus { position: static; overflow: visible; clip: auto; } @media (max-width: 640px) { /* you shall not pass */ /* line 36, /Users/raphael/Documents/GitHub/KNACSS/sass/_09-misc.scss */ div, textarea, table, td, th, code, pre, samp { word-wrap: break-word; hyphens: auto; } /* line 40, /Users/raphael/Documents/GitHub/KNACSS/sass/_09-misc.scss */ a { word-break: break-all; } } @media (max-width: 640px) { /* line 47, /Users/raphael/Documents/GitHub/KNACSS/sass/_09-misc.scss */ .no-wrapping { word-wrap: normal; hyphens: manual; } } /* Google Gmap3 bug fix on images */ /* line 54, /Users/raphael/Documents/GitHub/KNACSS/sass/_09-misc.scss */ .gm-style img { height: 100%; } /* line 58, /Users/raphael/Documents/GitHub/KNACSS/sass/_09-misc.scss */ :not(.gm-style) img { height: auto; } /* line 64, /Users/raphael/Documents/GitHub/KNACSS/sass/_09-misc.scss */ .gm-style img, .gmnoscreen img, .gmnoprint img { max-width: none !important; } /* ----------------------------- */ /* ==minor stylings */ /* ----------------------------- */ /* styling elements */ /* line 6, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ code, kbd, mark { border-radius: 2px; } /* line 10, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ kbd { padding: 0 2px; border: 1px solid #999; } /* line 15, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ code { padding: 2px 4px; background: rgba(0, 0, 0, 0.04); color: #b11; } /* line 21, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ pre code { padding: 0; background: none; color: inherit; border-radius: 0; } /* line 28, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ mark { padding: 2px 4px; } /* line 33, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ sup, sub { vertical-align: 0; } /* line 37, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ sup { bottom: 1ex; } /* line 41, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ sub { top: 0.5ex; } /* line 45, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ blockquote { position: relative; padding-left: 3em; } /* line 50, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ blockquote::before { content: "\201C"; position: absolute; left: 0; top: 0; font-family: georgia, serif; font-size: 5em; line-height: 0.9; color: rgba(0, 0, 0, 0.3); } /* line 61, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ blockquote > footer { margin-top: .75em; font-size: 0.9em; color: rgba(0, 0, 0, 0.7); } /* line 67, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ blockquote > footer::before { content: "\2014 \0020"; } /* line 71, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ q { font-style: normal; } /* line 73, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ q, .q { quotes: "“\00a0" "\00a0”"; } /* line 77, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ q:lang(fr), .q:lang(fr) { quotes: "«\00a0" "\00a0»"; } /* line 83, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ hr { display: block; clear: both; height: 1px; margin: 1em 0 2em; padding: 0; border: 0; color: #ccc; background-color: #ccc; } /* tables */ /* line 94, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ table, .table { border: 1px solid #ccc; } /* line 99, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ caption { padding: 1rem; color: #555; font-style: italic; } /* line 106, /Users/raphael/Documents/GitHub/KNACSS/sass/_10-styling.scss */ td, th { padding: 0.3em 0.8em; border: 1px #aaa dotted; text-align: left; } /* ----------------------------- */ /* ==own stylesheet */ /* ----------------------------- */ /* Here should go your own CSS styles */ /* You can also link them with a Sass @import */ /* @import "my-styles"; */ /*# sourceMappingURL=knacss.css.map */