PluginProbe
Import Social Events / trunk
Import Social Events vtrunk
1.9.1 1.9.0 trunk 1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.6.0 1.6.1 1.6.10 1.6.11 1.6.12 All 61 releases
import-facebook-events / assets / css / wizard.css

wizard.css in Import Social Events trunk, at assets/css/wizard.css

205 lines 4.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body {
2 background: #f9f9f9;
3 }
4 #wpadminbar, #adminmenu, #adminmenuback, #adminmenuwrap {
5 display: none;
6 }
7 .notice {
8 display: none;
9 }
10 #wpwrap{
11 display: flex;
12 justify-content: center;
13 flex-direction: row;
14 flex-wrap: nowrap;
15 align-items: center;
16 }
17 #wpcontent {
18 margin-left: 0;
19 }
20 /* Background Overlay */
21 .ife-popup-overlay {
22 display: none;
23 position: fixed;
24 top: 0;
25 left: 0;
26 width: 100%;
27 height: 100%;
28 background: rgba(0, 0, 0, 0.8);
29 z-index: 9999;
30 justify-content: center;
31 align-items: center;
32 }
33
34 /* Popup Content */
35 .ife-popup-content {
36 position: relative;
37 width: auto;
38 height: 700px;
39 }
40
41 /* Close Button */
42 .ife-close-btn {
43 position: absolute;
44 top: -30px;
45 right: 0;
46 font-size: 40px;
47 font-weight: bold;
48 color: #FFF;
49 cursor: pointer;
50 z-index: 10000;
51 }
52
53 .ife-close-btn:hover {
54 color: #ff0000;
55 }
56
57 /* Responsive Video Frame */
58 #ife-wizard-video-popup .ife-popup-content iframe {
59 width: 1350px;
60 height: 725px;
61 border: none;
62 }
63 .ife-wizard-wrap {
64 background: #FFFFFF;
65 padding: 40px 130px;
66 max-width: 520px;
67 border-radius: 22px;
68 box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
69 position: relative;
70 }
71
72 .ife-wizard-wrap .ife-wizard-starter-video a {
73 padding: 33px 20px 19px;
74 margin-top: 40px;
75 display: block;
76 text-decoration: none;
77 }
78 .ife-wizard-button-style {
79 color: #52595E;
80 text-align: center;
81 font-weight: 400;
82 font-size: 13px;
83 border-radius: 11px;
84 box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
85 border: 1px solid #DFE1E5;
86 transition: all 0.2s ease;
87 }
88 .ife-wizard-button-style svg path {
89 transition: all 0.2s ease;
90 }
91
92 .ife-wizard-import-box {
93 border: 1px solid #DFE1E5;
94 border-radius: 11px;
95 padding: 22px 18px;
96 width: 245px;
97 font-size: 13px;
98 background: #fff;
99 text-align: left;
100 color: #52595E;
101 }
102 .ife-wizard-import-box svg {
103 vertical-align: middle;
104 margin-right: 10px;
105 }
106 .ife-wizard-open-popup-box {
107 margin-top: 40px;
108 }
109 button.ife-wizard-open-popup {
110 background: #fff;
111 border: 1px solid #DFE1E5;
112 border-radius: 11px;
113 padding: 22px 18px;
114 width: 230px;
115 height: 130px;
116 font-size: 13px;
117 text-align: center;
118 color: #52595E;
119 float: left;
120 margin-right: 50px;
121 }
122 button.ife-wizard-open-popup span.wizard-notification-text {
123 margin-top: 3px;
124 font-size: 10px;
125 color: #bfbfbf;
126 letter-spacing: 0.5px;
127 }
128 button.ife-wizard-open-popup span {
129 display: block;
130 margin-top: 13px;
131 }
132 .ife-wizard-open-popup-box button:last-of-type {
133 margin: 0 !important;
134 }
135 .ife-wizard-back-box {
136 text-align: center;
137 }
138 .ife-wizard-back-button {
139 margin-top: 55px;
140 text-align: center;
141 color: #959DA4;
142 background: #fff;
143 border: none;
144 cursor: pointer;
145 position: relative;
146 padding-left: 20px;
147 }
148 .ife-wizard-back-button svg {
149 position: absolute;
150 left: 0;
151 }
152 a.ife-wizard-close-button {
153 position: absolute;
154 top: 18px;
155 right: 23px;
156 box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
157 border: 1px solid #DFE1E5;
158 transition: all 0.2s ease;
159 width: 20px;
160 height: 20px;
161 padding: 6px;
162 border-radius: 50px;
163 }
164 a.ife-wizard-close-button svg {
165 width: 20px;
166 height: 20px;
167 }
168 a.ife-wizard-close-button svg path {
169 fill: #9e9e9e;
170 transition: all 0.2s ease;
171 }
172 .ife-wizard-wrap > h3 {
173 color: #393C40;
174 text-align: center;
175 font-weight: 400;
176 font-size: 21px;
177 margin-top: 5px;
178 margin-bottom: 41px;
179 }
180 a.ife-wizard-close-button:hover {
181 border-color: red;
182 }
183 a.ife-wizard-close-button:hover svg path {
184 fill: red;
185 }
186
187 button.ife-wizard-back-button:hover, button.ife-wizard-back-button:hover svg path{
188 color: #0049b3;
189 fill: #0049b3;
190 }
191
192 .ife-wizard-wrap .ife-wizard-starter-video a:hover,.ife-wizard-wrap .ife-wizard-starter-video a:hover p, button.ife-wizard-import-box:hover, button.ife-wizard-open-popup:hover{
193 border-color: #0049b3;
194 color : #0049b3;
195 }
196
197 .ife-wizard-wrap .ife-wizard-starter-video a:hover svg path, button.ife-wizard-import-box:hover svg path, button.ife-wizard-open-popup:hover svg path{
198 fill: #0049b3;
199 }
200 .notice {
201 display: none;
202 }
203 .ife_notice {
204 display: block;
205 }