tables.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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. .block th, .block td {
  98. padding:10px 20px;
  99. }
  100. .condensed th, .condensed td {
  101. padding:4px 5px;
  102. }
  103. .datasheet td,.datasheet th {
  104. padding:2px 4px;
  105. }
  106. .outline-header th {
  107. font-size:14px;
  108. line-height:14px;
  109. }
  110. .datasheet th {
  111. line-height:16px;
  112. height:18px;
  113. }
  114. .datasheet tbody th {
  115. text-align:right;
  116. }
  117. .uppercase-header th {
  118. text-transform:uppercase;
  119. }
  120. .box-header th {
  121. border-left-width:0;
  122. border-right-width:0;
  123. }
  124. .box-header th,.outline td,.outline th {
  125. border-bottom-width:0;
  126. }
  127. .outline tr :last-child {
  128. border-right-width:0;
  129. }
  130. .block th, .block td {
  131. border-width:0 1px 0 0;
  132. }
  133. table.box {
  134. border-width:1px;
  135. }
  136. .header-border thead td,.header-border thead th {
  137. border-bottom-width:1px;
  138. }
  139. table.block {
  140. border-width:1px 0 1px 1px;
  141. }
  142. .datasheet td,.datasheet th {
  143. border-width:1px;
  144. }
  145. table.border,table.datasheet {
  146. border-width:1px 0 0 1px;
  147. }
  148. .datasheet td,.border th,.border td {
  149. border-width:0 1px 1px 0;
  150. }
  151. .box-header thead tr {
  152. border-width:0 0 1px 0;
  153. }
  154. table.outline {
  155. border-width:2px;
  156. }
  157. .horizontal-border th, .horizontal-border td {
  158. border-bottom-width:1px;
  159. }
  160. .outline-header thead td,.outline-header thead th {
  161. border-bottom-width:2px;
  162. }
  163. .border .body {
  164. border-bottom-width:0;
  165. }
  166. .border .body,.block .body {
  167. border-right-width:0;
  168. }