diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:08 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:08 +0100 |
commit | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (patch) | |
tree | 66dbd9c921f56e440f8816ed29ac23682a1ac4ef /files/fr/web/css/_doublecolon_-moz-list-bullet/index.html | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.gz translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.bz2 translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.zip |
unslug fr: move
Diffstat (limited to 'files/fr/web/css/_doublecolon_-moz-list-bullet/index.html')
-rw-r--r-- | files/fr/web/css/_doublecolon_-moz-list-bullet/index.html | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/files/fr/web/css/_doublecolon_-moz-list-bullet/index.html b/files/fr/web/css/_doublecolon_-moz-list-bullet/index.html deleted file mode 100644 index f394c8a1c1..0000000000 --- a/files/fr/web/css/_doublecolon_-moz-list-bullet/index.html +++ /dev/null @@ -1,55 +0,0 @@ ---- -title: '::-moz-list-bullet' -slug: 'Web/CSS/::-moz-list-bullet' -tags: - - CSS - - Non-standard - - Pseudo-element - - Reference -translation_of: 'Web/CSS/:-moz-list-bullet' ---- -<div>{{Non-standard_header}}{{CSSRef}}</div> - -<p>Le <a href="/fr/docs/Web/CSS/Pseudo-éléments">pseudo-élément CSS</a> non-standard <strong><code>::-moz-list-bullet</code></strong> de Mozilla est utilisé pour appliquer un style aux puces des éléments d'une liste non ordonnée (autrement dit, pour un élément {{htmlelement("li")}}) contenu dans un élément {{htmlelement("ul")}}).</p> - -<h2 id="Syntaxe">Syntaxe</h2> - -<pre class="syntaxbox">li::-moz-list-bullet { <em>propriétés de style</em> }</pre> - -<h2 id="Exemples">Exemples</h2> - -<h3 id="HTML">HTML</h3> - -<pre class="brush: html"><ul> - <li>Numéro 1</li> - <li>Numéro 2</li> - <li>Numéro 3</li> -</ul> - -<ul class="list"> - <li>Numéro 1</li> - <li>Numéro 2</li> - <li>Numéro 3</li> -</ul> -</pre> - -<h3 id="CSS">CSS</h3> - -<pre class="brush: css">.list ::-moz-list-bullet { - font-size: 36px; -}</pre> - -<h3 id="Résultat">Résultat</h3> - -<p>{{EmbedLiveSample('Exemples', '', '', '', 'Web/CSS/:-moz-list-bullet')}}</p> - -<h2 id="Spécifications">Spécifications</h2> - -<p>Ce pseudo-élément est un pseudo-élément propriétaire lié à Gecko/Mozilla et ne fait partie d'aucune spécification.</p> - -<h2 id="Voir_aussi">Voir aussi</h2> - -<ul> - <li>{{cssxref(":-moz-list-number")}}</li> - <li>{{cssxref("::marker")}}</li> -</ul> |