diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-03-15 18:56:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 18:56:01 +0100 |
commit | 1bbb4d9683edd28fc947b17804e5b882184ecfcb (patch) | |
tree | 032aa6be1de60c220df8cf308806e05532f58aec /files/ca/web | |
parent | 8140842a1b9d12c52c2b5db11352e4f5d91058d7 (diff) | |
download | translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.tar.gz translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.tar.bz2 translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.zip |
remove pre for CSSSyntaxd (#175)
```
s/<pre.*>(\{\{csssyntax(\(.*\))?\}\})\n?</pre>/$1/g
```
Diffstat (limited to 'files/ca/web')
78 files changed, 78 insertions, 90 deletions
diff --git a/files/ca/web/css/_colon_active/index.html b/files/ca/web/css/_colon_active/index.html index ee066e1a03..9d0903fb27 100644 --- a/files/ca/web/css/_colon_active/index.html +++ b/files/ca/web/css/_colon_active/index.html @@ -24,7 +24,7 @@ a:active { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example" name="Example">Exemple</h2> diff --git a/files/ca/web/css/_colon_any-link/index.html b/files/ca/web/css/_colon_any-link/index.html index 30d729e862..1b0702746d 100644 --- a/files/ca/web/css/_colon_any-link/index.html +++ b/files/ca/web/css/_colon_any-link/index.html @@ -23,8 +23,7 @@ translation_of: 'Web/CSS/:any-link' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_checked/index.html b/files/ca/web/css/_colon_checked/index.html index 1f0915eefc..38742f29ac 100644 --- a/files/ca/web/css/_colon_checked/index.html +++ b/files/ca/web/css/_colon_checked/index.html @@ -28,7 +28,7 @@ translation_of: 'Web/CSS/:checked' <h2 id="Syntax" name="Syntax">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">Exemples</h2> diff --git a/files/ca/web/css/_colon_default/index.html b/files/ca/web/css/_colon_default/index.html index 1cec2992e7..890a02ed3f 100644 --- a/files/ca/web/css/_colon_default/index.html +++ b/files/ca/web/css/_colon_default/index.html @@ -25,8 +25,7 @@ input:default { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_dir/index.html b/files/ca/web/css/_colon_dir/index.html index 75ce09caef..706573ca92 100644 --- a/files/ca/web/css/_colon_dir/index.html +++ b/files/ca/web/css/_colon_dir/index.html @@ -42,7 +42,7 @@ translation_of: 'Web/CSS/:dir' <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_disabled/index.html b/files/ca/web/css/_colon_disabled/index.html index ded833befe..d3f8875328 100644 --- a/files/ca/web/css/_colon_disabled/index.html +++ b/files/ca/web/css/_colon_disabled/index.html @@ -20,7 +20,7 @@ input:disabled { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_empty/index.html b/files/ca/web/css/_colon_empty/index.html index 0c9743ad81..5003feaacd 100644 --- a/files/ca/web/css/_colon_empty/index.html +++ b/files/ca/web/css/_colon_empty/index.html @@ -20,8 +20,7 @@ div:empty { <h2 id="Syntax" name="Syntax">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">Exemples</h2> diff --git a/files/ca/web/css/_colon_enabled/index.html b/files/ca/web/css/_colon_enabled/index.html index 0b6d579968..6235c2e299 100644 --- a/files/ca/web/css/_colon_enabled/index.html +++ b/files/ca/web/css/_colon_enabled/index.html @@ -20,7 +20,7 @@ input:enabled { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_first-child/index.html b/files/ca/web/css/_colon_first-child/index.html index 7a226ce95e..cbe6066bc2 100644 --- a/files/ca/web/css/_colon_first-child/index.html +++ b/files/ca/web/css/_colon_first-child/index.html @@ -24,8 +24,7 @@ p:first-child { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_first-of-type/index.html b/files/ca/web/css/_colon_first-of-type/index.html index 8b2551b725..0465b5f4be 100644 --- a/files/ca/web/css/_colon_first-of-type/index.html +++ b/files/ca/web/css/_colon_first-of-type/index.html @@ -24,8 +24,7 @@ p:first-of-type { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_first/index.html b/files/ca/web/css/_colon_first/index.html index f71aa1953b..c64da4dec1 100644 --- a/files/ca/web/css/_colon_first/index.html +++ b/files/ca/web/css/_colon_first/index.html @@ -27,7 +27,7 @@ translation_of: 'Web/CSS/:first' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example" name="Example">Exemple</h2> diff --git a/files/ca/web/css/_colon_focus-within/index.html b/files/ca/web/css/_colon_focus-within/index.html index ae6393853d..72d95e88e6 100644 --- a/files/ca/web/css/_colon_focus-within/index.html +++ b/files/ca/web/css/_colon_focus-within/index.html @@ -22,7 +22,7 @@ div:focus-within { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_focus/index.html b/files/ca/web/css/_colon_focus/index.html index eb3b9ec2b9..14873f750d 100644 --- a/files/ca/web/css/_colon_focus/index.html +++ b/files/ca/web/css/_colon_focus/index.html @@ -24,7 +24,7 @@ input:focus { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_fullscreen/index.html b/files/ca/web/css/_colon_fullscreen/index.html index f1a7bad43f..93917ca3f0 100644 --- a/files/ca/web/css/_colon_fullscreen/index.html +++ b/files/ca/web/css/_colon_fullscreen/index.html @@ -33,7 +33,7 @@ div:fullscreen { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_hover/index.html b/files/ca/web/css/_colon_hover/index.html index 7d6cf260d5..a6b4dd67ae 100644 --- a/files/ca/web/css/_colon_hover/index.html +++ b/files/ca/web/css/_colon_hover/index.html @@ -25,7 +25,7 @@ a:hover { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_in-range/index.html b/files/ca/web/css/_colon_in-range/index.html index a8fd5171be..fcfc316cd9 100644 --- a/files/ca/web/css/_colon_in-range/index.html +++ b/files/ca/web/css/_colon_in-range/index.html @@ -23,7 +23,7 @@ input:in-range { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example" name="Example">Exemple</h2> diff --git a/files/ca/web/css/_colon_indeterminate/index.html b/files/ca/web/css/_colon_indeterminate/index.html index c9fb4578e5..49730aa1be 100644 --- a/files/ca/web/css/_colon_indeterminate/index.html +++ b/files/ca/web/css/_colon_indeterminate/index.html @@ -28,7 +28,7 @@ input:indeterminate { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_invalid/index.html b/files/ca/web/css/_colon_invalid/index.html index 8e8b1ee626..94a89a737f 100644 --- a/files/ca/web/css/_colon_invalid/index.html +++ b/files/ca/web/css/_colon_invalid/index.html @@ -23,7 +23,7 @@ input:invalid { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_is/index.html b/files/ca/web/css/_colon_is/index.html index 735c5dd92d..1ea18c222e 100644 --- a/files/ca/web/css/_colon_is/index.html +++ b/files/ca/web/css/_colon_is/index.html @@ -31,7 +31,7 @@ original_slug: Web/CSS/:any <h3 id="Examples" name="Examples">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h3 id="Values" name="Values">Valors</h3> diff --git a/files/ca/web/css/_colon_lang/index.html b/files/ca/web/css/_colon_lang/index.html index b30ec5855f..ac9bf7a0fe 100644 --- a/files/ca/web/css/_colon_lang/index.html +++ b/files/ca/web/css/_colon_lang/index.html @@ -26,7 +26,7 @@ p:lang(en) { <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h3 id="Paràmetre">Paràmetre</h3> diff --git a/files/ca/web/css/_colon_last-child/index.html b/files/ca/web/css/_colon_last-child/index.html index 9d449b660b..82e432db84 100644 --- a/files/ca/web/css/_colon_last-child/index.html +++ b/files/ca/web/css/_colon_last-child/index.html @@ -24,7 +24,7 @@ p:last-child { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_last-of-type/index.html b/files/ca/web/css/_colon_last-of-type/index.html index b5f1844d2e..bb5ee235af 100644 --- a/files/ca/web/css/_colon_last-of-type/index.html +++ b/files/ca/web/css/_colon_last-of-type/index.html @@ -24,8 +24,7 @@ p:last-of-type { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_left/index.html b/files/ca/web/css/_colon_left/index.html index 73fb3d65c5..8a59c7ab16 100644 --- a/files/ca/web/css/_colon_left/index.html +++ b/files/ca/web/css/_colon_left/index.html @@ -27,7 +27,7 @@ translation_of: 'Web/CSS/:left' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_link/index.html b/files/ca/web/css/_colon_link/index.html index af971fb36b..904199bd1d 100644 --- a/files/ca/web/css/_colon_link/index.html +++ b/files/ca/web/css/_colon_link/index.html @@ -26,7 +26,7 @@ a:link { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_not/index.html b/files/ca/web/css/_colon_not/index.html index 2c0171e00b..01b92e8ed4 100644 --- a/files/ca/web/css/_colon_not/index.html +++ b/files/ca/web/css/_colon_not/index.html @@ -37,7 +37,7 @@ translation_of: 'Web/CSS/:not' <p>La capacitat d'enumerar més d'un selector és experimental i encara no està àmpliament suportada.</p> </div> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_nth-child/index.html b/files/ca/web/css/_colon_nth-child/index.html index fee9b30c51..93ea879d05 100644 --- a/files/ca/web/css/_colon_nth-child/index.html +++ b/files/ca/web/css/_colon_nth-child/index.html @@ -41,8 +41,7 @@ translation_of: 'Web/CSS/:nth-child' <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">Exemples</h2> diff --git a/files/ca/web/css/_colon_nth-last-child/index.html b/files/ca/web/css/_colon_nth-last-child/index.html index 44fed32a4d..45bb9f189a 100644 --- a/files/ca/web/css/_colon_nth-last-child/index.html +++ b/files/ca/web/css/_colon_nth-last-child/index.html @@ -44,8 +44,7 @@ translation_of: 'Web/CSS/:nth-last-child' <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_nth-last-of-type/index.html b/files/ca/web/css/_colon_nth-last-of-type/index.html index 64fbeee193..676c596122 100644 --- a/files/ca/web/css/_colon_nth-last-of-type/index.html +++ b/files/ca/web/css/_colon_nth-last-of-type/index.html @@ -30,8 +30,7 @@ p:nth-last-of-type(4n) { <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_nth-of-type/index.html b/files/ca/web/css/_colon_nth-of-type/index.html index c309e14b41..c978385e0e 100644 --- a/files/ca/web/css/_colon_nth-of-type/index.html +++ b/files/ca/web/css/_colon_nth-of-type/index.html @@ -32,8 +32,7 @@ p:nth-of-type(4n) { <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_only-child/index.html b/files/ca/web/css/_colon_only-child/index.html index ed94d4791a..43d5ef0a2a 100644 --- a/files/ca/web/css/_colon_only-child/index.html +++ b/files/ca/web/css/_colon_only-child/index.html @@ -24,8 +24,7 @@ p:only-child { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_only-of-type/index.html b/files/ca/web/css/_colon_only-of-type/index.html index 55dab9d76a..efc28cbdc2 100644 --- a/files/ca/web/css/_colon_only-of-type/index.html +++ b/files/ca/web/css/_colon_only-of-type/index.html @@ -24,8 +24,7 @@ p:only-of-type { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_optional/index.html b/files/ca/web/css/_colon_optional/index.html index 0437cca6c0..1fe1c48998 100644 --- a/files/ca/web/css/_colon_optional/index.html +++ b/files/ca/web/css/_colon_optional/index.html @@ -26,7 +26,7 @@ input:optional { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_out-of-range/index.html b/files/ca/web/css/_colon_out-of-range/index.html index 797063240d..fb4f536ec4 100644 --- a/files/ca/web/css/_colon_out-of-range/index.html +++ b/files/ca/web/css/_colon_out-of-range/index.html @@ -23,7 +23,7 @@ input:out-of-range { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example" name="Example">Exemple</h2> diff --git a/files/ca/web/css/_colon_placeholder-shown/index.html b/files/ca/web/css/_colon_placeholder-shown/index.html index 3c0eeb091b..2b30893280 100644 --- a/files/ca/web/css/_colon_placeholder-shown/index.html +++ b/files/ca/web/css/_colon_placeholder-shown/index.html @@ -19,7 +19,7 @@ translation_of: 'Web/CSS/:placeholder-shown' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_read-only/index.html b/files/ca/web/css/_colon_read-only/index.html index 5db61a8b07..a9cd3b6912 100644 --- a/files/ca/web/css/_colon_read-only/index.html +++ b/files/ca/web/css/_colon_read-only/index.html @@ -29,7 +29,7 @@ input:read-only { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example" name="Example">Exemple</h2> diff --git a/files/ca/web/css/_colon_read-write/index.html b/files/ca/web/css/_colon_read-write/index.html index 434094c2ef..045b00b870 100644 --- a/files/ca/web/css/_colon_read-write/index.html +++ b/files/ca/web/css/_colon_read-write/index.html @@ -29,7 +29,7 @@ input:read-write { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example" name="Example">Exemple</h2> diff --git a/files/ca/web/css/_colon_required/index.html b/files/ca/web/css/_colon_required/index.html index ee1d7cffc5..e3cc7fec31 100644 --- a/files/ca/web/css/_colon_required/index.html +++ b/files/ca/web/css/_colon_required/index.html @@ -26,7 +26,7 @@ input:required { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_right/index.html b/files/ca/web/css/_colon_right/index.html index c0cfce6475..3cbca1d10b 100644 --- a/files/ca/web/css/_colon_right/index.html +++ b/files/ca/web/css/_colon_right/index.html @@ -29,7 +29,7 @@ translation_of: 'Web/CSS/:right' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_root/index.html b/files/ca/web/css/_colon_root/index.html index 072802e541..b129c926f9 100644 --- a/files/ca/web/css/_colon_root/index.html +++ b/files/ca/web/css/_colon_root/index.html @@ -21,7 +21,7 @@ translation_of: 'Web/CSS/:root' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_scope/index.html b/files/ca/web/css/_colon_scope/index.html index 3985aa7d08..9eb1d1451d 100644 --- a/files/ca/web/css/_colon_scope/index.html +++ b/files/ca/web/css/_colon_scope/index.html @@ -24,7 +24,7 @@ translation_of: 'Web/CSS/:scope' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox language-html">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_colon_target/index.html b/files/ca/web/css/_colon_target/index.html index 07c4b7c27e..85407c77ff 100644 --- a/files/ca/web/css/_colon_target/index.html +++ b/files/ca/web/css/_colon_target/index.html @@ -28,7 +28,7 @@ translation_of: 'Web/CSS/:target' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_valid/index.html b/files/ca/web/css/_colon_valid/index.html index 4bea8abf18..333d0e79be 100644 --- a/files/ca/web/css/_colon_valid/index.html +++ b/files/ca/web/css/_colon_valid/index.html @@ -23,7 +23,7 @@ input:valid { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_colon_visited/index.html b/files/ca/web/css/_colon_visited/index.html index 00b61c6301..711a8c5ebf 100644 --- a/files/ca/web/css/_colon_visited/index.html +++ b/files/ca/web/css/_colon_visited/index.html @@ -38,7 +38,7 @@ a:visited { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_doublecolon_-moz-progress-bar/index.html b/files/ca/web/css/_doublecolon_-moz-progress-bar/index.html index 579c5d5934..5e98cd28b7 100644 --- a/files/ca/web/css/_doublecolon_-moz-progress-bar/index.html +++ b/files/ca/web/css/_doublecolon_-moz-progress-bar/index.html @@ -16,7 +16,7 @@ translation_of: 'Web/CSS/::-moz-progress-bar' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/_doublecolon_-moz-range-progress/index.html b/files/ca/web/css/_doublecolon_-moz-range-progress/index.html index 517f19e1fd..7f21f7df9d 100644 --- a/files/ca/web/css/_doublecolon_-moz-range-progress/index.html +++ b/files/ca/web/css/_doublecolon_-moz-range-progress/index.html @@ -19,7 +19,7 @@ translation_of: 'Web/CSS/::-moz-range-progress' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_doublecolon_-moz-range-thumb/index.html b/files/ca/web/css/_doublecolon_-moz-range-thumb/index.html index dfbfb9f162..3b06816055 100644 --- a/files/ca/web/css/_doublecolon_-moz-range-thumb/index.html +++ b/files/ca/web/css/_doublecolon_-moz-range-thumb/index.html @@ -19,7 +19,7 @@ translation_of: 'Web/CSS/::-moz-range-thumb' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_doublecolon_-moz-range-track/index.html b/files/ca/web/css/_doublecolon_-moz-range-track/index.html index 41ad08a697..f1ef74217b 100644 --- a/files/ca/web/css/_doublecolon_-moz-range-track/index.html +++ b/files/ca/web/css/_doublecolon_-moz-range-track/index.html @@ -19,7 +19,7 @@ translation_of: 'Web/CSS/::-moz-range-track' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_doublecolon_after/index.html b/files/ca/web/css/_doublecolon_after/index.html index 95161d7f25..39c21a6e8e 100644 --- a/files/ca/web/css/_doublecolon_after/index.html +++ b/files/ca/web/css/_doublecolon_after/index.html @@ -20,7 +20,7 @@ translation_of: 'Web/CSS/::after' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <div class="note"> <p>CSS3 va introduir la notació de <code>::after</code> ( amb dos caràcters de dos punts ) per distingir les <a href="/en-US/docs/Web/CSS/Pseudo-classes">pseudo-classes</a> dels <a href="/en-US/docs/Web/CSS/Pseudo-elements">pseudo-elements</a>. Els navegadors també accepten <code>:after</code>, introduït en CSS2.</p> diff --git a/files/ca/web/css/_doublecolon_before/index.html b/files/ca/web/css/_doublecolon_before/index.html index ad7738d6f5..de7b55088b 100644 --- a/files/ca/web/css/_doublecolon_before/index.html +++ b/files/ca/web/css/_doublecolon_before/index.html @@ -21,7 +21,7 @@ translation_of: 'Web/CSS/::before' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <div class="note"> <p>CSS3 va introduir la notació de <code>::before</code> ( de dos caràcters de dos punts ) per distingir les <a href="/en-US/docs/Web/CSS/Pseudo-classes">pseudo-classes</a> dels <a href="/en-US/docs/Web/CSS/Pseudo-elements">pseudo-elements</a>. Els navegadors també accepten <code>:before</code>, introduït en CSS2.</p> diff --git a/files/ca/web/css/_doublecolon_cue/index.html b/files/ca/web/css/_doublecolon_cue/index.html index 3c1265334b..90d211ea6f 100644 --- a/files/ca/web/css/_doublecolon_cue/index.html +++ b/files/ca/web/css/_doublecolon_cue/index.html @@ -37,7 +37,7 @@ translation_of: 'Web/CSS/::cue' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_doublecolon_first-letter/index.html b/files/ca/web/css/_doublecolon_first-letter/index.html index 40e4c9c293..7673f61c10 100644 --- a/files/ca/web/css/_doublecolon_first-letter/index.html +++ b/files/ca/web/css/_doublecolon_first-letter/index.html @@ -47,7 +47,7 @@ p::first-letter { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example" name="Example">Exemple</h2> diff --git a/files/ca/web/css/_doublecolon_first-line/index.html b/files/ca/web/css/_doublecolon_first-line/index.html index 065c7dc0f3..7854fc597f 100644 --- a/files/ca/web/css/_doublecolon_first-line/index.html +++ b/files/ca/web/css/_doublecolon_first-line/index.html @@ -36,7 +36,7 @@ p::first-line { <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/_doublecolon_placeholder/index.html b/files/ca/web/css/_doublecolon_placeholder/index.html index 3c985e7912..5035b59c67 100644 --- a/files/ca/web/css/_doublecolon_placeholder/index.html +++ b/files/ca/web/css/_doublecolon_placeholder/index.html @@ -27,7 +27,7 @@ translation_of: 'Web/CSS/::placeholder' <h2 id="Sintaxi">Sintaxi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/box-sizing/index.html b/files/ca/web/css/box-sizing/index.html index 33d55a232a..7b6fd52199 100644 --- a/files/ca/web/css/box-sizing/index.html +++ b/files/ca/web/css/box-sizing/index.html @@ -135,7 +135,7 @@ box-sizing: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/height/index.html b/files/ca/web/css/height/index.html index 062d09c1fb..b774f178a7 100644 --- a/files/ca/web/css/height/index.html +++ b/files/ca/web/css/height/index.html @@ -65,7 +65,7 @@ height: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/margin-bottom/index.html b/files/ca/web/css/margin-bottom/index.html index 7704f229b4..7c64af5a6a 100644 --- a/files/ca/web/css/margin-bottom/index.html +++ b/files/ca/web/css/margin-bottom/index.html @@ -48,7 +48,7 @@ margin-bottom: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example" name="Example">Exemple</h2> diff --git a/files/ca/web/css/margin-left/index.html b/files/ca/web/css/margin-left/index.html index 388c6f9a4c..ab0f1aa5c8 100644 --- a/files/ca/web/css/margin-left/index.html +++ b/files/ca/web/css/margin-left/index.html @@ -107,7 +107,7 @@ margin-left: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax()}}</pre> +{{csssyntax()}} <h2 id="Examples" name="Examples">Exemples</h2> diff --git a/files/ca/web/css/margin-right/index.html b/files/ca/web/css/margin-right/index.html index eada94a607..52110582cf 100644 --- a/files/ca/web/css/margin-right/index.html +++ b/files/ca/web/css/margin-right/index.html @@ -104,7 +104,7 @@ margin-right: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">Exemples</h2> diff --git a/files/ca/web/css/margin-top/index.html b/files/ca/web/css/margin-top/index.html index 9642251af6..141e898ef6 100644 --- a/files/ca/web/css/margin-top/index.html +++ b/files/ca/web/css/margin-top/index.html @@ -46,7 +46,7 @@ margin-top: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">Exemples</h2> diff --git a/files/ca/web/css/margin-trim/index.html b/files/ca/web/css/margin-trim/index.html index fca1c48772..77fb3da502 100644 --- a/files/ca/web/css/margin-trim/index.html +++ b/files/ca/web/css/margin-trim/index.html @@ -28,7 +28,7 @@ translation_of: Web/CSS/margin-trim <h2 id="Sintaxi_formal">Sintaxi formal</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/margin/index.html b/files/ca/web/css/margin/index.html index 640cd2dd4c..7c69f135d5 100644 --- a/files/ca/web/css/margin/index.html +++ b/files/ca/web/css/margin/index.html @@ -133,7 +133,7 @@ margin: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/max-height/index.html b/files/ca/web/css/max-height/index.html index 9ae113b699..4519f68245 100644 --- a/files/ca/web/css/max-height/index.html +++ b/files/ca/web/css/max-height/index.html @@ -63,7 +63,7 @@ max-height: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/max-width/index.html b/files/ca/web/css/max-width/index.html index 445a4e76ff..8ab552adba 100644 --- a/files/ca/web/css/max-width/index.html +++ b/files/ca/web/css/max-width/index.html @@ -63,7 +63,7 @@ max-width: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/min-height/index.html b/files/ca/web/css/min-height/index.html index 10f4f67152..a2eab16f36 100644 --- a/files/ca/web/css/min-height/index.html +++ b/files/ca/web/css/min-height/index.html @@ -65,7 +65,7 @@ min-height: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/min-width/index.html b/files/ca/web/css/min-width/index.html index f0c3067728..89a9ffb65d 100644 --- a/files/ca/web/css/min-width/index.html +++ b/files/ca/web/css/min-width/index.html @@ -61,7 +61,7 @@ min-width: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/overflow-x/index.html b/files/ca/web/css/overflow-x/index.html index 28ed745f75..1d1c1c19a7 100644 --- a/files/ca/web/css/overflow-x/index.html +++ b/files/ca/web/css/overflow-x/index.html @@ -50,7 +50,7 @@ overflow-x: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/overflow-y/index.html b/files/ca/web/css/overflow-y/index.html index 4426f507b4..900ba9624b 100644 --- a/files/ca/web/css/overflow-y/index.html +++ b/files/ca/web/css/overflow-y/index.html @@ -50,7 +50,7 @@ overflow-y: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemple">Exemple</h2> diff --git a/files/ca/web/css/overflow/index.html b/files/ca/web/css/overflow/index.html index fa1264359d..cebe7265c0 100644 --- a/files/ca/web/css/overflow/index.html +++ b/files/ca/web/css/overflow/index.html @@ -146,7 +146,7 @@ p { <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/overscroll-behavior-block/index.html b/files/ca/web/css/overscroll-behavior-block/index.html index 000b4e8c9c..5a0a6254f0 100644 --- a/files/ca/web/css/overscroll-behavior-block/index.html +++ b/files/ca/web/css/overscroll-behavior-block/index.html @@ -41,7 +41,7 @@ overscroll-behavior-block: unset; <h2 id="Sintaxi_formal">Sintaxi formal</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/overscroll-behavior-inline/index.html b/files/ca/web/css/overscroll-behavior-inline/index.html index 1cc7a7c605..b7fe8654ce 100644 --- a/files/ca/web/css/overscroll-behavior-inline/index.html +++ b/files/ca/web/css/overscroll-behavior-inline/index.html @@ -42,7 +42,7 @@ overscroll-behavior-inline: unset; <h2 id="Sintaxi_formal">Sintaxi formal</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/overscroll-behavior/index.html b/files/ca/web/css/overscroll-behavior/index.html index 9ed28a5a0b..c05a4724ae 100644 --- a/files/ca/web/css/overscroll-behavior/index.html +++ b/files/ca/web/css/overscroll-behavior/index.html @@ -48,7 +48,7 @@ overscroll-behavior: unset; <h2 id="Sintaxi_formal">Sintaxi formal</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/padding-bottom/index.html b/files/ca/web/css/padding-bottom/index.html index 5fb786bd98..42160ee7f5 100644 --- a/files/ca/web/css/padding-bottom/index.html +++ b/files/ca/web/css/padding-bottom/index.html @@ -45,7 +45,7 @@ padding-bottom: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/padding-left/index.html b/files/ca/web/css/padding-left/index.html index 8d4d4bef27..8596490c7c 100644 --- a/files/ca/web/css/padding-left/index.html +++ b/files/ca/web/css/padding-left/index.html @@ -43,7 +43,7 @@ padding-left: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">Exemples</h2> diff --git a/files/ca/web/css/padding-right/index.html b/files/ca/web/css/padding-right/index.html index 7e5baa72e8..d0f875b069 100644 --- a/files/ca/web/css/padding-right/index.html +++ b/files/ca/web/css/padding-right/index.html @@ -43,7 +43,7 @@ padding-right: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">Exemples</h2> diff --git a/files/ca/web/css/padding-top/index.html b/files/ca/web/css/padding-top/index.html index 2311e2a624..30a88c29cb 100644 --- a/files/ca/web/css/padding-top/index.html +++ b/files/ca/web/css/padding-top/index.html @@ -45,7 +45,7 @@ padding-top: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">Exemples</h2> diff --git a/files/ca/web/css/padding/index.html b/files/ca/web/css/padding/index.html index 7e93cddcf1..1125d3d0db 100644 --- a/files/ca/web/css/padding/index.html +++ b/files/ca/web/css/padding/index.html @@ -119,7 +119,7 @@ padding: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> diff --git a/files/ca/web/css/visibility/index.html b/files/ca/web/css/visibility/index.html index ce3e835ec9..97fd525df0 100644 --- a/files/ca/web/css/visibility/index.html +++ b/files/ca/web/css/visibility/index.html @@ -48,7 +48,7 @@ visibility: unset; <h3 id="Sintaxi_formal">Sintaxi formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Interpolació">Interpolació</h2> diff --git a/files/ca/web/css/width/index.html b/files/ca/web/css/width/index.html index ced3086fa8..3bcc77fb9c 100644 --- a/files/ca/web/css/width/index.html +++ b/files/ca/web/css/width/index.html @@ -79,7 +79,7 @@ width: unset; <h2 id="Sintaxi_formal">Sintaxi formal</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemples">Exemples</h2> |