PluginProbe ʕ •ᴥ•ʔ
Redux Framework / 4.5.6
Redux Framework v4.5.6
4.5.13 trunk 4.3.0 4.3.1 4.3.10 4.3.11 4.3.12 4.3.13 4.3.14 4.3.15 4.3.16 4.3.17 4.3.18 4.3.19 4.3.2 4.3.20 4.3.21 4.3.22 4.3.24 4.3.25 4.3.26 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.8 4.3.9 4.4.0 4.4.1 4.4.10 4.4.11 4.4.12 4.4.13 4.4.14 4.4.15 4.4.16 4.4.17 4.4.18 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5.0 4.5.1 4.5.10 4.5.11 4.5.2 4.5.3 4.5.4 4.5.6 4.5.7 4.5.8 4.5.9
redux-framework / redux-core / inc / welcome / css / redux-welcome.css
redux-framework / redux-core / inc / welcome / css Last commit date
index.php 1 year ago redux-welcome.css 1 year ago redux-welcome.css.map 1 year ago redux-welcome.min.css 2 years ago redux-welcome.scss 2 years ago
redux-welcome.css
216 lines
1 #wpbody-content .wrap {
2 height: auto !important;
3 overflow: initial !important;
4 max-width: initial !important;
5 }
6
7 .about-wrap hr {
8 border: inherit;
9 border-top: 1px solid #ccc;
10 }
11 .about-wrap #footer-upgrade {
12 display: none;
13 }
14 .about-wrap .redux-badge {
15 position: absolute;
16 top: 0;
17 background: #00a2e3;
18 padding: 20px;
19 color: #efefef;
20 margin: 5px 0 0 0;
21 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
22 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
23 }
24 .about-wrap .redux-badge::before {
25 color: #fff;
26 -webkit-font-smoothing: antialiased;
27 -moz-osx-font-smoothing: grayscale;
28 font-size: 80px;
29 font-weight: normal;
30 width: 165px;
31 height: 165px;
32 line-height: 165px;
33 text-align: center;
34 position: absolute;
35 top: 0;
36 margin: 0;
37 vertical-align: middle;
38 }
39 .about-wrap .redux-badge .el {
40 background: #00a2e3;
41 display: block !important;
42 font-size: 8em;
43 color: #fff;
44 margin-bottom: 30px;
45 }
46 .about-wrap .redux-badge span {
47 font-weight: 600;
48 font-size: 14px;
49 text-align: center;
50 position: absolute;
51 bottom: 0;
52 background: rgba(50, 50, 49, 0.47);
53 left: 0;
54 right: 0;
55 padding: 8px;
56 }
57 .about-wrap .redux-badge small {
58 clear: both;
59 font-weight: 600;
60 font-size: 14px;
61 text-align: center;
62 position: absolute;
63 bottom: 0;
64 background: transparent;
65 left: 0;
66 right: 0;
67 padding: 8px;
68 }
69 .about-wrap div.icon {
70 width: 0 !important;
71 padding: 0;
72 margin: 20px 0 !important;
73 }
74 .about-wrap figure figcaption::before, .about-wrap figure figcaption::after {
75 position: absolute;
76 top: 15px;
77 right: 15px;
78 bottom: 15px;
79 left: 15px;
80 content: "";
81 opacity: 0;
82 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
83 transition: opacity 0.35s, -webkit-transform 0.35s;
84 transition: opacity 0.35s, transform 0.35s;
85 transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
86 }
87 .about-wrap figure figcaption::before {
88 border-top: 1px solid #fff;
89 border-bottom: 1px solid #fff;
90 -webkit-transform: scale(0, 1);
91 transform: scale(0, 1);
92 }
93 .about-wrap figure figcaption::after {
94 border-right: 1px solid #fff;
95 border-left: 1px solid #fff;
96 -webkit-transform: scale(1, 0);
97 transform: scale(1, 0);
98 }
99 .about-wrap figure p {
100 padding: 10px;
101 text-transform: none;
102 opacity: 0;
103 margin-top: 0 !important;
104 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
105 transition: opacity 0.35s, -webkit-transform 0.35s;
106 transition: opacity 0.35s, transform 0.35s;
107 transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
108 -webkit-transform: translate3d(0, 20px, 0);
109 transform: translate3d(0, 20px, 0);
110 }
111
112 .redux-message .twitter-share-button,
113 p.redux-actions .twitter-share-button {
114 margin-top: -3px;
115 margin-left: 3px;
116 vertical-align: middle;
117 }
118 .redux-message a.review-us,
119 p.redux-actions a.review-us {
120 opacity: 0.5;
121 text-decoration: none !important;
122 }
123 .redux-message a.button-demo,
124 p.redux-actions a.button-demo {
125 margin-left: 15px;
126 color: #a00;
127 }
128 .redux-message a.button-demo.active,
129 p.redux-actions a.button-demo.active {
130 color: #d98500;
131 }
132
133 #redux-message {
134 margin: 5px 0 15px;
135 margin-top: 15px !important;
136 display: block !important;
137 border-color: #00a2e3;
138 }
139 #redux-message h4 {
140 margin-top: 0.5em;
141 }
142
143 .redux-product {
144 margin-bottom: 15px;
145 border: 1px solid #ccc;
146 background: #fff;
147 padding: 0 20px;
148 min-width: 350px;
149 float: left;
150 margin-right: 20px;
151 }
152 .redux-product .name {
153 color: #23282d;
154 font-size: 32px;
155 font-weight: 100;
156 margin: 10px 0 0;
157 line-height: 1.3;
158 word-wrap: break-word;
159 overflow-wrap: break-word;
160 text-align: left;
161 }
162 .redux-product .version {
163 color: #72777c;
164 font-size: 13px;
165 font-weight: 400;
166 float: none;
167 display: inline-block;
168 margin-left: 10px;
169 }
170 .redux-product .author {
171 margin: 15px 0 25px;
172 color: #72777c;
173 font-size: 16px;
174 font-weight: 400;
175 line-height: inherit;
176 }
177 .redux-product .type {
178 margin-left: 5px;
179 background-color: #f0ad4e;
180 display: inline;
181 padding: 0.2em 0.5em 0.2em;
182 font-weight: 400;
183 line-height: 1;
184 font-size: 12px;
185 color: #fff !important;
186 text-align: center;
187 white-space: nowrap;
188 vertical-align: baseline;
189 border-radius: 0.25em;
190 }
191 .redux-product .type.theme {
192 background-color: #0099d5;
193 }
194
195 .hide {
196 display: none !important;
197 }
198
199 @media screen and (max-width: 500px) {
200 .about-wrap h2 .nav-tab {
201 width: 100%;
202 padding: 0;
203 height: 40px;
204 line-height: 40px;
205 text-align: center;
206 margin: 10px 0;
207 }
208 .about-wrap h2.nav-tab-wrapper {
209 padding: 0;
210 width: 100%;
211 }
212 }
213 /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJlZHV4LXdlbGNvbWUuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLQTtDQUNJO0NBQ0E7Q0FDQTs7O0FBSUE7Q0FDSTtDQUNBOztBQUdKO0NBQ0k7O0FBR0o7Q0FDSTtDQUNBO0NBRUE7Q0FDQTtDQUVBO0NBQ0E7Q0FDQTtDQUNBOztBQUVBO0NBQ0k7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7O0FBR0o7Q0FDSTtDQUNBO0NBQ0E7Q0FDQTtDQUNBOztBQUdKO0NBQ0k7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTtDQUNBOztBQUdKO0NBQ0k7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7O0FBSVI7Q0FDSTtDQUNBO0NBQ0E7O0FBS0k7Q0FFSTtDQUNBO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7O0FBR0o7Q0FDSTtDQUNBO0NBQ0E7O0FBR0o7Q0FDSTtDQUNBO0NBQ0E7O0FBSVI7Q0FDSTtDQUNBO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTs7O0FBT1I7QUFBQTtDQUNJO0NBQ0E7Q0FDQTs7QUFJQTtBQUFBO0NBQ0k7Q0FDQTs7QUFHSjtBQUFBO0NBQ0k7Q0FDQTs7QUFFQTtBQUFBO0NBQ0k7OztBQU1oQjtDQUNJO0NBQ0E7Q0FDQTtDQUNBOztBQUVBO0NBQ0k7OztBQUlSO0NBQ0k7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7O0FBRUE7Q0FDSTtDQUNBO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTtDQUNBOztBQUdKO0NBQ0k7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTtDQUNBOztBQUdKO0NBQ0k7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTs7QUFHSjtDQUNJO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTtDQUNBO0NBQ0E7Q0FDQTs7QUFFQTtDQUNJOzs7QUFLWjtDQUNJOzs7QUFHSjtDQUVRO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztDQUdKO0VBQ0k7RUFDQSIsImZpbGUiOiJyZWR1eC13ZWxjb21lLmNzcyJ9 */
214
215 /*# sourceMappingURL=redux-welcome.css.map */
216