Subversion Repositories wimsdev

Rev

Rev 12636 | Rev 13885 | Go to most recent revision | 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. .wimstable td {
  25.    padding: 6px;
  26. }
  27.  
  28. /*.wimstable .odd, */
  29. .wimstable tr:nth-child(odd) {background-color: #FFF}
  30.  
  31. /*.wimstable .even, */
  32. .wimstable tr:nth-child(even){background-color:#DFDFDF;}
  33.  
  34. /*table.wimstable th a {
  35.    display: inline-block;
  36.    padding: 5px 5px;
  37.    text-decoration: none;
  38. }*/
  39.  
  40. .wimstable caption, .wimstable th, .wimstable td { border: 1px solid #999; }
  41.  
  42.  
  43. /* tableau avec bordure exterieure, textes centres */
  44. .wimsborder { border-collapse:collapse;}
  45.  
  46. .wimsborder>caption{font-size: 1.1em;}
  47. .wimsborder, .wimsborder tr, .wimsborder td, .wimsborder th { border: 1px solid #999; }
  48.  
  49. /* tableau sans bordure exterieure, textes centres */
  50. /*table.wimsnoborder { }*/
  51.  
  52. .answeranalysis tr{border:1px solid #AAA;}
  53. .answeranalysis td{padding:.3em;}
  54.  
  55. .wimsborder tr, .wimsborder td, .wimsborder th,
  56. .wimsnoborder td, .wimsnoborder th{
  57.    padding:7pt;
  58.    margin-top:10px; margin-bottom:10px;
  59.    text-align:center;
  60.    border-collapse:collapse;
  61.    /*overflow:scroll;*/
  62.    min-width:10pt;
  63. }
  64.  
  65. .wimsborder th{background-color: #EFEFEF;}
  66.  
  67. /* tableau centré */
  68. table.wimscenter {
  69.    margin:7pt auto;
  70. }
  71.