| author | stetrabby <info@trabucchi.de> |
| Sat, 18 Jan 2014 14:56:40 +0100 | |
| changeset 121 | 4cdccfbac02c |
| parent 53 | 3416f82943ea |
| permissions | -rwxr-xr-x |
| info@53 | 1 |
// |
| info@53 | 2 |
// Utility classes |
| info@53 | 3 |
// -------------------------------------------------- |
| info@53 | 4 |
|
| info@53 | 5 |
|
| info@53 | 6 |
// Floats |
| info@53 | 7 |
// ------------------------- |
| info@53 | 8 |
|
| info@53 | 9 |
.clearfix {
|
| info@53 | 10 |
.clearfix(); |
| info@53 | 11 |
} |
| info@53 | 12 |
.center-block {
|
| info@53 | 13 |
.center-block(); |
| info@53 | 14 |
} |
| info@53 | 15 |
.pull-right {
|
| info@53 | 16 |
float: right !important; |
| info@53 | 17 |
} |
| info@53 | 18 |
.pull-left {
|
| info@53 | 19 |
float: left !important; |
| info@53 | 20 |
} |
| info@53 | 21 |
|
| info@53 | 22 |
|
| info@53 | 23 |
// Toggling content |
| info@53 | 24 |
// ------------------------- |
| info@53 | 25 |
|
| info@53 | 26 |
// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1 |
| info@53 | 27 |
.hide {
|
| info@53 | 28 |
display: none !important; |
| info@53 | 29 |
} |
| info@53 | 30 |
.show {
|
| info@53 | 31 |
display: block !important; |
| info@53 | 32 |
} |
| info@53 | 33 |
.invisible {
|
| info@53 | 34 |
visibility: hidden; |
| info@53 | 35 |
} |
| info@53 | 36 |
.text-hide {
|
| info@53 | 37 |
.text-hide(); |
| info@53 | 38 |
} |
| info@53 | 39 |
|
| info@53 | 40 |
|
| info@53 | 41 |
// Hide from screenreaders and browsers |
| info@53 | 42 |
// |
| info@53 | 43 |
// Credit: HTML5 Boilerplate |
| info@53 | 44 |
|
| info@53 | 45 |
.hidden {
|
| info@53 | 46 |
display: none !important; |
| info@53 | 47 |
visibility: hidden !important; |
| info@53 | 48 |
} |
| info@53 | 49 |
|
| info@53 | 50 |
|
| info@53 | 51 |
// For Affix plugin |
| info@53 | 52 |
// ------------------------- |
| info@53 | 53 |
|
| info@53 | 54 |
.affix {
|
| info@53 | 55 |
position: fixed; |
| info@53 | 56 |
} |