aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/transform-function
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/transform-function')
-rw-r--r--files/ru/web/css/transform-function/rotate()/index.html10
-rw-r--r--files/ru/web/css/transform-function/rotate3d()/index.html10
-rw-r--r--files/ru/web/css/transform-function/skew()/index.html10
3 files changed, 15 insertions, 15 deletions
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()
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="syntaxbox notranslate">rotate(<em>a</em>)
+<pre class="syntaxbox">rotate(<em>a</em>)
</pre>
<h2 id="Значения">Значения</h2>
@@ -56,12 +56,12 @@ translation_of: Web/CSS/transform-function/rotate()
<h4 id="HTML">HTML</h4>
-<pre class="brush: html notranslate">&lt;div&gt;Normal&lt;/div&gt;
+<pre class="brush: html">&lt;div&gt;Normal&lt;/div&gt;
&lt;div class="rotated"&gt;Rotated&lt;/div&gt;</pre>
<h4 id="CSS">CSS</h4>
-<pre class="brush: css notranslate">div {
+<pre class="brush: css">div {
width: 80px;
height: 80px;
background-color: skyblue;
@@ -82,7 +82,7 @@ translation_of: Web/CSS/transform-function/rotate()
<h4 id="HTML_2">HTML</h4>
-<pre class="brush: html notranslate">&lt;div&gt;Normal&lt;/div&gt;
+<pre class="brush: html">&lt;div&gt;Normal&lt;/div&gt;
&lt;div class="rotate"&gt;Rotated&lt;/div&gt;
&lt;div class="rotate-translate"&gt;Rotated + Translated&lt;/div&gt;
&lt;div class="translate-rotate"&gt;Translated + Rotated&lt;/div&gt;
@@ -90,7 +90,7 @@ translation_of: Web/CSS/transform-function/rotate()
<h4 id="CSS_2">CSS</h4>
-<pre class="brush: css notranslate">div {
+<pre class="brush: css">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()
<p>The amount of rotation created by <code>rotate3d()</code> is specified by three {{cssxref("&lt;number&gt;")}}s and one {{cssxref("&lt;angle&gt;")}}. The <code>&lt;number&gt;</code>s represent the x-, y-, and z-coordinates of the vector denoting the axis of rotation. The <code>&lt;angle&gt;</code> represents the angle of rotation; if positive, the movement will be clockwise; if negative, it will be counter-clockwise.</p>
-<pre class="syntaxbox notranslate">rotate3d(<em>x</em>, <em>y</em>, <em>z</em>, <em>a</em>)
+<pre class="syntaxbox">rotate3d(<em>x</em>, <em>y</em>, <em>z</em>, <em>a</em>)
</pre>
<h3 id="Values">Values</h3>
@@ -65,12 +65,12 @@ translation_of: Web/CSS/transform-function/rotate3d()
<h4 id="HTML">HTML</h4>
-<pre class="brush: html notranslate">&lt;div&gt;Normal&lt;/div&gt;
+<pre class="brush: html">&lt;div&gt;Normal&lt;/div&gt;
&lt;div class="rotated"&gt;Rotated&lt;/div&gt;</pre>
<h4 id="CSS">CSS</h4>
-<pre class="brush: css notranslate">body {
+<pre class="brush: css">body {
perspective: 800px;
}
@@ -94,12 +94,12 @@ div {
<h4 id="HTML_2">HTML</h4>
-<pre class="brush: html notranslate">&lt;div&gt;Normal&lt;/div&gt;
+<pre class="brush: html">&lt;div&gt;Normal&lt;/div&gt;
&lt;div class="rotated"&gt;Rotated&lt;/div&gt;</pre>
<h4 id="CSS_2">CSS</h4>
-<pre class="brush: css notranslate">body {
+<pre class="brush: css">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()
<p>Функция <code>skew()</code> задаётся одним или двумя значениями которые отображают наклон в каждом из направлений.</p>
-<pre class="syntaxbox notranslate">skew(<em>ax</em>)
+<pre class="syntaxbox">skew(<em>ax</em>)
skew(<em>ax</em>, <em>ay</em>)
</pre>
@@ -59,12 +59,12 @@ skew(<em>ax</em>, <em>ay</em>)
<h4 id="HTML">HTML</h4>
-<pre class="brush: html notranslate">&lt;div&gt;Обычный&lt;/div&gt;
+<pre class="brush: html">&lt;div&gt;Обычный&lt;/div&gt;
&lt;div class="skewed"&gt;Наклонённый&lt;/div&gt;</pre>
<h4 id="CSS">CSS</h4>
-<pre class="brush: css notranslate">div {
+<pre class="brush: css">div {
width: 80px;
height: 80px;
background-color: skyblue;
@@ -84,12 +84,12 @@ skew(<em>ax</em>, <em>ay</em>)
<h4 id="HTML_2">HTML</h4>
-<pre class="brush: html notranslate">&lt;div&gt;Обычный&lt;/div&gt;
+<pre class="brush: html">&lt;div&gt;Обычный&lt;/div&gt;
&lt;div class="skewed"&gt;Наклонённый&lt;/div&gt;</pre>
<h4 id="CSS_2">CSS</h4>
-<pre class="brush: css notranslate">div {
+<pre class="brush: css">div {
width: 80px;
height: 80px;
background-color: skyblue;