| 1 |
#wpcontent:has(#sl-plugin-container){ |
| 2 |
padding-left:0; |
| 3 |
} |
| 4 |
|
| 5 |
.sl-right { |
| 6 |
float: right; |
| 7 |
} |
| 8 |
|
| 9 |
.sl-card .sl-right { |
| 10 |
margin: 1em 0; |
| 11 |
} |
| 12 |
|
| 13 |
.sl-alert-text { |
| 14 |
color: #da4f49; |
| 15 |
font-weight: bold; |
| 16 |
font-size: 120%; |
| 17 |
margin-top: .5rem; |
| 18 |
} |
| 19 |
.sl-alert { |
| 20 |
border: 1px solid #e5e5e5; |
| 21 |
padding: 0.4em 1em 1.4em 1em; |
| 22 |
border-radius: 3px; |
| 23 |
-webkit-border-radius: 3px; |
| 24 |
border-width: 1px; |
| 25 |
border-style: solid; |
| 26 |
} |
| 27 |
|
| 28 |
.sl-alert h3.sl-key-status { |
| 29 |
color: #fff; |
| 30 |
margin: 1em 0 0.5em 0; |
| 31 |
} |
| 32 |
|
| 33 |
.sl-alert.sl-critical { |
| 34 |
background-color: #da4f49; |
| 35 |
} |
| 36 |
|
| 37 |
.sl-alert.sl-active { |
| 38 |
background-color: #5bb75b; |
| 39 |
} |
| 40 |
|
| 41 |
.sl-alert p.sl-key-status { |
| 42 |
font-size: 24px; |
| 43 |
} |
| 44 |
|
| 45 |
.sl-alert p.sl-description { |
| 46 |
color:#fff; |
| 47 |
font-size: 14px; |
| 48 |
margin: 0 0; |
| 49 |
font-style: normal; |
| 50 |
} |
| 51 |
|
| 52 |
.sl-alert p.sl-description a, |
| 53 |
.sl-alert p.sl-description a, |
| 54 |
.sl-alert p.sl-description a, |
| 55 |
.sl-alert p.sl-description a { |
| 56 |
color: #fff; |
| 57 |
} |
| 58 |
|
| 59 |
.sl-settings th:first-child { |
| 60 |
vertical-align: top; |
| 61 |
padding-top: 15px; |
| 62 |
} |
| 63 |
|
| 64 |
.sl-settings th.sl-api-key { |
| 65 |
vertical-align: middle; |
| 66 |
padding-top: 0; |
| 67 |
} |
| 68 |
|
| 69 |
.sl-settings input[type=text] { |
| 70 |
width: 75%; |
| 71 |
} |
| 72 |
|
| 73 |
.sl-settings span.sl-note{ |
| 74 |
float: left; |
| 75 |
padding-left: 23px; |
| 76 |
font-size: 75%; |
| 77 |
margin-top: -10px; |
| 78 |
} |
| 79 |
|
| 80 |
/** |
| 81 |
* For the activation notice on the plugins page. |
| 82 |
*/ |
| 83 |
.sl_activate { |
| 84 |
min-width: 825px; |
| 85 |
border: 1px solid #4F800D; |
| 86 |
padding: 5px; |
| 87 |
margin: 15px 0; |
| 88 |
background: #83AF24; |
| 89 |
background-image: -webkit-gradient(linear, 0% 0, 80% 100%, from(#83AF24), to(#4F800D)); |
| 90 |
background-image: -moz-linear-gradient(80% 100% 120deg, #4F800D, #83AF24); |
| 91 |
-moz-border-radius: 3px; |
| 92 |
border-radius: 3px; |
| 93 |
-webkit-border-radius: 3px; |
| 94 |
position: relative; |
| 95 |
overflow: hidden; |
| 96 |
} |
| 97 |
|
| 98 |
.sl_activate .aa_a { |
| 99 |
position: absolute; |
| 100 |
top: -5px; |
| 101 |
right: 10px; |
| 102 |
font-size: 140px; |
| 103 |
color: #769F33; |
| 104 |
font-family: Georgia, "Times New Roman", Times, serif; |
| 105 |
z-index: 1; |
| 106 |
} |
| 107 |
|
| 108 |
.sl_activate .aa_button { |
| 109 |
font-weight: bold; |
| 110 |
border: 1px solid #029DD6; |
| 111 |
border-top: 1px solid #06B9FD; |
| 112 |
font-size: 15px; |
| 113 |
text-align: center; |
| 114 |
padding: 9px 0 8px 0; |
| 115 |
color: #FFF; |
| 116 |
background: #029DD6; |
| 117 |
background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#029DD6), to(#0079B1)); |
| 118 |
background-image: -moz-linear-gradient(0% 100% 90deg, #0079B1, #029DD6); |
| 119 |
-moz-border-radius: 2px; |
| 120 |
border-radius: 2px; |
| 121 |
-webkit-border-radius: 2px; |
| 122 |
width: 100%; |
| 123 |
cursor: pointer; |
| 124 |
margin: 0; |
| 125 |
} |
| 126 |
|
| 127 |
.sl_activate .aa_button:hover { |
| 128 |
text-decoration: none !important; |
| 129 |
border: 1px solid #029DD6; |
| 130 |
border-bottom: 1px solid #00A8EF; |
| 131 |
font-size: 15px; |
| 132 |
text-align: center; |
| 133 |
padding: 9px 0 8px 0; |
| 134 |
color: #F0F8FB; |
| 135 |
background: #0079B1; |
| 136 |
background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#0079B1), to(#0092BF)); |
| 137 |
background-image: -moz-linear-gradient(0% 100% 90deg, #0092BF, #0079B1); |
| 138 |
-moz-border-radius: 2px; |
| 139 |
border-radius: 2px; |
| 140 |
-webkit-border-radius: 2px; |
| 141 |
} |
| 142 |
|
| 143 |
.sl_activate .aa_button_border { |
| 144 |
border: 1px solid #006699; |
| 145 |
-moz-border-radius: 2px; |
| 146 |
border-radius: 2px; |
| 147 |
-webkit-border-radius: 2px; |
| 148 |
background: #029DD6; |
| 149 |
background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#029DD6), to(#0079B1)); |
| 150 |
background-image: -moz-linear-gradient(0% 100% 90deg, #0079B1, #029DD6); |
| 151 |
} |
| 152 |
|
| 153 |
.sl_activate .aa_button_container { |
| 154 |
display: inline-block; |
| 155 |
background: #DEF1B8; |
| 156 |
padding: 5px; |
| 157 |
-moz-border-radius: 2px; |
| 158 |
border-radius: 2px; |
| 159 |
-webkit-border-radius: 2px; |
| 160 |
width: 266px; |
| 161 |
} |
| 162 |
|
| 163 |
.sl_activate .aa_description { |
| 164 |
position: absolute; |
| 165 |
top: 22px; |
| 166 |
left: 285px; |
| 167 |
margin-left: 25px; |
| 168 |
color: #E5F2B1; |
| 169 |
font-size: 15px; |
| 170 |
z-index: 1000; |
| 171 |
} |
| 172 |
|
| 173 |
.sl_activate .aa_description strong { |
| 174 |
color: #FFF; |
| 175 |
font-weight: normal; |
| 176 |
} |
| 177 |
|
| 178 |
.sl-masthead { |
| 179 |
background-color:#fff; |
| 180 |
text-align:center; |
| 181 |
box-shadow:0 1px 0 rgba(200,215,225,0.5),0 1px 2px #e9eff3 |
| 182 |
} |
| 183 |
@media (max-width: 45rem) { |
| 184 |
.sl-masthead { |
| 185 |
padding:0 1.25rem |
| 186 |
} |
| 187 |
} |
| 188 |
|
| 189 |
.sl-masthead__inside-container { |
| 190 |
padding:1rem 0; |
| 191 |
margin:0 auto; |
| 192 |
width:100%; |
| 193 |
max-width:45rem; |
| 194 |
text-align: left; |
| 195 |
} |
| 196 |
.sl-masthead__logo-container { |
| 197 |
padding:.3125rem 0 0 |
| 198 |
} |
| 199 |
.sl-masthead__logo { |
| 200 |
height:1.5rem; |
| 201 |
} |
| 202 |
.sl-masthead__logo-link { |
| 203 |
display:inline-block; |
| 204 |
outline:none; |
| 205 |
vertical-align:middle |
| 206 |
} |
| 207 |
.sl-masthead__logo-link:focus { |
| 208 |
line-height:0; |
| 209 |
box-shadow:0 0 0 2px #78dcfa |
| 210 |
} |
| 211 |
.sl-masthead__logo-link+code { |
| 212 |
margin:0 10px; |
| 213 |
padding:5px 9px; |
| 214 |
border-radius:2px; |
| 215 |
background:#e6ecf1; |
| 216 |
color:#647a88 |
| 217 |
} |
| 218 |
.sl-masthead__links { |
| 219 |
display:-ms-flexbox; |
| 220 |
display:flex; |
| 221 |
-ms-flex-flow:row wrap; |
| 222 |
flex-flow:row wrap; |
| 223 |
-ms-flex:2 50%; |
| 224 |
flex:2 50%; |
| 225 |
-ms-flex-pack:end; |
| 226 |
justify-content:flex-end; |
| 227 |
margin:0 |
| 228 |
} |
| 229 |
@media (max-width: 480px) { |
| 230 |
.sl-masthead__links { |
| 231 |
padding-right:.625rem |
| 232 |
} |
| 233 |
} |
| 234 |
.sl-masthead__link-li { |
| 235 |
margin:0; |
| 236 |
padding:0 |
| 237 |
} |
| 238 |
.sl-masthead__link { |
| 239 |
font-style:normal; |
| 240 |
color:#0087be; |
| 241 |
padding:.625rem; |
| 242 |
display:inline-block |
| 243 |
} |
| 244 |
.sl-masthead__link:visited { |
| 245 |
color:#0087be |
| 246 |
} |
| 247 |
.sl-masthead__link:active,.sl-masthead__link:hover { |
| 248 |
color:#00aadc |
| 249 |
} |
| 250 |
.sl-masthead__link:hover { |
| 251 |
text-decoration:underline |
| 252 |
} |
| 253 |
.sl-masthead__link .dashicons { |
| 254 |
display:none |
| 255 |
} |
| 256 |
@media (max-width: 480px) { |
| 257 |
.sl-masthead__link:hover,.sl-masthead__link:active { |
| 258 |
text-decoration:none |
| 259 |
} |
| 260 |
.sl-masthead__link .dashicons { |
| 261 |
display:block; |
| 262 |
font-size:1.75rem |
| 263 |
} |
| 264 |
.sl-masthead__link span+span { |
| 265 |
display:none |
| 266 |
} |
| 267 |
} |
| 268 |
.sl-masthead__link-li:last-of-type .sl-masthead__link { |
| 269 |
padding-right:0 |
| 270 |
} |
| 271 |
|
| 272 |
.sl-lower { |
| 273 |
margin: 0 auto; |
| 274 |
text-align: left; |
| 275 |
max-width: 45rem; |
| 276 |
padding: 1.5rem; |
| 277 |
} |
| 278 |
|
| 279 |
.sl-card { |
| 280 |
margin-top: 1rem; |
| 281 |
margin-bottom: 0; |
| 282 |
position: relative; |
| 283 |
margin: 0 auto 0.625rem auto; |
| 284 |
box-sizing: border-box; |
| 285 |
background: white; |
| 286 |
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; |
| 287 |
} |
| 288 |
|
| 289 |
.sl-card:after, .sl-card .inside:after, .sl-masthead__logo-container:after { |
| 290 |
content: "."; |
| 291 |
display: block; |
| 292 |
height: 0; |
| 293 |
clear: both; |
| 294 |
visibility: hidden; |
| 295 |
} |
| 296 |
|
| 297 |
.sl-card .inside { |
| 298 |
padding: 1.5rem; |
| 299 |
padding-top: 1rem; |
| 300 |
} |
| 301 |
|
| 302 |
.sl-card .sl-card-actions { |
| 303 |
margin-top: 1rem; |
| 304 |
} |
| 305 |
|
| 306 |
.sl-masthead .sl-right { |
| 307 |
line-height: 2.125rem; |
| 308 |
font-size: 0.9rem; |
| 309 |
} |
| 310 |
|
| 311 |
.sl-box { |
| 312 |
box-sizing: border-box; |
| 313 |
background: white; |
| 314 |
border: 1px solid rgba(200, 215, 225, 0.5); |
| 315 |
} |
| 316 |
|
| 317 |
.sl-box h2, .sl-box h3 { |
| 318 |
padding: 1.5rem 1.5rem .5rem 1.5rem; |
| 319 |
margin: 0; |
| 320 |
} |
| 321 |
|
| 322 |
.sl-box p { |
| 323 |
padding: 0 1.5rem 1.5rem 1.5rem; |
| 324 |
margin: 0; |
| 325 |
} |
| 326 |
|
| 327 |
.sl-box p:after { |
| 328 |
content: "."; |
| 329 |
display: block; |
| 330 |
height: 0; |
| 331 |
clear: both; |
| 332 |
visibility: hidden; |
| 333 |
} |
| 334 |
|
| 335 |
.sl-box .sl-right { |
| 336 |
padding-right: 1.5rem; |
| 337 |
} |
| 338 |
|
| 339 |
.sl-boxes .sl-box { |
| 340 |
margin-bottom: 0; |
| 341 |
padding: 0; |
| 342 |
margin-top: -1px; |
| 343 |
} |
| 344 |
|
| 345 |
.sl-boxes .sl-box:last-child { |
| 346 |
margin-bottom: 1.5rem; |
| 347 |
} |
| 348 |
|
| 349 |
.sl-boxes .sl-box:first-child { |
| 350 |
margin-top: 1.5rem; |
| 351 |
} |
| 352 |
|
| 353 |
.sl-button, .sl-button:hover, .sl-button:visited, |
| 354 |
[data-style="sl-button"], [data-style="sl-button"]:hover, [data-style="sl-button"]:visited { |
| 355 |
background: white; |
| 356 |
border-color: #c8d7e1; |
| 357 |
border-style: solid; |
| 358 |
border-width: 1px 1px 2px; |
| 359 |
color: #2e4453; |
| 360 |
cursor: pointer; |
| 361 |
display: inline-block; |
| 362 |
margin: 0; |
| 363 |
outline: 0; |
| 364 |
overflow: hidden; |
| 365 |
font-size: 14px; |
| 366 |
font-weight: 500; |
| 367 |
text-overflow: ellipsis; |
| 368 |
text-decoration: none; |
| 369 |
vertical-align: top; |
| 370 |
box-sizing: border-box; |
| 371 |
font-size: 14px; |
| 372 |
line-height: 21px; |
| 373 |
border-radius: 4px; |
| 374 |
padding: 7px 14px 9px; |
| 375 |
-webkit-appearance: none; |
| 376 |
-moz-appearance: none; |
| 377 |
appearance: none; |
| 378 |
} |
| 379 |
|
| 380 |
.sl-button:hover { |
| 381 |
border-color: #a8bece; |
| 382 |
} |
| 383 |
|
| 384 |
.sl-button:active { |
| 385 |
border-width: 2px 1px 1px; |
| 386 |
} |
| 387 |
|
| 388 |
.sl-is-primary, .sl-is-primary:hover, .sl-is-primary:visited { |
| 389 |
background: #00aadc; |
| 390 |
border-color: #0087be; |
| 391 |
color: white; |
| 392 |
} |
| 393 |
|
| 394 |
.sl-is-primary:hover, .sl-is-primary:focus { |
| 395 |
border-color: #005082; |
| 396 |
} |
| 397 |
|
| 398 |
.sl-is-primary:hover { |
| 399 |
border-color: #005082; |
| 400 |
} |
| 401 |
|
| 402 |
.sl-section-header { |
| 403 |
position: relative; |
| 404 |
margin: 0 auto 0.625rem auto; |
| 405 |
padding: 1rem; |
| 406 |
box-sizing: border-box; |
| 407 |
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; |
| 408 |
background: #ffffff; |
| 409 |
width: 100%; |
| 410 |
padding-top: 0.6875rem; |
| 411 |
padding-bottom: 0.6875rem; |
| 412 |
display: flex; |
| 413 |
} |
| 414 |
|
| 415 |
.sl-section-header__label { |
| 416 |
display: -ms-flexbox; |
| 417 |
display: flex; |
| 418 |
-ms-flex-align: center; |
| 419 |
align-items: center; |
| 420 |
-ms-flex-positive: 1; |
| 421 |
flex-grow: 1; |
| 422 |
line-height: 1.75rem; |
| 423 |
position: relative; |
| 424 |
font-size: 0.875rem; |
| 425 |
color: #4f748e; |
| 426 |
} |
| 427 |
|
| 428 |
.sl-section-header__actions { |
| 429 |
line-height: 1.75rem; |
| 430 |
} |
| 431 |
|