From 980fe00a74a9ad013b945755415ace2e5429c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 02:31:24 +0300 Subject: [RU] Remove notranslate (#2874) --- files/ru/web/css/transform-function/rotate()/index.html | 10 +++++----- files/ru/web/css/transform-function/rotate3d()/index.html | 10 +++++----- files/ru/web/css/transform-function/skew()/index.html | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'files/ru/web/css/transform-function') diff --git a/files/ru/web/css/transform-function/rotate()/index.html b/files/ru/web/css/transform-function/rotate()/index.html index 6e5bbaa87b..2903cd7433 100644 --- a/files/ru/web/css/transform-function/rotate()/index.html +++ b/files/ru/web/css/transform-function/rotate()/index.html @@ -18,7 +18,7 @@ translation_of: Web/CSS/transform-function/rotate()

Синтаксис

-
rotate(a)
+
rotate(a)
 

Значения

@@ -56,12 +56,12 @@ translation_of: Web/CSS/transform-function/rotate()

HTML

-
<div>Normal</div>
+
<div>Normal</div>
 <div class="rotated">Rotated</div>

CSS

-
div {
+
div {
   width: 80px;
   height: 80px;
   background-color: skyblue;
@@ -82,7 +82,7 @@ translation_of: Web/CSS/transform-function/rotate()
 
 

HTML

-
<div>Normal</div>
+
<div>Normal</div>
 <div class="rotate">Rotated</div>
 <div class="rotate-translate">Rotated + Translated</div>
 <div class="translate-rotate">Translated + Rotated</div>
@@ -90,7 +90,7 @@ translation_of: Web/CSS/transform-function/rotate()
 
 

CSS

-
div {
+
div {
   position: absolute;
   left: 40px;
   top: 40px;
diff --git a/files/ru/web/css/transform-function/rotate3d()/index.html b/files/ru/web/css/transform-function/rotate3d()/index.html
index 77c045ef84..cb26bcd71f 100644
--- a/files/ru/web/css/transform-function/rotate3d()/index.html
+++ b/files/ru/web/css/transform-function/rotate3d()/index.html
@@ -23,7 +23,7 @@ translation_of: Web/CSS/transform-function/rotate3d()
 
 

The amount of rotation created by rotate3d() is specified by three {{cssxref("<number>")}}s and one {{cssxref("<angle>")}}. The <number>s represent the x-, y-, and z-coordinates of the vector denoting the axis of rotation. The <angle> represents the angle of rotation; if positive, the movement will be clockwise; if negative, it will be counter-clockwise.

-
rotate3d(x, y, z, a)
+
rotate3d(x, y, z, a)
 

Values

@@ -65,12 +65,12 @@ translation_of: Web/CSS/transform-function/rotate3d()

HTML

-
<div>Normal</div>
+
<div>Normal</div>
 <div class="rotated">Rotated</div>

CSS

-
body {
+
body {
   perspective: 800px;
 }
 
@@ -94,12 +94,12 @@ div {
 
 

HTML

-
<div>Normal</div>
+
<div>Normal</div>
 <div class="rotated">Rotated</div>

CSS

-
body {
+
body {
   perspective: 800px;
 }
 
diff --git a/files/ru/web/css/transform-function/skew()/index.html b/files/ru/web/css/transform-function/skew()/index.html
index dc730c4c7e..a9f6da3ac3 100644
--- a/files/ru/web/css/transform-function/skew()/index.html
+++ b/files/ru/web/css/transform-function/skew()/index.html
@@ -17,7 +17,7 @@ translation_of: Web/CSS/transform-function/skew()
 
 

Функция skew() задаётся одним или двумя значениями которые отображают наклон в каждом из направлений.

-
skew(ax)
+
skew(ax)
 
 skew(ax, ay)
 
@@ -59,12 +59,12 @@ skew(ax, ay)

HTML

-
<div>Обычный</div>
+
<div>Обычный</div>
 <div class="skewed">Наклонённый</div>

CSS

-
div {
+
div {
   width: 80px;
   height: 80px;
   background-color: skyblue;
@@ -84,12 +84,12 @@ skew(ax, ay)
 
 

HTML

-
<div>Обычный</div>
+
<div>Обычный</div>
 <div class="skewed">Наклонённый</div>

CSS

-
div {
+
div {
   width: 80px;
   height: 80px;
   background-color: skyblue;
-- 
cgit v1.2.3-54-g00ecf