PluginProbe ʕ •ᴥ•ʔ
Disable Admin Notices – Hide Dashboard Notifications / trunk
Disable Admin Notices – Hide Dashboard Notifications vtrunk
1.4.5 trunk 1.0.0 1.0.2 1.0.3 1.0.5 1.0.6 1.1.1 1.1.3 1.1.4 1.2.0 1.2.2 1.2.3 1.2.4 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4
disable-admin-notices / libs / factory / templates / assets / css / clearfy-base.less
disable-admin-notices / libs / factory / templates / assets / css Last commit date
libs 1 year ago clearfy-base.css 1 year ago clearfy-base.css.map 4 years ago clearfy-base.less 3 years ago components.css 1 year ago components.css.map 1 year ago components.less 1 year ago page-setup.css 1 year ago page-setup.css.map 4 years ago page-setup.less 3 years ago
clearfy-base.less
268 lines
1 /**
2 * Базовые стили для все�
3 копомпонентов Clearfy
4
5 * @author Webcraftic <wordpress.webraftic@gmail.com>
6 * @copyright Webcraftic 06.10.2018
7 * @sicne 2.0.5
8 */
9
10 .button(@backgroundColor: #e8e8e8,@color:#353535, @boxShadow:rgba(0, 0, 0, 0.2)) {
11 cursor: pointer;
12 line-height: 16px;
13 font-size: 13px;
14 font-weight: 600;
15 padding: 12px 20px;
16 text-align: center;
17 text-decoration: none;
18 text-transform: uppercase;
19 border-radius: 2px;
20 -moz-border-radius: 2px;
21 -webkit-border-radius: 2px;
22 color: @color;
23 background: @backgroundColor;
24 box-shadow: 0 1px 0 @boxShadow;
25 -moz-box-shadow: 0 1px 0 @boxShadow;
26 -webkit-box-shadow: 0 1px 0 @boxShadow;
27 &:active {
28 box-shadow: inset 0 1px 0 @boxShadow;
29 -moz-box-shadow: inset 0 1px 0 @boxShadow;
30 -webkit-box-shadow: inset 0 1px 0 @boxShadow;
31 }
32 &:focus {
33 outline: none;
34 border: 0;
35 }
36 }
37
38 #WBCR {
39 .premium-label(@position: relative, @positionTop:-8px, @positionLeft:-10px, @positionRight:auto) {
40 display: inline-block;
41 position: @position;
42 content: 'PRO';
43 background: #ff5722;
44 border-radius: 4px;
45 color: #fff;
46 font-size: 10px;
47 line-height: 1;
48 font-style: normal;
49 padding: 4px 6px;
50 margin-left: 4px;
51 vertical-align: top;
52 top: @positionTop;
53 left: @positionLeft;
54 right: @positionRight;
55 z-index: 11;
56 }
57
58 .wbcr-factory-templates-000-impressive-page-template {
59 .factory-checkbox.wbcr-factory-clearfy-icon-pro:after {
60 .premium-label();
61 }
62
63 .wbcr-factory-templates-000-multisite-suggetion {
64 padding: 30px 80px;
65
66 h3 {
67 margin: 0 0 20px;
68 }
69
70 .wbcr-factory-inner-contanier {
71 border: 2px dashed #8bc34a;
72 background: #fff;
73 padding: 20px;
74 }
75
76 .wbcr-factory-activate-premium {
77 display: inline-block;
78 .button();
79 }
80
81 .wbcr-factory-purchase-premium {
82 display: inline-block;
83 .button(#fdd868, #755c0e, rgba(60, 45, 2, 0.31));
84 }
85 }
86
87 .wbcr-factory-right-sidebar-section {
88 .wbcr-factory-templates-000-pro-suggettion {
89 background: #fff;
90 color: #353535;
91 font-weight: 600;
92 border: 2px dashed #8bc34a;
93
94 h3 {
95 margin: 0 0 20px;
96 padding: 10px 0;
97 text-align: center;
98 border-bottom: 2px solid #e6e6e6;
99 color: #636363;
100 font-size: 17px;
101 font-weight: 600;
102 vertical-align: middle;
103 text-transform: uppercase;
104 }
105
106 ul {
107 //list-style: circle;
108 position: relative;
109 margin-bottom: 20px;
110
111 li {
112 font-size: 15px;
113 padding: 7px;
114 padding-left: 20px;
115
116 &:before {
117 }
118
119 &:before {
120 content: " ";
121 display: inline-block;
122 width: 0.4em;
123 height: 0.7em;
124 border: solid #8bc34a;
125 border-width: 0 0.2em 0.2em 0;
126 left: 0;
127 margin-right: 10px;
128 -webkit-transform: rotate(45deg);
129 -moz-transform: rotate(45deg);
130 -o-transform: rotate(45deg);
131 transform: rotate(45deg);
132 }
133
134 }
135 }
136
137 .wbcr-factory-purchase-premium {
138 display: block;
139 .button();
140 }
141 }
142 }
143 }
144
145 /* subscribe widget */
146
147 .wbcr-factory-subscribe-widget {
148 margin-top: 0 !important;
149 border: 1px solid rgba(0, 0, 0, 0.1);
150 border-radius: 5px;
151
152
153 &__field {
154 margin: 10px auto;
155 display: block;
156 width: 100%;
157 text-align: center;
158 box-shadow: 0 0 0 transparent;
159 border-radius: 4px;
160 border: 1px solid #d6d4d4;
161 background-color: #fff;
162 color: #32373c;
163 }
164
165 &__button {
166 display: block;
167 width: 100%;
168 text-align: center;
169 margin: 14px 0 0;
170 box-shadow: none;
171 min-width: 100px;
172 background-color: #ff5722;
173 border: 0;
174 color: #fff;
175
176 &:active, &:focus {
177 box-shadow: inset -1px 1px 1px #222;
178 outline: none;
179 }
180 }
181
182 &__msgbox {
183 font-weight: bold;
184 }
185
186 &__text {
187 display: none;
188 padding: 10px 14px;
189 margin: 0 0 10px;
190
191 }
192
193 &__text--success {
194 background: #d6efbe;
195 color: #61824b;
196 }
197
198 &__text--success2 {
199 background: #ffe0b3;
200 }
201
202 &__text--error {
203 background: #f1b1b6;
204 }
205
206 &__checkbox {
207 margin: 0 10px 0 0;
208 }
209
210 &__checkbox-label {
211 font-weight: normal;
212 color: #8c8888;
213 font-size: 12px;
214 }
215 }
216 }
217
218 @media screen and (max-width: 1550px) {
219 #WBCR {
220 .wbcr-factory-templates-000-impressive-page-template {
221 .wbcr-factory-templates-000-multisite-pro-suggetion {
222 padding: 10px 80px;
223 }
224
225 .wbcr-factory-right-sidebar-section {
226 .wbcr-factory-templates-000-pro-suggettion {
227 padding: 10px;
228
229 h3 {
230 margin: 0 0 20px;
231 padding: 10px 0;
232 font-size: 13px;
233 font-weight: 600;
234 }
235
236 ul {
237 margin-bottom: 20px;
238
239 li {
240 font-size: 13px;
241 padding: 2px;
242 padding-left: 10px;
243
244 &:before {
245 width: 0.4em;
246 height: 0.7em;
247 border-width: 0 0.2em 0.2em 0;
248 left: 0;
249 margin-right: 10px;
250 }
251 }
252 }
253
254 .wbcr-factory-purchase-premium {
255 font-weight: 700;
256 line-height: 16px;
257 font-size: 12px;
258 padding: 8px 12px;
259 border-radius: 2px;
260 -moz-border-radius: 2px;
261 -webkit-border-radius: 2px;
262 }
263 }
264 }
265 }
266 }
267 }
268