forked from mirzaev/ff
css + правила
This commit is contained in:
parent
4b66a8cf7d
commit
91a08c1b66
|
@ -1,11 +1,10 @@
|
|||
@font-face {
|
||||
font-family: comissioner;
|
||||
src: url('/fonts/commissioner.ttf') format('ttf');
|
||||
src: url("/fonts/commissioner.ttf") format("ttf");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
:root {
|
||||
--button-light-red-active: #eee4e4;
|
||||
--button-light-red-hover: #ddcbcb;
|
||||
|
@ -23,7 +22,6 @@
|
|||
--red-dark: #8d2a2a;
|
||||
}
|
||||
|
||||
|
||||
* {
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
|
@ -42,8 +40,6 @@
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
a {
|
||||
color: var(--red-light);
|
||||
}
|
||||
|
@ -104,7 +100,7 @@ div#wrap>a>img#masha {
|
|||
animation-direction: alternate;
|
||||
animation-name: koshka_dancing;
|
||||
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 {
|
||||
|
@ -119,7 +115,7 @@ div#wrap>a>#masha_hand {
|
|||
animation-direction: alternate;
|
||||
animation-name: hand_dancing;
|
||||
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 {
|
||||
|
@ -161,7 +157,7 @@ main {
|
|||
width: 800px;
|
||||
margin: 0 auto;
|
||||
border-radius: 0 0 3px 3px;
|
||||
background-color: var(--background-light)
|
||||
background-color: var(--background-light);
|
||||
}
|
||||
|
||||
main > ol {
|
||||
|
@ -169,6 +165,13 @@ main>ol {
|
|||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
main > ol > small {
|
||||
margin-left: 10px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 8px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
main > ol > li {
|
||||
padding-left: 40px;
|
||||
margin-bottom: 8px;
|
||||
|
|
|
@ -187,4 +187,8 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue