-
Notifications
You must be signed in to change notification settings - Fork 0
/
logovo-vendor.css
183 lines (155 loc) · 3.66 KB
/
logovo-vendor.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
/* Mailchimp Subscription */
#mc-embedded-subscribe-form {
padding: 0.4rem 0 !important;
display: flex !important;
align-items: stretch;
flex-direction: column;
gap: 1rem;
}
#mc-embedded-subscribe {
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0.5rem 2rem !important;
border-radius: 0 !important;
}
#mc_embed_signup input[type=text],
#mc_embed_signup input[type=email] {
padding: 1rem 1rem !important;
border-radius: 0 !important;
border-color: white;
border-width: 2px;
box-sizing: border-box;
outline: none;
}
#mc_embed_signup .mc-field-group {
flex: 1;
width: auto !important;
}
#mc_embed_signup div.mce_inline_error {
background: transparent!important;
color: #e85c41 !important;
font-weight: bold !important;
}
#mc_embed_signup div.response {
margin: 0 !important;
padding: 0 !important;
float: none !important;
width: auto !important;
}
@media ( min-width: 480px ) {
#mc-embedded-subscribe-form {
align-items: flex-start;
flex-direction: row;
}
}
/* Embed Plus Plugin for YouTube */
.epyt-gallery-subscribe a.epyt-gallery-subbutton {
padding: 10px 20px;
border-radius: 5px;
}
.epyt-gallery-subscribe a.epyt-gallery-subbutton img {
width: 32px !important;
margin-right: .2em;
}
.epyt-gallery-img {
border-radius: 5px;
}
/* OACS Like PLugin */
.oacs-spl-like-button-wrapper {
display: flex;
justify-content: center;
width: auto;
margin-top: 2em;
padding: 2em;
background: #f5f5f5;
}
.oacs-spl-like-button {
display: flex;
justify-content: center;
}
.oacs-spl-like-button .spinner {
position: absolute;
top: 50%;
left: 1em;
}
.oacs-spl-counter {
margin-top: 0.25em;
}
/* ReWord plugin */
.reword-icon {
font-size: 0;
background: #333;
}
.reword-icon:hover {
transform: scale(1.2)
}
.reword-icon:before {
content: "⚠️";
font-size: 21px;
}
.reword-icon-bottom {
bottom: 140px;
}
.reword-icon-right.reword-icon-inactive {
right: -40px;
}
/* Shareaholic */
.shareaholic-share-buttons-container.shareaholic-follow-buttons-container {
margin-top: 0;
}
.shareaholic-share-buttons-container .shareaholic-share-button {
opacity: 0.75;
transition: opacity ease-in 0.2s;
}
.shareaholic-share-buttons-container .shareaholic-share-button:hover {
opacity: 1;
}
.shareaholic-floated {
transform: translateZ(0);
}
.shareaholic-floated.shareaholic-mobile {
width: 100%;
background: white;
box-shadow: 0 0 5px rgba(0,0,0,.05);
}
.shareaholic-floated:not(.shareaholic-mobile) .shareaholic-share-buttons-animation-wrapper {
padding-top: 20px;
background: white;
}
/* Shareaholic: Related posts */
.shareaholic-canvas[data-app-id-name="post_below_content"] {
max-width: 100rem !important;
}
.shareaholic-recommendations-header {
font-size: 24px !important;
}
.shareaholic-recommendations .shareaholic-recommendation-article-link {
overflow: initial !important;
}
.shareaholic-recommendations .shareaholic-image {
transition: box-shadow ease-in-out 0.3s;
}
.shareaholic-recommendations .shareaholic-recommendation-article-link:hover .shareaholic-image {
box-shadow: 0 -5px 10px #ddd !important;
}
.shareaholic-recommendations .shareaholic-recommendation-article-details {
position: static !important;
padding: 0 !important;
background: transparent !important;
}
.shareaholic-recommendations .shareaholic-recommendation-article-title {
color: #333 !important;
font-size: 10pt !important;
text-shadow: none !important;
text-transform: initial !important;
}
/* Shareaholic: Follow */
.shareaholic-canvas[data-app="follow_buttons"] {
margin-bottom: 2rem;
}
@media ( max-width: 1000px ) {
.shareaholic-floated.shareaholic-vertical {
display: none;
}
}