summer refreshing

This commit is contained in:
raphaelgoetter 2013-08-01 08:56:52 +02:00
parent a1b4fd6b05
commit 6d1bd3f825
2 changed files with 99 additions and 49 deletions

View file

@ -1,10 +1,10 @@
/*
* www.KNACSS.com V2.6k @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V2.6l @author: Raphael Goetter, Alsacreations
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
*/
/* ----------------------------- */
/* ==reset */
/* ==reset */
/* ----------------------------- */
/* base font-size corresponds to 10px and is adapted to rem unit */
@ -125,6 +125,11 @@ em {
strong {
font-weight: bold;
}
i,
b {
font-style: normal;
font-weight: normal;
}
kbd {
padding: 0 2px;
border: 1px solid #999;
@ -211,7 +216,7 @@ body > script {display: none !important;}
}
/* ----------------------------- */
/* ==layout and modules */
/* ==layout and modules */
/* ----------------------------- */
/* switching box model for all elements */
@ -222,8 +227,8 @@ body > script {display: none !important;}
}
/* float layout */
/* module, contains floats (.item is the same) */
.mod, .item {
/* module, gains superpower "BFC" Block Formating Context */
.mod {
overflow: hidden;
}
@ -294,11 +299,11 @@ img.left, img.right {
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.333%; }
.w33 { width: 33.3333%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w66 { width: 66.666%; }
.w66 { width: 66.6666%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
@ -383,19 +388,7 @@ source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
.desktop-hidden { display: none; } /* hidden on desktop */
/* ----------------------------- */
/* ==header */
/* ----------------------------- */
/* ----------------------------- */
/* ==sidebar */
/* ----------------------------- */
/* ----------------------------- */
/* ==footer */
/* ----------------------------- */
/* ----------------------------- */
/* ==forms */
/* ==forms */
/* ----------------------------- */
form,
fieldset {
@ -415,11 +408,17 @@ textarea {
}
/* ----------------------------- */
/* ==main */
/* ==own stylesheet */
/* ----------------------------- */
/* Here should go your own CSS styles */
/* You can link them with an @import or, better for webperf, just paste them here */
/* @import url(my-styles.css); */
/* ----------------------------- */
/* ==iefix */
/* ==iefix */
/* ----------------------------- */
/* hasLayout for IE6/IE7 */
@ -452,7 +451,7 @@ textarea {
*/
/* ----------------------------- */
/* ==print */
/* ==print */
/* ----------------------------- */
/* quick print reset */