Subversion Repositories wimsdev

Rev

Rev 14443 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /* TABLES STYLES */
  2. .wimstable {
  3.   margin:auto;
  4.   width:90%;
  5.   border-spacing: 1px;
  6.   border-collapse:collapse;
  7.   border-color:#999;
  8.   font-size: .9em;
  9. }
  10. .wimstable>caption {
  11.   font-weight: bold;
  12.   font-size: 1.1em;
  13.   padding: 3px;
  14. }
  15.  
  16. .wimstable>caption a:not(.wims_button):hover{
  17.   text-decoration:underline;
  18. }
  19.  
  20. .wimstable th {
  21.   /*border-collapse:collapse;*/
  22.   padding: 3px;
  23. }
  24.  
  25. .wimstable td {
  26.   padding: 6px;
  27. }
  28.  
  29. .wimstable .wims_sheet_score {
  30.   padding: 6px 1px;
  31. }
  32.  
  33. /*.wimstable .odd, */
  34. .wimstable tr:nth-child(odd) {background-color: #FFF}
  35.  
  36. /*.wimstable .even, */
  37. .wimstable tr:nth-child(even){background-color:#DFDFDF;}
  38.  
  39. /*table.wimstable th a {
  40.   display: inline-block;
  41.   padding: 5px 5px;
  42.   text-decoration: none;
  43. }*/
  44. .wimstable th a:hover{
  45.   text-decoration: underline;
  46. }
  47.  
  48. .wimstable caption, .wimstable th, .wimstable td { border: 1px solid #999; }
  49.  
  50.  
  51. /* tableau avec bordure exterieure, textes centres */
  52. .wimsborder { border-collapse:collapse;}
  53.  
  54. .wimsborder>caption{font-size: 1.1em;}
  55. .wimsborder, .wimsborder tr, .wimsborder td, .wimsborder th { border: 1px solid #999; }
  56.  
  57. /* tableau sans bordure exterieure, textes centres */
  58. /*table.wimsnoborder { }*/
  59.  
  60. .answeranalysis {margin-bottom: 1em;}
  61. .answeranalysis tr{border:1px solid #AAA;}
  62. .answeranalysis td{padding:.3em;}
  63.  
  64. .wimsborder tr, .wimsborder td, .wimsborder th,
  65. .wimsnoborder td, .wimsnoborder th{
  66.   padding:7pt;
  67.   margin-top:10px; margin-bottom:10px;
  68.   text-align:center;
  69.   border-collapse:collapse;
  70.   /*overflow:scroll;*/
  71.   min-width:10pt;
  72. }
  73.  
  74. .wimsborder th{background-color: #EFEFEF;}
  75.  
  76. /* tableau centré */
  77. table.wimscenter {
  78.   margin:7pt auto;
  79. }
  80.