nombreuses corrections typo,
et suppression des icones de listes ul et ol
This commit is contained in:
parent
447c3910eb
commit
361c764906
6 changed files with 141 additions and 216 deletions
|
@ -3,7 +3,10 @@
|
||||||
/* ==forms */
|
/* ==forms */
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
|
|
||||||
/* thanks to HTML5boilerplate, github.com/nathansmith/formalize and www.sitepen.com */
|
/* thanks to HTML5boilerplate,
|
||||||
|
* github.com/nathansmith/formalize
|
||||||
|
* and www.sitepen.com
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* buttons */
|
/* buttons */
|
||||||
|
|
137
css/icons.css
137
css/icons.css
|
@ -6,9 +6,7 @@
|
||||||
.icon {display: inline-block;}
|
.icon {display: inline-block;}
|
||||||
|
|
||||||
.icon:before,
|
.icon:before,
|
||||||
.icon > li:before,
|
.icon.after:after {
|
||||||
.icon.after:after,
|
|
||||||
.icon.after > li:after {
|
|
||||||
content: "";
|
content: "";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -22,189 +20,120 @@
|
||||||
|
|
||||||
@media (min-device-width: 768px) {
|
@media (min-device-width: 768px) {
|
||||||
.icon:before,
|
.icon:before,
|
||||||
.icon > li:before,
|
.icon.after:after {
|
||||||
.icon.after:after,
|
|
||||||
.icon.after > li:after {
|
|
||||||
font: 1em/0.6 sans-serif;
|
font: 1em/0.6 sans-serif;
|
||||||
-webkit-transform: rotateZ(0.05deg);
|
-webkit-transform: rotateZ(0.05deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.after:after,
|
.icon.after:after {
|
||||||
.icon.after > li:after {
|
|
||||||
margin: 0 0 0 8px;
|
margin: 0 0 0 8px;
|
||||||
}
|
}
|
||||||
|
.icon.after:before {
|
||||||
ul.icon {display: block;}
|
content: "" !important
|
||||||
ul.icon > li {list-style: none;}
|
}
|
||||||
ul.icon:before,
|
|
||||||
ul.icon.after:after {content:""}
|
|
||||||
.icon.after:before,
|
|
||||||
.icon.after > li:before {content: "" !important}
|
|
||||||
|
|
||||||
.icon-rate:before,
|
.icon-rate:before,
|
||||||
.icon-rate > li:before,
|
.icon-rate.after:after {
|
||||||
.icon-rate.after:after,
|
|
||||||
.icon-rate.after > li:after {
|
|
||||||
content: "\2605";
|
content: "\2605";
|
||||||
}
|
}
|
||||||
.icon-unrate:before,
|
.icon-unrate:before,
|
||||||
.icon-unrate > li:before,
|
.icon-unrate.after:after{
|
||||||
.icon-unrate.after:after,
|
|
||||||
.icon-unrate.after > li:after {
|
|
||||||
content: "\2606";
|
content: "\2606";
|
||||||
}
|
}
|
||||||
.icon-check:before,
|
.icon-check:before,
|
||||||
.icon-check > li:before,
|
.icon-check.after:after{
|
||||||
.icon-check.after:after,
|
|
||||||
.icon-check.after > li:after {
|
|
||||||
content: "\2713";
|
content: "\2713";
|
||||||
}
|
}
|
||||||
.icon-uncheck:before,
|
.icon-uncheck:before,
|
||||||
.icon-uncheck > li:before,
|
.icon-uncheck.after:after{
|
||||||
.icon-uncheck.after:after,
|
|
||||||
.icon-uncheck.after > li:after {
|
|
||||||
content: "\2717";
|
content: "\2717";
|
||||||
}
|
}
|
||||||
.icon-cloud:before,
|
.icon-cloud:before,
|
||||||
.icon-cloud > li:before,
|
.icon-cloud.after:after {
|
||||||
.icon-cloud.after:after,
|
|
||||||
.icon-cloud.after > li:after {
|
|
||||||
content: "\2601";
|
content: "\2601";
|
||||||
}
|
}
|
||||||
.icon-dl:before,
|
.icon-dl:before,
|
||||||
.icon-dl > li:before,
|
.icon-dl.after:after {
|
||||||
.icon-dl.after:after,
|
|
||||||
.icon-dl.after > li:after {
|
|
||||||
content: "\21E3";
|
content: "\21E3";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.icon-cross:before,
|
.icon-cross:before,
|
||||||
.icon-cross > li:before,
|
.icon-cross.after:after {
|
||||||
.icon-cross.after:after,
|
|
||||||
.icon-cross.after > li:after {
|
|
||||||
content: "\2716";
|
content: "\2716";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.icon-arrow1:before,
|
.icon-arrow1:before,
|
||||||
.icon-arrow1 > li:before,
|
.icon-arrow1.after:after {
|
||||||
.icon-arrow1.after:after,
|
|
||||||
.icon-arrow1.after > li:after {
|
|
||||||
content: "\2192";
|
content: "\2192";
|
||||||
position: relative; top: -0.15em;
|
position: relative;
|
||||||
|
top: -0.15em;
|
||||||
}
|
}
|
||||||
.icon-arrow2:before,
|
.icon-arrow2:before,
|
||||||
.icon-arrow2 > li:before,
|
.icon-arrow2.after:after {
|
||||||
.icon-arrow2.after:after,
|
|
||||||
.icon-arrow2.after > li:after {
|
|
||||||
content: "\279E";
|
content: "\279E";
|
||||||
}
|
}
|
||||||
.icon-arrow3:before,
|
.icon-arrow3:before,
|
||||||
.icon-arrow3 > li:before,
|
.icon-arrow3.after:after {
|
||||||
.icon-arrow3.after:after,
|
|
||||||
.icon-arrow3.after > li:after {
|
|
||||||
content: "\279A";
|
content: "\279A";
|
||||||
}
|
}
|
||||||
.icon-bracket1:before,
|
.icon-bracket1:before,
|
||||||
.icon-bracket1 > li:before,
|
.icon-bracket1.after:after {
|
||||||
.icon-bracket1.after:after,
|
|
||||||
.icon-bracket1.after > li:after {
|
|
||||||
content: "\2039";
|
content: "\2039";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.6em;
|
font-size: 1.6em;
|
||||||
position: relative; top: -0.15em;
|
position: relative;
|
||||||
|
top: -0.15em;
|
||||||
}
|
}
|
||||||
.icon-bracket2:before,
|
.icon-bracket2:before,
|
||||||
.icon-bracket2 > li:before,
|
.icon-bracket2.after:after {
|
||||||
.icon-bracket2.after:after,
|
|
||||||
.icon-bracket2.after > li:after {
|
|
||||||
content: "\203A";
|
content: "\203A";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.6em;
|
font-size: 1.6em;
|
||||||
position: relative; top: -0.15em;
|
position: relative;
|
||||||
|
top: -0.15em;
|
||||||
}
|
}
|
||||||
.icon-up:before,
|
.icon-up:before,
|
||||||
.icon-up > li:before,
|
.icon-up.after:after {
|
||||||
.icon-up.after:after,
|
|
||||||
.icon-up.after > li:after {
|
|
||||||
content: "\25B2";
|
content: "\25B2";
|
||||||
}
|
}
|
||||||
.icon-down:before,
|
.icon-down:before,
|
||||||
.icon-down > li:before,
|
.icon-down.after:after {
|
||||||
.icon-down.after:after,
|
|
||||||
.icon-down.after > li:after {
|
|
||||||
content: "\25BC";
|
content: "\25BC";
|
||||||
}
|
}
|
||||||
.icon-bull:before,
|
.icon-bull:before,
|
||||||
.icon-bull > li:before,
|
.icon-bull.after:after {
|
||||||
.icon-bull.after:after,
|
|
||||||
.icon-bull.after > li:after {
|
|
||||||
content: "\2022";
|
content: "\2022";
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
top: -0.05em;
|
top: -0.05em;
|
||||||
}
|
}
|
||||||
.icon-bull2:before,
|
.icon-bull2:before,
|
||||||
.icon-bull2 > li:before,
|
.icon-bull2.after:after {
|
||||||
.icon-bull2.after:after,
|
|
||||||
.icon-bull2.after > li:after {
|
|
||||||
content: "\25E6";
|
content: "\25E6";
|
||||||
top: -0.05em;
|
top: -0.05em;
|
||||||
}
|
}
|
||||||
.icon-bull3:before,
|
.icon-bull3:before,
|
||||||
.icon-bull3 > li:before,
|
.icon-bull3.after:after{
|
||||||
.icon-bull3.after:after,
|
|
||||||
.icon-bull3.after > li:after {
|
|
||||||
content: "\2023";
|
content: "\2023";
|
||||||
font-size: 1.6em;
|
font-size: 1.6em;
|
||||||
top: -0.05em;
|
top: -0.05em;
|
||||||
}
|
}
|
||||||
.icon-nav:before,
|
.icon-nav:before,
|
||||||
.icon-nav > li:before,
|
.icon-nav.after:after {
|
||||||
.icon-nav.after:after,
|
|
||||||
.icon-nav.after > li:after {
|
|
||||||
content: "\2261";
|
content: "\2261";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.icon-losange:before,
|
.icon-losange:before,
|
||||||
.icon-losange > li:before,
|
.icon-losange.after:after {
|
||||||
.icon-losange.after:after,
|
|
||||||
.icon-losange.after > li:after {
|
|
||||||
content: "\25C6";
|
content: "\25C6";
|
||||||
}
|
}
|
||||||
.icon-asteri:before,
|
.icon-asteri:before,
|
||||||
.icon-asteri > li:before,
|
.icon-asteri.after:after {
|
||||||
.icon-asteri.after:after,
|
|
||||||
.icon-asteri.after > li:after {
|
|
||||||
content: "\2731";
|
content: "\2731";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.icon-mail:before,
|
.icon-mail:before,
|
||||||
.icon-mail > li:before,
|
.icon-mail.after:after {
|
||||||
.icon-mail.after:after,
|
|
||||||
.icon-mail.after > li:after {
|
|
||||||
content: "\2709";
|
content: "\2709";
|
||||||
font-size: 1.6em;
|
font-size: 1.6em;
|
||||||
top: -.05em;
|
top: -.05em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol.styled {counter-reset: styled;}
|
|
||||||
ol.styled > li {
|
|
||||||
list-style-type: none;
|
|
||||||
counter-increment: styled;
|
|
||||||
margin-bottom: .3em;
|
|
||||||
}
|
|
||||||
ol.styled > li:before {
|
|
||||||
content: counter(styled);
|
|
||||||
display: inline-block;
|
|
||||||
width: 1em; height: 1em;
|
|
||||||
line-height: 1;
|
|
||||||
padding: 2px;
|
|
||||||
margin-right: .4em;
|
|
||||||
vertical-align: middle;
|
|
||||||
background: rgba(0,0,0,.5);
|
|
||||||
border-radius: 50%;
|
|
||||||
font-size: .9em;
|
|
||||||
text-align: center;
|
|
||||||
text-indent: -0.1em;
|
|
||||||
color: white;
|
|
||||||
}
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* www.KNACSS.com V2.6n (2013-07) @author: Raphael Goetter, Alsacreations
|
* www.KNACSS.com V2.7 (2013-08) @author: Raphael Goetter, Alsacreations
|
||||||
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
|
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -477,4 +477,3 @@ textarea {
|
||||||
|
|
||||||
/* @import url(my-styles.css); */
|
/* @import url(my-styles.css); */
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -140,12 +140,6 @@
|
||||||
}
|
}
|
||||||
/* margins for small (s) screens */
|
/* margins for small (s) screens */
|
||||||
.small-ma0 { margin: 0 !important; }
|
.small-ma0 { margin: 0 !important; }
|
||||||
|
|
||||||
/* Responsive grids */
|
|
||||||
.grid4 > * {width: 49% !important; }
|
|
||||||
.grid4 > :first-child + * + * {margin-left: 0 !important;}
|
|
||||||
.grid6 > * {width: 32% !important; }
|
|
||||||
.grid6 > :first-child + * + * + * {margin-left: 0 !important;}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
|
|
Loading…
Reference in a new issue