Modifications

Aller à : navigation, rechercher

Aide:Tableau pour expert

855 octets supprimés, 28 février 2011 à 13:57
m
background-color color
background-color:#''hex''
background:#''hex''
La propriété de style CSS "color:" permet de changer la couleur du texte d'une cellule.
color:#''hex''
Pour spécifier une couleur, insérer le caractère # suivi du [[Aide:Couleurs|code couleur en hexadécimal]].
{| border="0" align="center" cellpadding="3px" style="width:100%; border: 1px solid #999; background-color:#FFFFFF;"
|-
|
{| class="wikitable-center" | style="background:#FF0000; color:#FFFF00;" | jaune / rouge| style="background:#00FF00" | noir / vert| style="background:#0000FF; color:#FFFFFF;" | blanc / bleu
|}
|
<pre>
{| class="wikitable-center" | style="background:#FF0000; color:#FFFF00;" | jaune / rouge| style="background:#00FF00" | noir / vert| style="background:#0000FF; color:#FFFFFF;" | blanc / bleu
|}
</pre>
<table class="wikitable-center"
<tr>
<td style="background:#FF0000; color:#FFFF00;">jaune / rouge</td> <td style="background:#00FF00">noir / vert</td> <td style="background:#0000FF; color:#FFFFFF;">blanc / bleu</td>
</tr>
</table>
</pre>
|}
Dans un tableau utilisant la classe "wikitable", utiliser l'attribut ''style'' pour modifier la couleur de fond des en-têtes de colonnes et de lignes : style="background:#''hex'';"{| border="0" align="center" cellpadding="3px" style="width:100%; border: 1px solid #999; background-color:#FFFFFF;"|- bgcolor="#E0E0FF"! scope=col width="33%" | Résultat affiché! scope=col width="33%" | Codage Wiki! scope=col width="33%" | Codage HTML|-|{| class="wikitable-center" ! scope=col | Titre 1! scope=col style="background:#00FF00;" | Titre 2 vert|-|cellule 1|cellule 2|}|<nowiki>{|</nowiki> class="wikitable-center"<br/><nowiki>!</nowiki> scope=col | Titre 1<br/><nowiki>!</nowiki> scope=col <span style="font-weight:bold; color:green">style="background:#00FF00;"</span> | Titre 2 vert<br/><nowiki>|-</nowiki><br/><nowiki>|</nowiki>cellule 1<br/><nowiki>|</nowiki>cellule 2<br/><nowiki>|}</nowiki>|<pre><table class="wikitable-center" <tr> <th scope=col>Titre 1</th> <th scope=col style="background:#00FF00;">Titre 2 vert</th> </tr> <tr> <td>cellule 1</td> <td>cellule 2</td> </tr></table></pre>|}
===Classe odd===
Le modèle ''<nowiki>{{Ligne grise}}</nowiki>'' permet d'alterner les couleurs de ligne pour faciliter leur lecture :
Wgw
5 307
modifications

Menu de navigation