diff options
Diffstat (limited to 'files/tr')
18 files changed, 24 insertions, 23 deletions
diff --git a/files/tr/_redirects.txt b/files/tr/_redirects.txt index 6409aff89b..b96a3aefcd 100644 --- a/files/tr/_redirects.txt +++ b/files/tr/_redirects.txt @@ -34,6 +34,7 @@ /tr/docs/JavaScript/Reference/Global_Objects/Array /tr/docs/Web/JavaScript/Reference/Global_Objects/Array /tr/docs/JavaScript/Reference/Global_Objects/Array/concat /tr/docs/Web/JavaScript/Reference/Global_Objects/Array/concat /tr/docs/JavaScript/Reference/Global_Objects/Array/prototype /tr/docs/orphaned/Web/JavaScript/Reference/Global_Objects/Array/prototype +/tr/docs/Learn/CSS/Building_blocks/Selectors/Box_Model_Tasks /tr/docs/orphaned/Learn/CSS/Building_blocks/Selectors/Box_Model_Tasks /tr/docs/Learn/Common_questions/Tarayıcı_geliştirici_araçları_araçları_nelerdir /tr/docs/Learn/Common_questions/What_are_browser_developer_tools /tr/docs/MDN/Community /tr/docs/orphaned/MDN/Community /tr/docs/MDN/Contribute/Editor /tr/docs/orphaned/MDN/Editor diff --git a/files/tr/_wikihistory.json b/files/tr/_wikihistory.json index 8932b24ecd..7d9d430f46 100644 --- a/files/tr/_wikihistory.json +++ b/files/tr/_wikihistory.json @@ -115,12 +115,6 @@ "hakantr" ] }, - "Learn/CSS/Building_blocks/Selectors/Box_Model_Tasks": { - "modified": "2020-10-15T21:52:54.629Z", - "contributors": [ - "hakantr" - ] - }, "Learn/CSS/Building_blocks/Selectors/Combinators": { "modified": "2020-10-26T18:41:35.670Z", "contributors": [ @@ -2398,5 +2392,11 @@ "cicekonur", "umutozdemir97" ] + }, + "orphaned/Learn/CSS/Building_blocks/Selectors/Box_Model_Tasks": { + "modified": "2020-10-15T21:52:54.629Z", + "contributors": [ + "hakantr" + ] } }
\ No newline at end of file diff --git a/files/tr/learn/css/building_blocks/selectors/box_model_tasks/index.html b/files/tr/orphaned/learn/css/building_blocks/selectors/box_model_tasks/index.html index 8e47528ca3..947424114f 100644 --- a/files/tr/learn/css/building_blocks/selectors/box_model_tasks/index.html +++ b/files/tr/orphaned/learn/css/building_blocks/selectors/box_model_tasks/index.html @@ -1,10 +1,11 @@ --- title: 'Becerilerinizi test edin: Kutu Modeli' -slug: Learn/CSS/Building_blocks/Selectors/Box_Model_Tasks +slug: orphaned/Learn/CSS/Building_blocks/Selectors/Box_Model_Tasks tags: - Başlangıç - CSS translation_of: Learn/CSS/Building_blocks/Selectors/Box_Model_Tasks +original_slug: Learn/CSS/Building_blocks/Selectors/Box_Model_Tasks --- <div>{{LearnSidebar}}</div> diff --git a/files/tr/web/css/@import/index.html b/files/tr/web/css/@import/index.html index 83a6381530..130d0b186d 100644 --- a/files/tr/web/css/@import/index.html +++ b/files/tr/web/css/@import/index.html @@ -33,7 +33,7 @@ translation_of: Web/CSS/@import <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Specifications">Specifications</h2> diff --git a/files/tr/web/css/_colon_active/index.html b/files/tr/web/css/_colon_active/index.html index 50fc217bc1..fe5563e036 100644 --- a/files/tr/web/css/_colon_active/index.html +++ b/files/tr/web/css/_colon_active/index.html @@ -20,7 +20,7 @@ a:active { <h2 id="Syntax">Syntax</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example" name="Example">Example</h2> diff --git a/files/tr/web/css/_colon_first-of-type/index.html b/files/tr/web/css/_colon_first-of-type/index.html index 661909a3eb..ad4ee056d6 100644 --- a/files/tr/web/css/_colon_first-of-type/index.html +++ b/files/tr/web/css/_colon_first-of-type/index.html @@ -19,8 +19,7 @@ p:first-of-type { <h2 id="Sözdizimi">Sözdizimi</h2> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Örnekler">Örnekler</h2> diff --git a/files/tr/web/css/_colon_focus/index.html b/files/tr/web/css/_colon_focus/index.html index 3ee30adbae..05ebc35ead 100644 --- a/files/tr/web/css/_colon_focus/index.html +++ b/files/tr/web/css/_colon_focus/index.html @@ -26,7 +26,7 @@ input:focus { <h2 id="Syntax">Syntax</h2> -<pre class="syntaxbox notranslate">{{CSSSyntax}}</pre> +{{CSSSyntax}} <h2 id="Examples">Examples</h2> diff --git a/files/tr/web/css/_colon_last-child/index.html b/files/tr/web/css/_colon_last-child/index.html index c117c9deb6..b068bb7de8 100644 --- a/files/tr/web/css/_colon_last-child/index.html +++ b/files/tr/web/css/_colon_last-child/index.html @@ -19,7 +19,7 @@ translation_of: 'Web/CSS/:last-child' <h2 id="Yazım_Şekli">Yazım Şekli</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Örnek">Örnek</h2> diff --git a/files/tr/web/css/_colon_link/index.html b/files/tr/web/css/_colon_link/index.html index 26b45658a3..d9cd1502eb 100644 --- a/files/tr/web/css/_colon_link/index.html +++ b/files/tr/web/css/_colon_link/index.html @@ -27,7 +27,7 @@ a:link { <h2 id="Syntax">Syntax</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples">Examples</h2> diff --git a/files/tr/web/css/_colon_not/index.html b/files/tr/web/css/_colon_not/index.html index 1d00714bb8..e4eb3e5d93 100644 --- a/files/tr/web/css/_colon_not/index.html +++ b/files/tr/web/css/_colon_not/index.html @@ -28,7 +28,7 @@ translation_of: 'Web/CSS/:not' <h2 id="Syntax">Syntax</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Örnek">Örnek</h2> diff --git a/files/tr/web/css/_colon_root/index.html b/files/tr/web/css/_colon_root/index.html index 26ef59586d..de77ef2a6a 100644 --- a/files/tr/web/css/_colon_root/index.html +++ b/files/tr/web/css/_colon_root/index.html @@ -17,7 +17,7 @@ translation_of: 'Web/CSS/:root' <h2 id="Sözdizimi">Sözdizimi</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Örnek">Örnek</h2> diff --git a/files/tr/web/css/_doublecolon_first-letter/index.html b/files/tr/web/css/_doublecolon_first-letter/index.html index d5a4a507e3..8cf9b5be47 100644 --- a/files/tr/web/css/_doublecolon_first-letter/index.html +++ b/files/tr/web/css/_doublecolon_first-letter/index.html @@ -40,7 +40,7 @@ p::first-letter { <h2 id="Söz_dizimiSyntax">Söz dizimi(Syntax)</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Örnekler">Örnekler</h2> diff --git a/files/tr/web/css/background-color/index.html b/files/tr/web/css/background-color/index.html index 874049e1b6..a8e0b081d1 100644 --- a/files/tr/web/css/background-color/index.html +++ b/files/tr/web/css/background-color/index.html @@ -55,7 +55,7 @@ background-color: unset;</pre> <h3 id="Resmi_sözdizimi">Resmi sözdizimi</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Örnekler">Örnekler</h2> diff --git a/files/tr/web/css/background/index.html b/files/tr/web/css/background/index.html index e5ef80a75a..8bfef1e9fb 100644 --- a/files/tr/web/css/background/index.html +++ b/files/tr/web/css/background/index.html @@ -70,7 +70,7 @@ background: no-repeat center/80% url("../img/image.png"); <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Örnekler">Örnekler</h2> diff --git a/files/tr/web/css/display/index.html b/files/tr/web/css/display/index.html index b6ee8f9389..2b26ff1cd5 100644 --- a/files/tr/web/css/display/index.html +++ b/files/tr/web/css/display/index.html @@ -207,7 +207,7 @@ display: unset; <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples">Examples</h2> diff --git a/files/tr/web/css/font-size/index.html b/files/tr/web/css/font-size/index.html index cacbec8ae5..89ce88d475 100644 --- a/files/tr/web/css/font-size/index.html +++ b/files/tr/web/css/font-size/index.html @@ -76,7 +76,7 @@ font-size: unset; <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Açıklama">Açıklama</h2> diff --git a/files/tr/web/css/margin/index.html b/files/tr/web/css/margin/index.html index e2fc1b4085..e226907d8a 100644 --- a/files/tr/web/css/margin/index.html +++ b/files/tr/web/css/margin/index.html @@ -64,7 +64,7 @@ margin: unset; <h3 id="Formel_sözdizimi">Formel sözdizimi</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Örnekler">Örnekler</h2> diff --git a/files/tr/web/css/shape-outside/index.html b/files/tr/web/css/shape-outside/index.html index 1e4aed1e56..4a05560e8a 100644 --- a/files/tr/web/css/shape-outside/index.html +++ b/files/tr/web/css/shape-outside/index.html @@ -106,7 +106,7 @@ shape-outside: unset; <h2 id="Formal_syntax">Formal syntax</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples">Examples</h2> |