Subversion Repositories wimsdev

Rev

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

  1. /* *   Nikaia Theme- createxo.css     */
  2. /* *   By Sandra Machefer           * */
  3.  
  4.  
  5. /*Styles pour createQCM et confia2qcm */
  6. @media all {
  7.     /*div.intro_createqcm, div.intro_confia2qcm{
  8.         background-color: lightblue;
  9.     }*/
  10.  
  11.     div.intro_createqcm{
  12.         text-align: justify;
  13.         width:80%;
  14.     }
  15.  
  16.     table.table1_createqcm{
  17.         border: 1px solid black;
  18.         background-color: #E6E6FA; /*lavender*/
  19.         width: 80%;
  20.     }
  21.  
  22.     table.table2_createqcm, table.table1_confia2qcm{
  23.         /*background-color: moccasin;*/
  24.         border-collapse: collapse;
  25.     }
  26.     table.table2_createqcm td, table.table1_confia2qcm td{
  27.         /*background-color: moccasin;*/
  28.         border-width: thin;
  29.         border-color: grey;
  30.         border-style: solid none;
  31.     }
  32.  
  33.     table.table2_createqcm{
  34.         border: 1px solid black;
  35.         width: 80%;
  36.     }
  37.  
  38.     span.demo_confia2qcm{
  39.         color: red;
  40.         font-weight: bold;
  41.     }
  42.  
  43.     table.table1_confia2qcm{
  44.         border: 1px solid black;
  45.         width: 80%;
  46.     }
  47.  
  48.     table.table1_confia2qcm td{
  49.         padding: 4px;
  50.     }
  51.  
  52.     li.qcm{
  53.         background-color: #FFFACD; /*lemonchiffon*/
  54.     }
  55.  
  56.     li.replibre{
  57.         background-color: #F0FFFF; /*azure*/
  58.     }
  59.  
  60.     li.combinatoire{
  61.         background-color: #ADD8E6; /*lightblue*/
  62.     }
  63.  
  64.     div.intro2_createqcm{
  65.         text-align: justify;
  66.         width: 80%;
  67.     }
  68.  
  69.     select.select_createqcm{
  70.         color: #008B8B; /*darkcyan*/
  71.     }
  72. }
  73.