Différences entre les versions de « MediaWiki:Common.css »
Aller à la navigation
Aller à la recherche
m |
m |
||
| Ligne 10 : | Ligne 10 : | ||
<style> | <style> | ||
#plantes | #plantes | ||
{ | |||
} | |||
#plantes table | |||
{ | { | ||
width:80%; | width:80%; | ||
Version du 6 février 2014 à 12:23
/* 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 */
<style>
#plantes
{
}
#plantes table
{
width:80%;
border-collapse:collapse;
}
#plantes td, #plantes th
{
font-size:1em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#plantes th
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#plantes tr.alt td
{
color:#000000;
background-color:#EAF2D3;
}
</style>
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;
}
table.spip td.pict {
text-align: center;
}