aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/-moz-outline-radius-topright/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-09-17 20:58:15 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-12 07:57:33 +0200
commit149319bb8c7b1394a443f0877c3460cd362aa815 (patch)
treed534abb0cbc87d5e224836e9d6b888aa58564aa0 /files/fr/web/css/-moz-outline-radius-topright/index.html
parenteb9de0363cb273b54d3f5402bbf4e3bc03c60971 (diff)
downloadtranslated-content-149319bb8c7b1394a443f0877c3460cd362aa815.tar.gz
translated-content-149319bb8c7b1394a443f0877c3460cd362aa815.tar.bz2
translated-content-149319bb8c7b1394a443f0877c3460cd362aa815.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/css/-moz-outline-radius-topright/index.html')
-rw-r--r--files/fr/web/css/-moz-outline-radius-topright/index.html49
1 files changed, 0 insertions, 49 deletions
diff --git a/files/fr/web/css/-moz-outline-radius-topright/index.html b/files/fr/web/css/-moz-outline-radius-topright/index.html
deleted file mode 100644
index df414e6d10..0000000000
--- a/files/fr/web/css/-moz-outline-radius-topright/index.html
+++ /dev/null
@@ -1,49 +0,0 @@
----
-title: '-moz-outline-radius-topright'
-slug: Web/CSS/-moz-outline-radius-topright
-tags:
- - CSS
- - Non-standard
- - Propriété
- - Référence(2)
-translation_of: Web/CSS/-moz-outline-radius-topright
----
-<div>{{Non-standard_header}}{{CSSRef}}</div>
-
-<p>Dans les applications Mozilla, la propriété <strong><code>-moz-outline-radius-</code></strong><strong><code>topright</code></strong> définit l'arrondi du coin supérieur droit du contour.</p>
-
-<h2 id="Exemples">Exemples</h2>
-
-<h3 id="HTML">HTML</h3>
-
-<pre class="brush: html">&lt;p&gt;Observez le coin supérieur droit de ce paragraphe.&lt;/p&gt;</pre>
-
-<h3 id="CSS">CSS</h3>
-
-<pre class="brush: css">p {
- margin: 5px;
- border: solid cyan;
- outline: dotted red;
- -moz-outline-radius-topright: 2em;
-}</pre>
-
-<h3 id="Résultat">Résultat</h3>
-
-<p>{{EmbedLiveSample("Exemples")}}</p>
-
-<div class="note">
-<p><strong>Note :</strong> Cette propriété étant spécifique à Firefox, l'exemple ci-avant ne fonctionnera pas dans un autre navigateur.</p>
-</div>
-
-<h2 id="Spécifications">Spécifications</h2>
-
-<p>Cette propriété est une propriété propriétaire liée à Mozilla/Gecko et ne fait partie d'aucune spécification.</p>
-
-<p>{{cssinfo}}</p>
-
-<h2 id="Voir_aussi">Voir aussi</h2>
-
-<ul>
- <li>La propriété raccourcie {{cssxref("-moz-outline-radius")}}</li>
- <li>La propriété standard {{cssxref("outline")}}</li>
-</ul>