-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlangstyle-new.css
89 lines (71 loc) · 1.69 KB
/
langstyle-new.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/* Кнопка Publish */
.compose-form__publish-button-wrapper .button {
visibility: hidden;
}
.compose-form__publish-button-wrapper .fa-lock {
visibility: visible;
padding-right: 15px;
margin-top: 10px;
}
.compose-form__publish-button-wrapper .button:after {
content: 'Рохнуць!';
visibility: visible;
display: block;
padding: 7px 23px;
margin-top: -29px;
background-color: darkred;
border-radius: 5px;
margin-right: -15px;
}
.compose-form__publish-button-wrapper .button:hover:after {
background-color: #660000;
transition: 0.3s;
}
.compose-form__publish-private .fa-lock:before {
margin-right: -35px;
}
/* Кнопка Publish (мабільная версія) */
.ui__header__links a[href="/publish"].button {
background-color: darkred;
width: 110px;
}
.ui__header__links a[href="/publish"].button:hover,
.ui__header__links a[href="/publish"].button:active {
background-color: #660000;
}
.ui__header__links a[href="/publish"] span {
visibility: hidden;
display: block;
}
.ui__header__links a[href="/publish"] span:after {
content: 'Рохнуць!';
visibility: visible;
display: block;
padding: 6px 0px 0px 0px;
margin-top: -29px;
background-color: darkred;
border-radius: 5px;
}
.ui__header__links a[href="/publish"] span:hover:after {
background-color: #660000;
transition: 0.3s;
}
/* NY
.column-link--logo:after {
content: '🎄';
position: relative;
left: 5px;
top: -10px;
font-size: 30px;
}
.ui__header__logo:after {
content: '🎄';
position: relative;
left: 5px;
top: 0px;
font-size: 25px;
}
.ui__header__logo {
text-decoration: none;
}
*/