forked from mirzaev/ff
css + правила
This commit is contained in:
parent
4b66a8cf7d
commit
91a08c1b66
|
@ -1,11 +1,10 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: comissioner;
|
font-family: comissioner;
|
||||||
src: url('/fonts/commissioner.ttf') format('ttf');
|
src: url("/fonts/commissioner.ttf") format("ttf");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--button-light-red-active: #eee4e4;
|
--button-light-red-active: #eee4e4;
|
||||||
--button-light-red-hover: #ddcbcb;
|
--button-light-red-hover: #ddcbcb;
|
||||||
|
@ -23,7 +22,6 @@
|
||||||
--red-dark: #8d2a2a;
|
--red-dark: #8d2a2a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -42,8 +40,6 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--red-light);
|
color: var(--red-light);
|
||||||
}
|
}
|
||||||
|
@ -104,7 +100,7 @@ div#wrap>a>img#masha {
|
||||||
animation-direction: alternate;
|
animation-direction: alternate;
|
||||||
animation-name: koshka_dancing;
|
animation-name: koshka_dancing;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
animation-timing-function: cubic-bezier(.65,.05,.36,1);
|
animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(div#wrap > a > img#masha, div#wrap > a > #masha_hand):hover {
|
:is(div#wrap > a > img#masha, div#wrap > a > #masha_hand):hover {
|
||||||
|
@ -119,7 +115,7 @@ div#wrap>a>#masha_hand {
|
||||||
animation-direction: alternate;
|
animation-direction: alternate;
|
||||||
animation-name: hand_dancing;
|
animation-name: hand_dancing;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
animation-timing-function: cubic-bezier(.65,.05,.36,1);
|
animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
div#wrap > a > #masha_hand > img#hand {
|
div#wrap > a > #masha_hand > img#hand {
|
||||||
|
@ -161,7 +157,7 @@ main {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-radius: 0 0 3px 3px;
|
border-radius: 0 0 3px 3px;
|
||||||
background-color: var(--background-light)
|
background-color: var(--background-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
main > ol {
|
main > ol {
|
||||||
|
@ -169,6 +165,13 @@ main>ol {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main > ol > small {
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
main > ol > li {
|
main > ol > li {
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
|
|
@ -187,4 +187,8 @@
|
||||||
<li>мозг данила</li>
|
<li>мозг данила</li>
|
||||||
<li>декоммунизация декапитализация + дековидизация</li>
|
<li>декоммунизация декапитализация + дековидизация</li>
|
||||||
<li>мы скоро закроемся</li>
|
<li>мы скоро закроемся</li>
|
||||||
|
<small>2023.04.13</small>
|
||||||
|
<li>мелкий здарова</li>
|
||||||
|
<li><a href="https://vk.com/id214547089">даниил_богданов</a> разрабатывает госуслуги бля</li>
|
||||||
|
<li>ванда привет)</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
Loading…
Reference in New Issue