Subversion Repositories wimsdev

Rev

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

  1. <style>
  2.  
  3. /*Le fond le plus général du document */
  4.  
  5. /* Le fond du document central.*/
  6.  
  7. h3.wims_docu_titleb {
  8. }
  9. h1.wims_docu_title {
  10.  }
  11.  
  12. table.doc_table {border-collapse:collapse;}
  13.  
  14. table.doc_table td {}
  15. .left_toc, .right_toc {
  16. }
  17. /*Pour mettre en relief l'endroit où on est dans les menus*/
  18. .left_selection,.right_selection{
  19. }
  20. /*Pour les menus latéraux, la gestion des liens*/
  21. .left_toc a,.right_toc a {}
  22.  
  23. /* menu en haut ou en bas*/
  24. .wims_chemin {
  25. }
  26.  
  27. /*Le cadre central dans lequel il y a le cours*/
  28. .wimsdoc {}
  29.  
  30.  /*section*/
  31. span.section { }
  32. span.subsection { }
  33. span.subsubsection {
  34. }
  35.  
  36.  
  37. div.dessin{
  38.   margin: 1.2em 0 0 2em;
  39.   text-align: right;
  40. }
  41.  
  42. table.mon_tableau {border-collapse:collapse;border: 1px solid #999;}
  43. .row1 {text-align:center;width:100px; height:50px; background-color:green;color:white;}
  44. .row2 {text-align:center;width:100px; height:50px;}
  45. .row3 {text-align:center;width:100px; height:50px; background-color:skyblue;;font-weight:bold;}
  46. .yellow {text-align:center; background-color:yellow;padding:1em; margin:1em;}
  47. </style>
  48.