PluginProbe ʕ •ᴥ•ʔ
JetBackup – Backup, Restore & Migrate / 1.2.0
JetBackup – Backup, Restore & Migrate v1.2.0
3.1.22.4 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 spinner.css 6 years ago styles.css 6 years ago
styles.css
288 lines
1 .bg-container {
2 float: left;
3 background-color: #333;
4 margin-top: 20px;
5 width: calc(100% - 20px);
6 border: 1px #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: #2780e3;
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-content {
33 margin-left: 210px;
34 min-height: 540px;
35 background-color: #fff;
36 padding: 15px;
37 position: relative;
38 }
39
40 .bg-content-dark {
41 background-color: transparent;
42 }
43
44 .bg-content-full-width {
45 margin: 0;
46 }
47
48 .bg-sidebar {
49 width: 210px;
50 float: left;
51 margin-left: -100%;
52 background-color: #3d3d3d;
53 }
54
55 .bg-form-control {
56 display: block;
57 width: 100%;
58 height: 43px !important;
59 padding: 10px 18px !important;
60 font-size: 15px !important;
61 line-height: 1.42857143 !important;
62 color: #333;
63 background-color: #fff;
64 background-image: none;
65 border: 1px solid #ccc;
66 border-radius: 0;
67 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
68 }
69
70 #bg-wrapper .bg-btn {
71 display: inline-block;
72 margin-bottom: 0;
73 font-weight: normal;
74 text-align: center;
75 vertical-align: middle;
76 touch-action: manipulation;
77 cursor: pointer;
78 background-image: none;
79 border: 1px solid transparent;
80 white-space: nowrap;
81 padding: 10px 18px;
82 font-size: 15px;
83 line-height: 1.42857143;
84 border-radius: 0;
85 -webkit-user-select: none;
86 -moz-user-select: none;
87 }
88
89 #bg-wrapper .bg-btn:hover {
90 text-decoration: none;
91 }
92
93 #bg-wrapper .bg-btn-success {
94 color: #fff;
95 background-color: #3fb618;
96 border-color: #3fb618;
97 }
98
99 #bg-wrapper .bg-btn-success:hover,
100 #bg-wrapper .bg-btn-success:focus,
101 #bg-wrapper .bg-btn-success.focus,
102 #bg-wrapper .bg-btn-success:active,
103 #bg-wrapper .bg-btn-success.active {
104 color: #fff;
105 background-color: #2f8912;
106 border-color: #2c8011;
107 }
108
109 #bg-wrapper .bg-btn-primary {
110 color: #fff;
111 background-color: #2780e3;
112 border-color: #2780e3;
113 }
114
115 #bg-wrapper .bg-btn-primary:hover,
116 #bg-wrapper .bg-btn-primary:focus,
117 #bg-wrapper .bg-btn-primary.focus,
118 #bg-wrapper .bg-btn-primary:active,
119 #bg-wrapper .bg-btn-primary.active {
120 color: #fff;
121 background-color: #1967be;
122 border-color: #1862b5;
123 }
124
125 .bg-text-primary,
126 .bg-text-primary:hover {
127 color: #2780e3;
128 }
129
130 .bg-text-success,
131 .bg-text-success:hover {
132 color: #3fb618;
133 }
134
135 .bg-text-danger,
136 .bg-text-danger:hover {
137 color: #ff0039;
138 }
139
140 .bg-text-warning,
141 .bg-text-warning:hover {
142 color: #ff7518;
143 }
144
145 .bg-text-info,
146 .bg-text-info:hover {
147 color: #9954bb;
148 }
149
150 .bg-pull-right {
151 float: right;
152 }
153
154 .bg-pull-left {
155 float: left;
156 }
157
158 .bg-text-center {
159 text-align: center;
160 }
161
162 .bg-tooltip {
163 position: relative;
164 display: inline-block;
165 font-size: 15px;
166 color: #2780e3;
167 cursor: pointer;
168 }
169
170 .bg-tooltip .bg-tooltiptext {
171 visibility: hidden;
172 width: 140px;
173 background-color: #333;
174 color: #fff;
175 text-align: center;
176 padding: 5px;
177 border-radius: 6px;
178 bottom: 100%;
179 left: 50%;
180 margin-left: -75px;
181 position: absolute;
182 z-index: 1;
183 }
184
185 .bg-tooltip:hover .bg-tooltiptext {
186 visibility: visible;
187 }
188
189 .bg-tooltip .bg-tooltiptext::after {
190 content: " ";
191 position: absolute;
192 top: 100%;
193 left: 50%;
194 margin-left: -5px;
195 border-width: 5px;
196 border-style: solid;
197 border-color: #333 transparent transparent transparent;
198 }
199
200 /* General screen related styles */
201
202 .bg-logged-msg-container {
203 float: right;
204 font-size: 12px;
205 display: inline-block;
206 margin-top: 10px;
207 margin-left: 5px;
208 }
209
210 /* Login screen related styles */
211
212 .bg-login-container {
213 width: 300px;
214 margin: 51px auto;
215 overflow: auto;
216 }
217
218 .bg-login-container h1 {
219 font-size: 22.5px;
220 font-weight: normal;
221 margin-bottom: 20px;
222 margin-top: 0;
223 }
224
225 .bg-login-container .bg-tooltip {
226 padding: 10px 0;
227 display: inline-block;
228 }
229
230 .bg-login-content {
231 padding: 25px;
232 background-color: #fff;
233 overflow: auto;
234 }
235
236 #bg-login-error {
237 display: none;
238 }
239
240 /* Assign license screen related styles */
241
242 .bg-license-container {
243 width: 420px;
244 margin: 51px auto;
245 overflow: auto;
246 }
247
248 .bg-license-container h1 {
249 font-size: 22.5px;
250 font-weight: normal;
251 margin-bottom: 30px;
252 margin-top: 0;
253 }
254
255 .bg-license-container .bg-tooltip {
256 padding: 10px 0;
257 display: inline-block;
258 }
259
260 .bg-license-content {
261 padding: 25px;
262 background-color: #fff;
263 overflow: auto;
264 }
265
266 .bg-file-icon {
267 background-image: url("default/fileicon.png") !important;
268 background-size: cover;
269 width: 15px !important;
270 height: 15px !important;
271 line-height: 15px !important;
272 margin-top: 5px !important;
273 }
274
275 .bg-folder-icon{
276 background-image: url("default/foldericon.png") !important;
277 background-size: cover;
278 width: 15px !important;
279 height: 15px !important;
280 line-height: 15px !important;
281 margin-top: 5px !important;
282 }
283
284 .bg-no-icon{
285 background: none !important;
286 width: 5px !important;
287 }
288