Subversion Repositories wimsdev

Rev

Rev 11768 | 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. padding:3px;
  15. }
  16.  
  17. table.wimstable th {
  18. border-collapse:collapse;
  19. border:1px solid #999;
  20. color:#FFF;
  21. padding:3px 0;
  22. }
  23.  
  24. table.wimstable .even td {
  25.   color:#000;
  26.   background-color:#DFDFDF;
  27.   border:1px solid #999;
  28.   padding:2px;
  29. }
  30.  
  31. table.wimstable th a {
  32. display:inline-block;
  33. text-decoration:none;
  34. padding:2px;
  35. }
  36.  
  37. table.wimscenter {
  38. margin-left:auto;
  39. margin-right:auto;
  40. }
  41.  
  42. table.wimstable a:hover {
  43. text-decoration:none;
  44. color:red;
  45. cursor:pointer;
  46. }
  47.  
  48. table.wims_user_table {
  49. margin-left:2%;
  50. border-bottom:1px solid gray;
  51. overflow:scroll;
  52. border-spacing:0;
  53. padding:5pt;
  54. }
  55.  
  56. table.wims_user_sheet_table {
  57. width:90%;
  58. margin-left:5%;
  59. overflow:scroll;
  60. margin-right:auto;
  61. padding:5pt;
  62. }
  63.  
  64. table.wims_user_exam_table {
  65. background-color:#DFDFDF;
  66. margin-left:5%;
  67. overflow:scroll;
  68. margin-right:auto;
  69. padding:5pt;
  70. }
  71.  
  72.  
  73. table.wimstable td,table.wimstable .odd td {
  74. border:1px solid #999;
  75. padding:3px;
  76. }
  77.