Utilisateur:Philippe Bonnet/cologneblue.css

De fablabo
Aller à : navigation, rechercher

Note : après avoir enregistré 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 pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac) ;
  • Google Chrome : Appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac) ;
  • Internet Explorer : Maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ;
  • Opera : Allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d'exploration → Images et fichiers en cache.
  body{
    background:#DBFFB8;
    color:black;
  }

  .devBox{ background-color:#DBF8F8; }

  div#content{ background-color: #FFFFE0; }

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

  #toc{ background-color:#DEFFED; }

  table.wikitable{ width:100%; }

  tr.row-odd, tr.row-even{
    float:left;
    width:33%;
  }

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

  tr.row-even{ background-color:#D9D9FF; }
  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
  }