2012-06-28 21:46:45 -07:00
|
|
|
//
|
|
|
|
// Utility classes
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2012-01-08 15:38:57 -08:00
|
|
|
|
2012-09-26 08:59:57 -07:00
|
|
|
// Floats
|
|
|
|
// -------------------------
|
|
|
|
|
2012-12-19 17:49:20 -08:00
|
|
|
.clearfix {
|
2013-03-30 13:23:18 -07:00
|
|
|
.clearfix();
|
2012-09-26 08:59:57 -07:00
|
|
|
}
|
2012-01-08 15:38:57 -08:00
|
|
|
.pull-right {
|
2013-07-28 14:05:47 +08:00
|
|
|
float: right !important;
|
2012-01-08 15:38:57 -08:00
|
|
|
}
|
|
|
|
.pull-left {
|
2013-07-28 14:05:47 +08:00
|
|
|
float: left !important;
|
2012-01-08 15:38:57 -08:00
|
|
|
}
|
|
|
|
|
2012-09-26 08:59:57 -07:00
|
|
|
|
2012-01-08 15:38:57 -08:00
|
|
|
// Toggling content
|
2012-09-26 08:59:57 -07:00
|
|
|
// -------------------------
|
|
|
|
|
2012-01-08 15:38:57 -08:00
|
|
|
.hide {
|
2012-12-20 13:53:38 -08:00
|
|
|
display: none !important;
|
2012-01-08 15:38:57 -08:00
|
|
|
}
|
|
|
|
.show {
|
2012-12-20 13:53:38 -08:00
|
|
|
display: block !important;
|
2012-01-08 15:38:57 -08:00
|
|
|
}
|
|
|
|
.invisible {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2012-09-26 08:59:57 -07:00
|
|
|
.text-hide {
|
|
|
|
.hide-text();
|
|
|
|
}
|
|
|
|
|
2012-07-22 18:28:39 -07:00
|
|
|
|
2012-08-19 21:12:52 -07:00
|
|
|
// For Affix plugin
|
2012-09-26 08:59:57 -07:00
|
|
|
// -------------------------
|
|
|
|
|
2012-07-22 18:28:39 -07:00
|
|
|
.affix {
|
|
|
|
position: fixed;
|
2012-08-19 21:12:52 -07:00
|
|
|
}
|