« Utilisateur:Philippe Bonnet/monobook.css » : différence entre les versions

De fablabo
Aller à :navigation, rechercher
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 11 : Ligne 11 :
   }
   }


   #toc{ background-color:#E0FFC0; }
   #toc{ background-color:#DEFFED; }


   table.wikitable{ width:100%; }
   table.wikitable{ width:100%; }

Version du 19 octobre 2014 à 22:37

  body{
    background:#DBFFB8;
    color:black;
  }

  .devBox{ background-color:#DBF8F8; }

  table.toc{
    float:right;
    width:33%;
  }

  #toc{ background-color:#DEFFED; }

  table.wikitable{ width:100%; }

  tr.row-odd{
    background-color:#C7FFE7;
    float:left;
    width:50%;
  }
  tr.row-odd td{width:70%;}
  tr.row-odd a{padding-left:10px;}

  tr.row-even{
    background-color:#E7FFC7;
    float:right;
    width:50%;
  }
  tr.row-even td{width:70%;}
  tr.row-even a{padding-left:10px;}

  .pBody{
    font-size:90%;
    background-color:#CCFF66;
    color:red;
    border:1px solid #aaa;
    padding:0 .8em .3em .5em
  }