Utilisateur:Philippe Bonnet/monobook.css

De fablabo
Aller à :navigation, rechercher

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
  body{
    background:#DBFFB8;
    color:black;
  }

  .devBox{
    background-color:#DBF8F8;
  }

  table.wikitable{
    width:100%;
  }

  tr.row-even td{
    background-color:#DBF8F8;
    float:right;
    width:24%;
  }

  tr.row-odd td{
    background-color:#F8DBF8;
    float:left;
    width:24%;
  }

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