Différences entre versions de « MediaWiki:Common.css »

De MultiGram
Ligne 10 : Ligne 10 :
 
table.conjugaison, td
 
table.conjugaison, td
 
{
 
{
padding:15px;
+
padding:1px;
 
}
 
}
 
table.conjugaison, th
 
table.conjugaison, th

Version du 17 mars 2013 à 01:47

/* Le CSS placé ici sera appliqué à tous les habillages. */

p {font-size: 125%;}

table.conjugaison
{
width:100%;
border: 1px dashed #000000;padding:10px;width: 100%;background: #F9F9F9;
}
table.conjugaison, td
{
padding:1px;
}
table.conjugaison, th
{
padding:2px;
}