datatables_style.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  1. /*
  2. * File: demo_table.css
  3. * CVS: $Id: datatables_style.css,v 1.1 2012/12/05 01:39:36 ghp Exp $
  4. * Description: CSS descriptions for DataTables demo pages
  5. * Author: Allan Jardine
  6. * Created: Tue May 12 06:47:22 BST 2009
  7. * Modified: $Date: 2012/12/05 01:39:36 $ by $Author: ghp $
  8. * Language: CSS
  9. * Project: DataTables
  10. * Common issues:
  11. * 'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
  12. * no conflict between the two pagination types. If you want to use full_numbers pagination
  13. * ensure that you either have "example_alt_pagination" as a body class name, or better yet,
  14. * modify that selector.
  15. * Note that the path used for Images is relative. All images are by default located in
  16. * images/ - relative to this CSS file.
  17. */
  18. .dataTables_wrapper {
  19. position: relative;
  20. clear: both;
  21. zoom: 1; /* Feeling sorry for IE */
  22. }
  23. .box .dataTables_wrapper {
  24. padding-top: 5px;
  25. }
  26. /*列表长度下拉框宽度*/
  27. div.dataTables_length select {
  28. width: 60px;
  29. }
  30. .dataTables_processing {
  31. position: absolute;
  32. top: 50%;
  33. left: 50%;
  34. width: 250px;
  35. height: 30px;
  36. margin-left: -125px;
  37. margin-top: -15px;
  38. padding: 14px 0 2px 0;
  39. border: 1px solid #ddd;
  40. text-align: center;
  41. color: #999;
  42. font-size: 14px;
  43. background-color: white;
  44. }
  45. .dataTables_length {
  46. width: auto;
  47. float: right;
  48. }
  49. .dataTables_length .selector {
  50. margin-left: 10px;
  51. }
  52. .dataTables_length .selector select {
  53. width: 50px !important;
  54. }
  55. .box .dataTables_length {
  56. margin-right: 15px;
  57. }
  58. .dataTables_filter {
  59. width: auto;
  60. float: left;
  61. text-align: left;
  62. }
  63. .dataTables_filter input {
  64. margin-left: 10px;
  65. background: url(../images/search.png) no-repeat 98% center;
  66. }
  67. .box .dataTables_filter {
  68. margin-left: 15px;
  69. }
  70. .dataTables_info {
  71. width: auto;
  72. float: left;
  73. margin-top: 10px;
  74. padding-left: 10px;
  75. }
  76. .box .dataTables_info {
  77. margin-top: 15px;
  78. margin-bottom: 15px;
  79. }
  80. .dataTables_paginate {
  81. float: right;
  82. text-align: right;
  83. margin-top: 10px;
  84. margin-right: 10px;
  85. }
  86. /* Pagination nested */
  87. .paginate_disabled_previous,.paginate_enabled_previous,.paginate_disabled_next,.paginate_enabled_next
  88. {
  89. display: inline-block;
  90. float: left;
  91. padding: 0 14px;
  92. line-height: 28px;
  93. text-decoration: none;
  94. border: 1px solid #c4c4c4;
  95. border-left-width: 1px;
  96. background: rgb(255, 255, 255);
  97. background:
  98. url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  99. background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  100. rgba(243, 243, 243, 1) 100% );
  101. background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255,
  102. 255, 255, 1) ), color-stop(100%, rgba(243, 243, 243, 1) ) );
  103. background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  104. rgba(243, 243, 243, 1) 100% );
  105. background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  106. rgba(243, 243, 243, 1) 100% );
  107. background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  108. rgba(243, 243, 243, 1) 100% );
  109. background: linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  110. rgba(243, 243, 243, 1) 100% );
  111. filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
  112. '#ffffff', endColorstr = '#f3f3f3', GradientType = 0 );
  113. min-height: 28px;
  114. color: #717171;
  115. box-shadow: 0 1px 0 #eaeaea, 0 1px 0 #fff inset;
  116. margin-right: 4px;
  117. -webkit-border-radius: 2px 2px 2px 2px;
  118. -moz-border-radius: 2px 2px 2px 2px;
  119. border-radius: 2px 2px 2px 2px;
  120. font-weight: 700;
  121. }
  122. .paginate_disabled_previous:hover,.paginate_enabled_previous:hover,.paginate_disabled_next:hover,.paginate_enabled_next:hover
  123. {
  124. text-decoration: none !important;
  125. }
  126. .paginate_disabled_previous:active,.paginate_enabled_previous:active,.paginate_disabled_next:active,.paginate_enabled_next:active
  127. {
  128. outline: none;
  129. }
  130. .paginate_disabled_previous,.paginate_disabled_next {
  131. color: #666 !important;
  132. }
  133. .paginate_disabled_previous,.paginate_enabled_previous {
  134. padding-left: 23px;
  135. }
  136. .paginate_disabled_next,.paginate_enabled_next {
  137. padding-right: 23px;
  138. margin-left: 10px;
  139. }
  140. .paginate_disabled_previous {
  141. opacity: 0.7;
  142. filter: alpha(opacity = 70);
  143. }
  144. .paginate_enabled_previous,.paginate_enabled_next:hover {
  145. opacity: 1;
  146. filter: alpha(opacity = 100);
  147. cursor: pointer;
  148. }
  149. .paginate_enabled_previous:hover {
  150. border: 1px solid #a3a3a3;
  151. background: #e8e6e6;
  152. }
  153. .paginate_disabled_next {
  154. opacity: 0.7;
  155. filter: alpha(opacity = 70);
  156. }
  157. .paginate_enabled_next {
  158. opacity: 1;
  159. filter: alpha(opacity = 100);
  160. }
  161. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  162. * DataTables display
  163. */
  164. table.display {
  165. margin: 0 auto;
  166. clear: both;
  167. width: 100%;
  168. /* Note Firefox 3.5 and before have a bug with border-collapse
  169. * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 )
  170. * border-spacing: 0; is one possible option. Conditional-css.com is
  171. * useful for this kind of thing
  172. *
  173. * Further note IE 6/7 has problems when calculating widths with border width.
  174. * It subtracts one px relative to the other browsers from the first column, and
  175. * adds one to the end...
  176. *
  177. * If you want that effect I'd suggest setting a border-top/left on th/td's and
  178. * then filling in the gaps with other borders.
  179. */
  180. }
  181. table.display thead tr {
  182. background: rgb(255, 255, 255);
  183. background:
  184. url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  185. background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  186. rgba(243, 243, 243, 1) 100% );
  187. background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255,
  188. 255, 255, 1) ), color-stop(100%, rgba(243, 243, 243, 1) ) );
  189. background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  190. rgba(243, 243, 243, 1) 100% );
  191. background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  192. rgba(243, 243, 243, 1) 100% );
  193. background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  194. rgba(243, 243, 243, 1) 100% );
  195. background: linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  196. rgba(243, 243, 243, 1) 100% );
  197. filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
  198. '#ffffff', endColorstr = '#f3f3f3', GradientType = 0 );
  199. -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
  200. -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
  201. box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
  202. }
  203. table.display thead th {
  204. font-weight: bold;
  205. cursor: pointer; *
  206. cursor: hand;
  207. }
  208. table.display tfoot tr {
  209. background: rgb(255, 255, 255);
  210. background:
  211. url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  212. background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  213. rgba(243, 243, 243, 1) 100% );
  214. background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255,
  215. 255, 255, 1) ), color-stop(100%, rgba(243, 243, 243, 1) ) );
  216. background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  217. rgba(243, 243, 243, 1) 100% );
  218. background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  219. rgba(243, 243, 243, 1) 100% );
  220. background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  221. rgba(243, 243, 243, 1) 100% );
  222. background: linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  223. rgba(243, 243, 243, 1) 100% );
  224. filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
  225. '#ffffff', endColorstr = '#f3f3f3', GradientType = 0 );
  226. -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
  227. -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
  228. box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
  229. border-bottom: 1px solid #c4c4c4;
  230. }
  231. table.display tfoot th {
  232. font-weight: bold;
  233. }
  234. .box table.display tfoot th {
  235. border-bottom: 1px solid #c4c4c4;
  236. }
  237. table.display tr.heading2 td {
  238. border-bottom: 1px solid #aaa;
  239. }
  240. table.display td {
  241. padding: 3px 2px;
  242. }
  243. table.display th {
  244. padding: 3px 3px;
  245. }
  246. table.display td.center {
  247. text-align: center;
  248. width: auto;
  249. display: table-cell;
  250. }
  251. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  252. * DataTables sorting
  253. */
  254. .sorting_asc {
  255. background: url('../images/sort_asc.png') no-repeat center right
  256. !important;
  257. }
  258. .sorting_desc {
  259. background: url('../images/sort_desc.png') no-repeat center right
  260. !important;
  261. }
  262. .sorting {
  263. background: url('../images/sort_both.png') no-repeat center right
  264. !important;
  265. }
  266. .sorting_asc_disabled {
  267. background: url('../images/sort_asc_disabled.png') no-repeat center
  268. right !important;
  269. }
  270. .sorting_desc_disabled {
  271. background: url('../images/sort_desc_disabled.png') no-repeat center
  272. right !important;
  273. }
  274. th:active {
  275. outline: none;
  276. }
  277. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  278. * DataTables row classes
  279. */
  280. table.display tr.odd.gradeA {
  281. background-color: #ffffff;
  282. }
  283. table.display tr.even.gradeA {
  284. background-color: #f7f7f7;
  285. }
  286. table.display tr.odd.gradeC {
  287. background-color: #ffffff;
  288. }
  289. table.display tr.even.gradeC {
  290. background-color: #f7f7f7;
  291. }
  292. table.display tr.odd.gradeX {
  293. background-color: #ffffff;
  294. }
  295. table.display tr.even.gradeX {
  296. background-color: #f7f7f7;
  297. }
  298. table.display tr.odd.gradeU {
  299. background-color: #ffffff;
  300. }
  301. table.display tr.even.gradeU {
  302. background-color: #f7f7f7;
  303. }
  304. tr.odd {
  305. background-color: #f7f7f7;
  306. }
  307. tr.even {
  308. background-color: white;
  309. }
  310. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  311. * Misc
  312. */
  313. .dataTables_scroll {
  314. clear: both;
  315. }
  316. .dataTables_scrollBody {
  317. *margin-top: -1px;
  318. -webkit-overflow-scrolling: touch;
  319. }
  320. /*.top, .bottom {
  321. padding: 15px;
  322. background-color: #F5F5F5;
  323. border: 1px solid #CCCCCC;
  324. }*/
  325. .top .dataTables_info {
  326. float: none;
  327. }
  328. .clear {
  329. clear: both;
  330. }
  331. .dataTables_empty {
  332. text-align: center;
  333. }
  334. tfoot input {
  335. margin: 0.5em 0;
  336. width: 100%;
  337. color: #444;
  338. }
  339. tfoot input.search_init {
  340. color: #999;
  341. }
  342. td.group {
  343. background-color: #d1cfd0;
  344. border-bottom: 2px solid #A19B9E;
  345. border-top: 2px solid #A19B9E;
  346. }
  347. td.details {
  348. background-color: #d1cfd0;
  349. border: 2px solid #A19B9E;
  350. }
  351. .example_alt_pagination div.dataTables_info {
  352. width: 40%;
  353. }
  354. .paging_full_numbers {
  355. height: 28px;
  356. }
  357. .paging_full_numbers a:active {
  358. color: #f2f2f2;
  359. box-shadow: 0 1px 0 #eaeaea, 0 1px 0 #67c3da inset;
  360. border-color: #5098aa;
  361. background: #88BBC8;
  362. }
  363. .paging_full_numbers a:hover {
  364. border: 1px solid #a3a3a3;
  365. background: #e8e6e6;
  366. }
  367. .paging_full_numbers a.paginate_button,.paging_full_numbers a.paginate_active
  368. {
  369. border: 1px solid #aaa;
  370. -webkit-border-radius: 5px;
  371. -moz-border-radius: 5px;
  372. padding: 2px 5px;
  373. margin: 0 3px;
  374. cursor: pointer;
  375. *cursor: hand;
  376. color: #333 !important;
  377. }
  378. .paging_full_numbers a.paginate_button {
  379. display: inline-block;
  380. float: left;
  381. padding: 0 14px;
  382. line-height: 28px;
  383. text-decoration: none;
  384. border: 1px solid #c4c4c4;
  385. border-left-width: 1px;
  386. background: rgb(255, 255, 255);
  387. background:
  388. url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  389. background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  390. rgba(243, 243, 243, 1) 100% );
  391. background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255,
  392. 255, 255, 1) ), color-stop(100%, rgba(243, 243, 243, 1) ) );
  393. background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  394. rgba(243, 243, 243, 1) 100% );
  395. background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  396. rgba(243, 243, 243, 1) 100% );
  397. background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  398. rgba(243, 243, 243, 1) 100% );
  399. background: linear-gradient(top, rgba(255, 255, 255, 1) 1%,
  400. rgba(243, 243, 243, 1) 100% );
  401. filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
  402. '#ffffff', endColorstr = '#f3f3f3', GradientType = 0 );
  403. min-height: 28px;
  404. color: #717171;
  405. box-shadow: 0 1px 0 #eaeaea, 0 1px 0 #fff inset;
  406. margin-right: 4px;
  407. -webkit-border-radius: 2px 2px 2px 2px;
  408. -moz-border-radius: 2px 2px 2px 2px;
  409. border-radius: 2px 2px 2px 2px;
  410. font-weight: 700;
  411. }
  412. .paging_full_numbers a.paginate_button:hover {
  413. border: 1px solid #a3a3a3;
  414. background: #e8e6e6;
  415. }
  416. .paging_full_numbers a.paginate_active {
  417. color: #f2f2f2;
  418. box-shadow: 0 1px 0 #eaeaea, 0 1px 0 #67c3da inset;
  419. border-color: #5098aa;
  420. background: #88BBC8;
  421. float: left;
  422. padding: 0 14px;
  423. line-height: 28px;
  424. -webkit-border-radius: 2px 2px 2px 2px;
  425. -moz-border-radius: 2px 2px 2px 2px;
  426. border-radius: 2px 2px 2px 2px;
  427. font-weight: 700;
  428. cursor: default;
  429. text-decoration: none;
  430. color: #fff;
  431. }
  432. table.display tr.even.row_selected td {
  433. background-color: #B0BED9;
  434. }
  435. table.display tr.odd.row_selected td {
  436. background-color: #9FAFD1;
  437. }
  438. /*
  439. * Sorting classes for columns
  440. */
  441. /* For the standard odd/even */
  442. tr.odd td.sorting_1 { /*background-color: #eeeeee;*/
  443. }
  444. tr.odd td.sorting_2 { /*background-color: #eeeeee;*/
  445. }
  446. tr.odd td.sorting_3 { /*background-color: #eeeeee;*/
  447. }
  448. tr.even td.sorting_1 { /*background-color: #e0e0e0;*/
  449. }
  450. tr.even td.sorting_2 { /*background-color: #e0e0e0;*/
  451. }
  452. tr.even td.sorting_3 { /*background-color: #e0e0e0;*/
  453. }
  454. /* For the Conditional-CSS grading rows */
  455. /*
  456. Colour calculations (based off the main row colours)
  457. Level 1:
  458. dd > c4
  459. ee > d5
  460. Level 2:
  461. dd > d1
  462. ee > e2
  463. */
  464. /*tr.odd.gradeA td.sorting_1 {
  465. background-color: #c4ffc4;
  466. }
  467. tr.odd.gradeA td.sorting_2 {
  468. background-color: #d1ffd1;
  469. }
  470. tr.odd.gradeA td.sorting_3 {
  471. background-color: #d1ffd1;
  472. }
  473. tr.even.gradeA td.sorting_1 {
  474. background-color: #d5ffd5;
  475. }
  476. tr.even.gradeA td.sorting_2 {
  477. background-color: #e2ffe2;
  478. }
  479. tr.even.gradeA td.sorting_3 {
  480. background-color: #e2ffe2;
  481. }
  482. tr.odd.gradeC td.sorting_1 {
  483. background-color: #c4c4ff;
  484. }
  485. tr.odd.gradeC td.sorting_2 {
  486. background-color: #d1d1ff;
  487. }
  488. tr.odd.gradeC td.sorting_3 {
  489. background-color: #d1d1ff;
  490. }
  491. tr.even.gradeC td.sorting_1 {
  492. background-color: #d5d5ff;
  493. }
  494. tr.even.gradeC td.sorting_2 {
  495. background-color: #e2e2ff;
  496. }
  497. tr.even.gradeC td.sorting_3 {
  498. background-color: #e2e2ff;
  499. }
  500. tr.odd.gradeX td.sorting_1 {
  501. background-color: #ffc4c4;
  502. }
  503. tr.odd.gradeX td.sorting_2 {
  504. background-color: #ffd1d1;
  505. }
  506. tr.odd.gradeX td.sorting_3 {
  507. background-color: #ffd1d1;
  508. }
  509. tr.even.gradeX td.sorting_1 {
  510. background-color: #ffd5d5;
  511. }
  512. tr.even.gradeX td.sorting_2 {
  513. background-color: #ffe2e2;
  514. }
  515. tr.even.gradeX td.sorting_3 {
  516. background-color: #ffe2e2;
  517. }
  518. tr.odd.gradeU td.sorting_1 {
  519. background-color: #c4c4c4;
  520. }
  521. tr.odd.gradeU td.sorting_2 {
  522. background-color: #d1d1d1;
  523. }
  524. tr.odd.gradeU td.sorting_3 {
  525. background-color: #d1d1d1;
  526. }
  527. tr.even.gradeU td.sorting_1 {
  528. background-color: #d5d5d5;
  529. }
  530. tr.even.gradeU td.sorting_2 {
  531. background-color: #e2e2e2;
  532. }
  533. tr.even.gradeU td.sorting_3 {
  534. background-color: #e2e2e2;
  535. }*/
  536. /*
  537. * Row highlighting example
  538. */
  539. .ex_highlight #example tbody tr.even:hover,#example tbody tr.even td.highlighted
  540. {
  541. background-color: #ECFFB3;
  542. }
  543. .ex_highlight #example tbody tr.odd:hover,#example tbody tr.odd td.highlighted
  544. {
  545. background-color: #E6FF99;
  546. }
  547. .ex_highlight_row #example tr.even:hover {
  548. background-color: #ECFFB3;
  549. }
  550. .ex_highlight_row #example tr.even:hover td.sorting_1 {
  551. background-color: #DDFF75;
  552. }
  553. .ex_highlight_row #example tr.even:hover td.sorting_2 {
  554. background-color: #E7FF9E;
  555. }
  556. .ex_highlight_row #example tr.even:hover td.sorting_3 {
  557. background-color: #E2FF89;
  558. }
  559. .ex_highlight_row #example tr.odd:hover {
  560. background-color: #E6FF99;
  561. }
  562. .ex_highlight_row #example tr.odd:hover td.sorting_1 {
  563. background-color: #D6FF5C;
  564. }
  565. .ex_highlight_row #example tr.odd:hover td.sorting_2 {
  566. background-color: #E0FF84;
  567. }
  568. .ex_highlight_row #example tr.odd:hover td.sorting_3 {
  569. background-color: #DBFF70;
  570. }
  571. /*
  572. * KeyTable
  573. */
  574. table.KeyTable td {
  575. border: 3px solid transparent;
  576. }
  577. table.KeyTable td.focus {
  578. border: 3px solid #3366FF;
  579. }
  580. table.display tr.gradeA {
  581. background-color: #eeffee;
  582. }
  583. table.display tr.gradeC {
  584. background-color: #ddddff;
  585. }
  586. table.display tr.gradeX {
  587. background-color: #ffdddd;
  588. }
  589. table.display tr.gradeU {
  590. background-color: #ddd;
  591. }