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

De fablabo
Aller à : navigation, rechercher
Ligne 4 : Ligne 4 :
 
   }
 
   }
  
  #content{
+
.mw-content-ltr {
     background:#80F080;
+
     background: #DBF8F8;
  }
+
}
 
 
 
   .pBody{
 
   .pBody{
 
     font-size:90%;
 
     font-size:90%;

Version du 19 octobre 2014 à 11:31

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

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