style.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. /* RESET */
  2. html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a,
  3. font, img, dl, dt, dd, ol, ul, li, legend, table, tbody, tr, th, td
  4. {margin:0px;padding:0px;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;list-style:none;}
  5. a img {border: none;}
  6. ol li {list-style: decimal outside;}
  7. fieldset {border:0;padding:0;}
  8. html{margin: 0 1em; font-family:'Source Sans Pro', sans-serif;}
  9. a img{ border:none; outline:none; }
  10. h1{font-size: 4em; color:#404347; margin:5px 30px 20px 0px; font-weight:300; }
  11. .tablecontrols {float:left; margin-bottom: 1em;}
  12. .chzn-select {min-width: 150px;}
  13. /*///////// S T A R T // T A B L E /////////*/
  14. #table-show { clear:both; }
  15. table {
  16. table-layout:fixed;
  17. /*font-size: 0.75em;*/
  18. min-width: 100%;
  19. overflow:visible;
  20. word-wrap:break-word;
  21. border-collapse: collapse; /* IE7 and lower */
  22. border-spacing: 0;
  23. }
  24. tr.title_row{font-weight:600;}
  25. /* Zebra striping */
  26. tr:nth-of-type(odd) {
  27. background: #e1ecff;
  28. }
  29. tr:nth-of-type(even) {
  30. background: #f2f7ff;
  31. }
  32. tr:hover {
  33. background: #c0d7ff;
  34. -o-transition: all 0.1s ease-in-out;
  35. -webkit-transition: all 0.1s ease-in-out;
  36. -moz-transition: all 0.1s ease-in-out;
  37. -ms-transition: all 0.1s ease-in-out;
  38. transition: all 0.1s ease-in-out;
  39. }
  40. th {
  41. white-space:pre
  42. background-color: #313131;
  43. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  44. background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  45. background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  46. background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  47. background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  48. background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  49. background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  50. color: #fff;
  51. font-weight: 600;
  52. }
  53. /* rounded corners */
  54. th:first-child {
  55. -moz-border-radius: 8px 0 0 0;
  56. -webkit-border-radius: 8px 0 0 0;
  57. border-radius: 8px 0 0 0;
  58. }
  59. th:last-child {
  60. -moz-border-radius: 0 8px 0 0;
  61. -webkit-border-radius: 0 8px 0 0;
  62. border-radius: 0 8px 0 0;
  63. }
  64. th:only-child{
  65. -moz-border-radius: 8px 8px 0 0;
  66. -webkit-border-radius: 8px 8px 0 0;
  67. border-radius: 8px 8px 0 0;
  68. }
  69. tr:last-child td:first-child {
  70. -moz-border-radius: 0 0 0 8px;
  71. -webkit-border-radius: 0 0 0 8px;
  72. border-radius: 0 0 0 8px;
  73. }
  74. tr:last-child td:last-child {
  75. -moz-border-radius: 0 0 8px 0;
  76. -webkit-border-radius: 0 0 8px 0;
  77. border-radius: 0 0 8px 0;
  78. }
  79. tr .title_row{ text-wrap:none;
  80. word-wrap:none;}
  81. /* end rounded corners */
  82. th, td {
  83. padding: 8px 10px 8px 12px;
  84. /* border: 1px solid #ccc;
  85. border-right: 1px dotted #ccc;
  86. border-left: 1px dotted #ccc;*/
  87. border-right: 1px sold #ffffff;
  88. border-left: 1px solid #ffffff;
  89. text-align: left;
  90. }
  91. /* Make sure whole cell is clickable */
  92. td {height: 100%; padding:4px;padding: 8px 12px;}
  93. td a, th a {display: inline-block; height:100%; width:100%;}
  94. .title_row{white-space:pre;padding: 8px 0px 8px 12px;}
  95. /*///////// E N D // T A B L E /////////*/
  96. /*///////// S T A R T // P A G I N A T E /////////*/
  97. #pagination{
  98. margin-top: 12px;
  99. padding-bottom: 20px;
  100. }
  101. .jPaginate{
  102. height:34px;
  103. position:relative;
  104. color:#a5a5a5;
  105. font-size:small;
  106. }
  107. .jPaginate a{
  108. line-height:15px;
  109. height:18px;
  110. cursor:pointer;
  111. padding:2px 5px;
  112. margin:2px;
  113. float:left;
  114. -webkit-border-radius: 3px;
  115. -moz-border-radius : 3px;
  116. border-radius : 3px;
  117. -moz-background-clip : padding;
  118. -webkit-background-clip: padding-box;
  119. background-clip : padding-box;
  120. background-color: #fff;
  121. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  122. background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f4f4f4), color-stop(52%, #eaeaea), color-stop(100%, #efefef));
  123. background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f4f4f4 50%, #eaeaea 52%, #efefef 100%);
  124. background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f4f4f4 50%, #eaeaea 52%, #efefef 100%);
  125. background-image: -o-linear-gradient(top, #f4f4f4 20%, #f4f4f4 50%, #eaeaea 52%, #efefef 100%);
  126. background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f4f4f4 50%, #eaeaea 52%, #efefef 100%);
  127. background-image: linear-gradient(top, #f4f4f4 20%, #f4f4f4 50%, #eaeaea 52%, #efefef 100%);
  128. -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  129. -moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  130. box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  131. color: #333;
  132. border: 1px solid #aaaaaa;
  133. padding: 4px 6px 0px 6px;
  134. }
  135. .jPaginate a:hover{
  136. border: 1px solid #c0d7ff;
  137. }
  138. .jPag-control-back{
  139. position:absolute;
  140. left:0px;
  141. }
  142. .jPag-control-front{
  143. position:absolute;
  144. top:0px;
  145. }
  146. .jPaginate span{
  147. cursor:pointer;
  148. }
  149. ul.jPag-pages{
  150. float:left;
  151. list-style-type:none;
  152. }
  153. ul.jPag-pages li{
  154. display:inline;
  155. float:left;
  156. }
  157. ul.jPag-pages li a{
  158. float:left;
  159. }
  160. span.jPag-current{
  161. cursor:default;
  162. font-weight:normal;
  163. line-height:15px;
  164. height:18px;
  165. padding:2px 5px;
  166. margin:2px;
  167. float:left;
  168. -webkit-border-radius: 3px;
  169. -moz-border-radius : 3px;
  170. border-radius : 3px;
  171. -moz-background-clip : padding;
  172. -webkit-background-clip: padding-box;
  173. background-clip : padding-box;
  174. background-color: #fff;
  175. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  176. background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f4f4f4), color-stop(52%, #eaeaea), color-stop(100%, #efefef));
  177. background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f4f4f4 50%, #eaeaea 52%, #efefef 100%);
  178. background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f4f4f4 50%, #eaeaea 52%, #efefef 100%);
  179. background-image: -o-linear-gradient(top, #f4f4f4 20%, #f4f4f4 50%, #eaeaea 52%, #efefef 100%);
  180. background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f4f4f4 50%, #eaeaea 52%, #efefef 100%);
  181. background-image: linear-gradient(top, #f4f4f4 20%, #f4f4f4 50%, #eaeaea 52%, #efefef 100%);
  182. -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  183. -moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  184. box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  185. color: #c0d7ff;
  186. border: 1px solid #c0d7ff;
  187. padding: 4px 6px 0px 6px;
  188. }
  189. ul.jPag-pages li span.jPag-previous,
  190. ul.jPag-pages li span.jPag-next,
  191. span.jPag-sprevious,
  192. span.jPag-snext,
  193. ul.jPag-pages li span.jPag-previous-img,
  194. ul.jPag-pages li span.jPag-next-img,
  195. span.jPag-sprevious-img,
  196. span.jPag-snext-img{
  197. height:22px;
  198. float:left;
  199. line-height:18px;
  200. }
  201. ul.jPag-pages li span.jPag-previous,
  202. ul.jPag-pages li span.jPag-previous-img{
  203. font-size:12px;
  204. font-weight:bold;
  205. width:10px;
  206. }
  207. ul.jPag-pages li span.jPag-next,
  208. ul.jPag-pages li span.jPag-next-img{
  209. font-size:12px;
  210. font-weight:bold;
  211. width:10px;
  212. }
  213. span.jPag-sprevious,
  214. span.jPag-sprevious-img{
  215. font-size:18px;
  216. width:15px;
  217. text-align:right;
  218. }
  219. span.jPag-snext,
  220. span.jPag-snext-img{
  221. font-size:18px;
  222. width:15px;
  223. text-align:right;
  224. }
  225. ul.jPag-pages li span.jPag-previous-img{
  226. background:transparent url(images/previous.png) no-repeat center right;
  227. }
  228. ul.jPag-pages li span.jPag-next-img{
  229. background:transparent url(images/next.png) no-repeat center left;
  230. }
  231. span.jPag-sprevious-img{
  232. background:transparent url(images/sprevious.png) no-repeat center right;
  233. }
  234. span.jPag-snext-img{
  235. background:transparent url(images/snext.png) no-repeat center left;
  236. }
  237. /*///////// E N D // P A G I N A T E /////////*/