Utilisateur:Philippe Bonnet/monobook.css : Différence entre versions
De fablabo
Ligne 12 : | Ligne 12 : | ||
} | } | ||
− | tr.row-even | + | tr.row-even{ |
background-color:#DBF8F8; | background-color:#DBF8F8; | ||
float:right; | float:right; | ||
− | width: | + | width:50%; |
} | } | ||
− | tr.row-odd | + | tr.row-odd{ |
background-color:#F8DBF8; | background-color:#F8DBF8; | ||
float:left; | float:left; | ||
− | width: | + | width:50%; |
} | } | ||
Version du 19 octobre 2014 à 20:29
body{ background:#DBFFB8; color:black; } .devBox{ background-color:#DBF8F8; } table.wikitable{ width:100%; } tr.row-even{ background-color:#DBF8F8; float:right; width:50%; } tr.row-odd{ background-color:#F8DBF8; float:left; width:50%; } .pBody{ font-size:90%; background-color:#CCFF66; color:red; border:1px solid #aaa; padding:0 .8em .3em .5em }