Différences entre versions de « MediaWiki:Common.css »
De MultiGram
(7 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 9 : | Ligne 9 : | ||
} | } | ||
table.conjugaison, td, th | table.conjugaison, td, th | ||
+ | { | ||
+ | padding:1px 10px; | ||
+ | } | ||
+ | table.exemple | ||
+ | { | ||
+ | width:100%; | ||
+ | border: 1px dashed #000000;padding:10px;background: #F9F9F9; | ||
+ | } | ||
+ | table.exemple, td, th | ||
{ | { | ||
padding:1px 10px; | padding:1px 10px; | ||
Ligne 24 : | Ligne 33 : | ||
text-align:left; | text-align:left; | ||
} | } | ||
− | table. | + | |
− | { | + | table.datatable { |
− | padding:1px | + | margin: 1em 1em 1em 0; |
+ | background: #f9f9f9; | ||
+ | border: 1px #aaaaaa solid; | ||
+ | border-collapse: collapse; | ||
+ | empty-cells: show; | ||
+ | } | ||
+ | |||
+ | table.datatable th, | ||
+ | table.datatable td { | ||
+ | padding: 0.2em 1.0em; border: 1px solid #aaaaaa; | ||
+ | } | ||
+ | |||
+ | table.datatable th { | ||
+ | text-align: left; | ||
+ | background-color: #f2f2f2; | ||
+ | } | ||
+ | |||
+ | table.datatable tr { | ||
+ | background-color: #F9F9F9; | ||
+ | } | ||
+ | |||
+ | table.datatable tr:hover { | ||
+ | background-color: #ffffcc; | ||
} | } |
Version actuelle datée du 12 avril 2013 à 08:23
/* Le CSS placé ici sera appliqué à tous les habillages. */ p {font-size: 125%;} table.conjugaison { width:100%; border: 1px dashed #000000;padding:10px;background: #F9F9F9; } table.conjugaison, td, th { padding:1px 10px; } table.exemple { width:100%; border: 1px dashed #000000;padding:10px;background: #F9F9F9; } table.exemple, td, th { padding:1px 10px; } table.standard { border: 1px solid #000000;padding:padding:3px 7px 2px 7px;background: #F9F9F9; } table.standard, td { padding:1px 10px;vertical-align:top; } table.standard, th { text-align:left; } table.datatable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaaaaa solid; border-collapse: collapse; empty-cells: show; } table.datatable th, table.datatable td { padding: 0.2em 1.0em; border: 1px solid #aaaaaa; } table.datatable th { text-align: left; background-color: #f2f2f2; } table.datatable tr { background-color: #F9F9F9; } table.datatable tr:hover { background-color: #ffffcc; }