blob: 781d7cb9615c8feaa849c8cf1b7dd314fc51ecc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
---
title: CSS Lists
slug: Web/CSS/CSS_Lists
tags:
- CSS
- Reference
translation_of: Web/CSS/CSS_Lists_and_Counters
---
<div>{{CSSRef}}</div>
<p><em><strong>CSS Lists </strong></em>(listes CSS) est un module CSS qui définit la façon dont les listes sont mises en forme, comment des styles peuvent être appliqués aux marqueurs.</p>
<h2 id="Référence">Référence</h2>
<h3 id="Propriétés">Propriétés</h3>
<div class="index">
<ul>
<li>{{cssxref("list-style-image")}}</li>
<li>{{cssxref("list-style-type")}}</li>
<li>{{cssxref("list-style-position")}}</li>
<li>{{cssxref("list-style")}}</li>
</ul>
</div>
<h2 id="Guides">Guides</h2>
<dl>
<dt><a href="/fr/docs/Indentation_homogène_des_listes">Indentation homogène des listes</a></dt>
<dd>Explique comment obtenir une indentation homogène dans les différents navigateurs.</dd>
<dt><a href="/fr/docs/Web/CSS/CSS_Lists/Compteurs_CSS">Utiliser les compteurs CSS</a></dt>
<dd>Explique comment utiliser les propriétés CSS relatives aux compteurs pour numéroter les listes.</dd>
</dl>
<h2 id="Spécifications">Spécifications</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Spécification</th>
<th scope="col">État</th>
<th scope="col">Commentaires</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName('CSS3 Lists')}}</td>
<td>{{Spec2('CSS3 Lists')}}</td>
<td></td>
</tr>
<tr>
<td>{{SpecName('CSS2.1', 'generate.html')}}</td>
<td>{{Spec2('CSS2.1')}}</td>
<td>Définition initiale.</td>
</tr>
</tbody>
</table>
|