Created
October 12, 2013 08:03
-
-
Save taclab/6947241 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .clearfix:before, | |
| .clearfix:after { | |
| content: " "; | |
| /* 1 */ | |
| display: table; | |
| /* 2 */ | |
| } | |
| .clearfix:after { | |
| clear: both; | |
| } | |
| .pull-right { | |
| float: right !important; | |
| } | |
| .pull-left { | |
| float: left !important; | |
| } | |
| .hide { | |
| display: none !important; | |
| } | |
| .show { | |
| display: block !important; | |
| } | |
| .invisible { | |
| visibility: hidden; | |
| } | |
| .text-hide { | |
| font: 0/0 a; | |
| color: transparent; | |
| text-shadow: none; | |
| background-color: transparent; | |
| border: 0; | |
| } | |
| .affix { | |
| position: fixed; | |
| } | |
| @-ms-viewport { | |
| width: device-width; | |
| } | |
| @media screen and (max-width: 400px) { | |
| @-ms-viewport { | |
| width: 320px; | |
| } | |
| } | |
| .hidden { | |
| display: none !important; | |
| visibility: hidden !important; | |
| } | |
| .visible-sm { | |
| display: block !important; | |
| } | |
| tr.visible-sm { | |
| display: table-row !important; | |
| } | |
| th.visible-sm, | |
| td.visible-sm { | |
| display: table-cell !important; | |
| } | |
| .visible-md { | |
| display: none !important; | |
| } | |
| tr.visible-md { | |
| display: none !important; | |
| } | |
| th.visible-md, | |
| td.visible-md { | |
| display: none !important; | |
| } | |
| .visible-lg { | |
| display: none !important; | |
| } | |
| tr.visible-lg { | |
| display: none !important; | |
| } | |
| th.visible-lg, | |
| td.visible-lg { | |
| display: none !important; | |
| } | |
| .hidden-sm { | |
| display: none !important; | |
| } | |
| tr.hidden-sm { | |
| display: none !important; | |
| } | |
| th.hidden-sm, | |
| td.hidden-sm { | |
| display: none !important; | |
| } | |
| .hidden-md { | |
| display: block !important; | |
| } | |
| tr.hidden-md { | |
| display: table-row !important; | |
| } | |
| th.hidden-md, | |
| td.hidden-md { | |
| display: table-cell !important; | |
| } | |
| .hidden-lg { | |
| display: block !important; | |
| } | |
| tr.hidden-lg { | |
| display: table-row !important; | |
| } | |
| th.hidden-lg, | |
| td.hidden-lg { | |
| display: table-cell !important; | |
| } | |
| @media (min-width: 768px) and (max-width: 991px) { | |
| .visible-sm { | |
| display: none !important; | |
| } | |
| tr.visible-sm { | |
| display: none !important; | |
| } | |
| th.visible-sm, | |
| td.visible-sm { | |
| display: none !important; | |
| } | |
| .visible-md { | |
| display: block !important; | |
| } | |
| tr.visible-md { | |
| display: table-row !important; | |
| } | |
| th.visible-md, | |
| td.visible-md { | |
| display: table-cell !important; | |
| } | |
| .visible-lg { | |
| display: none !important; | |
| } | |
| tr.visible-lg { | |
| display: none !important; | |
| } | |
| th.visible-lg, | |
| td.visible-lg { | |
| display: none !important; | |
| } | |
| .hidden-sm { | |
| display: block !important; | |
| } | |
| tr.hidden-sm { | |
| display: table-row !important; | |
| } | |
| th.hidden-sm, | |
| td.hidden-sm { | |
| display: table-cell !important; | |
| } | |
| .hidden-md { | |
| display: none !important; | |
| } | |
| tr.hidden-md { | |
| display: none !important; | |
| } | |
| th.hidden-md, | |
| td.hidden-md { | |
| display: none !important; | |
| } | |
| .hidden-lg { | |
| display: block !important; | |
| } | |
| tr.hidden-lg { | |
| display: table-row !important; | |
| } | |
| th.hidden-lg, | |
| td.hidden-lg { | |
| display: table-cell !important; | |
| } | |
| } | |
| @media (min-width: 992px) { | |
| .visible-sm { | |
| display: none !important; | |
| } | |
| tr.visible-sm { | |
| display: none !important; | |
| } | |
| th.visible-sm, | |
| td.visible-sm { | |
| display: none !important; | |
| } | |
| .visible-md { | |
| display: none !important; | |
| } | |
| tr.visible-md { | |
| display: none !important; | |
| } | |
| th.visible-md, | |
| td.visible-md { | |
| display: none !important; | |
| } | |
| .visible-lg { | |
| display: block !important; | |
| } | |
| tr.visible-lg { | |
| display: table-row !important; | |
| } | |
| th.visible-lg, | |
| td.visible-lg { | |
| display: table-cell !important; | |
| } | |
| .hidden-sm { | |
| display: block !important; | |
| } | |
| tr.hidden-sm { | |
| display: table-row !important; | |
| } | |
| th.hidden-sm, | |
| td.hidden-sm { | |
| display: table-cell !important; | |
| } | |
| .hidden-md { | |
| display: block !important; | |
| } | |
| tr.hidden-md { | |
| display: table-row !important; | |
| } | |
| th.hidden-md, | |
| td.hidden-md { | |
| display: table-cell !important; | |
| } | |
| .hidden-lg { | |
| display: none !important; | |
| } | |
| tr.hidden-lg { | |
| display: none !important; | |
| } | |
| th.hidden-lg, | |
| td.hidden-lg { | |
| display: none !important; | |
| } | |
| } | |
| .visible-print { | |
| display: none !important; | |
| } | |
| tr.visible-print { | |
| display: none !important; | |
| } | |
| th.visible-print, | |
| td.visible-print { | |
| display: none !important; | |
| } | |
| @media print { | |
| .visible-print { | |
| display: block !important; | |
| } | |
| tr.visible-print { | |
| display: table-row !important; | |
| } | |
| th.visible-print, | |
| td.visible-print { | |
| display: table-cell !important; | |
| } | |
| .hidden-print { | |
| display: none !important; | |
| } | |
| tr.hidden-print { | |
| display: none !important; | |
| } | |
| th.hidden-print, | |
| td.hidden-print { | |
| display: none !important; | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment