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/ko | |
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/ko')
158 files changed, 159 insertions, 180 deletions
diff --git a/files/ko/conflicting/web/css/@viewport/index.html b/files/ko/conflicting/web/css/@viewport/index.html index 899947b05f..38e7063278 100644 --- a/files/ko/conflicting/web/css/@viewport/index.html +++ b/files/ko/conflicting/web/css/@viewport/index.html @@ -42,8 +42,7 @@ height: 320px 200px; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/conflicting/web/css/@viewport_e065ce90bde08c9679692adbe64f6518/index.html b/files/ko/conflicting/web/css/@viewport_e065ce90bde08c9679692adbe64f6518/index.html index 4d0a6a0247..b5ba15fb81 100644 --- a/files/ko/conflicting/web/css/@viewport_e065ce90bde08c9679692adbe64f6518/index.html +++ b/files/ko/conflicting/web/css/@viewport_e065ce90bde08c9679692adbe64f6518/index.html @@ -46,7 +46,7 @@ zoom: 150%; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Specifications" name="Specifications">명세</h2> diff --git a/files/ko/orphaned/mdn/contribute/howto/document_a_css_property/property_template/index.html b/files/ko/orphaned/mdn/contribute/howto/document_a_css_property/property_template/index.html index fc939a2aca..8f706de6a8 100644 --- a/files/ko/orphaned/mdn/contribute/howto/document_a_css_property/property_template/index.html +++ b/files/ko/orphaned/mdn/contribute/howto/document_a_css_property/property_template/index.html @@ -64,7 +64,7 @@ property: unset; <p><em>The formal syntax must be taken from the spec and added to the <a href="https://github.com/mdn/data">MDN data repository</a>. It is an important tool to get precise syntax information for advanced users.</em></p> -<pre class="syntaxbox">{{CSSSyntax}}</pre> +{{CSSSyntax}} <h2 id="Examples">Examples</h2> diff --git a/files/ko/web/css/-moz-image-region/index.html b/files/ko/web/css/-moz-image-region/index.html index 1bc12db1e6..fdbb38db26 100644 --- a/files/ko/web/css/-moz-image-region/index.html +++ b/files/ko/web/css/-moz-image-region/index.html @@ -35,7 +35,7 @@ translation_of: Web/CSS/-moz-image-region <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{CSSSyntax}}</pre> +{{CSSSyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/-webkit-line-clamp/index.html b/files/ko/web/css/-webkit-line-clamp/index.html index 1c08a3f70b..d2de310376 100644 --- a/files/ko/web/css/-webkit-line-clamp/index.html +++ b/files/ko/web/css/-webkit-line-clamp/index.html @@ -51,7 +51,7 @@ translation_of: Web/CSS/-webkit-line-clamp <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{CSSSyntax}}</pre> +{{CSSSyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/-webkit-overflow-scrolling/index.html b/files/ko/web/css/-webkit-overflow-scrolling/index.html index ef195eed02..43409d2946 100644 --- a/files/ko/web/css/-webkit-overflow-scrolling/index.html +++ b/files/ko/web/css/-webkit-overflow-scrolling/index.html @@ -25,7 +25,7 @@ translation_of: Web/CSS/-webkit-overflow-scrolling <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/@charset/index.html b/files/ko/web/css/@charset/index.html index 6cdeb08fb5..58a7b22172 100644 --- a/files/ko/web/css/@charset/index.html +++ b/files/ko/web/css/@charset/index.html @@ -43,8 +43,7 @@ translation_of: Web/CSS/@charset <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/@font-face/font-display/index.html b/files/ko/web/css/@font-face/font-display/index.html index 20d334f95c..d09fef21c9 100644 --- a/files/ko/web/css/@font-face/font-display/index.html +++ b/files/ko/web/css/@font-face/font-display/index.html @@ -48,7 +48,7 @@ font-display: optional;</pre> <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples">Examples</h2> diff --git a/files/ko/web/css/@import/index.html b/files/ko/web/css/@import/index.html index a4648971ae..f21092b509 100644 --- a/files/ko/web/css/@import/index.html +++ b/files/ko/web/css/@import/index.html @@ -38,8 +38,7 @@ translation_of: Web/CSS/@import <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="명세">명세</h2> diff --git a/files/ko/web/css/@keyframes/index.html b/files/ko/web/css/@keyframes/index.html index dbdfd67d92..af45fe8acc 100644 --- a/files/ko/web/css/@keyframes/index.html +++ b/files/ko/web/css/@keyframes/index.html @@ -109,7 +109,7 @@ translation_of: Web/CSS/@keyframes <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples">Examples</h2> diff --git a/files/ko/web/css/@media/index.html b/files/ko/web/css/@media/index.html index 6c06996035..d9d75e1801 100644 --- a/files/ko/web/css/@media/index.html +++ b/files/ko/web/css/@media/index.html @@ -56,7 +56,7 @@ translation_of: Web/CSS/@media <h2 id="Examples" name="Examples">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/@namespace/index.html b/files/ko/web/css/@namespace/index.html index d4059df78e..d2fe8fb933 100644 --- a/files/ko/web/css/@namespace/index.html +++ b/files/ko/web/css/@namespace/index.html @@ -37,7 +37,7 @@ translation_of: Web/CSS/@namespace <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/@page/index.html b/files/ko/web/css/@page/index.html index dd9d2e2ac0..cdead1227f 100644 --- a/files/ko/web/css/@page/index.html +++ b/files/ko/web/css/@page/index.html @@ -47,7 +47,7 @@ translation_of: Web/CSS/@page <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/@supports/index.html b/files/ko/web/css/@supports/index.html index e2d9c44ec3..49a5e7e77b 100644 --- a/files/ko/web/css/@supports/index.html +++ b/files/ko/web/css/@supports/index.html @@ -95,7 +95,7 @@ translation_of: Web/CSS/@supports <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/@viewport/index.html b/files/ko/web/css/@viewport/index.html index e77278c61e..6ff3c4609c 100644 --- a/files/ko/web/css/@viewport/index.html +++ b/files/ko/web/css/@viewport/index.html @@ -63,7 +63,7 @@ translation_of: Web/CSS/@viewport <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples">Examples</h2> diff --git a/files/ko/web/css/_colon_active/index.html b/files/ko/web/css/_colon_active/index.html index eb3ccff192..07c1ed172f 100644 --- a/files/ko/web/css/_colon_active/index.html +++ b/files/ko/web/css/_colon_active/index.html @@ -26,7 +26,7 @@ a:active { <h2 id="구문">구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example" name="Example">예제</h2> diff --git a/files/ko/web/css/_colon_checked/index.html b/files/ko/web/css/_colon_checked/index.html index 337f93d1cd..794eee3111 100644 --- a/files/ko/web/css/_colon_checked/index.html +++ b/files/ko/web/css/_colon_checked/index.html @@ -28,7 +28,7 @@ translation_of: 'Web/CSS/:checked' <h2 id="Syntax" name="Syntax">구문</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/_colon_default/index.html b/files/ko/web/css/_colon_default/index.html index 06e0558495..9a45a1675e 100644 --- a/files/ko/web/css/_colon_default/index.html +++ b/files/ko/web/css/_colon_default/index.html @@ -24,8 +24,7 @@ translation_of: 'Web/CSS/:default' <h2 id="구문">구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/_colon_defined/index.html b/files/ko/web/css/_colon_defined/index.html index 89487adbb9..733fb73f9d 100644 --- a/files/ko/web/css/_colon_defined/index.html +++ b/files/ko/web/css/_colon_defined/index.html @@ -27,7 +27,7 @@ simple-custom:defined { <h2 id="구문">구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/_colon_disabled/index.html b/files/ko/web/css/_colon_disabled/index.html index 5a65d93de2..6bc24da70a 100644 --- a/files/ko/web/css/_colon_disabled/index.html +++ b/files/ko/web/css/_colon_disabled/index.html @@ -20,7 +20,7 @@ input:disabled { <h2 id="구문">구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/_colon_enabled/index.html b/files/ko/web/css/_colon_enabled/index.html index edd9c70c2f..a0753a2085 100644 --- a/files/ko/web/css/_colon_enabled/index.html +++ b/files/ko/web/css/_colon_enabled/index.html @@ -20,7 +20,7 @@ input:enabled { <h2 id="구문">구문</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/_colon_first-child/index.html b/files/ko/web/css/_colon_first-child/index.html index 9d229f4dd5..b4ace20a05 100644 --- a/files/ko/web/css/_colon_first-child/index.html +++ b/files/ko/web/css/_colon_first-child/index.html @@ -25,8 +25,7 @@ p:first-child { <h2 id="구문">구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/_colon_first-of-type/index.html b/files/ko/web/css/_colon_first-of-type/index.html index d1ac0c65fc..ab280b7763 100644 --- a/files/ko/web/css/_colon_first-of-type/index.html +++ b/files/ko/web/css/_colon_first-of-type/index.html @@ -26,8 +26,7 @@ p:first-of-type { <h2 id="구문">구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/_colon_first/index.html b/files/ko/web/css/_colon_first/index.html index 2058627f4b..17cb6e9bad 100644 --- a/files/ko/web/css/_colon_first/index.html +++ b/files/ko/web/css/_colon_first/index.html @@ -23,7 +23,7 @@ translation_of: 'Web/CSS/:first' <h2 id="구문">구문</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/_colon_focus-within/index.html b/files/ko/web/css/_colon_focus-within/index.html index 7a25dc5b94..e2cc434878 100644 --- a/files/ko/web/css/_colon_focus-within/index.html +++ b/files/ko/web/css/_colon_focus-within/index.html @@ -23,7 +23,7 @@ div:focus-within { <h2 id="구문">구문</h2> -<pre class="syntaxbox notranslate">{{CSSSyntax}}</pre> +{{CSSSyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/_colon_focus/index.html b/files/ko/web/css/_colon_focus/index.html index 3a3e853e44..d9b57de61a 100644 --- a/files/ko/web/css/_colon_focus/index.html +++ b/files/ko/web/css/_colon_focus/index.html @@ -25,7 +25,7 @@ input:focus { <h2 id="구문">구문</h2> -<pre class="syntaxbox notranslate">{{CSSSyntax}}</pre> +{{CSSSyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/_colon_fullscreen/index.html b/files/ko/web/css/_colon_fullscreen/index.html index 70e0c0308c..88053936f6 100644 --- a/files/ko/web/css/_colon_fullscreen/index.html +++ b/files/ko/web/css/_colon_fullscreen/index.html @@ -16,7 +16,7 @@ translation_of: 'Web/CSS/:fullscreen' <h2 id="구문">구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="사용_참고">사용 참고</h2> diff --git a/files/ko/web/css/_colon_hover/index.html b/files/ko/web/css/_colon_hover/index.html index 27a26aefe2..2780cda4e6 100644 --- a/files/ko/web/css/_colon_hover/index.html +++ b/files/ko/web/css/_colon_hover/index.html @@ -24,7 +24,7 @@ a:hover { <h2 id="구문">구문</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/_colon_link/index.html b/files/ko/web/css/_colon_link/index.html index f17f896eab..2bd147ea0c 100644 --- a/files/ko/web/css/_colon_link/index.html +++ b/files/ko/web/css/_colon_link/index.html @@ -26,7 +26,7 @@ a:link { <h2 id="구문">구문</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/_colon_nth-child/index.html b/files/ko/web/css/_colon_nth-child/index.html index 2368a66641..cf092106de 100644 --- a/files/ko/web/css/_colon_nth-child/index.html +++ b/files/ko/web/css/_colon_nth-child/index.html @@ -50,8 +50,7 @@ li:nth-child(2) { <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/_colon_root/index.html b/files/ko/web/css/_colon_root/index.html index 5fb9ed0fd6..6dd41fb2ec 100644 --- a/files/ko/web/css/_colon_root/index.html +++ b/files/ko/web/css/_colon_root/index.html @@ -22,7 +22,7 @@ translation_of: 'Web/CSS/:root' <h2 id="구문">구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/_colon_visited/index.html b/files/ko/web/css/_colon_visited/index.html index 1c1f962b37..4153b6b12a 100644 --- a/files/ko/web/css/_colon_visited/index.html +++ b/files/ko/web/css/_colon_visited/index.html @@ -38,7 +38,7 @@ a:visited { <h2 id="구문">구문</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/_doublecolon_after/index.html b/files/ko/web/css/_doublecolon_after/index.html index 30f44876f7..4e31f6248c 100644 --- a/files/ko/web/css/_doublecolon_after/index.html +++ b/files/ko/web/css/_doublecolon_after/index.html @@ -24,7 +24,7 @@ translation_of: 'Web/CSS/::after' <h2 id="구문">구문</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <div class="note"> <p><strong>참고:</strong> <a href="/ko/docs/Web/CSS/Pseudo-classes">의사 클래스</a>와 <a href="/ko/docs/Web/CSS/Pseudo-elements">의사 요소</a>를 구분하기 위해 CSS3부터<code>::after</code> 구문을 도입했습니다. 그러나 브라우저는 CSS2 구문인 <code>:after</code>도 허용합니다.</p> diff --git a/files/ko/web/css/_doublecolon_before/index.html b/files/ko/web/css/_doublecolon_before/index.html index 211107af88..5af895a0e7 100644 --- a/files/ko/web/css/_doublecolon_before/index.html +++ b/files/ko/web/css/_doublecolon_before/index.html @@ -24,7 +24,7 @@ translation_of: 'Web/CSS/::before' <h2 id="구문">구문</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <div class="note"> <p><strong>참고:</strong> <a href="/ko/docs/Web/CSS/Pseudo-classes">의사 클래스</a>와 <a href="/ko/docs/Web/CSS/Pseudo-elements">의사 요소</a>를 구분하기 위해 CSS3부터<code>::before</code> 구문을 도입했습니다. 그러나 브라우저는 CSS2 구문인 <code>:before</code>도 허용합니다.</p> diff --git a/files/ko/web/css/_doublecolon_placeholder/index.html b/files/ko/web/css/_doublecolon_placeholder/index.html index 0a6c4a093f..4ceb4f7a03 100644 --- a/files/ko/web/css/_doublecolon_placeholder/index.html +++ b/files/ko/web/css/_doublecolon_placeholder/index.html @@ -20,7 +20,7 @@ translation_of: 'Web/CSS/::placeholder' <h2 id="Syntax">Syntax</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Accessibility_concerns">Accessibility concerns</h2> diff --git a/files/ko/web/css/align-content/index.html b/files/ko/web/css/align-content/index.html index 43c4ece03e..b3f6d5fa8c 100644 --- a/files/ko/web/css/align-content/index.html +++ b/files/ko/web/css/align-content/index.html @@ -102,7 +102,7 @@ align-content: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/all/index.html b/files/ko/web/css/all/index.html index baa5d4e4f0..cbc4ef8f39 100644 --- a/files/ko/web/css/all/index.html +++ b/files/ko/web/css/all/index.html @@ -58,7 +58,7 @@ all: revert; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/animation-delay/index.html b/files/ko/web/css/animation-delay/index.html index 54f5d965e2..29daafc917 100644 --- a/files/ko/web/css/animation-delay/index.html +++ b/files/ko/web/css/animation-delay/index.html @@ -45,8 +45,7 @@ animation-delay: 2.1s, 480ms;</pre> <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/animation-direction/index.html b/files/ko/web/css/animation-direction/index.html index 7c5c8b56db..5bd1d1e41d 100644 --- a/files/ko/web/css/animation-direction/index.html +++ b/files/ko/web/css/animation-direction/index.html @@ -51,7 +51,7 @@ animation-direction: unset; <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제(Examples)">예제(Examples)</h2> diff --git a/files/ko/web/css/animation-duration/index.html b/files/ko/web/css/animation-duration/index.html index 83e46427df..2aca466bc9 100644 --- a/files/ko/web/css/animation-duration/index.html +++ b/files/ko/web/css/animation-duration/index.html @@ -41,7 +41,7 @@ animation-duration: 10s, 35s, 230ms; <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제(Examples)">예제(Examples)</h2> diff --git a/files/ko/web/css/animation-fill-mode/index.html b/files/ko/web/css/animation-fill-mode/index.html index f1920b92d2..1cd84d5503 100644 --- a/files/ko/web/css/animation-fill-mode/index.html +++ b/files/ko/web/css/animation-fill-mode/index.html @@ -107,8 +107,7 @@ animation-fill-mode: both, forwards, none; <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Example" name="Example">예제(Examples)</h2> diff --git a/files/ko/web/css/animation/index.html b/files/ko/web/css/animation/index.html index 0ae99bb71b..b2ef264d9b 100644 --- a/files/ko/web/css/animation/index.html +++ b/files/ko/web/css/animation/index.html @@ -245,7 +245,7 @@ button.restart { <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/backdrop-filter/index.html b/files/ko/web/css/backdrop-filter/index.html index 62921e2fcc..2d63f7d099 100644 --- a/files/ko/web/css/backdrop-filter/index.html +++ b/files/ko/web/css/backdrop-filter/index.html @@ -61,7 +61,7 @@ backdrop-filter: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/backface-visibility/index.html b/files/ko/web/css/backface-visibility/index.html index 49c365e5f9..8714e9333d 100644 --- a/files/ko/web/css/backface-visibility/index.html +++ b/files/ko/web/css/backface-visibility/index.html @@ -47,7 +47,7 @@ backface-visibility: unset;</pre> <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/background-attachment/index.html b/files/ko/web/css/background-attachment/index.html index a72fce431f..1e1f72da0a 100644 --- a/files/ko/web/css/background-attachment/index.html +++ b/files/ko/web/css/background-attachment/index.html @@ -49,7 +49,7 @@ background-attachment: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/background-clip/index.html b/files/ko/web/css/background-clip/index.html index 07d3676b80..de87ccd6b2 100644 --- a/files/ko/web/css/background-clip/index.html +++ b/files/ko/web/css/background-clip/index.html @@ -52,7 +52,7 @@ background-clip: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/background-color/index.html b/files/ko/web/css/background-color/index.html index d0e7402d56..9895580a02 100644 --- a/files/ko/web/css/background-color/index.html +++ b/files/ko/web/css/background-color/index.html @@ -80,8 +80,7 @@ background-color: unset;</pre> <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/background-image/index.html b/files/ko/web/css/background-image/index.html index 0fce6c9b93..e47c2f58d4 100644 --- a/files/ko/web/css/background-image/index.html +++ b/files/ko/web/css/background-image/index.html @@ -58,7 +58,7 @@ translation_of: Web/CSS/background-image <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/background-origin/index.html b/files/ko/web/css/background-origin/index.html index 4a92509f69..3cff865582 100644 --- a/files/ko/web/css/background-origin/index.html +++ b/files/ko/web/css/background-origin/index.html @@ -51,7 +51,7 @@ background-origin: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/background-repeat/index.html b/files/ko/web/css/background-repeat/index.html index b30e77ee93..b06a5f8b30 100644 --- a/files/ko/web/css/background-repeat/index.html +++ b/files/ko/web/css/background-repeat/index.html @@ -110,8 +110,7 @@ background-repeat: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/background-size/index.html b/files/ko/web/css/background-size/index.html index db02fe7030..7778a21034 100644 --- a/files/ko/web/css/background-size/index.html +++ b/files/ko/web/css/background-size/index.html @@ -130,8 +130,7 @@ background-size: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/background/index.html b/files/ko/web/css/background/index.html index 1fd697b1d8..a5e3bcbb79 100644 --- a/files/ko/web/css/background/index.html +++ b/files/ko/web/css/background/index.html @@ -100,7 +100,7 @@ background: no-repeat center/80% url("../img/image.png"); <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-bottom-color/index.html b/files/ko/web/css/border-bottom-color/index.html index eddf531cdc..e2b0fcbcc6 100644 --- a/files/ko/web/css/border-bottom-color/index.html +++ b/files/ko/web/css/border-bottom-color/index.html @@ -43,7 +43,7 @@ border-bottom-color: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-bottom-style/index.html b/files/ko/web/css/border-bottom-style/index.html index 7cbdb4d17a..de5cf892b5 100644 --- a/files/ko/web/css/border-bottom-style/index.html +++ b/files/ko/web/css/border-bottom-style/index.html @@ -42,7 +42,7 @@ border-bottom-style: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-bottom-width/index.html b/files/ko/web/css/border-bottom-width/index.html index eaf386b9a1..c152f058aa 100644 --- a/files/ko/web/css/border-bottom-width/index.html +++ b/files/ko/web/css/border-bottom-width/index.html @@ -78,7 +78,7 @@ border-bottom-width: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-bottom/index.html b/files/ko/web/css/border-bottom/index.html index fc203bb67b..795a53805e 100644 --- a/files/ko/web/css/border-bottom/index.html +++ b/files/ko/web/css/border-bottom/index.html @@ -51,7 +51,7 @@ border-bottom: medium dashed green; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-collapse/index.html b/files/ko/web/css/border-collapse/index.html index 8f024cf916..fe63fa4b53 100644 --- a/files/ko/web/css/border-collapse/index.html +++ b/files/ko/web/css/border-collapse/index.html @@ -43,7 +43,7 @@ border-collapse: unset;</pre> <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-color/index.html b/files/ko/web/css/border-color/index.html index 4d5ab51a4c..3bfe962429 100644 --- a/files/ko/web/css/border-color/index.html +++ b/files/ko/web/css/border-color/index.html @@ -58,7 +58,7 @@ border-color: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-image-outset/index.html b/files/ko/web/css/border-image-outset/index.html index ee670a5ba8..2dafb3f82e 100644 --- a/files/ko/web/css/border-image-outset/index.html +++ b/files/ko/web/css/border-image-outset/index.html @@ -61,7 +61,7 @@ border-image-outset: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-image-repeat/index.html b/files/ko/web/css/border-image-repeat/index.html index ddca0a7c73..df9407faa8 100644 --- a/files/ko/web/css/border-image-repeat/index.html +++ b/files/ko/web/css/border-image-repeat/index.html @@ -55,7 +55,7 @@ border-image-repeat: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-image-slice/index.html b/files/ko/web/css/border-image-slice/index.html index 7dfb26229b..36fe506a83 100644 --- a/files/ko/web/css/border-image-slice/index.html +++ b/files/ko/web/css/border-image-slice/index.html @@ -77,7 +77,7 @@ border-image-slice: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="명세">명세</h2> diff --git a/files/ko/web/css/border-image-source/index.html b/files/ko/web/css/border-image-source/index.html index 8d35053b26..90acbf7a6f 100644 --- a/files/ko/web/css/border-image-source/index.html +++ b/files/ko/web/css/border-image-source/index.html @@ -44,7 +44,7 @@ border-image-source: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-image-width/index.html b/files/ko/web/css/border-image-width/index.html index a99e3d4bb8..318738ec5e 100644 --- a/files/ko/web/css/border-image-width/index.html +++ b/files/ko/web/css/border-image-width/index.html @@ -69,7 +69,7 @@ border-image-width: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-image/index.html b/files/ko/web/css/border-image/index.html index e907da9062..6790a10768 100644 --- a/files/ko/web/css/border-image/index.html +++ b/files/ko/web/css/border-image/index.html @@ -60,7 +60,7 @@ border-image: url("/images/border.png") 27 23 / 50px 30px / 1rem round space; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-left-color/index.html b/files/ko/web/css/border-left-color/index.html index be69191773..ded6e4b0b0 100644 --- a/files/ko/web/css/border-left-color/index.html +++ b/files/ko/web/css/border-left-color/index.html @@ -43,7 +43,7 @@ border-left-color: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-left-style/index.html b/files/ko/web/css/border-left-style/index.html index 18bc232483..dbb531af90 100644 --- a/files/ko/web/css/border-left-style/index.html +++ b/files/ko/web/css/border-left-style/index.html @@ -42,7 +42,7 @@ border-left-style: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-left-width/index.html b/files/ko/web/css/border-left-width/index.html index 78687a842a..876b087b25 100644 --- a/files/ko/web/css/border-left-width/index.html +++ b/files/ko/web/css/border-left-width/index.html @@ -78,7 +78,7 @@ border-left-width: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-left/index.html b/files/ko/web/css/border-left/index.html index cf9b0547df..b65e16e855 100644 --- a/files/ko/web/css/border-left/index.html +++ b/files/ko/web/css/border-left/index.html @@ -51,7 +51,7 @@ border-left: medium dashed green; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-radius/index.html b/files/ko/web/css/border-radius/index.html index 3c9c812d36..3d3de8bcde 100644 --- a/files/ko/web/css/border-radius/index.html +++ b/files/ko/web/css/border-radius/index.html @@ -149,8 +149,7 @@ border-bottom-left-radius: 3px 4px; <h2 id="형식_구문">형식 구문</h2> -<pre class="notranslate">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-right-color/index.html b/files/ko/web/css/border-right-color/index.html index c6292d566b..333455ccc0 100644 --- a/files/ko/web/css/border-right-color/index.html +++ b/files/ko/web/css/border-right-color/index.html @@ -43,7 +43,7 @@ border-right-color: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-right-style/index.html b/files/ko/web/css/border-right-style/index.html index 291595d8d1..0bb37642d8 100644 --- a/files/ko/web/css/border-right-style/index.html +++ b/files/ko/web/css/border-right-style/index.html @@ -42,7 +42,7 @@ border-right-style: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-right-width/index.html b/files/ko/web/css/border-right-width/index.html index 60c3a4e564..2b56775345 100644 --- a/files/ko/web/css/border-right-width/index.html +++ b/files/ko/web/css/border-right-width/index.html @@ -78,7 +78,7 @@ border-right-width: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-right/index.html b/files/ko/web/css/border-right/index.html index 557dbeba89..61a5692869 100644 --- a/files/ko/web/css/border-right/index.html +++ b/files/ko/web/css/border-right/index.html @@ -51,7 +51,7 @@ border-right: medium dashed green; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-spacing/index.html b/files/ko/web/css/border-spacing/index.html index 23e0e42018..732ee330a7 100644 --- a/files/ko/web/css/border-spacing/index.html +++ b/files/ko/web/css/border-spacing/index.html @@ -56,7 +56,7 @@ border-spacing: unset;</pre> <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-style/index.html b/files/ko/web/css/border-style/index.html index 70bf9b180d..20f557a499 100644 --- a/files/ko/web/css/border-style/index.html +++ b/files/ko/web/css/border-style/index.html @@ -142,8 +142,7 @@ border-style: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-top-color/index.html b/files/ko/web/css/border-top-color/index.html index 9212f447e2..818f90785e 100644 --- a/files/ko/web/css/border-top-color/index.html +++ b/files/ko/web/css/border-top-color/index.html @@ -43,7 +43,7 @@ border-top-color: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-top-style/index.html b/files/ko/web/css/border-top-style/index.html index 38262fffc3..a6a810ffda 100644 --- a/files/ko/web/css/border-top-style/index.html +++ b/files/ko/web/css/border-top-style/index.html @@ -42,7 +42,7 @@ border-top-style: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-top-width/index.html b/files/ko/web/css/border-top-width/index.html index caa05e40cc..20f8b15c9a 100644 --- a/files/ko/web/css/border-top-width/index.html +++ b/files/ko/web/css/border-top-width/index.html @@ -78,7 +78,7 @@ border-top-width: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-top/index.html b/files/ko/web/css/border-top/index.html index 53b254c317..9f4bcebe8e 100644 --- a/files/ko/web/css/border-top/index.html +++ b/files/ko/web/css/border-top/index.html @@ -51,7 +51,7 @@ border-top: medium dashed green; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/border-width/index.html b/files/ko/web/css/border-width/index.html index f41c188740..1c06edcc95 100644 --- a/files/ko/web/css/border-width/index.html +++ b/files/ko/web/css/border-width/index.html @@ -106,7 +106,7 @@ border-width: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/box-shadow/index.html b/files/ko/web/css/box-shadow/index.html index a040af6e5e..3dfdabd3e7 100644 --- a/files/ko/web/css/box-shadow/index.html +++ b/files/ko/web/css/box-shadow/index.html @@ -82,8 +82,7 @@ box-shadow: unset;</code> <h3 id="형식_구문">형식 구문</h3> -<pre>{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Live_examples" name="Live_examples">예제</h2> diff --git a/files/ko/web/css/box-sizing/index.html b/files/ko/web/css/box-sizing/index.html index 7241c0f65b..7accace48b 100644 --- a/files/ko/web/css/box-sizing/index.html +++ b/files/ko/web/css/box-sizing/index.html @@ -41,8 +41,7 @@ translation_of: Web/CSS/box-sizing <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/calc()/index.html b/files/ko/web/css/calc()/index.html index 7a155befb3..91da816390 100644 --- a/files/ko/web/css/calc()/index.html +++ b/files/ko/web/css/calc()/index.html @@ -46,7 +46,7 @@ width: calc(100% - 80px); <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/clear/index.html b/files/ko/web/css/clear/index.html index f4ed21f1e9..457ef2f163 100644 --- a/files/ko/web/css/clear/index.html +++ b/files/ko/web/css/clear/index.html @@ -67,7 +67,7 @@ clear: unset;</pre> <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/clip-path/index.html b/files/ko/web/css/clip-path/index.html index 588fb46724..ee10944081 100644 --- a/files/ko/web/css/clip-path/index.html +++ b/files/ko/web/css/clip-path/index.html @@ -89,7 +89,7 @@ clip-path: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/color/index.html b/files/ko/web/css/color/index.html index 7fe1cd0ba9..7e9dabdec2 100644 --- a/files/ko/web/css/color/index.html +++ b/files/ko/web/css/color/index.html @@ -74,7 +74,7 @@ color: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/contain/index.html b/files/ko/web/css/contain/index.html index 64eb9eba4a..b15dcbbf09 100644 --- a/files/ko/web/css/contain/index.html +++ b/files/ko/web/css/contain/index.html @@ -78,7 +78,7 @@ contain: unset;</pre> <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/content/index.html b/files/ko/web/css/content/index.html index c06271b05d..b0e688dd3b 100644 --- a/files/ko/web/css/content/index.html +++ b/files/ko/web/css/content/index.html @@ -82,8 +82,7 @@ content: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/cursor/index.html b/files/ko/web/css/cursor/index.html index 113920f9ee..8f21c218c2 100644 --- a/files/ko/web/css/cursor/index.html +++ b/files/ko/web/css/cursor/index.html @@ -250,8 +250,7 @@ cursor: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="사용_일람">사용 일람</h2> diff --git a/files/ko/web/css/filter/index.html b/files/ko/web/css/filter/index.html index c6b8b3afd6..7e2a895635 100644 --- a/files/ko/web/css/filter/index.html +++ b/files/ko/web/css/filter/index.html @@ -1074,7 +1074,7 @@ table.standard-table td { <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/flex-basis/index.html b/files/ko/web/css/flex-basis/index.html index 6e162086ad..2eb7444f97 100644 --- a/files/ko/web/css/flex-basis/index.html +++ b/files/ko/web/css/flex-basis/index.html @@ -68,7 +68,7 @@ flex-basis: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/flex-direction/index.html b/files/ko/web/css/flex-direction/index.html index 9d3ae04a49..d49f6a2979 100644 --- a/files/ko/web/css/flex-direction/index.html +++ b/files/ko/web/css/flex-direction/index.html @@ -53,7 +53,7 @@ flex-direction: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/flex-flow/index.html b/files/ko/web/css/flex-flow/index.html index 33d68c5188..7eb06977c0 100644 --- a/files/ko/web/css/flex-flow/index.html +++ b/files/ko/web/css/flex-flow/index.html @@ -46,7 +46,7 @@ flex-flow: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/flex-grow/index.html b/files/ko/web/css/flex-grow/index.html index 544fe486cc..140f4862d3 100644 --- a/files/ko/web/css/flex-grow/index.html +++ b/files/ko/web/css/flex-grow/index.html @@ -42,7 +42,7 @@ flex-grow: unset; <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example">Example</h2> diff --git a/files/ko/web/css/flex-shrink/index.html b/files/ko/web/css/flex-shrink/index.html index 14a6f5427f..6e50922542 100644 --- a/files/ko/web/css/flex-shrink/index.html +++ b/files/ko/web/css/flex-shrink/index.html @@ -40,8 +40,7 @@ flex-shrink: unset; <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Example">Example</h2> diff --git a/files/ko/web/css/flex-wrap/index.html b/files/ko/web/css/flex-wrap/index.html index 7ee27b4386..e76a14c642 100644 --- a/files/ko/web/css/flex-wrap/index.html +++ b/files/ko/web/css/flex-wrap/index.html @@ -48,7 +48,7 @@ flex-wrap: unset; </dt> </dl> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples">Examples</h2> diff --git a/files/ko/web/css/flex/index.html b/files/ko/web/css/flex/index.html index d7bd9f9d3d..c51f66278f 100644 --- a/files/ko/web/css/flex/index.html +++ b/files/ko/web/css/flex/index.html @@ -180,7 +180,7 @@ flex: unset;</pre> <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/float/index.html b/files/ko/web/css/float/index.html index 149f9e39a5..e603849f79 100644 --- a/files/ko/web/css/float/index.html +++ b/files/ko/web/css/float/index.html @@ -123,7 +123,7 @@ float: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/font-family/index.html b/files/ko/web/css/font-family/index.html index 2653a7e6fc..45361f3653 100644 --- a/files/ko/web/css/font-family/index.html +++ b/files/ko/web/css/font-family/index.html @@ -99,7 +99,7 @@ font-family: Hawaii 5-0, sans-serif;</pre> <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/font-feature-settings/index.html b/files/ko/web/css/font-feature-settings/index.html index ad3bcb430b..d77e820838 100644 --- a/files/ko/web/css/font-feature-settings/index.html +++ b/files/ko/web/css/font-feature-settings/index.html @@ -48,7 +48,7 @@ font-feature-settings: unset;</pre> <h2 id="Formal_syntax">Formal syntax</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예시">예시</h2> diff --git a/files/ko/web/css/font-size/index.html b/files/ko/web/css/font-size/index.html index 9f2a57e17c..329f41d68f 100644 --- a/files/ko/web/css/font-size/index.html +++ b/files/ko/web/css/font-size/index.html @@ -62,7 +62,7 @@ font-size: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Possible_approaches" name="Possible_approaches">접근법</h2> diff --git a/files/ko/web/css/font-synthesis/index.html b/files/ko/web/css/font-synthesis/index.html index 99810d8517..105d9b4bb5 100644 --- a/files/ko/web/css/font-synthesis/index.html +++ b/files/ko/web/css/font-synthesis/index.html @@ -48,7 +48,7 @@ translation_of: Web/CSS/font-synthesis <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/font-weight/index.html b/files/ko/web/css/font-weight/index.html index bc3ff93c1c..59098abf33 100644 --- a/files/ko/web/css/font-weight/index.html +++ b/files/ko/web/css/font-weight/index.html @@ -156,7 +156,7 @@ font-weight: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/font/index.html b/files/ko/web/css/font/index.html index 9be79a3f01..d5e40aad06 100644 --- a/files/ko/web/css/font/index.html +++ b/files/ko/web/css/font/index.html @@ -87,7 +87,7 @@ translation_of: Web/CSS/font <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/gap/index.html b/files/ko/web/css/gap/index.html index 7aca4dc713..ba8c76563a 100644 --- a/files/ko/web/css/gap/index.html +++ b/files/ko/web/css/gap/index.html @@ -69,7 +69,7 @@ gap: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{CSSSyntax}}</pre> +{{CSSSyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/grid-area/index.html b/files/ko/web/css/grid-area/index.html index 9daba54c7b..5cfc24af42 100644 --- a/files/ko/web/css/grid-area/index.html +++ b/files/ko/web/css/grid-area/index.html @@ -78,7 +78,7 @@ grid-area: unset; <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example">Example</h2> diff --git a/files/ko/web/css/grid/index.html b/files/ko/web/css/grid/index.html index 7515db99be..d40269e901 100644 --- a/files/ko/web/css/grid/index.html +++ b/files/ko/web/css/grid/index.html @@ -66,7 +66,7 @@ grid: unset; <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example">Example</h2> diff --git a/files/ko/web/css/height/index.html b/files/ko/web/css/height/index.html index 8682d0c2c5..a78635d246 100644 --- a/files/ko/web/css/height/index.html +++ b/files/ko/web/css/height/index.html @@ -67,7 +67,7 @@ height: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/hyphens/index.html b/files/ko/web/css/hyphens/index.html index 82f963023f..238a2aac28 100644 --- a/files/ko/web/css/hyphens/index.html +++ b/files/ko/web/css/hyphens/index.html @@ -74,7 +74,7 @@ hyphens: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/image-rendering/index.html b/files/ko/web/css/image-rendering/index.html index 01bae01e74..512dfee7f7 100644 --- a/files/ko/web/css/image-rendering/index.html +++ b/files/ko/web/css/image-rendering/index.html @@ -51,7 +51,7 @@ image-rendering: unset; <h3 id="공식_문법">공식 문법</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/isolation/index.html b/files/ko/web/css/isolation/index.html index ffeb6140f9..2abb55faa1 100644 --- a/files/ko/web/css/isolation/index.html +++ b/files/ko/web/css/isolation/index.html @@ -42,7 +42,7 @@ isolation: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/letter-spacing/index.html b/files/ko/web/css/letter-spacing/index.html index 4f7acc93f5..2c32e4448b 100644 --- a/files/ko/web/css/letter-spacing/index.html +++ b/files/ko/web/css/letter-spacing/index.html @@ -44,7 +44,7 @@ letter-spacing: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/line-break/index.html b/files/ko/web/css/line-break/index.html index 76fabd4316..9451dd2ec1 100644 --- a/files/ko/web/css/line-break/index.html +++ b/files/ko/web/css/line-break/index.html @@ -53,7 +53,7 @@ line-break: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/margin-bottom/index.html b/files/ko/web/css/margin-bottom/index.html index f374be0438..ad4b610109 100644 --- a/files/ko/web/css/margin-bottom/index.html +++ b/files/ko/web/css/margin-bottom/index.html @@ -47,7 +47,7 @@ margin-bottom: unset;</pre> <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/margin-left/index.html b/files/ko/web/css/margin-left/index.html index 9e1d9b9953..354922aacf 100644 --- a/files/ko/web/css/margin-left/index.html +++ b/files/ko/web/css/margin-left/index.html @@ -103,7 +103,7 @@ margin-left: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/margin-right/index.html b/files/ko/web/css/margin-right/index.html index 8547ce5bcd..c918e8918a 100644 --- a/files/ko/web/css/margin-right/index.html +++ b/files/ko/web/css/margin-right/index.html @@ -102,7 +102,7 @@ margin-right: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/margin-top/index.html b/files/ko/web/css/margin-top/index.html index 008ab67ade..e8698b78ff 100644 --- a/files/ko/web/css/margin-top/index.html +++ b/files/ko/web/css/margin-top/index.html @@ -47,7 +47,7 @@ margin-top: unset;</pre> <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/margin/index.html b/files/ko/web/css/margin/index.html index 87ae222c94..762ab3f46b 100644 --- a/files/ko/web/css/margin/index.html +++ b/files/ko/web/css/margin/index.html @@ -65,7 +65,7 @@ margin: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/mask/index.html b/files/ko/web/css/mask/index.html index ca23758e02..8746cd9392 100644 --- a/files/ko/web/css/mask/index.html +++ b/files/ko/web/css/mask/index.html @@ -66,7 +66,7 @@ mask: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/max-height/index.html b/files/ko/web/css/max-height/index.html index 3c2dfc18de..590e3039a5 100644 --- a/files/ko/web/css/max-height/index.html +++ b/files/ko/web/css/max-height/index.html @@ -64,7 +64,7 @@ max-height: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/max-width/index.html b/files/ko/web/css/max-width/index.html index 92f8727cbf..5767af2a44 100644 --- a/files/ko/web/css/max-width/index.html +++ b/files/ko/web/css/max-width/index.html @@ -64,7 +64,7 @@ max-width: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/min-height/index.html b/files/ko/web/css/min-height/index.html index 80c27230af..bf13188975 100644 --- a/files/ko/web/css/min-height/index.html +++ b/files/ko/web/css/min-height/index.html @@ -66,7 +66,7 @@ min-height: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/min-width/index.html b/files/ko/web/css/min-width/index.html index 50bab2c8d9..467bd3fb8e 100644 --- a/files/ko/web/css/min-width/index.html +++ b/files/ko/web/css/min-width/index.html @@ -63,7 +63,7 @@ min-width: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/mix-blend-mode/index.html b/files/ko/web/css/mix-blend-mode/index.html index 069bb0122f..cc3fe44d95 100644 --- a/files/ko/web/css/mix-blend-mode/index.html +++ b/files/ko/web/css/mix-blend-mode/index.html @@ -50,7 +50,7 @@ mix-blend-mode: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/object-fit/index.html b/files/ko/web/css/object-fit/index.html index 3c44025c12..2e9e85192f 100644 --- a/files/ko/web/css/object-fit/index.html +++ b/files/ko/web/css/object-fit/index.html @@ -44,7 +44,7 @@ translation_of: Web/CSS/object-fit <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/object-position/index.html b/files/ko/web/css/object-position/index.html index a53f4e988b..802800df3b 100644 --- a/files/ko/web/css/object-position/index.html +++ b/files/ko/web/css/object-position/index.html @@ -49,7 +49,7 @@ object-position: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example" name="Example">예제</h2> diff --git a/files/ko/web/css/opacity/index.html b/files/ko/web/css/opacity/index.html index 6132b0380a..3ec6aa83db 100644 --- a/files/ko/web/css/opacity/index.html +++ b/files/ko/web/css/opacity/index.html @@ -56,7 +56,7 @@ translation_of: Web/CSS/opacity <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/order/index.html b/files/ko/web/css/order/index.html index 8b25e38777..1307ce889d 100644 --- a/files/ko/web/css/order/index.html +++ b/files/ko/web/css/order/index.html @@ -40,7 +40,7 @@ order: unset;</pre> <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/outline-style/index.html b/files/ko/web/css/outline-style/index.html index cc483e5010..5e473154c5 100644 --- a/files/ko/web/css/outline-style/index.html +++ b/files/ko/web/css/outline-style/index.html @@ -92,7 +92,7 @@ outline-style: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/outline-width/index.html b/files/ko/web/css/outline-width/index.html index 0c25d34eb1..b460206387 100644 --- a/files/ko/web/css/outline-width/index.html +++ b/files/ko/web/css/outline-width/index.html @@ -56,7 +56,7 @@ outline-width: inherit; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/outline/index.html b/files/ko/web/css/outline/index.html index 4b578c289b..1c4a7c4006 100644 --- a/files/ko/web/css/outline/index.html +++ b/files/ko/web/css/outline/index.html @@ -93,7 +93,7 @@ outline: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/overflow-wrap/index.html b/files/ko/web/css/overflow-wrap/index.html index b2241a5b61..868f66ed92 100644 --- a/files/ko/web/css/overflow-wrap/index.html +++ b/files/ko/web/css/overflow-wrap/index.html @@ -41,7 +41,7 @@ overflow-wrap: unset; <h3 id="기본적인_구문">기본적인 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예시">예시</h2> diff --git a/files/ko/web/css/overflow/index.html b/files/ko/web/css/overflow/index.html index 5e5e2296ae..d8808d7add 100644 --- a/files/ko/web/css/overflow/index.html +++ b/files/ko/web/css/overflow/index.html @@ -71,7 +71,7 @@ overflow: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/padding-bottom/index.html b/files/ko/web/css/padding-bottom/index.html index 119bc4fd25..3067bd8d66 100644 --- a/files/ko/web/css/padding-bottom/index.html +++ b/files/ko/web/css/padding-bottom/index.html @@ -53,7 +53,7 @@ padding-bottom: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/padding-left/index.html b/files/ko/web/css/padding-left/index.html index d866466b4c..53548b5f09 100644 --- a/files/ko/web/css/padding-left/index.html +++ b/files/ko/web/css/padding-left/index.html @@ -51,7 +51,7 @@ padding-left: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/padding-right/index.html b/files/ko/web/css/padding-right/index.html index 44c0a5be73..9dd1965aaa 100644 --- a/files/ko/web/css/padding-right/index.html +++ b/files/ko/web/css/padding-right/index.html @@ -51,7 +51,7 @@ padding-right: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/padding-top/index.html b/files/ko/web/css/padding-top/index.html index 708dd59e5d..8c8f94d375 100644 --- a/files/ko/web/css/padding-top/index.html +++ b/files/ko/web/css/padding-top/index.html @@ -53,7 +53,7 @@ padding-top: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">예제</h2> diff --git a/files/ko/web/css/padding/index.html b/files/ko/web/css/padding/index.html index e69023e569..234265274e 100644 --- a/files/ko/web/css/padding/index.html +++ b/files/ko/web/css/padding/index.html @@ -62,7 +62,7 @@ padding: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/paint-order/index.html b/files/ko/web/css/paint-order/index.html index 00b7ff9311..7e94ca900c 100644 --- a/files/ko/web/css/paint-order/index.html +++ b/files/ko/web/css/paint-order/index.html @@ -52,7 +52,7 @@ paint-order: markers stroke fill; /* draw markers, then stroke, then fill */ <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/pointer-events/index.html b/files/ko/web/css/pointer-events/index.html index db74788d89..bf661959a0 100644 --- a/files/ko/web/css/pointer-events/index.html +++ b/files/ko/web/css/pointer-events/index.html @@ -73,7 +73,7 @@ pointer-events: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="설명">설명</h2> @@ -93,7 +93,7 @@ pointer-events: unset; <h2 id="형식_구문_2">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/position/index.html b/files/ko/web/css/position/index.html index ce23867543..ce76f6048e 100644 --- a/files/ko/web/css/position/index.html +++ b/files/ko/web/css/position/index.html @@ -79,7 +79,7 @@ translation_of: Web/CSS/position <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/tab-size/index.html b/files/ko/web/css/tab-size/index.html index ad29994f53..dccbbbf9d1 100644 --- a/files/ko/web/css/tab-size/index.html +++ b/files/ko/web/css/tab-size/index.html @@ -44,7 +44,7 @@ tab-size: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{CSSSyntax}}</pre> +{{CSSSyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/text-align/index.html b/files/ko/web/css/text-align/index.html index 630a0c0881..0cd8bf1e62 100644 --- a/files/ko/web/css/text-align/index.html +++ b/files/ko/web/css/text-align/index.html @@ -89,7 +89,7 @@ text-align: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/text-decoration/index.html b/files/ko/web/css/text-decoration/index.html index 579bf26670..6fe6c21e93 100644 --- a/files/ko/web/css/text-decoration/index.html +++ b/files/ko/web/css/text-decoration/index.html @@ -37,7 +37,7 @@ translation_of: Web/CSS/text-decoration <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/text-shadow/index.html b/files/ko/web/css/text-shadow/index.html index 17c04da65c..7943e8898f 100644 --- a/files/ko/web/css/text-shadow/index.html +++ b/files/ko/web/css/text-shadow/index.html @@ -55,8 +55,7 @@ text-shadow: unset;</code></pre> <dt> <h3 id="Formal_syntax">Formal syntax</h3> - <pre>{{csssyntax}} -</pre> + {{csssyntax}} <h2 id="Examples">Examples</h2> diff --git a/files/ko/web/css/transform/index.html b/files/ko/web/css/transform/index.html index a270b6733b..13e864f096 100644 --- a/files/ko/web/css/transform/index.html +++ b/files/ko/web/css/transform/index.html @@ -72,7 +72,7 @@ transform: unset;</pre> <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <p>{{cssxref("transform-function/perspective", "perspective()")}}가 변형 함수의 일부라면 항상 제일 앞에 위치해야 합니다.</p> diff --git a/files/ko/web/css/transition-delay/index.html b/files/ko/web/css/transition-delay/index.html index 58b3e456cd..03b0a731f6 100644 --- a/files/ko/web/css/transition-delay/index.html +++ b/files/ko/web/css/transition-delay/index.html @@ -36,7 +36,7 @@ transition-delay: unset; <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples">Examples</h2> diff --git a/files/ko/web/css/transition/index.html b/files/ko/web/css/transition/index.html index 039bedc362..e14bda0330 100644 --- a/files/ko/web/css/transition/index.html +++ b/files/ko/web/css/transition/index.html @@ -41,7 +41,7 @@ transition: unset; <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples">Examples</h2> diff --git a/files/ko/web/css/user-select/index.html b/files/ko/web/css/user-select/index.html index fde0e2cc88..7cb1cc4a55 100644 --- a/files/ko/web/css/user-select/index.html +++ b/files/ko/web/css/user-select/index.html @@ -56,7 +56,7 @@ user-select: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/var()/index.html b/files/ko/web/css/var()/index.html index 49dd9ffb37..a4f904b4e2 100644 --- a/files/ko/web/css/var()/index.html +++ b/files/ko/web/css/var()/index.html @@ -23,8 +23,7 @@ translation_of: Web/CSS/var() <p>첫 번째 인수는 값을 가져올 사용자 지정 속성의 이름입니다. 선택적으로 제공할 수 있는 두 번째 인수는 대체값으로, 대상 사용자 지정 속성이 유효하지 않은 경우 대신 사용합니다.</p> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <div class="note"> <p><strong>참고:</strong> 대체값 구문은 사용자 지정 속성 구문과 동일하게 쉼표를 허용합니다. 그러므로 <code>var(--foo, red, blue)</code>의 대체값은 쉼표까지 포함한 <code>red, blue</code>입니다. 말하자면 첫 번째 쉼표의 뒤쪽은 모두 대체값이 되는 것입니다.</p> diff --git a/files/ko/web/css/vertical-align/index.html b/files/ko/web/css/vertical-align/index.html index 7e718efc4d..0a139fbc61 100644 --- a/files/ko/web/css/vertical-align/index.html +++ b/files/ko/web/css/vertical-align/index.html @@ -181,7 +181,7 @@ td { <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/visibility/index.html b/files/ko/web/css/visibility/index.html index 67f982daea..2e610738a1 100644 --- a/files/ko/web/css/visibility/index.html +++ b/files/ko/web/css/visibility/index.html @@ -53,7 +53,7 @@ visibility: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="보간">보간</h2> diff --git a/files/ko/web/css/white-space/index.html b/files/ko/web/css/white-space/index.html index 21edd07317..411b82a768 100644 --- a/files/ko/web/css/white-space/index.html +++ b/files/ko/web/css/white-space/index.html @@ -121,7 +121,7 @@ white-space: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/width/index.html b/files/ko/web/css/width/index.html index 130c81148a..5dba942054 100644 --- a/files/ko/web/css/width/index.html +++ b/files/ko/web/css/width/index.html @@ -67,7 +67,7 @@ width: unset; <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/will-change/index.html b/files/ko/web/css/will-change/index.html index c641f89ad1..ddddef39f2 100644 --- a/files/ko/web/css/will-change/index.html +++ b/files/ko/web/css/will-change/index.html @@ -64,7 +64,7 @@ will-change: unset; <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예시">예시</h2> diff --git a/files/ko/web/css/word-break/index.html b/files/ko/web/css/word-break/index.html index 16a7eeecc4..a12ca7eec3 100644 --- a/files/ko/web/css/word-break/index.html +++ b/files/ko/web/css/word-break/index.html @@ -55,7 +55,7 @@ word-break: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> diff --git a/files/ko/web/css/word-spacing/index.html b/files/ko/web/css/word-spacing/index.html index f81c96a0b9..5f27c73232 100644 --- a/files/ko/web/css/word-spacing/index.html +++ b/files/ko/web/css/word-spacing/index.html @@ -83,7 +83,7 @@ word-spacing: unset; <h2 id="형식_구문">형식 구문</h2> -<pre class="syntaxbox notranslate">{{CSSSyntax}}</pre> +{{CSSSyntax}} <h2 id="명세">명세</h2> diff --git a/files/ko/web/css/z-index/index.html b/files/ko/web/css/z-index/index.html index 0c3cb36b9e..872ea40722 100644 --- a/files/ko/web/css/z-index/index.html +++ b/files/ko/web/css/z-index/index.html @@ -52,7 +52,7 @@ z-index: unset;</pre> <h3 id="형식_구문">형식 구문</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="예제">예제</h2> |