Subversion Repositories wimsdev

Rev

Rev 6335 | Rev 11768 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /* CSSTidy 1.3: Mon, 14 Oct 2013 03:07:45 -0500 */
  2. table.wimstable {
  3. border-collapse:collapse;
  4. margin-left:auto;
  5. margin-right:auto;
  6. border:1px solid #999;
  7. font-size:.9em;
  8. }
  9.  
  10. table.wimstable caption {
  11. font-weight:700;
  12. font-size:1.1em;
  13. border:1px solid #999;
  14. }
  15.  
  16. table.wimstable th {
  17. border-collapse:collapse;
  18. border:1px solid #999;
  19. color:#FFF;
  20. }
  21.  
  22. table.wimstable .even td {
  23. background-color:#DFDFDF;
  24. border:1px solid #999;
  25. padding:2px;
  26. }
  27.  
  28. table.wimstable th a {
  29. display:inline-block;
  30. text-decoration:none;
  31. padding:2px;
  32. }
  33.  
  34. table.wimscenter {
  35. margin-left:auto;
  36. margin-right:auto;
  37. }
  38.  
  39. table.wimstable a:hover {
  40. text-decoration:none;
  41. color:red;
  42. cursor:pointer;
  43. }
  44.  
  45. table.wims_user_table {
  46. margin-left:2%;
  47. border-bottom:1px solid gray;
  48. overflow:scroll;
  49. border-spacing:0;
  50. padding:5pt;
  51. }
  52.  
  53. table.wims_user_sheet_table {
  54. width:90%;
  55. margin-left:5%;
  56. overflow:scroll;
  57. margin-right:auto;
  58. padding:5pt;
  59. }
  60.  
  61. table.wims_user_exam_table {
  62. background-color:#DFDFDF;
  63. margin-left:5%;
  64. overflow:scroll;
  65. margin-right:auto;
  66. padding:5pt;
  67. }
  68.  
  69. table.wimstable td,table.wimstable .odd td {
  70. border:1px solid #999;
  71. padding:2px;
  72. }
  73.