helpers.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. /*!
  2. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  3. *
  4. * CASCADE FRAMEWORK 1.0
  5. *
  6. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  7. *
  8. *
  9. * Copyright 2013, John Slegers
  10. * Released under the MIT license
  11. * http://jslegers.github.com/cascadeframework/license.html
  12. *
  13. *
  14. * This means you can use Cascade Framework for any project,
  15. * whether commercial or not.
  16. *
  17. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  18. *
  19. *
  20. * Cascade Framework also contains the following goodies,
  21. * which all have the same or similar 'permissive licenses :
  22. *
  23. *
  24. * Includes polyfills by Joshua Bell
  25. * http://www.calormen.com/polyfill/
  26. * Released in public domain
  27. *
  28. *
  29. * Includes Google ExplorerCanvas
  30. * https://code.google.com/p/explorercanvas/
  31. * Released under the Apache 2.0 license
  32. *
  33. *
  34. * Includes Google Prettify
  35. * https://code.google.com/p/google-code-prettify/
  36. * Released under the Apache 2.0 license
  37. *
  38. *
  39. * Includes Yepnope
  40. * http://yepnopejs.com/
  41. * Released under the WTFPL license
  42. *
  43. *
  44. * Includes Modernizr
  45. * http://modernizr.com/
  46. * Released under the MIT license
  47. *
  48. *
  49. * Includes lodash
  50. * http://lodash.com/
  51. * Released under the MIT license
  52. *
  53. *
  54. * Includes jQuery
  55. * http://jquery.com/
  56. * Released under the MIT license
  57. *
  58. *
  59. * Includes jQuery Easing plugin
  60. * http://gsgd.co.uk/sandbox/jquery/easing/
  61. * Released under the BSD license
  62. *
  63. *
  64. * Includes jQuery Flot plugin
  65. * http://www.flotcharts.org/
  66. * Released under the MIT license
  67. *
  68. *
  69. * Includes the Font Awesome webfont
  70. * http://fortawesome.github.com/Font-Awesome/
  71. * Released under the SIL Open Font License
  72. *
  73. *
  74. *
  75. *
  76. *
  77. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  78. *
  79. * Cascade Framework was inspired by many articles and projects
  80. *
  81. * Especially these authors are worth mentioning :
  82. *
  83. * Nicolle Sullivan
  84. * Jonathan Snook
  85. * Chris Coyier
  86. * Eric Meyer
  87. * Nicolas Gallagher
  88. * Paul Irish
  89. * Mark Otto
  90. * Jacob Thornton
  91. *
  92. *
  93. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  94. * Date: 2013-03-15
  95. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  96. */
  97. .no-margin {
  98. margin : 0 !important;
  99. }
  100. .no-padding {
  101. padding : 0 !important;
  102. }
  103. .float-left {
  104. float: left !important;
  105. }
  106. .float-right {
  107. float: right !important;
  108. }
  109. .float-right .text, .float-left .text {
  110. float: left;
  111. }
  112. .border-bottom {
  113. border-bottom-width: 1px !important;
  114. }
  115. .border-left {
  116. border-left-width: 1px !important;
  117. }
  118. .border-right {
  119. border-right-width: 1px !important;
  120. }
  121. .border-top {
  122. border-top-width: 1px !important;
  123. }
  124. .no-border {
  125. border-width: 0 !important;
  126. }
  127. .width-full {
  128. width:100% !important;
  129. }
  130. .invisible {
  131. visibility: hidden !important;
  132. border: none !important;
  133. }
  134. .collapsed .collapse-section {
  135. position: absolute !important;
  136. top: -999999em !important;
  137. left: auto !important;
  138. width: 1px !important;
  139. height: 1px !important;
  140. overflow:hidden !important;
  141. }
  142. .collapse-section {
  143. overflow:hidden;
  144. }
  145. .hidden-tab,.collapsible .collapsed-only {
  146. display:none !important;
  147. }
  148. .collapsed .collapsed-only, .collapsible .uncollapsed-only {
  149. display:inline !important;
  150. }
  151. .collapsed .uncollapsed-only {
  152. display:none !important;
  153. }
  154. .desktop-hidden {
  155. *display:none !important;
  156. }
  157. @media \0 screen {
  158. .desktop-hidden {
  159. display:none !important;
  160. }
  161. }
  162. @media (min-width: 768px) {
  163. .desktop-hidden,.col.desktop-hidden {
  164. display:none !important;
  165. }
  166. }
  167. @media (max-width:767px) {
  168. .mobile-hidden,.col.mobile-hidden {
  169. display:none !important;
  170. }
  171. }
  172. @media (min-width: 481px) and (max-width: 767px) {
  173. .tablet-hidden,.col.tablet-hidden {
  174. display:none !important;
  175. }
  176. }
  177. @media (max-width: 480px) {
  178. .phone-hidden,.col.phone-hidden {
  179. display:none !important;
  180. }
  181. }