Subversion Repositories wimsdev

Rev

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

  1. /* TABLES STYLES */
  2. .wimstable {
  3.    width:90%;
  4.    border-spacing: 1px;
  5.    border-collapse:collapse;
  6.    border-color:#999;
  7.    font-size: .9em;
  8. }
  9. .wimstable caption {
  10.    font-weight: bold;
  11.    font-size: 1.1em;
  12.    padding: 3px;
  13. }
  14. .wimstable th {
  15.    /*border-collapse:collapse;*/
  16.    padding: 3px;
  17. }
  18. .wimstable td {
  19.    padding: 6px;
  20. }
  21. .wimstable .odd {
  22.    background-color:white;
  23. }
  24. .wimstable .even{
  25.    background-color:#DFDFDF;
  26. }
  27. /*table.wimstable th a {
  28.    display: inline-block;
  29.    padding: 5px 5px;
  30.    text-decoration: none;
  31. }*/
  32.  
  33. .wimstable caption, .wimstable th, .wimstable td            { border: 1px solid #999; }
  34.  
  35.  
  36.  
  37. /* tableau avec bordure exterieure, textes centres */
  38. .wimsborder { border-collapse:collapse;}
  39.  
  40. .wimsborder, .wimsborder tr, .wimsborder td, .wimsborder th { border: 1px solid #999; }
  41.  
  42. /* tableau sans bordure exterieure, textes centres */
  43. /*table.wimsnoborder { }*/
  44.  
  45. .wimsborder tr, table.wimsborder td, table.wimsborder th, table.wimsnoborder td, table.wimsnoborder th
  46. {
  47.    padding:7pt;
  48.    margin-top:10px; margin-bottom:10px;
  49.    text-align:center;
  50.    border-collapse:collapse;
  51.    /*overflow:scroll;*/
  52.    min-width:10pt;
  53. }
  54.  
  55. .wimsborder th{background-color: #EFEFEF;}
  56.  
  57.  
  58.  
  59. /* tableau centre */
  60. table.wimscenter {
  61.    padding:7pt;
  62.    margin-left:auto;
  63.    margin-right:auto;
  64.    }
  65.