« Utilisateur:Philippe Bonnet/monobook.css » : différence entre les versions
De fablabo
						
						
					Aucun résumé des modifications  | 
				Aucun résumé des modifications  | 
				||
| Ligne 10 : | Ligne 10 : | ||
   table.wikitable{  |    table.wikitable{  | ||
     width:100%;  |      width:100%;  | ||
  }  | |||
  tr.row-odd{  | |||
    background-color:#F8DBF8;  | |||
    float:left;  | |||
    width:50%;  | |||
  }  | |||
  tr.row-odd td{  | |||
    width:50%;  | |||
   }  |    }  | ||
| Ligne 19 : | Ligne 29 : | ||
   tr.row-even td{  |    tr.row-even td{  | ||
     width:50%;  |      width:50%;  | ||
   }  |    }  | ||
Version du 19 octobre 2014 à 20:36
  body{
    background:#DBFFB8;
    color:black;
  }
  .devBox{
    background-color:#DBF8F8;
  }
  table.wikitable{
    width:100%;
  }
  tr.row-odd{
    background-color:#F8DBF8;
    float:left;
    width:50%;
  }
  tr.row-odd td{
    width:50%;
  }
  tr.row-even{
    background-color:#DBF8F8;
    float:right;
    width:50%;
  }
  tr.row-even td{
    width:50%;
  }
  .pBody{
    font-size:90%;
    background-color:#CCFF66;
    color:red;
    border:1px solid #aaa;
    padding:0 .8em .3em .5em
  }