Ménage de printemps

Gros nettoyage de tous les espaces et tabulations disgrâcieux
This commit is contained in:
raphaelgoettter 2015-03-04 11:47:46 +01:00
parent 1b9e0bf9f5
commit 55709a882d
20 changed files with 664 additions and 662 deletions

View File

@ -1,4 +1,4 @@
// Config file : variables, mixins, ... // Config file and project variables
// font sizes // font sizes
@base-font-size : 14px; // if "14px" then 1em = 14px @base-font-size : 14px; // if "14px" then 1em = 14px
@ -13,7 +13,7 @@
// font stacks // font stacks
@font-stack-common : Helvetica, Arial, sans-serif; // common font @font-stack-common : Helvetica, Arial, sans-serif; // common font
@font-stack-headings : Helvetica, Arial, sans-serif; // headings font @font-stack-headings : Helvetica, Arial, sans-serif; // headings font
@font-stack-monospace : Consolas, 'DejaVu Sans Mono', Courier, monospace; // monospace font @font-stack-monospace : Consolas, "DejaVu Sans Mono", Courier, monospace; // monospace font
@font-stack-universal : FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; // universal stack @font-stack-universal : FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; // universal stack
// font colors // font colors

View File

@ -126,11 +126,13 @@ p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left a,t,r,b,l = all,top,right,bottom,left
s,m,l,n = small, medium, large, none s,m,l,n = small, medium, large, none
*/ */
.man { .man,
.ma0 {
margin: 0; margin: 0;
} }
.pan { .pan,
.pa0 {
padding: 0; padding: 0;
} }
@ -158,7 +160,8 @@ s,m,l,n = small, medium, large, none
padding: @large-value; padding: @large-value;
} }
.mtn { .mtn,
.mt0 {
margin-top: 0; margin-top: 0;
} }
@ -174,7 +177,8 @@ s,m,l,n = small, medium, large, none
margin-top: @large-value; margin-top: @large-value;
} }
.mrn { .mrn,
.mr0 {
margin-right: 0; margin-right: 0;
} }
@ -190,7 +194,8 @@ s,m,l,n = small, medium, large, none
margin-right: @large-value; margin-right: @large-value;
} }
.mbn { .mbn,
.mb0 {
margin-bottom: 0; margin-bottom: 0;
} }
@ -206,7 +211,8 @@ s,m,l,n = small, medium, large, none
margin-bottom: @large-value; margin-bottom: @large-value;
} }
.mln { .mln,
.ml0 {
margin-left: 0; margin-left: 0;
} }
@ -222,7 +228,8 @@ s,m,l,n = small, medium, large, none
margin-left: @large-value; margin-left: @large-value;
} }
.ptn { .ptn,
.pt0 {
padding-top: 0; padding-top: 0;
} }
@ -238,7 +245,8 @@ s,m,l,n = small, medium, large, none
padding-top: @large-value; padding-top: @large-value;
} }
.prn { .prn,
.pr0 {
padding-right: 0; padding-right: 0;
} }
@ -254,7 +262,8 @@ s,m,l,n = small, medium, large, none
padding-right: @large-value; padding-right: @large-value;
} }
.pbn { .pbn,
.pb0 {
padding-bottom: 0; padding-bottom: 0;
} }
@ -270,7 +279,8 @@ s,m,l,n = small, medium, large, none
padding-bottom: @large-value; padding-bottom: @large-value;
} }
.pln { .pln,
.pl0 {
padding-left: 0; padding-left: 0;
} }

View File

@ -14,16 +14,14 @@
.grid > * { .grid > * {
display: block; display: block;
padding: 0; padding: 0;
/* gutter value */ margin-left: -@gutter; /* gutter value */
margin-left: -@gutter;
text-align: left; text-align: left;
} }
/* global styles for each "cell" */ /* global styles for each "cell" */
.grid > * > * { .grid > * > * {
display: inline-block; display: inline-block;
/* gutter value */ padding-left: @gutter; /* gutter value */
padding-left: @gutter;
margin-left: 0; margin-left: 0;
vertical-align: top; vertical-align: top;
} }
@ -31,8 +29,7 @@
/* whitespace fixing for modern browsers including IE9+ */ /* whitespace fixing for modern browsers including IE9+ */
:root .grid { :root .grid {
font-size: 0; font-size: 0;
/* fallback for IE9+ */ text-justify: distribute-all-lines; /* fallback for IE9+ */
text-justify: distribute-all-lines;
} }
:root .grid > * > * { :root .grid > * > * {

View File

@ -34,11 +34,13 @@
float: none; float: none;
vertical-align: top; vertical-align: top;
} }
.large-row { .large-row {
display: table; display: table;
table-layout: fixed; table-layout: fixed;
width: 100% !important; width: 100% !important;
} }
.large-col { .large-col {
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
@ -80,24 +82,6 @@
.large-man { .large-man {
margin: 0 !important; margin: 0 !important;
} }
/* grid rwd for large screens */
.grid5 > *,
.grid6 > *,
.grid8 > *,
.grid10 > *,
.grid12 > * {
width: 33.333%;
}
/* autogrid rwd for large screens */
.autogrid5 > *,
.autogrid6 > *,
.autogrid8 > *,
.autogrid10 > *,
.autogrid12 > * {
width: 32%;
}
} }
/* ---------------------------------- */ /* ---------------------------------- */
@ -124,11 +108,13 @@
float: none; float: none;
vertical-align: top; vertical-align: top;
} }
.medium-row { .medium-row {
display: table; display: table;
table-layout: fixed; table-layout: fixed;
width: 100% !important; width: 100% !important;
} }
.medium-col { .medium-col {
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
@ -167,7 +153,8 @@
} }
/* margins for medium screens */ /* margins for medium screens */
.medium-man { .medium-man,
.medium-ma0 {
margin: 0 !important; margin: 0 !important;
} }
} }
@ -219,11 +206,13 @@
float: none; float: none;
vertical-align: top; vertical-align: top;
} }
.small-row { .small-row {
display: table !important; display: table !important;
table-layout: fixed !important; table-layout: fixed !important;
width: 100% !important; width: 100% !important;
} }
.small-col { .small-col {
display: table-cell !important; display: table-cell !important;
vertical-align: top !important; vertical-align: top !important;
@ -262,11 +251,13 @@
} }
/* margins for small screens */ /* margins for small screens */
.small-man { .small-man,
.small-ma0 {
margin: 0 !important; margin: 0 !important;
} }
.small-pan { .small-pan,
.small-pa0 {
padding: 0 !important; padding: 0 !important;
} }
@ -383,11 +374,13 @@
} }
/* margins for tiny screens */ /* margins for tiny screens */
.tiny-man { .tiny-man,
.tiny-ma0 {
margin: 0 !important; margin: 0 !important;
} }
.tiny-pan { .tiny-pan,
.tiny-pa0 {
padding: 0 !important; padding: 0 !important;
} }
@ -401,4 +394,3 @@
width: 100% !important; width: 100% !important;
} }
} }

View File

@ -1,4 +1,4 @@
// Config file : variables, mixins, ... // Config file and project variables
// font sizes // font sizes
$base-font-size : 14px; // if "14px" then 1em = 14px $base-font-size : 14px; // if "14px" then 1em = 14px
@ -13,7 +13,7 @@ $h6-size : 1.6rem; // equiv "16px"
// font stacks // font stacks
$font-stack-common : Helvetica, Arial, sans-serif; // common font $font-stack-common : Helvetica, Arial, sans-serif; // common font
$font-stack-headings : Helvetica, Arial, sans-serif; // headings font $font-stack-headings : Helvetica, Arial, sans-serif; // headings font
$font-stack-monospace : Consolas, 'DejaVu Sans Mono', Courier, monospace; // monospace font $font-stack-monospace : Consolas, DejaVu Sans Mono, Courier, monospace; // monospace font
$font-stack-universal : FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; // universal stack $font-stack-universal : FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; // universal stack
// font colors // font colors

View File

@ -314,7 +314,6 @@ table {
vertical-align: top; vertical-align: top;
} }
/* alignments (blocks and inline) */ /* alignments (blocks and inline) */
/* ------------------------------ */ /* ------------------------------ */

View File

@ -125,11 +125,13 @@ p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left a,t,r,b,l = all,top,right,bottom,left
s,m,l,n = small, medium, large, none s,m,l,n = small, medium, large, none
*/ */
.man { .man,
.ma0 {
margin: 0; margin: 0;
} }
.pan { .pan,
.pa0 {
padding: 0; padding: 0;
} }
@ -157,7 +159,8 @@ s,m,l,n = small, medium, large, none
padding: $large-value; padding: $large-value;
} }
.mtn { .mtn,
.mt0 {
margin-top: 0; margin-top: 0;
} }
@ -173,7 +176,8 @@ s,m,l,n = small, medium, large, none
margin-top: $large-value; margin-top: $large-value;
} }
.mrn { .mrn,
.mr0 {
margin-right: 0; margin-right: 0;
} }
@ -189,7 +193,8 @@ s,m,l,n = small, medium, large, none
margin-right: $large-value; margin-right: $large-value;
} }
.mbn { .mbn,
.mb0 {
margin-bottom: 0; margin-bottom: 0;
} }
@ -205,7 +210,8 @@ s,m,l,n = small, medium, large, none
margin-bottom: $large-value; margin-bottom: $large-value;
} }
.mln { .mln,
.ml0 {
margin-left: 0; margin-left: 0;
} }
@ -221,7 +227,8 @@ s,m,l,n = small, medium, large, none
margin-left: $large-value; margin-left: $large-value;
} }
.ptn { .ptn,
.pt0 {
padding-top: 0; padding-top: 0;
} }
@ -237,7 +244,8 @@ s,m,l,n = small, medium, large, none
padding-top: $large-value; padding-top: $large-value;
} }
.prn { .prn,
.pr0 {
padding-right: 0; padding-right: 0;
} }
@ -253,7 +261,8 @@ s,m,l,n = small, medium, large, none
padding-right: $large-value; padding-right: $large-value;
} }
.pbn { .pbn,
.pb0 {
padding-bottom: 0; padding-bottom: 0;
} }
@ -269,7 +278,8 @@ s,m,l,n = small, medium, large, none
padding-bottom: $large-value; padding-bottom: $large-value;
} }
.pln { .pln,
.pl0 {
padding-left: 0; padding-left: 0;
} }

View File

@ -77,27 +77,10 @@
} }
/* margins for large screens */ /* margins for large screens */
.large-man { .large-man,
.large-ma0 {
margin: 0 !important; margin: 0 !important;
} }
/* grid rwd for large screens */
.grid5 > *,
.grid6 > *,
.grid8 > *,
.grid10 > *,
.grid12 > * {
width: 33.333%;
}
/* autogrid rwd for large screens */
.autogrid5 > *,
.autogrid6 > *,
.autogrid8 > *,
.autogrid10 > *,
.autogrid12 > * {
width: 32%;
}
} }
/* ---------------------------------- */ /* ---------------------------------- */
@ -124,11 +107,13 @@
float: none; float: none;
vertical-align: top; vertical-align: top;
} }
.medium-row { .medium-row {
display: table; display: table;
table-layout: fixed; table-layout: fixed;
width: 100% !important; width: 100% !important;
} }
.medium-col { .medium-col {
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
@ -167,7 +152,8 @@
} }
/* margins for medium screens */ /* margins for medium screens */
.medium-man { .medium-man,
.medium-ma0 {
margin: 0 !important; margin: 0 !important;
} }
} }
@ -219,11 +205,13 @@
float: none; float: none;
vertical-align: top; vertical-align: top;
} }
.small-row { .small-row {
display: table !important; display: table !important;
table-layout: fixed !important; table-layout: fixed !important;
width: 100% !important; width: 100% !important;
} }
.small-col { .small-col {
display: table-cell !important; display: table-cell !important;
vertical-align: top !important; vertical-align: top !important;
@ -262,11 +250,13 @@
} }
/* margins for small screens */ /* margins for small screens */
.small-man { .small-man,
.small-ma0 {
margin: 0 !important; margin: 0 !important;
} }
.small-pan { .small-pan,
.small-pa0 {
padding: 0 !important; padding: 0 !important;
} }
@ -346,7 +336,9 @@
text-align: left !important; text-align: left !important;
} }
thead { display: none; } thead {
display: none;
}
/* widths for tiny screens */ /* widths for tiny screens */
.tiny-w25 { .tiny-w25 {
@ -381,11 +373,13 @@
} }
/* margins for tiny screens */ /* margins for tiny screens */
.tiny-man { .tiny-man,
.tiny-ma0 {
margin: 0 !important; margin: 0 !important;
} }
.tiny-pan { .tiny-pan,
.tiny-pa0 {
padding: 0 !important; padding: 0 !important;
} }