Commit Graph

189 Commits

Author SHA1 Message Date
raphaelgoettter
afdb597878 ajout de Normalize.css 2015-03-30 12:43:08 +02:00
raphaelgoettter
65c579897c suppression de html dans soft reset 2015-03-30 12:43:08 +02:00
raphaelgoettter
9010036da2 correction duplications .grid et .autogrid 2015-03-30 12:43:07 +02:00
raphaelgoettter
a890dfe2dd correction de la formule LESS {calc(1em * .625); 2015-03-30 12:43:07 +02:00
raphaelgoettter
285764c5f9 passage des :before/:after en ::before/::after 2015-03-30 09:50:22 +02:00
raphaelgoettter
f94bd15c89 Ajout d'un quick mobile reset
.btn:focus,
input:focus,
button:focus {
outline: 0;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
}
2015-03-09 17:24:43 +01:00
Raphael Goetter
088e68cb4f modify media queries 2015-03-07 14:53:44 +01:00
Raphael Goetter
8a52e30506 / 2015-03-07 14:42:47 +01:00
Raphael Goetter
add79db625 modifs flexbox 2015-03-07 14:36:58 +01:00
raphaelgoettter
95e8334fee modifs de .flexbox-v et .flexbox-h 2015-03-06 16:22:20 +01:00
raphaelgoettter
39ad309a8e 4.0.3 2015-03-06 10:00:51 +01:00
raphaelgoettter
a0c0a46c29 simplification de la syntaxe des grilles
merci @eQRoeil :)
2015-03-06 09:53:19 +01:00
raphaelgoettter
ec671ed5e6 Début de doc + modif grilles 2015-03-05 16:43:40 +01:00
raphaelgoettter
7a43f8ec4e compilation des fichiers CSS 2015-03-05 15:21:57 +01:00
raphaelgoettter
c2cb4e7cb9 Refonte intégrale des grilles en Flexbox
... et en plus ça marche sur IE10 !
2015-03-05 11:29:06 +01:00
raphaelgoettter
de1716855e ajout d'un fichier de reset dédié à WordPress 2015-03-05 10:14:20 +01:00
raphaelgoettter
ed601d0f18 refonte du module flexbox
ajouté dans layout.css et remis à jour
2015-03-05 09:44:20 +01:00
raphaelgoettter
5e6bacda74 suppression du fichier icons.css
quasiment jamais utilisé en pratique, inutile dans un "framework"
2015-03-05 09:30:55 +01:00
raphaelgoettter
e0a176794c tables : renommage "-vert" en "-v" 2015-03-04 17:58:03 +01:00
raphaelgoettter
c055a499c4 Refonte des nommages de positionnement
.left, .start, .fl WARNING : encore à méditer
2015-03-04 16:45:30 +01:00
raphaelgoettter
7b78556a34 ajout de préfixes .table- devant les styles déco
concerne le fichier styling.less/sass
2015-03-04 16:03:08 +01:00
raphaelgoettter
96d5b2e5f8 réorganisation des fichiers
- le fichier dédié "IE" disparait
- le fichier "booleans" devient "misc" (plus cohérent)
- le fichier "gmaps" est inclus dans "booleans"
2015-03-04 15:37:11 +01:00
raphaelgoettter
51ef45846b suppression des mixins less et sass inutiles
.rem(), .em() et .px() (si compatibilité anciens navigateurs
nécessaires, il faudra désormais passer par des task runners pour
convertir les rem en em/px)
2015-03-04 15:23:56 +01:00
raphaelgoettter
8e038c2210 meilleure intégration de box-sizing
/* switching to border-box model for all elements */
html {
box-sizing: border-box;
}

* {
box-sizing: inherit;
}
2015-03-04 14:58:29 +01:00
raphaelgoettter
d31bf5cc7d body > script
déplacement et commentaire sur cette rège spécifique
2015-03-04 14:49:50 +01:00
raphaelgoettter
5e6b31f849 Mise en commun des styles h1 et .h1-like
(idem pour h2, h3, etc.)
2015-03-04 14:43:27 +01:00
raphaelgoettter
55709a882d Ménage de printemps
Gros nettoyage de tous les espaces et tabulations disgrâcieux
2015-03-04 11:47:46 +01:00
raphaelgoettter
1b9e0bf9f5 helpers classes now on a separate file 2014-10-20 17:59:59 +02:00
raphaelgoettter
43a2ddd2e3 booleans variables deleted
not needed actually : just @ import (or not) the file(s)
2014-10-20 17:42:52 +02:00
raphaelgoettter
f4a167605f v3.0.9 2014-09-12 09:40:29 +02:00
raphaelgoettter
71f341f3e0 Breakpoints changed (.tiny becomes larger... thanks to iPhone 6 :)) 2014-09-12 09:36:09 +02:00
raphaelgoettter
7235eaa54a spacers units fixed, RWD .medium added, .clearfix border-collapse 2014-08-22 09:34:59 +02:00
raphaelgoettter
0688709cea Spacing helpers in rem unit 2014-08-21 17:26:34 +02:00
raphaelgoettter
37d96bcd78 3.06 grids and autogrids RWD fixes 2014-08-19 13:19:37 +02:00
raphaelgoettter
2a6d197685 blockquote reset 2014-07-10 16:06:02 +02:00
raphaelgoettter
6bfac25fed 3.0.5 blockquotes styling and figure tag reset 2014-07-10 16:00:29 +02:00
raphaelgoettter
5f6250ae52 variables naming convention 2014-07-02 16:12:58 +02:00
Raphael Goetter
17b79d9886 .em and .strong redefined as .italic and .bold 2014-06-30 21:22:58 +02:00
Raphael Goetter
5290e4a908 comment added 2014-06-30 21:18:21 +02:00
Raphael Goetter
a21d58070c Underscoring partial included files 2014-06-30 21:16:22 +02:00
PhilippeVay
3f9c557d46 Consistency: semi-colon everywhere 2014-06-28 13:00:41 +02:00
PhilippeVay
d72f279467 More explicit comments 2014-06-28 12:59:02 +02:00
PhilippeVay
9b8b1f45ec Error in comment: s/small/medium 2014-06-28 10:14:22 +02:00
Raphael Goetter
3fa53f9083 Minor IE6 IE7 fixes 2014-05-21 18:42:47 +02:00
Raphael Goetter
f82e954fd5 .rem() LESS mixin bug fixed 2014-05-21 17:45:26 +02:00
Raphael Goetter
2f6ec365e7 new styles for .skip-links 2014-05-19 10:55:20 +02:00
Raphael Goetter
dd856d6755 IE font-size fixing 2014-05-19 10:55:20 +02:00
Raphael Goetter
37e6e30cdd IE9+ fix for grids and autogrids 2014-05-09 10:54:30 +02:00
Raphael Goetter
7c7801c2f4 box-sizing for IE6/IE7 2014-05-07 21:32:09 +02:00
Raphael Goetter
56c501f9f1 LESS v3.0.2 2014-05-07 10:47:04 +02:00
Raphael Goetter
01633e9d9e General normalization on LESS files 2014-05-07 10:45:47 +02:00
Raphael Goetter
5e1e4f9eb5 variable fix 2014-05-07 09:58:28 +02:00
Raphael Goetter
1f911f3936 variable naming fix 2014-05-07 09:55:55 +02:00
Raphael Goetter
2d50f65965 delete .zip 2014-05-04 15:53:32 +02:00
Raphael Goetter
d0add0508c new names for variables 2014-05-04 15:30:21 +02:00
Raphael Goetter
d283e11395 added "enable-" to booleans 2014-05-04 14:54:52 +02:00
Raphael Goetter
0bc6e58e2e grid fix 2014-05-03 14:56:09 +02:00
Raphael Goetter
5c1fe3e5a5 fix 2014-05-03 14:49:30 +02:00
Raphael Goetter
38be7212d0 retouches finales 2014-05-03 14:38:58 +02:00
Raphael Goetter
28a6ad32f1 separate IE support on forms 2014-05-03 14:23:39 +02:00
Raphael Goetter
504dc59501 rem support for IE 2014-05-03 14:20:00 +02:00
Raphael Goetter
df5315b05e adding comms 2014-05-03 14:03:41 +02:00
Raphael Goetter
a54c4a7642 reset 2014-05-03 13:50:05 +02:00
Raphael Goetter
60e20fa973 reset 2014-05-03 13:11:11 +02:00
Raphael Goetter
49905c90ae added .initial and .reset styles 2014-05-03 12:47:16 +02:00
Raphael Goetter
040643bb25 figure element fixed 2014-05-03 12:42:09 +02:00
Raphael Goetter
5fbfa64a19 em / rem fixing 2014-05-03 12:38:15 +02:00
Raphael Goetter
03f6bb2263 misc 2014-05-03 12:27:25 +02:00
Raphael Goetter
788ceb099b rem mixin correction 2014-05-03 12:25:11 +02:00
Raphael Goetter
07c0289467 rem mixin update 2014-05-03 11:49:54 +02:00
Raphael Goetter
ecfcd3a818 mentions and version update 2014-05-03 11:48:25 +02:00
Raphael Goetter
28613e3b7f preparation for v3 (json) 2014-05-03 11:40:37 +02:00
Raphael Goetter
1b593067e5 hiding content on print, small and large screen 2014-05-03 11:31:26 +02:00
Raphael Goetter
6f84bea1c6 addes .strong and .em 2014-05-03 11:28:17 +02:00
Raphael Goetter
35202bd1bd adding .small-pa0 and .tiny-pa0 2014-05-03 11:27:01 +02:00
Raphael Goetter
7956f3f0bc spacing helpers simplified 2014-05-03 11:25:32 +02:00
Raphael Goetter
15f0b5bf48 tables restyling 2014-05-03 11:22:45 +02:00
Raphael Goetter
7590ebbde6 decimals consistency 2014-05-03 11:17:44 +02:00
Raphael Goetter
5da21cf480 delete .knacss-debug 2014-05-03 11:14:28 +02:00
Raphael Goetter
b27870b457 :after LESS syntax corrections 2014-05-03 11:11:15 +02:00
Raphael Goetter
81a2441455 new grids and autogrids system 2014-05-03 11:08:29 +02:00
Raphael Goetter
65d39d67d1 booleans files separated 2014-05-03 10:46:54 +02:00
Raphael Goetter
fbbedf439e google maps fixing 2014-04-20 21:51:59 +02:00
Raphael Goetter
e6da229b19 add variable for table margin 2014-04-20 20:58:28 +02:00
Raphael Goetter
f4405e239c add google maps boolean 2014-04-20 20:56:10 +02:00
Raphael Goetter
0bc8b1d8f2 supp quick print reset on base 2014-04-20 20:52:12 +02:00
Raphael Goetter
fd3e153cd9 more booleans for IE fixing 2014-04-20 20:50:43 +02:00
Raphael Goetter
9ebed88d42 adding comments 2014-04-20 20:44:12 +02:00
Raphael Goetter
dfbaaca2a5 booleans variables added 2014-04-20 20:34:39 +02:00
Raphael Goetter
a20f157800 adding .start and .end classes 2014-04-20 20:02:32 +02:00
Raphael Goetter
b1970263cc new visually-hidden rules 2014-04-20 19:58:53 +02:00
Raphael Goetter
6a4bb4ef9e text-align: left on autogrids childrens 2014-04-20 19:54:11 +02:00
Raphael Goetter
4cade885f8 supp !important on :not(.gm-style) img rule 2014-04-20 19:53:16 +02:00
Raphael Goetter
d4339d3182 add some variables (spacing values and breakpoints) 2014-04-20 19:52:20 +02:00
Raphael Goetter
57dc070697 no styling for code inside pre 2014-04-20 19:39:22 +02:00
Raphael Goetter
09e9e5b0a4 line-height: normal; on code, pre, samp, kbd 2014-04-20 19:36:57 +02:00
Raphael Goetter
050428478b Supp .mod:after (already BFC) 2014-04-20 19:35:39 +02:00
Raphael Goetter
9eb7aa58d6 autogrids added, prefix deleted 2014-02-01 18:37:56 +01:00
Raphael Goetter
8e3c6aa61e version 2.9.3 prise en compte https://github.com/raphaelgoetter/KNACSS/pull/46 2014-01-31 15:30:55 +01:00
Raphael Goetter
f817dbfd7d Minor addons, better commented code 2014-01-01 12:00:49 +01:00