Utilisateur:Philippe Bonnet/monobook.css : Différence entre versions
De fablabo
Ligne 4 : | Ligne 4 : | ||
} | } | ||
− | .devBox{ | + | .devBox{ background-color:#DBF8F8; } |
− | |||
− | |||
table.toc{ | table.toc{ | ||
float:right; | float:right; | ||
width:33%; | width:33%; | ||
− | |||
} | } | ||
− | table.wikitable{ | + | #toc{ background-color:#DBFFB8; } |
− | + | ||
− | + | table.wikitable{ width:100%; } | |
tr.row-odd{ | tr.row-odd{ | ||
− | background-color:# | + | background-color:#A0E8F8; |
float:left; | float:left; | ||
width:50%; | width:50%; | ||
Ligne 27 : | Ligne 24 : | ||
tr.row-even{ | tr.row-even{ | ||
− | background-color:# | + | background-color:#A0F8E8; |
float:right; | float:right; | ||
width:50%; | width:50%; |
Version du 19 octobre 2014 à 21:26
body{ background:#DBFFB8; color:black; } .devBox{ background-color:#DBF8F8; } table.toc{ float:right; width:33%; } #toc{ background-color:#DBFFB8; } table.wikitable{ width:100%; } tr.row-odd{ background-color:#A0E8F8; float:left; width:50%; } tr.row-odd td{width:70%;} tr.row-odd a{padding-left:10px;} tr.row-even{ background-color:#A0F8E8; float:right; width:50%; } 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 }