« 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 5 : Ligne 5 :


   #content{
   #content{
     background:none;
     background:#80F080;
   }
   }



Version du 19 octobre 2014 à 11:17

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

  #content{
    background:#80F080;
  }

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