PluginProbe ʕ •ᴥ•ʔ
JetBackup – Backup, Restore & Migrate / 1.3.0
JetBackup – Backup, Restore & Migrate v1.3.0
3.1.22.3 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.8.1 1.4.9 1.5.0 1.5.1 1.5.1.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.0 1.6.10 1.6.11 1.6.12 1.6.13 1.6.15 1.6.5.1 1.6.8.8 1.6.9 1.6.9.1 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7.5 2.0.8.7 2.0.9.11 2.0.9.14 2.0.9.15 2.0.9.6 2.0.9.7 2.0.9.9 3.1.10.7 3.1.11.1 3.1.12.3 3.1.13.4 3.1.14.17 3.1.15.4 3.1.16.1 3.1.17.5 3.1.18.10 3.1.18.8 3.1.18.9 3.1.19.8 3.1.20.3 3.1.21.3 3.1.7.9 3.1.9.2 trunk 1.1.90 1.1.91 1.2.0 1.2.5 1.2.6 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.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2
backup / public / css / styles.css
backup / public / css Last commit date
default 6 years ago bgstyle.less.css 6 years ago bgstyle.wordpress.css 6 years ago bootstrap-switch.min.css 6 years ago bootstrap.css 6 years ago deactivationSurvey.css 6 years ago fonts.css 6 years ago jquery.rateyo.css 6 years ago main.css 6 years ago popupTheme.css 6 years ago spinner.css 6 years ago styles.css 6 years ago
styles.css
340 lines
1 .bg-container {
2 float: left;
3 background-color: #333;
4 margin-top: 20px;
5 width: calc(100% - 20px);
6 border: 0px #5c5c5c solid;
7 position: relative;
8 }
9
10 #bg-wrapper {
11 float: left;
12 width: 100%;
13 position: relative;
14 font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
15 font-size: 15px;
16 line-height: 1.42857143;
17 color: #333333;
18 }
19
20 #bg-wrapper a {
21 font-size: 15px;
22 color: #0021C8;
23 text-decoration: none;
24 }
25
26 #bg-wrapper a:hover,
27 #bg-wrapper a:focus {
28 color: #165ba8;
29 text-decoration: underline;
30 }
31
32 .bg-try-again {
33 color: #0021C8 !important;
34 margin-right: 20px;
35 }
36
37 .bg-try-again:hover {
38 text-decoration: none !important;
39 }
40
41 .bg-content {
42 margin-left: 210px;
43 min-height: 540px;
44 background-color: #fff;
45 padding: 15px;
46 position: relative;
47 }
48
49
50 .bg-content-dark {
51 background-color: transparent;
52 }
53
54 .bg-content-full-width {
55 margin: 0;
56 }
57
58 .bg-sidebar {
59 width: 210px;
60 float: left;
61 margin-left: -100%;
62 background-color: #3d3d3d;
63 }
64
65 .bg-form-control {
66 box-shadow: none !important;
67 border-bottom: 2px solid #000000 !important;
68 border-right: 0px solid #000000 !important;
69 border-top: 0px solid #000000 !important;
70 border-left: 0px solid #000000 !important;
71 display: block;
72 width: 100%;
73 padding-left: 0px !important;
74 padding-top: 16px;
75 padding-bottom: 16px;
76 font-size: 18px;
77 border-radius: 0 !important;
78 }
79
80 .bg-login-content label {
81 font-size: 16px;
82 line-height: 16px;
83 font-weight: bold;
84 }
85
86 .sg-button-wrapper {
87 margin-right: 0 !important;
88 width: 100% !important;
89 }
90
91 .sg-login-logo {
92 margin-left: 20px;
93 }
94
95 #bg-wrapper .bg-btn {
96 display: inline-block;
97 margin-bottom: 0;
98 font-weight: normal;
99 text-align: center;
100 vertical-align: middle;
101 touch-action: manipulation;
102 cursor: pointer;
103 background-image: none;
104 border: 1px solid transparent;
105 white-space: nowrap;
106 padding: 10px 18px;
107 font-size: 15px;
108 line-height: 1.42857143;
109 border-radius: 0;
110 -webkit-user-select: none;
111 -moz-user-select: none;
112 }
113
114 #bg-wrapper .bg-btn:hover {
115 text-decoration: none;
116 }
117
118 #bg-wrapper .bg-btn-success {
119 color: #fff;
120 background-color: #3fb618;
121 border-color: #3fb618;
122 }
123
124 #bg-wrapper .bg-btn-success:hover,
125 #bg-wrapper .bg-btn-success:focus,
126 #bg-wrapper .bg-btn-success.focus,
127 #bg-wrapper .bg-btn-success:active,
128 #bg-wrapper .bg-btn-success.active {
129 color: #fff;
130 background-color: #2f8912;
131 border-color: #2c8011;
132 }
133
134 #bg-wrapper .bg-btn-primary {
135 color: #fff;
136 background-color: #2780e3;
137 border-color: #2780e3;
138 }
139
140 #bg-wrapper .bg-btn-primary:hover,
141 #bg-wrapper .bg-btn-primary:focus,
142 #bg-wrapper .bg-btn-primary.focus,
143 #bg-wrapper .bg-btn-primary:active,
144 #bg-wrapper .bg-btn-primary.active {
145 color: #fff;
146 background-color: #1967be;
147 border-color: #1862b5;
148 }
149
150 .bg-text-primary,
151 .bg-text-primary:hover {
152 color: #2780e3;
153 }
154
155 .bg-text-success,
156 .bg-text-success:hover {
157 color: #3fb618;
158 }
159
160 .bg-text-danger,
161 .bg-text-danger:hover {
162 color: #ff0039;
163 }
164
165 .bg-text-warning,
166 .bg-text-warning:hover {
167 color: #ff7518;
168 }
169
170 .bg-text-info,
171 .bg-text-info:hover {
172 color: #9954bb;
173 }
174
175 .bg-pull-right {
176 float: right;
177 }
178
179 .bg-pull-left {
180 float: left;
181 }
182
183 .bg-text-center {
184 text-align: center;
185 }
186
187 .bg-tooltip {
188 position: relative;
189 display: inline-block;
190 font-size: 15px;
191 color: #0021C8;
192 cursor: pointer;
193 }
194
195 .bg-tooltip .bg-tooltiptext {
196 visibility: hidden;
197 width: 140px;
198 background-color: #333;
199 color: #fff;
200 text-align: center;
201 padding: 5px;
202 border-radius: 6px;
203 bottom: 100%;
204 left: 50%;
205 margin-left: -75px;
206 position: absolute;
207 z-index: 1;
208 }
209
210 .bg-tooltip:hover .bg-tooltiptext {
211 visibility: visible;
212 }
213
214 .bg-tooltip .bg-tooltiptext::after {
215 content: " ";
216 position: absolute;
217 top: 100%;
218 left: 50%;
219 margin-left: -5px;
220 border-width: 5px;
221 border-style: solid;
222 border-color: #333 transparent transparent transparent;
223 }
224
225 /* General screen related styles */
226
227 .bg-logged-msg-container {
228 float: right;
229 font-size: 12px;
230 display: inline-block;
231 margin-top: 10px;
232 margin-left: 5px;
233 }
234
235 /* Login screen related styles */
236
237 .bg-login-container {
238 width: 330px;
239 margin: 51px auto;
240 overflow: auto;
241 }
242
243 .bg-login-container h1 {
244 font-size: 22.5px;
245 font-weight: normal;
246 margin-bottom: 20px;
247 margin-top: 0;
248 }
249
250 .bg-login-container .bg-tooltip {
251 padding: 10px 0;
252 display: inline-block;
253 }
254
255 .bg-login-content {
256 padding: 25px;
257 background-color: #fff;
258 overflow: auto;
259 }
260
261 #bg-login-error {
262 display: none;
263 }
264
265 /* Assign license screen related styles */
266
267 .bg-license-container {
268 width: 420px;
269 margin: 51px auto;
270 overflow: auto;
271 }
272
273 .bg-license-container h1 {
274 font-size: 22.5px;
275 font-weight: normal;
276 margin-bottom: 10px;
277 margin-top: 0;
278 }
279
280 .bg-license-container .bg-tooltip {
281 padding: 10px 0;
282 display: inline-block;
283 }
284
285 .bg-license-content {
286 background-color: #fff;
287 overflow: auto;
288 box-sizing: border-box;
289 }
290
291 .bg-file-icon {
292 background-image: url("default/fileicon.png") !important;
293 background-size: cover;
294 width: 15px !important;
295 height: 15px !important;
296 line-height: 15px !important;
297 margin-top: 5px !important;
298 }
299
300 .bg-folder-icon{
301 background-image: url("default/foldericon.png") !important;
302 background-size: cover;
303 width: 15px !important;
304 height: 15px !important;
305 line-height: 15px !important;
306 margin-top: 5px !important;
307 }
308
309 .bg-no-icon{
310 background: none !important;
311 width: 5px !important;
312 }
313
314 .sg-switch-container .bootstrap-switch-default {
315 background-color: #000000 !important;
316 color: #FFFFFF !important;
317 }
318
319 p.bg-license-btn-wrapper {
320 margin-top: 37px;
321 text-align: center !important;
322 }
323
324 #link-btn {
325 margin-top: 30px;
326 }
327
328 select#product {
329 margin-top: 2px;
330 text-indent: 4px;
331 }
332
333 .bg-license-content {
334 text-align: center;
335 }
336
337 .bg-license-content.sg-wrapper-less {
338 margin-top: 0 !important;
339 }
340