Différences entre versions de « MediaWiki:Common.css »
De MultiGram
Ligne 8 : | Ligne 8 : | ||
border: 1px dashed #000000;padding:10px;width: 100%;background: #F9F9F9; | border: 1px dashed #000000;padding:10px;width: 100%;background: #F9F9F9; | ||
} | } | ||
− | table, td, th | + | table.conjugaison, td, th |
{ | { | ||
padding:3px; | padding:3px; | ||
} | } | ||
− | table. | + | table.standard |
+ | { | ||
+ | width:100%; | ||
+ | border: 1px solid #000000;padding:3px;width: 100%;background: #F9F9F9; | ||
+ | } | ||
+ | table.conjugaison, td, th | ||
{ | { | ||
padding:3px; | padding:3px; | ||
} | } |
Version du 17 mars 2013 à 10:40
/* 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, th { padding:3px; } table.standard { width:100%; border: 1px solid #000000;padding:3px;width: 100%;background: #F9F9F9; } table.conjugaison, td, th { padding:3px; }