PluginProbe
Passster – Password Protect Pages and Content / 3.5.4
Passster – Password Protect Pages and Content v3.5.4
4.3.15 4.3.14 4.3.12 4.3.13 4.3.11 4.3.10 4.3.9 4.3.8 4.3.7 4.3.6 4.3.5 trunk 3.5.4 3.5.5.2 3.5.5.8 3.5.5.9 4.0 4.1.4 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.15 4.2.16 All 47 releases
content-protector / assets / admin / passster-admin.css

passster-admin.css in Passster – Password Protect Pages and Content 3.5.4, at assets/admin/passster-admin.css

245 lines 4.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wrap.passster-admin {
2 background:white;
3 float: left;
4 width: 60%;
5 min-width:850px;
6 margin: 0;
7 box-sizing: border-box;
8 margin: 0 25px 25px 25px;
9 }
10
11 .passster-admin-header {
12 background: white;
13 padding: 25px;
14 float: left;
15 width: 60%;
16 min-width:850px;
17 box-sizing: border-box;
18 margin: 25px 25px 0 25px;
19 }
20
21 .passster-admin-header .logo {
22 float: left;
23 width: 200px;
24 height: 50px;
25 background-repeat: no-repeat;
26 }
27
28 .passster-admin-header .info-links {
29 height: 50px;
30 margin: auto;
31 display: table;
32 float: right;
33 }
34 .passster-admin-header .info-links a {
35 padding-left: 10px;
36 color: #7200e5;
37 display: table-cell;
38 vertical-align: middle;
39 text-transform: uppercase;
40 }
41
42 .passster-admin #setting-error-settings_updated {
43 margin: 10px 0 10px 10px;
44 }
45
46 .passster-admin .metabox-holder h2 {
47 font-size: 1.4rem;
48 padding-left: 6px;
49 }
50
51 .passster-admin .nav-tab {
52 float: left;
53 padding: 15px 25px;
54 box-sizing: border-box;
55 font-size: 14px;
56 line-height: 1.71428571;
57 font-weight: 600;
58 background: #bdb9b9;
59 color:#fff;
60 text-decoration: none;
61 white-space: nowrap;
62 width: 50%;
63 border-bottom: solid 1px #fff;
64 border-right: solid 1px #fff;
65 margin: 0;
66 transition: 0.5s;
67 text-transform: uppercase;
68 }
69
70 .passster-admin .nav-tab:hover, .passster-admin .nav-tab-active {
71 background:#7200e5;
72 }
73
74 .passster-admin .button-primary {
75 background:#7200e5;
76 text-shadow: none;
77 box-shadow: none;
78 border-radius: 0;
79 border: none;
80 padding: 25px;
81 line-height: 0;
82 display: block;
83 transition: 0.5s;
84 text-transform: uppercase;
85 }
86
87 .passster-admin .button-primary:hover {
88 background:#1f033f;
89 }
90
91 .passster-admin .nav-tab-wrapper {
92 border:none;
93 margin:0;
94 padding-top: 0 !important;
95 border: none !important;
96 }
97
98 .passster-admin .metabox-holder {
99 padding: 20px;
100 }
101
102 .passster-admin .wpsa-settings-separator {
103 margin-left: auto;
104 margin-right: auto;
105 right: 0;
106 max-width: 50%;
107 }
108
109 .passster-admin .switch {
110 position: relative;
111 display: inline-block;
112 width: 60px;
113 height: 34px;
114 }
115
116 .passster-admin .switch input {
117 display: none;
118 }
119
120 .passster-admin .slider {
121 position: absolute;
122 cursor: pointer;
123 top: 0;
124 left: 0;
125 right: 0;
126 bottom: 0;
127 background-color: #ccc;
128 -webkit-transition: .4s;
129 transition: .4s;
130 margin: 0;
131 }
132
133 .passster-admin .slider:before {
134 position: absolute;
135 content: "";
136 height: 26px;
137 width: 26px;
138 left: 4px;
139 bottom: 4px;
140 background-color: white;
141 -webkit-transition: .4s;
142 transition: .4s;
143 }
144
145 .passster-admin input:checked + .slider {
146 background-color: #7200e5;
147 }
148
149 .passster-admin input:focus + .slider {
150 box-shadow: 0 0 1px #7200e5;
151 }
152
153 .passster-admin input:checked + .slider:before {
154 -webkit-transform: translateX(26px);
155 -ms-transform: translateX(26px);
156 transform: translateX(26px);
157 }
158
159 /* Rounded sliders */
160 .passster-admin .slider.round {
161 border-radius: 34px;
162 }
163
164 .passster-admin .slider.round:before {
165 border-radius: 50%;
166 }
167
168 .passster-admin input[type="number"] {
169 max-width: 60px;
170 }
171 .passster-admin .select2-container {
172 max-width: 350px;
173 }
174 .passster-admin .select2-hidden-accessible {
175 position: relative !important;
176 }
177
178 .passster-admin .select2-hidden-accessible td input, .passster-admin .select2-hidden-accessible option {
179 display: none;
180 }
181
182 .passster-admin .form-table > tbody > .select2 {
183 display: none !important;
184 }
185
186 .select2-container--default, .select2-container--default.select2-container--focus .select2-selection--multiple {
187 border: solid #cfcfcf 1px;
188 border-radius: 0px;
189 }
190 .select2-container--default .select2-selection--multiple, .selection {
191 border-radius: 0px;
192 border: none !important;
193 }
194
195 .passster-admin .color-alpha {
196 height: 28px !important;
197 }
198
199 #passster-migrator {
200 background:
201 #007cba;
202 border-color:
203 #007cba;
204 color:
205 #fff;
206 text-decoration: none;
207 text-shadow: none;font-size: 13px;
208 line-height: 2;
209 min-height: 28px;
210 margin: 0;
211 padding: 0 10px;
212 cursor: pointer;
213 border-width: 1px;
214 border-style: solid;
215 -webkit-appearance: none;
216 border-radius: 3px;
217 white-space: nowrap;
218 margin-left:10px;
219 }
220
221 #passster-migrator:hover, #passster-migrator:active {
222 background:#0071a1;
223 border-color:#0071a1;
224 color:#fff;
225 }
226
227 .passster-admin .pro {
228 background: #7200e5;
229 color: white;
230 padding: 5px;
231 font-size: 0.7em;
232 position: relative;
233 top: -70px;
234 right: -340px;
235 width: 100%;
236 }
237
238 .passster-admin .switch .pro {
239 top: -20px;
240 right: -95%;
241 }
242
243 .passster-hide-option {
244 display:none;
245 }