Subversion Repositories wimsdev

Rev

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