Différences entre les versions de « MediaWiki:Common.css »
Aller à la navigation
Aller à la recherche
m |
|||
Ligne 13 : | Ligne 13 : | ||
width:70%; | width:70%; | ||
} | } | ||
table.spip th | |||
{ | |||
font-size:1.1em; | |||
text-align:left; | |||
padding-top:5px; | |||
padding-bottom:4px; | |||
background-color:#A7C942; | |||
color:#ffffff; | |||
} | |||
table.spip tr.row_first { | table.spip tr.row_first { | ||
background-color: #FCF4D0; | background-color: #FCF4D0; |
Version du 6 février 2014 à 11:18
/* Le CSS placé ici sera appliqué à tous les habillages. */ * { font-size: 10; font-family: verdana, Geneva, DejaVu Sans, calibri, Droid Sans, sans-serif, helvetica, arial; } body.page-Accueil h1.firstHeading { display:none; } /* Le CSS placé ci dessous est utilisé par le tableau de la page Plantes aquatiques */ table.spip { margin-left:auto; margin-right:auto; width:70%; } table.spip th { font-size:1.1em; text-align:left; padding-top:5px; padding-bottom:4px; background-color:#A7C942; color:#ffffff; } table.spip tr.row_first { background-color: #FCF4D0; } table.spip tr.row_odd { background-color: #C0C0C0; } table.spip tr.row_even { background-color: #F0F0F0; } table.spip td { padding: 1px; text-align: left; vertical-align: middle; }