modern.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  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. input,textarea,select,code,.label,.icon {
  98. -webkit-border-radius:3px;
  99. -moz-border-radius:3px;
  100. border-radius:3px;
  101. }
  102. .menu-tabs .menu a,.icon-64 {
  103. -webkit-border-radius:4px;
  104. -moz-radius:4px;
  105. border-radius:4px;
  106. }
  107. button,.button,.button-group,.tags .blocks a,.pagination a,.tags .blocks li.disabled,.icon-128,.files .tree a:hover {
  108. -moz-border-radius:5px;
  109. -webkit-border-radius:5px;
  110. border-radius:5px;
  111. }
  112. pre {
  113. -webkit-border-radius:8px;
  114. -moz-border-radius:8px;
  115. border-radius:8px;
  116. }
  117. .button-group .button {
  118. -webkit-border-radius:0;
  119. -moz-radius:0;
  120. border-radius:0;
  121. }
  122. .button-group .button:first-child {
  123. -webkit-border-radius:5px 0 0 5px;
  124. -moz-border-radius:5px 0 0 5px;
  125. border-radius:5px 0 0 5px;
  126. }
  127. .button-group .button:last-child {
  128. -webkit-border-radius:0 5px 5px 0;
  129. -moz-border-radius:0 5px 5px 0;
  130. border-radius:0 5px 5px 0;
  131. }
  132. .menu .collapse-trigger {
  133. -moz-border-radius:0 !important;
  134. -webkit-border-radius:0 !important;
  135. border-radius:0 !important;
  136. }
  137. .tabs a {
  138. -webkit-border-radius:4px 4px 0 0;
  139. -moz-radius:4px 4px 0 0;
  140. border-radius:4px 4px 0 0;
  141. }
  142. .tabs .bottom a {
  143. -webkit-border-radius:0 0 4px 4px;
  144. -moz-radius:0 0 4px 4px;
  145. border-radius:0 0 4px 4px;
  146. }
  147. .tabs .left a {
  148. -webkit-border-radius:4px 0 0 4px;
  149. -moz-radius:4px 0 0 4px;
  150. border-radius:4px 0 0 4px;
  151. }
  152. .tabs .right a {
  153. -webkit-border-radius:0 4px 4px 0;
  154. -moz-radius:0 4px 4px 0;
  155. border-radius:0 4px 4px 0;
  156. }
  157. .panel, .panel > :first-child, .panel > :first-child > :first-child {
  158. -webkit-border-top-left-radius:8px;
  159. -moz-border-radius-topleft:8px;
  160. border-top-left-radius:8px;
  161. -webkit-border-top-right-radius:8px;
  162. -moz-border-radius-topright:8px;
  163. border-top-right-radius:8px;
  164. }
  165. .panel, .panel > :last-child, .panel > :last-child > :last-child, .collapsed:last-child > .collapse-trigger {
  166. -webkit-border-bottom-left-radius:8px;
  167. -moz-border-radius-bottomleft:8px;
  168. border-bottom-left-radius:8px;
  169. -webkit-border-bottom-right-radius:8px;
  170. -moz-border-radius-bottomright:8px;
  171. border-bottom-right-radius:8px;
  172. }
  173. .panel, pre {
  174. -moz-box-shadow:0 0 3px rgba(0,0,0,.1);
  175. -webkit-box-shadow:0 0 3px rgba(0,0,0,.1);
  176. box-shadow:1px 2px 3px rgba(0,0,0,.05);
  177. }
  178. .site-header {
  179. -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
  180. -moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
  181. box-shadow:0 1px 2px rgba(0,0,0,0.2);
  182. }
  183. :not(.menu) > .nav a, .button, button, select, input, textarea {
  184. -webkit-box-shadow:none !important;
  185. -moz-box-shadow:none !important;
  186. box-shadow:none !important;
  187. -webkit-transition: 0.2s ease;
  188. -moz-transition: 0.2s ease;
  189. -ms-transition: 0.2s ease;
  190. -o-transition: 0.2s ease;
  191. transition: 0.2s ease;
  192. }
  193. .spin {
  194. -moz-animation:spin 2s infinite linear;
  195. -o-animation:spin 2s infinite linear;
  196. -webkit-animation:spin 2s infinite linear;
  197. animation:spin 2s infinite linear;
  198. }
  199. @-moz-keyframes spin {
  200. 0% { -moz-transform:rotate(0deg); }
  201. 100% { -moz-transform:rotate(359deg); }
  202. }
  203. @-webkit-keyframes spin {
  204. 0% { -webkit-transform:rotate(0deg); }
  205. 100% { -webkit-transform:rotate(359deg); }
  206. }
  207. @-o-keyframes spin {
  208. 0% { -o-transform:rotate(0deg); }
  209. 100% { -o-transform:rotate(359deg); }
  210. }
  211. @-ms-keyframes spin {
  212. 0% { -ms-transform:rotate(0deg); }
  213. 100% { -ms-transform:rotate(359deg); }
  214. }
  215. @keyframes spin {
  216. 0% { transform:rotate(0deg); }
  217. 100% { transform:rotate(359deg); }
  218. }