Utilisateur:Philippe Bonnet/monobook.css : Différence entre versions

De fablabo
Aller à : navigation, rechercher
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
  }