| 1 |
/* |
| 2 |
* bwsicons fonts |
| 3 |
*/ |
| 4 |
@font-face { |
| 5 |
font-family: 'bwsicons'; |
| 6 |
src: url('../fonts/bwsicons.eot?edecf2'); |
| 7 |
src: url('../fonts/bwsicons.eot?edecf2#iefix') format('embedded-opentype'), |
| 8 |
url('../fonts/bwsicons.ttf?edecf2') format('truetype'), |
| 9 |
url('../fonts/bwsicons.woff?edecf2') format('woff'), |
| 10 |
url('../fonts/bwsicons.svg?edecf2#bwsicons') format('svg'); |
| 11 |
font-weight: normal; |
| 12 |
font-style: normal; |
| 13 |
} |
| 14 |
.bwsicons { |
| 15 |
/* use !important to prevent issues with browser extensions that change fonts */ |
| 16 |
font-family: 'bwsicons' !important; |
| 17 |
speak: none; |
| 18 |
font-style: normal; |
| 19 |
font-weight: normal; |
| 20 |
font-variant: normal; |
| 21 |
text-transform: none; |
| 22 |
line-height: 1; |
| 23 |
-webkit-font-smoothing: antialiased; |
| 24 |
-moz-osx-font-smoothing: grayscale; |
| 25 |
} |
| 26 |
.bwsicons-editor-code:before { |
| 27 |
content: "\e93a"; |
| 28 |
} |
| 29 |
.bwsicons-shortcode:before { |
| 30 |
content: "\e93b"; |
| 31 |
} |
| 32 |
.bwsicons-bws-logo:before { |
| 33 |
content: "\e93c"; |
| 34 |
} |
| 35 |
|
| 36 |
.bws_tab .ui-accordion .ui-accordion-header.ui-state-active { |
| 37 |
color: inherit; |
| 38 |
} |
| 39 |
.bws_tab .ui-accordion .ui-state-active .ui-icon { |
| 40 |
background-color: #ccc; |
| 41 |
} |
| 42 |
/* |
| 43 |
* styles for bws_panel top level menu |
| 44 |
*/ |
| 45 |
#adminmenu #toplevel_page_bws_panel .wp-menu-image { |
| 46 |
font-family: 'bwsicons' !important; |
| 47 |
} |
| 48 |
#adminmenu #toplevel_page_bws_panel .wp-menu-image:before { |
| 49 |
content: "\e93c"; |
| 50 |
font-family: 'bwsicons' !important; |
| 51 |
} |
| 52 |
#adminmenu #toplevel_page_bws_panel .wp-submenu li:nth-child(5) a { |
| 53 |
border-top: 1px solid #444; |
| 54 |
padding-top: 12px; |
| 55 |
margin-top: 6px; |
| 56 |
} |
| 57 |
#adminmenu #toplevel_page_adblock-detector-by-bestwebsoft .wp-menu-image:before { |
| 58 |
content: "\e994"; |
| 59 |
font-family: 'bwsicons' !important; |
| 60 |
} |
| 61 |
/* general styles */ |
| 62 |
.bws_info { |
| 63 |
color: #888; |
| 64 |
font-size: 13px; |
| 65 |
font-style: italic; |
| 66 |
} |
| 67 |
div.bws_info { |
| 68 |
margin-top: 7px; |
| 69 |
word-break: break-all; |
| 70 |
} |
| 71 |
.bws_info_small { |
| 72 |
font-size: 11px !important; |
| 73 |
} |
| 74 |
body:not(.rtl) div.updated.bws-notice { |
| 75 |
border-left: 4px solid #ffba00; |
| 76 |
} |
| 77 |
.rtl div.updated.bws-notice { |
| 78 |
border-right: 4px solid #ffba00; |
| 79 |
} |
| 80 |
@media screen and (max-width: 1600px) { |
| 81 |
.bws_info { |
| 82 |
max-width: 400px; |
| 83 |
display: inline-block; |
| 84 |
vertical-align: middle; |
| 85 |
} |
| 86 |
.form-table td { |
| 87 |
vertical-align: top; |
| 88 |
} |
| 89 |
} |
| 90 |
@media screen and (max-width: 1350px) { |
| 91 |
label > .bws_info { |
| 92 |
display: block; |
| 93 |
} |
| 94 |
.bws_info { |
| 95 |
vertical-align: text-top; |
| 96 |
} |
| 97 |
} |
| 98 |
|
| 99 |
/* |
| 100 |
* styles for rate-support div on the settings page |
| 101 |
*/ |
| 102 |
.bws-plugin-reviews { |
| 103 |
background: none repeat scroll 0 0 #BEE1F1; |
| 104 |
border: 1px solid #70A8C2; |
| 105 |
border-radius: 3px; |
| 106 |
} |
| 107 |
.bws-plugin-reviews-rate, |
| 108 |
.bws-plugin-reviews-support { |
| 109 |
border-right: 1px solid #70A8C2; |
| 110 |
} |
| 111 |
.bws-plugin-reviews a { |
| 112 |
text-decoration: none; |
| 113 |
} |
| 114 |
.bws-plugin-reviews-rate .dashicons { |
| 115 |
font-size: 12px; |
| 116 |
height: 13px; |
| 117 |
width: 9px; |
| 118 |
vertical-align: middle; |
| 119 |
} |
| 120 |
.bws-plugin-reviews-rate, |
| 121 |
.bws-plugin-reviews-support, |
| 122 |
.bws-plugin-reviews-donate { |
| 123 |
padding: 10px; |
| 124 |
display: block; |
| 125 |
} |
| 126 |
@media screen and (min-width: 1600px) { |
| 127 |
.bws-plugin-reviews-rate, |
| 128 |
.bws-plugin-reviews-support, |
| 129 |
.bws-plugin-reviews-donate { |
| 130 |
display: inline-block; |
| 131 |
width: 30%; |
| 132 |
} |
| 133 |
} |
| 134 |
@media screen and (max-width: 1600px) { |
| 135 |
.bws-plugin-reviews-rate, |
| 136 |
.bws-plugin-reviews-support { |
| 137 |
border-bottom: 1px solid #70A8C2; |
| 138 |
border-right: none; |
| 139 |
} |
| 140 |
} |
| 141 |
/* |
| 142 |
* styles for Go PRO tab |
| 143 |
*/ |
| 144 |
.bws_go_pro_tab { |
| 145 |
background-color: #2A95C5; |
| 146 |
border-color: #11688F; |
| 147 |
color: #fff; |
| 148 |
font-weight: normal; |
| 149 |
text-shadow: none; |
| 150 |
} |
| 151 |
.bws_go_pro_tab:hover { |
| 152 |
background-color: #2080AB; |
| 153 |
color: #fff; |
| 154 |
border-color: #11688F; |
| 155 |
} |
| 156 |
.bws_go_pro_tab.nav-tab-active { |
| 157 |
background: none repeat scroll 0 0 rgba(0, 0, 0, 0); |
| 158 |
border-color: #CCCCCC #CCCCCC #F1F1F1; |
| 159 |
color: #000000; |
| 160 |
} |
| 161 |
/* |
| 162 |
* styles for pro_version settings and tooltip |
| 163 |
*/ |
| 164 |
td.bws_pro_version, |
| 165 |
tr.bws_pro_version, |
| 166 |
.nav-tab.bws_plugin_menu_pro_version, |
| 167 |
.nav-tab.bws_plugin_menu_pro_version:hover { |
| 168 |
background: rgba(245, 225, 119, 0.3); |
| 169 |
} |
| 170 |
td.bws_pro_version_tooltip { |
| 171 |
border: 1px solid #AAA; |
| 172 |
position: inherit; |
| 173 |
} |
| 174 |
.bws_pro_version_bloc { |
| 175 |
position: relative; |
| 176 |
border: 1px solid #dcd6b8; |
| 177 |
overflow: hidden; |
| 178 |
} |
| 179 |
.bws_table_bg { |
| 180 |
background: #f5e177; |
| 181 |
opacity: 0.3; |
| 182 |
width: 100%; |
| 183 |
height: 100%; |
| 184 |
position: absolute; |
| 185 |
z-index: 1; |
| 186 |
} |
| 187 |
.bws_network_apply_all { |
| 188 |
padding-left: 15px; |
| 189 |
} |
| 190 |
.bws_hide_premium_options { |
| 191 |
z-index: 5; |
| 192 |
} |
| 193 |
.bws_pro_version_table_bloc table.bws_pro_version { |
| 194 |
background: transparent; |
| 195 |
margin: 0; |
| 196 |
border: none; |
| 197 |
width: 100%; |
| 198 |
} |
| 199 |
table.bws_pro_version { |
| 200 |
background: #E0E0E0; |
| 201 |
border: 1px solid #AAA; |
| 202 |
margin-bottom: 5px; |
| 203 |
width: auto; |
| 204 |
} |
| 205 |
table.bws_pro_version tbody { |
| 206 |
display: block; |
| 207 |
} |
| 208 |
table.bws_pro_version th, |
| 209 |
table.bws_pro_version td { |
| 210 |
padding-left: 10px; |
| 211 |
} |
| 212 |
.bws_pro_version_tooltip { |
| 213 |
position: relative; |
| 214 |
z-index: 2; |
| 215 |
padding: 10px; |
| 216 |
font-size: 14px; |
| 217 |
} |
| 218 |
.bws_pro_version_tooltip .bws_button, |
| 219 |
.bws_pro_version_tooltip .bws_button:hover { |
| 220 |
background: #dd5738; |
| 221 |
border: none; |
| 222 |
text-decoration: none; |
| 223 |
color: #fff; |
| 224 |
padding: 7px 10px; |
| 225 |
border-radius: 3px; |
| 226 |
margin: 5px 0; |
| 227 |
font-size: 13px; |
| 228 |
line-height: 1.4em; |
| 229 |
float: left; |
| 230 |
} |
| 231 |
.bws_pro_version_tooltip .bws_info { |
| 232 |
float: left; |
| 233 |
padding-top: 10px; |
| 234 |
font-size: 14px; |
| 235 |
color: #444; |
| 236 |
} |
| 237 |
.bws_pro_version_tooltip .bws_pro_links, |
| 238 |
.bws_pro_version_tooltip .bws_pro_links .bws_button { |
| 239 |
float: right; |
| 240 |
} |
| 241 |
.bws_pro_version_tooltip .bws_trial_info { |
| 242 |
padding: 10px; |
| 243 |
display: inline-block; |
| 244 |
} |
| 245 |
div.bws_pro_version { |
| 246 |
padding: 5px 10px; |
| 247 |
} |
| 248 |
a.bws_plugin_pro_version { |
| 249 |
display: block; |
| 250 |
background: rgba(245, 225, 119, 0.3); |
| 251 |
border: 1px solid #dcd6b8; |
| 252 |
padding: 5px; |
| 253 |
text-decoration: none; |
| 254 |
color: #666; |
| 255 |
} |
| 256 |
.bws_pro_version_single_link, |
| 257 |
.bws_pro_version_single_link:hover { |
| 258 |
text-decoration: none; |
| 259 |
color: #666; |
| 260 |
} |
| 261 |
@media screen and (max-width: 768px) { |
| 262 |
.bws_pro_version_tooltip { |
| 263 |
padding: 10px; |
| 264 |
text-align: center; |
| 265 |
} |
| 266 |
.bws_pro_version_tooltip .bws_info { |
| 267 |
float: none; |
| 268 |
text-align: center; |
| 269 |
} |
| 270 |
.bws_pro_version_tooltip a { |
| 271 |
display: inline-block; |
| 272 |
line-height: 1.5; |
| 273 |
} |
| 274 |
.bws_pro_version_tooltip .bws_info a { |
| 275 |
display: block; |
| 276 |
} |
| 277 |
.bws_pro_version_tooltip .bws_button, |
| 278 |
.bws_pro_version_tooltip .bws_button:hover { |
| 279 |
margin: 10px 10px 5px; |
| 280 |
float: none; |
| 281 |
} |
| 282 |
} |
| 283 |
/* |
| 284 |
* styles for addon ads block |
| 285 |
*/ |
| 286 |
.bws-addon-block.postbox { |
| 287 |
border: none; |
| 288 |
} |
| 289 |
.bws-addon-block .bws_table_bg { |
| 290 |
background: #fff; |
| 291 |
opacity: 0.3; |
| 292 |
} |
| 293 |
.bws-addon-block .bws_button { |
| 294 |
display: inline-block; |
| 295 |
background: #0faa00; |
| 296 |
border: 1px solid #0b8200; |
| 297 |
text-decoration: none; |
| 298 |
color: #fff; |
| 299 |
padding: 4px 10px; |
| 300 |
border-radius: 3px; |
| 301 |
font-size: 13px; |
| 302 |
line-height: 1.4em; |
| 303 |
z-index: 2; |
| 304 |
position: relative; |
| 305 |
-webkit-box-shadow: 0 1px 0 #0c8c00; |
| 306 |
box-shadow: 0 1px 0 #0c8c00; |
| 307 |
} |
| 308 |
/* |
| 309 |
* styles for banner |
| 310 |
*/ |
| 311 |
.bws_banner_on_plugin_page { |
| 312 |
border: 1px solid #d4d4d4; |
| 313 |
margin: 12px 0; |
| 314 |
background: #FFF; |
| 315 |
position: relative; |
| 316 |
overflow: hidden |
| 317 |
} |
| 318 |
.bws_banner_on_plugin_page .text { |
| 319 |
color: #000; |
| 320 |
font-size: 15px; |
| 321 |
line-height: 26px; |
| 322 |
margin: 18px 18px 14px; |
| 323 |
float: left; |
| 324 |
width: auto; |
| 325 |
max-width: 80%; |
| 326 |
} |
| 327 |
.bws_banner_on_plugin_page .text span { |
| 328 |
font-size: 14px; |
| 329 |
opacity: 0.7; |
| 330 |
} |
| 331 |
div.bws_banner_on_plugin_page .button { |
| 332 |
float: right; |
| 333 |
border: none; |
| 334 |
font-size: 14px; |
| 335 |
margin: 18px 40px; |
| 336 |
padding: 12px 29px; |
| 337 |
color: #FFF; |
| 338 |
text-shadow: none; |
| 339 |
font-weight: bold; |
| 340 |
background: #0074A2; |
| 341 |
-moz-border-radius: 3px; |
| 342 |
border-radius: 3px; |
| 343 |
-webkit-border-radius: 3px; |
| 344 |
text-decoration: none; |
| 345 |
height: 50px; |
| 346 |
text-align: center; |
| 347 |
text-transform: uppercase; |
| 348 |
box-shadow: none; |
| 349 |
line-height: 26px; |
| 350 |
} |
| 351 |
.bws_banner_on_plugin_page .button:hover, |
| 352 |
.bws_banner_on_plugin_page .button:focus { |
| 353 |
background: #222; |
| 354 |
color: #FFF; |
| 355 |
} |
| 356 |
div.bws_banner_on_plugin_page .icon { |
| 357 |
float: left; |
| 358 |
margin: 12px 8px 8px 12px; |
| 359 |
} |
| 360 |
.bws_banner_on_plugin_page .icon img { |
| 361 |
max-width: 64px; |
| 362 |
} |
| 363 |
.bws_go_pro_banner .icon:before { |
| 364 |
content: 'PRO'; |
| 365 |
background: #F26E50; |
| 366 |
border-radius: 4px; |
| 367 |
color: #FFF; |
| 368 |
font-size: 11px; |
| 369 |
font-weight: bold; |
| 370 |
display: block; |
| 371 |
padding: 0px 4px; |
| 372 |
margin: 0 15px -7px; |
| 373 |
position: relative; |
| 374 |
} |
| 375 |
.bws_banner_on_plugin_page .text + .icon { |
| 376 |
display: none; |
| 377 |
} |
| 378 |
.bws_banner_to_settings_joint .bws-text { |
| 379 |
color: #000; |
| 380 |
font-size: 16px; |
| 381 |
line-height: 26px; |
| 382 |
padding: 13px 14px 14px; |
| 383 |
} |
| 384 |
.bws_banner_to_settings_joint .icon span.dashicons-admin-plugins { |
| 385 |
font-size: 48px; |
| 386 |
color: #d6d6d6; |
| 387 |
width: 48px; |
| 388 |
height: 48px; |
| 389 |
} |
| 390 |
.bws_banner_on_plugin_page.bws_banner_to_settings_joint .icon { |
| 391 |
margin: 2px 16px 0 0; |
| 392 |
} |
| 393 |
.bws_banner_to_settings_joint .bws-details { |
| 394 |
background: #f2f2f2; |
| 395 |
padding: 15px 78px 21px; |
| 396 |
} |
| 397 |
.bws_banner_to_settings_joint a { |
| 398 |
text-decoration: none; |
| 399 |
} |
| 400 |
.bws_banner_to_settings_joint .bws-more-links { |
| 401 |
font-size: 14px; |
| 402 |
} |
| 403 |
.bws_banner_to_settings_joint .bws-more:after { |
| 404 |
content: "\f347"; |
| 405 |
font-family: dashicons; |
| 406 |
margin: 0 5px; |
| 407 |
top: 2px; |
| 408 |
position: relative; |
| 409 |
} |
| 410 |
.bws_banner_to_settings_joint .bws-less:after { |
| 411 |
content: "\f343"; |
| 412 |
font-family: dashicons; |
| 413 |
margin: 0 5px; |
| 414 |
top: 2px; |
| 415 |
position: relative; |
| 416 |
} |
| 417 |
.bws_banner_to_settings_joint .bws-details strong { |
| 418 |
font-size: 14px; |
| 419 |
line-height: 30px; |
| 420 |
} |
| 421 |
.rtl div.bws_banner_on_plugin_page .button { |
| 422 |
float: left; |
| 423 |
} |
| 424 |
.rtl .bws_pro_version_tooltip .bws_button, |
| 425 |
.rtl div.bws_banner_on_plugin_page .icon, |
| 426 |
.rtl .bws_banner_on_plugin_page .text, |
| 427 |
.rtl .bws_pro_version_tooltip .bws_info { |
| 428 |
float: right; |
| 429 |
} |
| 430 |
.rtl .bws_banner_on_plugin_page.bws_banner_to_settings_joint .icon { |
| 431 |
margin: 2px 0 0 16px; |
| 432 |
} |
| 433 |
.rtl table.bws_pro_version th, |
| 434 |
.rtl table.bws_pro_version td { |
| 435 |
padding-right: 10px; |
| 436 |
} |
| 437 |
@media screen and (max-width: 768px) { |
| 438 |
.bws_banner_on_plugin_page .text, |
| 439 |
.bws_banner_on_plugin_page .icon, |
| 440 |
.bws_banner_on_plugin_page .button_div, |
| 441 |
.bws_banner_on_plugin_page .button { |
| 442 |
float: none; |
| 443 |
text-align: center; |
| 444 |
max-width: 100%; |
| 445 |
} |
| 446 |
.bws_banner_on_plugin_page .icon { |
| 447 |
position: relative; |
| 448 |
left: 8px; |
| 449 |
} |
| 450 |
} |
| 451 |
@media screen and (max-width: 600px) { |
| 452 |
.bws_banner_to_settings_joint .bws-details { |
| 453 |
padding: 15px 20px 21px; |
| 454 |
} |
| 455 |
} |
| 456 |
/* |
| 457 |
* affiliate postbox |
| 458 |
*/ |
| 459 |
#bws-affiliate-postbox { |
| 460 |
background: url("../images/affiliate-background.png") no-repeat center #1a3e59; |
| 461 |
overflow: hidden; |
| 462 |
position: relative; |
| 463 |
padding: 12px; |
| 464 |
color: #ffffff; |
| 465 |
text-align: center; |
| 466 |
} |
| 467 |
#bws-affiliate-postbox .notice-dismiss:active:before, |
| 468 |
#bws-affiliate-postbox .notice-dismiss:focus:before, |
| 469 |
#bws-affiliate-postbox .notice-dismiss:hover:before { |
| 470 |
color: #fff; |
| 471 |
} |
| 472 |
#bws-affiliate-postbox h3 { |
| 473 |
color: #ffffff; |
| 474 |
font-size: 1.3em; |
| 475 |
} |
| 476 |
.bws-affiliate-get { |
| 477 |
color: #f67f48; |
| 478 |
font-size: 1.3em; |
| 479 |
font-weight: bold; |
| 480 |
margin: 10px 0 5px; |
| 481 |
} |
| 482 |
#bws-affiliate-postbox img { |
| 483 |
max-width: 65px; |
| 484 |
margin-bottom: 5px; |
| 485 |
} |
| 486 |
.bws-row { |
| 487 |
margin-top: 25px; |
| 488 |
} |
| 489 |
.bws-cell { |
| 490 |
float: left; |
| 491 |
width: 33.33%; |
| 492 |
} |
| 493 |
.bws-cell div { |
| 494 |
margin: 5px; |
| 495 |
} |
| 496 |
#bws-affiliate-postbox .button { |
| 497 |
background: #dd6930; |
| 498 |
border-color: #dd6930; |
| 499 |
color: #fff; |
| 500 |
margin-top: 5px; |
| 501 |
font-weight: bold; |
| 502 |
} |
| 503 |
#bws-affiliate-postbox .button:hover { |
| 504 |
color: rgba(255, 255, 255, 0.8); |
| 505 |
} |
| 506 |
/* display code */ |
| 507 |
span.bws_code { |
| 508 |
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07); |
| 509 |
font-size: 13px; |
| 510 |
margin: 0 1px; |
| 511 |
padding: 3px 5px 2px; |
| 512 |
} |
| 513 |
/* |
| 514 |
* styles help tooltips |
| 515 |
*/ |
| 516 |
.bws_help_box { |
| 517 |
background-image: url("../images/tooltip_icons.png"); |
| 518 |
background-repeat: no-repeat; |
| 519 |
cursor: pointer; |
| 520 |
height: 28px; |
| 521 |
position: relative; |
| 522 |
margin: 3px 5px; |
| 523 |
width: 28px; |
| 524 |
display: inline-block; |
| 525 |
} |
| 526 |
.bws_help_box:not(.dashicons) { |
| 527 |
vertical-align: middle; |
| 528 |
} |
| 529 |
.bws_help_box.dashicons-editor-help, |
| 530 |
.setting span .bws_help_box.dashicons-editor-help { |
| 531 |
background: none; |
| 532 |
color: #0074a2; |
| 533 |
height: auto; |
| 534 |
width: auto; |
| 535 |
margin: 0; |
| 536 |
padding: 0; |
| 537 |
z-index: 2; |
| 538 |
min-width: auto; |
| 539 |
float: none; |
| 540 |
} |
| 541 |
.bws_help_box.dashicons-editor-help:hover { |
| 542 |
color: #2ea2cc; |
| 543 |
} |
| 544 |
.bws_hidden_help_text { |
| 545 |
display: none; |
| 546 |
} |
| 547 |
.bws-tooltip-content { |
| 548 |
font-size: 11px; |
| 549 |
color: #fff; |
| 550 |
text-shadow: 0 0 2px #000; |
| 551 |
padding: 4px 8px; |
| 552 |
border: 1px solid rgba(255,255,255,0.25); |
| 553 |
background: rgba(25,25,25,0.92); |
| 554 |
border-radius: 3px; |
| 555 |
-webkit-border-radius: 3px; |
| 556 |
-moz-border-radius: 3px; |
| 557 |
box-shadow: 0 0 3px #555; |
| 558 |
-webkit-box-shadow: 0 0 3px #555; |
| 559 |
-moz-box-shadow: 0 0 3px #555; |
| 560 |
} |
| 561 |
.bws-tooltip-content a { |
| 562 |
color: #00a0d2; |
| 563 |
} |
| 564 |
/* |
| 565 |
* styles for Request a Feature link near screen-meta |
| 566 |
*/ |
| 567 |
#bws_request_feature { |
| 568 |
margin-top: 0; |
| 569 |
} |
| 570 |
#bws_request_feature button { |
| 571 |
border: 1px solid #ccd0d4; |
| 572 |
border-top: none; |
| 573 |
height: auto; |
| 574 |
margin-bottom: 0; |
| 575 |
color: #fff; |
| 576 |
border-radius: 0 0 4px 4px; |
| 577 |
background-color: #0071a1; |
| 578 |
line-height: 1.7; |
| 579 |
box-shadow: 0 0 0 transparent; |
| 580 |
transition: box-shadow .1s linear; |
| 581 |
} |
| 582 |
#bws_request_feature button:hover { |
| 583 |
background-color: #00a0d2; |
| 584 |
} |
| 585 |
/* |
| 586 |
* bws shortcode insert |
| 587 |
*/ |
| 588 |
.mce-toolbar .mce-btn-group .mce-btn.mce-bws_shortcode_button { |
| 589 |
background-color: #fff; |
| 590 |
border: 1px solid #e5e5e5; |
| 591 |
} |
| 592 |
#bws_shortcode_content, |
| 593 |
#bws_shortcode_select_plugin { |
| 594 |
margin-bottom: 10px; |
| 595 |
} |
| 596 |
#bws_shortcode_content * { |
| 597 |
white-space: normal; |
| 598 |
} |
| 599 |
#bws_shortcode_popup_block h4 { |
| 600 |
padding: 0; |
| 601 |
line-height: 2.5; |
| 602 |
text-transform: uppercase; |
| 603 |
} |
| 604 |
#bws_shortcode_content_bottom p { |
| 605 |
font-style: italic; |
| 606 |
color: #666; |
| 607 |
} |
| 608 |
#bws_shortcode_block { |
| 609 |
background-color: #fdfdfd; |
| 610 |
border: 1px solid #dfdfdf; |
| 611 |
overflow: auto; |
| 612 |
padding: 10px; |
| 613 |
} |
| 614 |
#bws_shortcode_display { |
| 615 |
margin: 0 auto; |
| 616 |
} |
| 617 |
#bws_shortcode_content fieldset label { |
| 618 |
margin-top: 5px; |
| 619 |
display: inline-block; |
| 620 |
} |
| 621 |
#bws_shortcode_content .title { |
| 622 |
margin-right: 5px; |
| 623 |
margin-left: 5px; |
| 624 |
line-height: 2.5; |
| 625 |
} |
| 626 |
#bws_shortcode_content .title, |
| 627 |
#bws_shortcode_content .checkbox-title { |
| 628 |
white-space: normal; |
| 629 |
} |
| 630 |
/* |
| 631 |
* styles for notices (license has expired, Illegal use notification ond other) on the /plugins.php page |
| 632 |
*/ |
| 633 |
.bws-plugin-update-tr .update-message { |
| 634 |
margin-top: 0 !important; |
| 635 |
} |
| 636 |
.bws-plugin-update-tr .update-message :before { |
| 637 |
content: ''; |
| 638 |
} |
| 639 |
/* |
| 640 |
* Bws_Settings_Tabs |
| 641 |
*/ |
| 642 |
.bws_form #postbox-container-2 > div { |
| 643 |
width: calc( 100% - 162px ); |
| 644 |
margin-left: 160px; |
| 645 |
} |
| 646 |
.bws_form #postbox-container-2 > div.submit { |
| 647 |
margin-bottom: 20px; |
| 648 |
padding: 0; |
| 649 |
} |
| 650 |
#bws_settings_tabs_wrapper { |
| 651 |
position: relative; |
| 652 |
max-width: 100%; |
| 653 |
min-width: 100%; |
| 654 |
width: 100%; |
| 655 |
box-sizing: border-box; |
| 656 |
font-size: 13px; |
| 657 |
border: none; |
| 658 |
padding: 0; |
| 659 |
background: none; |
| 660 |
font-family: inherit; |
| 661 |
} |
| 662 |
#bws_settings_tabs { |
| 663 |
z-index: 2; |
| 664 |
position: relative; |
| 665 |
width: 159px; |
| 666 |
float: left; |
| 667 |
background: #f5f5f5; |
| 668 |
border-top: 1px solid #ddd; |
| 669 |
border-left: 1px solid #ddd; |
| 670 |
border-bottom: 1px solid #ddd; |
| 671 |
border-right: 0; |
| 672 |
margin: 0; |
| 673 |
padding: 0; |
| 674 |
border-radius: 0; |
| 675 |
line-height: inherit; |
| 676 |
} |
| 677 |
#bws_settings_tabs .ui-state-default, |
| 678 |
#bws_settings_tabs .ui-widget-content .ui-state-default, |
| 679 |
#bws_settings_tabs .ui-widget-header .ui-state-default { |
| 680 |
border: none; |
| 681 |
} |
| 682 |
#bws_settings_tabs li { |
| 683 |
margin: 0; |
| 684 |
padding: 0; |
| 685 |
float: none; |
| 686 |
background: none; |
| 687 |
white-space: normal; |
| 688 |
} |
| 689 |
#bws_settings_tabs li a { |
| 690 |
display: block; |
| 691 |
margin: 0 20px; |
| 692 |
padding: 20px 0 20px 25px; |
| 693 |
text-decoration: none; |
| 694 |
color: #666; |
| 695 |
border-bottom: 1px solid #ddd; |
| 696 |
word-break: break-word; |
| 697 |
box-shadow: none; |
| 698 |
-webkit-box-sizing: border-box; |
| 699 |
-moz-box-sizing: border-box; |
| 700 |
box-sizing: border-box; |
| 701 |
transition: none; |
| 702 |
-webkit-transition: none; |
| 703 |
float: none; |
| 704 |
} |
| 705 |
#bws_settings_tabs li.ui-tabs-active { |
| 706 |
width: 161px; |
| 707 |
} |
| 708 |
#bws_settings_tabs li.ui-tabs-active a, |
| 709 |
#bws_settings_tabs li a:hover { |
| 710 |
width: 161px; |
| 711 |
margin: -1px 0 0 0; |
| 712 |
border-top: 1px solid #ddd; |
| 713 |
padding: 20px 21px 20px 45px; |
| 714 |
color: #000 !important; |
| 715 |
background: #fff !important; |
| 716 |
} |
| 717 |
#bws_settings_tabs li a:before { |
| 718 |
content: "\f111"; |
| 719 |
font-family: 'dashicons'; |
| 720 |
font-size: 20px; |
| 721 |
position: absolute; |
| 722 |
left: 20px; |
| 723 |
} |
| 724 |
#bws_settings_tabs li.bws-tab-display a:before { |
| 725 |
content: "\f163"; |
| 726 |
} |
| 727 |
#bws_settings_tabs li.bws-tab-misc a:before { |
| 728 |
content: "\f107"; |
| 729 |
} |
| 730 |
#bws_settings_tabs li.bws-tab-custom_code a:before { |
| 731 |
font-family: 'bwsicons'; |
| 732 |
content: "\e93a"; |
| 733 |
} |
| 734 |
#bws_settings_tabs li.bws-tab-license a:before { |
| 735 |
content: "\f112"; |
| 736 |
} |
| 737 |
/* custom tabs */ |
| 738 |
#bws_settings_tabs li.bws-tab-images a:before { |
| 739 |
content: "\f128"; |
| 740 |
} |
| 741 |
#bws_settings_tabs li.bws-tab-reviews a:before { |
| 742 |
content: "\f18b"; |
| 743 |
} |
| 744 |
#bws_settings_tabs li.bws-tab-cover a:before { |
| 745 |
content: "\f318"; |
| 746 |
} |
| 747 |
#bws_settings_tabs li.bws-tab-lightbox a:before { |
| 748 |
content: "\f211"; |
| 749 |
} |
| 750 |
#bws_settings_tabs li.bws-tab-social a:before { |
| 751 |
content: "\f237"; |
| 752 |
} |
| 753 |
#bws_settings_tabs li.bws-tab-import-export a:before { |
| 754 |
content: "\f317"; |
| 755 |
} |
| 756 |
#bws_settings_tabs li.bws-tab-errors a:before, |
| 757 |
#bws_settings_tabs li.bws-tab-messages a:before { |
| 758 |
font-family: 'bwsicons'; |
| 759 |
content: "\e93d"; |
| 760 |
font-size: 18px; |
| 761 |
left: 21px; |
| 762 |
} |
| 763 |
#bws_settings_tabs li.bws-tab-notifications a:before { |
| 764 |
content: "\f466"; |
| 765 |
} |
| 766 |
#bws_settings_tabs li.bws-tab-reports a:before { |
| 767 |
content: "\f535"; |
| 768 |
} |
| 769 |
#bws_settings_tabs li.bws-tab-output a:before { |
| 770 |
content: "\f498"; |
| 771 |
} |
| 772 |
#bws_settings_tabs li.bws-tab-recommend-button a:before { |
| 773 |
content: "\f529"; |
| 774 |
} |
| 775 |
#bws_settings_tabs li.bws-tab-recommend-settings a:before { |
| 776 |
content: "\f100"; |
| 777 |
} |
| 778 |
#bws_settings_tabs li:last-child a { |
| 779 |
border-bottom: none; |
| 780 |
} |
| 781 |
#bws_settings_tabs_wrapper .bws_tab { |
| 782 |
position: relative; |
| 783 |
padding: 5px 10px 15px; |
| 784 |
width: calc( 100% - 183px ); |
| 785 |
float: right; |
| 786 |
border: 1px solid #ddd; |
| 787 |
background: #fff; |
| 788 |
color: #444; |
| 789 |
} |
| 790 |
.bws_tab a { |
| 791 |
color: #0073aa; |
| 792 |
} |
| 793 |
.bws_tab a:hover { |
| 794 |
color: #00a0d2; |
| 795 |
} |
| 796 |
.bws_tab input, .bws_tab select, .bws_tab textarea, .bws_tab button { |
| 797 |
font-family: inherit; |
| 798 |
font-size: inherit; |
| 799 |
} |
| 800 |
#bws_settings_tabs_wrapper .bws_tab > *:not(.bws_pro_version_bloc):not(.bws_tab_sub_label):not(hr):not(.inline) { |
| 801 |
margin-left: 10px; |
| 802 |
margin-right: 10px; |
| 803 |
width: calc( 100% - 20px ); |
| 804 |
} |
| 805 |
.bws_tab h4 { |
| 806 |
color: red; |
| 807 |
} |
| 808 |
#bws_settings_tabs_wrapper .bws_tab button, |
| 809 |
#bws_settings_tabs_wrapper .bws_tab input[type="submit"], |
| 810 |
#bws_settings_tabs_wrapper .bws_tab input[type="button"] { |
| 811 |
white-space: normal; |
| 812 |
height: auto; |
| 813 |
} |
| 814 |
.toplevel_page_rrrlgvwr #bws_settings_tabs_wrapper .bws_tab .form-table th.th-full { |
| 815 |
overflow-wrap: break-word; |
| 816 |
max-width: 200px; |
| 817 |
} |
| 818 |
.bws_form .postbox .hndle { |
| 819 |
cursor: inherit; |
| 820 |
} |
| 821 |
#poststuff h3.bws_tab_label { |
| 822 |
margin-bottom: 10px; |
| 823 |
padding-left: 0; |
| 824 |
padding-right: 0; |
| 825 |
} |
| 826 |
.bws_tab_sub_label { |
| 827 |
font-weight: bold; |
| 828 |
background-color: #f1f1f1; |
| 829 |
padding: 7px 10px; |
| 830 |
margin-top: 10px; |
| 831 |
font-size: 15px; |
| 832 |
} |
| 833 |
.bws_tab .form-table textarea { |
| 834 |
width: 100%; |
| 835 |
} |
| 836 |
#poststuff h3.bws_tab_label + hr { |
| 837 |
margin-top: 18px; |
| 838 |
} |
| 839 |
.bws_tab_description + hr { |
| 840 |
margin-top: 15px; |
| 841 |
} |
| 842 |
.rtl #bws_settings_tabs { |
| 843 |
float: right; |
| 844 |
border-right: 1px solid #ddd; |
| 845 |
border-left: none; |
| 846 |
} |
| 847 |
.rtl #bws_settings_tabs li a { |
| 848 |
padding: 20px 25px 20px 0; |
| 849 |
} |
| 850 |
.rtl #bws_settings_tabs li.ui-tabs-active a, |
| 851 |
.rtl #bws_settings_tabs li a:hover { |
| 852 |
padding: 20px 45px 20px 20px; |
| 853 |
} |
| 854 |
.rtl #bws_settings_tabs li a:before { |
| 855 |
right: 20px; |
| 856 |
} |
| 857 |
.rtl .bws_form #postbox-container-2 > div { |
| 858 |
margin-right: 160px; |
| 859 |
margin-left: 0; |
| 860 |
} |
| 861 |
.bws_margined_box { |
| 862 |
margin: 1em 0; |
| 863 |
} |
| 864 |
@media only screen and (max-width: 1100px) { |
| 865 |
#bws_settings_tabs { |
| 866 |
width: 59px; |
| 867 |
} |
| 868 |
#bws_settings_tabs li a { |
| 869 |
margin: 0; |
| 870 |
padding: 20px 0; |
| 871 |
width: 60px; |
| 872 |
height: 60px; |
| 873 |
} |
| 874 |
#bws_settings_tabs li.ui-tabs-active a, |
| 875 |
#bws_settings_tabs li a:hover, |
| 876 |
.rtl #bws_settings_tabs li.ui-tabs-active a, |
| 877 |
.rtl #bws_settings_tabs li a:hover { |
| 878 |
padding: 20px 0; |
| 879 |
height: 61px; |
| 880 |
} |
| 881 |
#bws_settings_tabs li.ui-tabs-active, |
| 882 |
#bws_settings_tabs li.ui-tabs-active a, |
| 883 |
#bws_settings_tabs li a:hover { |
| 884 |
width: 61px; |
| 885 |
} |
| 886 |
#bws_settings_tabs_wrapper .bws_tab { |
| 887 |
width: calc( 100% - 83px ); |
| 888 |
} |
| 889 |
#bws_settings_tabs span { |
| 890 |
display: none; |
| 891 |
} |
| 892 |
.bws_form #postbox-container-2 > div { |
| 893 |
margin-left: 60px; |
| 894 |
width: calc( 100% - 62px ); |
| 895 |
} |
| 896 |
.rtl .bws_form #postbox-container-2 > div { |
| 897 |
margin-right: 60px; |
| 898 |
margin-left: 0; |
| 899 |
} |
| 900 |
} |
| 901 |
@media only screen and (max-width: 850px) { |
| 902 |
.bws_form #postbox-container-2 > div, |
| 903 |
.rtl .bws_form #postbox-container-2 > div { |
| 904 |
width: calc( 100% - 2px ); |
| 905 |
margin: 0; |
| 906 |
} |
| 907 |
.bws_form #postbox-container-2 .postbox { |
| 908 |
margin-bottom: 20px; |
| 909 |
} |
| 910 |
.bws_form .postbox-container div.submit { |
| 911 |
display: none; |
| 912 |
} |
| 913 |
} |
| 914 |
@media screen and (max-width: 782px) { |
| 915 |
.bws-hide-for-mobile { |
| 916 |
display: none; |
| 917 |
} |
| 918 |
} |
| 919 |
@media screen and (max-width: 440px) { |
| 920 |
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=file] { |
| 921 |
width: 182px; |
| 922 |
} |
| 923 |
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=text]:not(.small-text), |
| 924 |
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=password], |
| 925 |
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=search], |
| 926 |
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=number]:not(.small-text), |
| 927 |
#bws_settings_tabs_wrapper .bws_tab .form-table td select, |
| 928 |
#bws_settings_tabs_wrapper .bws_tab .form-table td textarea { |
| 929 |
width: 100%; |
| 930 |
padding-left: 0; |
| 931 |
padding-right: 0; |
| 932 |
} |
| 933 |
} |
| 934 |
|