aboutsummaryrefslogtreecommitdiff
path: root/files/uk/web/css
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:47 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:47 +0100
commit426f4cc81396745a22d263792cfc3974245dd9e8 (patch)
tree6e45e49e863c57b9dbcdb265b672e27f8cf0fbe2 /files/uk/web/css
parentdaa1a2aff136fa9da1fcc97d7da97a2036fabc77 (diff)
downloadtranslated-content-426f4cc81396745a22d263792cfc3974245dd9e8.tar.gz
translated-content-426f4cc81396745a22d263792cfc3974245dd9e8.tar.bz2
translated-content-426f4cc81396745a22d263792cfc3974245dd9e8.zip
unslug uk: modify
Diffstat (limited to 'files/uk/web/css')
-rw-r--r--files/uk/web/css/alternative_style_sheets/index.html3
-rw-r--r--files/uk/web/css/css_animations/using_css_animations/index.html3
-rw-r--r--files/uk/web/css/css_box_model/index.html3
-rw-r--r--files/uk/web/css/css_box_model/mastering_margin_collapsing/index.html3
-rw-r--r--files/uk/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html3
-rw-r--r--files/uk/web/css/layout_cookbook/index.html3
-rw-r--r--files/uk/web/css/layout_mode/index.html3
-rw-r--r--files/uk/web/css/reference/index.html3
-rw-r--r--files/uk/web/css/visual_formatting_model/index.html3
9 files changed, 18 insertions, 9 deletions
diff --git a/files/uk/web/css/alternative_style_sheets/index.html b/files/uk/web/css/alternative_style_sheets/index.html
index 1dd1b5a510..f805d1d125 100644
--- a/files/uk/web/css/alternative_style_sheets/index.html
+++ b/files/uk/web/css/alternative_style_sheets/index.html
@@ -1,10 +1,11 @@
---
title: Альтернативні таблиці стилів
-slug: Web/CSS/Альтернативні_таблиці_стилів
+slug: Web/CSS/Alternative_style_sheets
tags:
- Стилі
- Теми
translation_of: Web/CSS/Alternative_style_sheets
+original_slug: Web/CSS/Альтернативні_таблиці_стилів
---
<p>Specifying <strong>alternative style sheets</strong> in a web page provides a way for users to see multiple versions of a page, based on their needs or preferences.</p>
diff --git a/files/uk/web/css/css_animations/using_css_animations/index.html b/files/uk/web/css/css_animations/using_css_animations/index.html
index f8b8466ef4..eb125ac0af 100644
--- a/files/uk/web/css/css_animations/using_css_animations/index.html
+++ b/files/uk/web/css/css_animations/using_css_animations/index.html
@@ -1,10 +1,11 @@
---
title: Використання CSS анімацій
-slug: Web/CSS/CSS_Animations/Використання_CSS_анімацій
+slug: Web/CSS/CSS_Animations/Using_CSS_animations
tags:
- CSS Animations
- Довідка
translation_of: Web/CSS/CSS_Animations/Using_CSS_animations
+original_slug: Web/CSS/CSS_Animations/Використання_CSS_анімацій
---
<p>{{SeeCompatTable}}{{CSSRef}}</p>
diff --git a/files/uk/web/css/css_box_model/index.html b/files/uk/web/css/css_box_model/index.html
index 4920b7ceb9..5bd889607a 100644
--- a/files/uk/web/css/css_box_model/index.html
+++ b/files/uk/web/css/css_box_model/index.html
@@ -1,11 +1,12 @@
---
title: Коробчаста модель CSS
-slug: Web/CSS/Коробчаста_модель_CSS
+slug: Web/CSS/CSS_Box_Model
tags:
- CSS
- Довідка
- Коробчаста модель CSS
translation_of: Web/CSS/CSS_Box_Model
+original_slug: Web/CSS/Коробчаста_модель_CSS
---
<div><strong>Коробчаста модель</strong> (box model) — це алгоритм CSS, що подає елементи (включно з їх {{cssxref("margin", "відступами")}} та {{cssxref("padding", "полями")}}) у вигляді прямокутних «коробок» та компонує їх відповідно до {{cssxref("Visual_formatting_model", "моделі візуального формування")}}.</div>
diff --git a/files/uk/web/css/css_box_model/mastering_margin_collapsing/index.html b/files/uk/web/css/css_box_model/mastering_margin_collapsing/index.html
index b47325c5bf..44a6f7b56b 100644
--- a/files/uk/web/css/css_box_model/mastering_margin_collapsing/index.html
+++ b/files/uk/web/css/css_box_model/mastering_margin_collapsing/index.html
@@ -1,11 +1,12 @@
---
title: Згортання відступів
-slug: Web/CSS/CSS_Box_Model/Згортання_відступів
+slug: Web/CSS/CSS_Box_Model/Mastering_margin_collapsing
tags:
- CSS
- Коробчаста модель CSS
- Посібник
translation_of: Web/CSS/CSS_Box_Model/Mastering_margin_collapsing
+original_slug: Web/CSS/CSS_Box_Model/Згортання_відступів
---
<div dir="ltr">{{CSSRef}}</div>
diff --git a/files/uk/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html b/files/uk/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html
index e111a70633..bbd3d8d5e4 100644
--- a/files/uk/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html
+++ b/files/uk/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html
@@ -1,8 +1,9 @@
---
title: Використання CSS flexible-боксів
-slug: Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes
+slug: Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox
translation_of: Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox
translation_of_original: Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes
+original_slug: Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes
---
<div>{{CSSRef}}</div>
diff --git a/files/uk/web/css/layout_cookbook/index.html b/files/uk/web/css/layout_cookbook/index.html
index e6d7f61135..0af6191a71 100644
--- a/files/uk/web/css/layout_cookbook/index.html
+++ b/files/uk/web/css/layout_cookbook/index.html
@@ -1,7 +1,8 @@
---
title: Кулінарна книга з CSS розмітки
-slug: Web/CSS/Розмітка_кулінарна-книга
+slug: Web/CSS/Layout_cookbook
translation_of: Web/CSS/Layout_cookbook
+original_slug: Web/CSS/Розмітка_кулінарна-книга
---
<div>{{CSSRef}}</div>
diff --git a/files/uk/web/css/layout_mode/index.html b/files/uk/web/css/layout_mode/index.html
index 5794b4c397..504d11adc7 100644
--- a/files/uk/web/css/layout_mode/index.html
+++ b/files/uk/web/css/layout_mode/index.html
@@ -1,12 +1,13 @@
---
title: Схема компонування
-slug: Web/CSS/Схема_компонування
+slug: Web/CSS/Layout_mode
tags:
- CSS
- Компонування
- Розмітка
- Розташування
translation_of: Web/CSS/Layout_mode
+original_slug: Web/CSS/Схема_компонування
---
<div><strong>Схема компонування</strong> (layout mode) в <a href="/en-US/docs/Web/CSS">CSS</a> являє собою алгоритм, який визначає розташування та розміри елементів залежно від того, як вони взаємодіють із сусідніми та батьківськими елементами. Існує декілька таких схем:</div>
diff --git a/files/uk/web/css/reference/index.html b/files/uk/web/css/reference/index.html
index ba325fe7da..1eb6730f98 100644
--- a/files/uk/web/css/reference/index.html
+++ b/files/uk/web/css/reference/index.html
@@ -1,7 +1,8 @@
---
title: CSS довідник
-slug: Web/CSS/Довідник
+slug: Web/CSS/Reference
translation_of: Web/CSS/Reference
+original_slug: Web/CSS/Довідник
---
<p><span class="seoSummary">This <em>CSS Reference</em> shows the basic syntax of a CSS rule; lists all standard <a href="/uk/docs/CSS">CSS</a> properties, <a href="/uk/docs/Web/CSS/Pseudo-classes">pseudo-classes</a> and <a href="/uk/docs/Web/CSS/Pseudo-elements">pseudo-elements</a>, <a href="/uk/docs/Web/CSS/At-rule">@-rules</a>, <a href="/uk/docs/Web/CSS/length">units</a>, and <a href="/uk/docs/Web/Guide/CSS/Getting_Started/Selectors">selectors</a>, all together in <a href="#Keyword_index">alphabetical order</a>, as well as just the <a href="#Selectors">selectors by type</a>; and allows you to quickly access detailed information for each of them. It not only lists the CSS 1 and CSS 2.1 properties, but also is a CSS3 reference that links to any <a href="/uk/docs/Web/CSS/CSS3">CSS3</a> property and concept standardized, or already stabilized.  Also included is a brief <a href="#DOM_CSS">DOM-CSS / CSSOM reference</a>.</span></p>
diff --git a/files/uk/web/css/visual_formatting_model/index.html b/files/uk/web/css/visual_formatting_model/index.html
index fb25e2d60a..521725152a 100644
--- a/files/uk/web/css/visual_formatting_model/index.html
+++ b/files/uk/web/css/visual_formatting_model/index.html
@@ -1,11 +1,12 @@
---
title: Модель візуального формування
-slug: Web/CSS/Модель_візуального_формування
+slug: Web/CSS/Visual_formatting_model
tags:
- CSS
- NeedsUpdate
- Коробчаста модель CSS
translation_of: Web/CSS/Visual_formatting_model
+original_slug: Web/CSS/Модель_візуального_формування
---
<p class="summary"><em>Модель візуального форматування</em> (visual formatting model) у CSS являє собою алгоритм, що обробляє документ та подає його на візуальному носії. Ця модель є основним поняттям CSS.</p>