| 1 |
#adminmenu #toplevel_page_bws_panel div.wp-menu-image img, |
| 2 |
.admin-color-classic #adminmenu #toplevel_page_bws_panel div.wp-menu-image img, |
| 3 |
#adminmenu #toplevel_page_bws_panel:hover div.wp-menu-image img, |
| 4 |
#adminmenu #toplevel_page_bws_panel.wp-has-current-submenu div.wp-menu-image img { |
| 5 |
width: 18px; |
| 6 |
} |
| 7 |
#adminmenu #toplevel_page_bws_panel .wp-submenu li:nth-child(4) a { |
| 8 |
border-bottom: 1px solid #444; |
| 9 |
padding-bottom: 12px; |
| 10 |
margin-bottom: 5px; |
| 11 |
} |
| 12 |
.bws_info { |
| 13 |
color: #888; |
| 14 |
font-size: 10px; |
| 15 |
} |
| 16 |
/* |
| 17 |
* styles for rate-support div on the settings page |
| 18 |
*/ |
| 19 |
.bws-plugin-reviews { |
| 20 |
background: none repeat scroll 0 0 #BEE1F1; |
| 21 |
border: 1px solid #70A8C2; |
| 22 |
border-radius: 3px; |
| 23 |
max-width: 700px; |
| 24 |
} |
| 25 |
.bws-plugin-reviews-rate { |
| 26 |
padding: 10px; |
| 27 |
border-bottom: 1px dashed #70A8C2; |
| 28 |
} |
| 29 |
.bws-plugin-reviews-support { |
| 30 |
padding: 10px; |
| 31 |
border-bottom: 1px dashed #70A8C2; |
| 32 |
} |
| 33 |
.bws-plugin-reviews-donate { |
| 34 |
padding: 10px; |
| 35 |
} |
| 36 |
/* |
| 37 |
* styles for Go PRO tab |
| 38 |
*/ |
| 39 |
.bws_go_pro_tab { |
| 40 |
background-color: #2A95C5; |
| 41 |
border-color: #11688F; |
| 42 |
color: #fff; |
| 43 |
font-weight: normal; |
| 44 |
text-shadow: none; |
| 45 |
} |
| 46 |
.bws_go_pro_tab:hover { |
| 47 |
background-color: #2080AB; |
| 48 |
color: #fff; |
| 49 |
border-color: #11688F; |
| 50 |
} |
| 51 |
.bws_go_pro_tab.nav-tab-active { |
| 52 |
background: none repeat scroll 0 0 rgba(0, 0, 0, 0); |
| 53 |
border-color: #CCCCCC #CCCCCC #F1F1F1; |
| 54 |
color: #000000; |
| 55 |
} |
| 56 |
/* |
| 57 |
* styles for pro_version settings and tooltip |
| 58 |
*/ |
| 59 |
td.bws_pro_version, |
| 60 |
tr.bws_pro_version, |
| 61 |
.nav-tab.bws_plugin_menu_pro_version, |
| 62 |
.nav-tab.bws_plugin_menu_pro_version:hover { |
| 63 |
background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png"); |
| 64 |
} |
| 65 |
td.bws_pro_version_tooltip { |
| 66 |
border: 1px solid #AAA; |
| 67 |
position: inherit; |
| 68 |
} |
| 69 |
.bws_pro_version_bloc { |
| 70 |
position: relative; |
| 71 |
margin: 5px 0; |
| 72 |
border: 1px solid #AAAAAA; |
| 73 |
max-width: 800px; |
| 74 |
overflow: hidden; |
| 75 |
} |
| 76 |
.bws_table_bg { |
| 77 |
background: #f8e268 url("../images/pattern.png"); |
| 78 |
opacity: 0.11; |
| 79 |
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=11); /* IE 5.5+*/ |
| 80 |
-moz-opacity: 0.11; /* Mozilla 1.6 и ниже */ |
| 81 |
width: 100%; |
| 82 |
height: 100%; |
| 83 |
position: absolute; |
| 84 |
z-index: 1; |
| 85 |
} |
| 86 |
.bws_hide_premium_options { |
| 87 |
z-index: 5; |
| 88 |
} |
| 89 |
.bws_pro_version_table_bloc table.bws_pro_version { |
| 90 |
background: transparent; |
| 91 |
margin: 0; |
| 92 |
border: none; |
| 93 |
width: 100%; |
| 94 |
} |
| 95 |
table.bws_pro_version { |
| 96 |
background: #E0E0E0; |
| 97 |
border: 1px solid #AAA; |
| 98 |
margin-bottom: 5px; |
| 99 |
width: auto; |
| 100 |
} |
| 101 |
table.bws_pro_version tbody { |
| 102 |
display: block; |
| 103 |
} |
| 104 |
table.bws_pro_version th, |
| 105 |
table.bws_pro_version td { |
| 106 |
padding-left: 10px; |
| 107 |
} |
| 108 |
.bws_pro_version_tooltip { |
| 109 |
background: #FFF; |
| 110 |
border-top: 1px solid #AAA; |
| 111 |
position: relative; |
| 112 |
z-index: 2; |
| 113 |
padding: 10px; |
| 114 |
font-size: 14px; |
| 115 |
} |
| 116 |
.bws_pro_version_tooltip .bws_button { |
| 117 |
background: #dd5738; |
| 118 |
border: none; |
| 119 |
text-decoration: none; |
| 120 |
color: #fff; |
| 121 |
padding: 5px 17px; |
| 122 |
border-radius: 2px; |
| 123 |
margin: 5px 10px; |
| 124 |
float: right; |
| 125 |
} |
| 126 |
.bws_pro_version_tooltip .bws_info { |
| 127 |
float: left; |
| 128 |
padding-top: 10px; |
| 129 |
font-size: 14px; |
| 130 |
color: #444; |
| 131 |
} |
| 132 |
.bws_pro_version_tooltip .bws_pro_links { |
| 133 |
float: right; |
| 134 |
} |
| 135 |
.bws_pro_version_tooltip .bws_trial_info { |
| 136 |
padding-top: 10px; |
| 137 |
display: inline-block; |
| 138 |
} |
| 139 |
div.bws_pro_version { |
| 140 |
padding: 5px 10px; |
| 141 |
} |
| 142 |
a.bws_plugin_pro_version { |
| 143 |
display: block; |
| 144 |
background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png"); |
| 145 |
border: 1px solid #AAA; |
| 146 |
padding: 5px; |
| 147 |
text-decoration: none; |
| 148 |
color: #666; |
| 149 |
} |
| 150 |
.bws_pro_version_single_link, |
| 151 |
.bws_pro_version_single_link:hover { |
| 152 |
text-decoration: none; |
| 153 |
color: #666; |
| 154 |
} |
| 155 |
/* style for mini-block (ex. google map) */ |
| 156 |
.bws_pro_version_bloc_mini .bws_pro_version_table_bloc table.bws_pro_version { |
| 157 |
width: auto; |
| 158 |
} |
| 159 |
.bws_pro_version_bloc_mini .bws_pro_version_tooltip { |
| 160 |
padding: 10px 61px; |
| 161 |
text-align: center; |
| 162 |
width: 200px; |
| 163 |
} |
| 164 |
.bws_pro_version_bloc_mini .bws_pro_version_tooltip a { |
| 165 |
display: inline-block; |
| 166 |
line-height: 1.5; |
| 167 |
} |
| 168 |
.bws_pro_version_bloc_mini .bws_pro_version_tooltip .bws_button { |
| 169 |
margin: 10px 10px 5px; |
| 170 |
padding: 5px 50px; |
| 171 |
float: none; |
| 172 |
} |
| 173 |
/* #### Mobile Phones Portrait or Landscape #### */ |
| 174 |
@media screen and (max-device-width: 768px) { |
| 175 |
.bws_pro_version_tooltip { |
| 176 |
padding: 10px; |
| 177 |
text-align: center; |
| 178 |
} |
| 179 |
.bws_pro_version_tooltip .bws_info { |
| 180 |
float: none; |
| 181 |
text-align: center; |
| 182 |
} |
| 183 |
.bws_pro_version_tooltip a { |
| 184 |
display: inline-block; |
| 185 |
line-height: 1.5; |
| 186 |
} |
| 187 |
.bws_pro_version_tooltip .bws_info a { |
| 188 |
display: block; |
| 189 |
} |
| 190 |
.bws_pro_version_tooltip .bws_button { |
| 191 |
margin: 10px 10px 5px; |
| 192 |
padding: 5px 50px; |
| 193 |
float: none; |
| 194 |
} |
| 195 |
} |
| 196 |
|
| 197 |
/* |
| 198 |
* styles for banner |
| 199 |
*/ |
| 200 |
.bws_banner_on_plugin_page { |
| 201 |
border: 1px solid #d4d4d4; |
| 202 |
margin: 12px 0; |
| 203 |
background: #FFF; |
| 204 |
position: relative; |
| 205 |
overflow: hidden |
| 206 |
} |
| 207 |
.bws_banner_on_plugin_page .text { |
| 208 |
color: #000; |
| 209 |
font-size: 15px; |
| 210 |
line-height: 26px; |
| 211 |
margin: 18px 18px 14px; |
| 212 |
float: left; |
| 213 |
width: auto; |
| 214 |
max-width: 80%; |
| 215 |
} |
| 216 |
.bws_banner_on_plugin_page .text span { |
| 217 |
font-size: 14px; |
| 218 |
opacity: 0.7; |
| 219 |
} |
| 220 |
div.bws_banner_on_plugin_page .button { |
| 221 |
float: right; |
| 222 |
border: none; |
| 223 |
font-size: 14px; |
| 224 |
margin: 18px 40px; |
| 225 |
padding: 12px 29px; |
| 226 |
color: #FFF; |
| 227 |
text-shadow: none; |
| 228 |
font-weight: bold; |
| 229 |
background: #0074A2; |
| 230 |
-moz-border-radius: 3px; |
| 231 |
border-radius: 3px; |
| 232 |
-webkit-border-radius: 3px; |
| 233 |
text-decoration: none; |
| 234 |
height: 50px; |
| 235 |
text-align: center; |
| 236 |
text-transform: uppercase; |
| 237 |
box-shadow: none; |
| 238 |
line-height: 26px; |
| 239 |
} |
| 240 |
.bws_banner_on_plugin_page .button:hover, |
| 241 |
.bws_banner_on_plugin_page .button:focus { |
| 242 |
background: #222; |
| 243 |
color: #FFF; |
| 244 |
} |
| 245 |
div.bws_banner_on_plugin_page .icon { |
| 246 |
float: left; |
| 247 |
margin: 12px 8px 8px 12px; |
| 248 |
} |
| 249 |
.bws_banner_on_plugin_page .icon img { |
| 250 |
max-width: 60px; |
| 251 |
} |
| 252 |
.bws_go_pro_banner .icon:before { |
| 253 |
content: 'PRO'; |
| 254 |
background: #F26E50; |
| 255 |
border-radius: 4px; |
| 256 |
color: #FFF; |
| 257 |
font-size: 11px; |
| 258 |
font-weight: bold; |
| 259 |
display: block; |
| 260 |
padding: 0px 4px; |
| 261 |
margin: 0 15px -7px; |
| 262 |
position: relative; |
| 263 |
} |
| 264 |
.bws_banner_on_plugin_page .text + .icon { |
| 265 |
display: none; |
| 266 |
} |
| 267 |
.bws_banner_to_settings_joint .bws-text { |
| 268 |
color: #000; |
| 269 |
font-size: 16px; |
| 270 |
line-height: 26px; |
| 271 |
padding: 13px 14px 14px; |
| 272 |
} |
| 273 |
.bws_banner_to_settings_joint .icon span.dashicons-admin-plugins { |
| 274 |
font-size: 48px; |
| 275 |
color: #d6d6d6; |
| 276 |
width: 48px; |
| 277 |
height: 48px; |
| 278 |
} |
| 279 |
.bws_banner_on_plugin_page.bws_banner_to_settings_joint .icon { |
| 280 |
margin: 2px 16px 0 0; |
| 281 |
} |
| 282 |
.bws_banner_to_settings_joint .bws-details { |
| 283 |
background: #f2f2f2; |
| 284 |
padding: 15px 78px 21px; |
| 285 |
} |
| 286 |
.bws_banner_to_settings_joint a { |
| 287 |
text-decoration: none; |
| 288 |
} |
| 289 |
.bws_banner_to_settings_joint .bws-more-links { |
| 290 |
font-size: 14px; |
| 291 |
} |
| 292 |
.bws_banner_to_settings_joint .bws-more:after { |
| 293 |
content: "\f347"; |
| 294 |
font-family: dashicons; |
| 295 |
margin: 0 5px; |
| 296 |
top: 2px; |
| 297 |
position: relative; |
| 298 |
} |
| 299 |
.bws_banner_to_settings_joint .bws-less:after { |
| 300 |
content: "\f343"; |
| 301 |
font-family: dashicons; |
| 302 |
margin: 0 5px; |
| 303 |
top: 2px; |
| 304 |
position: relative; |
| 305 |
} |
| 306 |
.bws_banner_to_settings_joint .bws-details strong { |
| 307 |
font-size: 14px; |
| 308 |
line-height: 30px; |
| 309 |
} |
| 310 |
.rtl div.bws_banner_on_plugin_page .button, |
| 311 |
.rtl .bws_pro_version_tooltip .bws_button { |
| 312 |
float: left; |
| 313 |
} |
| 314 |
.rtl div.bws_banner_on_plugin_page .icon, |
| 315 |
.rtl .bws_banner_on_plugin_page .text, |
| 316 |
.rtl .bws_pro_version_tooltip .bws_info { |
| 317 |
float: right; |
| 318 |
} |
| 319 |
.rtl .bws_banner_on_plugin_page.bws_banner_to_settings_joint .icon { |
| 320 |
margin: 2px 0 0 16px; |
| 321 |
} |
| 322 |
.rtl table.bws_pro_version th, |
| 323 |
.rtl table.bws_pro_version td { |
| 324 |
padding-right: 10px; |
| 325 |
} |
| 326 |
/* #### Mobile Phones Portrait or Landscape #### */ |
| 327 |
@media screen and (max-device-width: 768px) { |
| 328 |
.bws_banner_on_plugin_page .text, |
| 329 |
.bws_banner_on_plugin_page .icon, |
| 330 |
.bws_banner_on_plugin_page .button_div, |
| 331 |
.bws_banner_on_plugin_page .button { |
| 332 |
float: none; |
| 333 |
text-align: center; |
| 334 |
max-width: 100%; |
| 335 |
} |
| 336 |
.bws_banner_on_plugin_page .icon { |
| 337 |
position: relative; |
| 338 |
left: 8px; |
| 339 |
} |
| 340 |
} |
| 341 |
@media screen and (max-width: 600px) { |
| 342 |
.bws_banner_to_settings_joint .bws-details { |
| 343 |
padding: 15px 20px 21px; |
| 344 |
} |
| 345 |
} |
| 346 |
/* display shortcodes */ |
| 347 |
span.bws_code { |
| 348 |
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07); |
| 349 |
font-size: 13px; |
| 350 |
margin: 0 1px; |
| 351 |
padding: 3px 5px 2px; |
| 352 |
} |
| 353 |
/* |
| 354 |
* styles help tooltips |
| 355 |
*/ |
| 356 |
.bws_help_box { |
| 357 |
background-image: url("../images/tooltip_icons.png"); |
| 358 |
background-repeat: no-repeat; |
| 359 |
cursor: pointer; |
| 360 |
height: 28px; |
| 361 |
position: relative; |
| 362 |
margin: 3px 5px; |
| 363 |
width: 28px; |
| 364 |
display: inline-block; |
| 365 |
} |
| 366 |
.bws_help_box:not(.dashicons) { |
| 367 |
vertical-align: middle; |
| 368 |
} |
| 369 |
.bws_help_box.dashicons-editor-help { |
| 370 |
background: none; |
| 371 |
color: #0074a2; |
| 372 |
height: auto; |
| 373 |
width: auto; |
| 374 |
margin: 0; |
| 375 |
} |
| 376 |
.bws_help_box.dashicons-editor-help:hover { |
| 377 |
color: #2ea2cc; |
| 378 |
} |
| 379 |
.bws_hidden_help_text { |
| 380 |
background: #fff; |
| 381 |
border: 1px solid #DCDCDC; |
| 382 |
left: 40px; |
| 383 |
padding: 5px; |
| 384 |
position: absolute; |
| 385 |
width: auto; |
| 386 |
line-height: 1.5; |
| 387 |
display: none; |
| 388 |
color: #333; |
| 389 |
font-size: 12px; |
| 390 |
font-family: "Open Sans",sans-serif; |
| 391 |
text-align: left; |
| 392 |
} |
| 393 |
.dashicons-editor-help .bws_hidden_help_text { |
| 394 |
left: 30px; |
| 395 |
top: -6px; |
| 396 |
} |
| 397 |
.bws_hidden_help_text:after, |
| 398 |
.bws_hidden_help_text:before { |
| 399 |
position: absolute; |
| 400 |
content: ""; |
| 401 |
width: 0; |
| 402 |
height: 0; |
| 403 |
left: -10px; |
| 404 |
top: 7px; |
| 405 |
direction: ltr; |
| 406 |
} |
| 407 |
.bws_hidden_help_text:before { |
| 408 |
border-top: 8px solid transparent; |
| 409 |
border-bottom: 8px solid transparent; |
| 410 |
border-right: 11px solid #DCDCDC; |
| 411 |
z-index: -1; |
| 412 |
margin-top: -1px; |
| 413 |
margin-left: -2px; |
| 414 |
} |
| 415 |
.bws_hidden_help_text:after { |
| 416 |
border-top: 7px solid transparent; |
| 417 |
border-bottom: 7px solid transparent; |
| 418 |
border-right: 10px solid #fff; |
| 419 |
} |
| 420 |
.bws_hidden_help_text:after { |
| 421 |
border-top: 7px solid transparent; |
| 422 |
border-bottom: 7px solid transparent; |
| 423 |
border-right: 10px solid #fff; |
| 424 |
} |
| 425 |
.bws_hidden_help_text code { |
| 426 |
padding: 2px 5px 1px; |
| 427 |
} |
| 428 |
.bws_help_box:hover .bws_hidden_help_text { |
| 429 |
display: inline-block; |
| 430 |
z-index: 1001; |
| 431 |
} |
| 432 |
/* RTL styles */ |
| 433 |
.bws_help_box_right .bws_hidden_help_text, |
| 434 |
.rtl .bws_hidden_help_text { |
| 435 |
left: auto; |
| 436 |
right: 40px; |
| 437 |
} |
| 438 |
.bws_help_box_right.dashicons-editor-help .bws_hidden_help_text, |
| 439 |
.rtl .dashicons-editor-help .bws_hidden_help_text { |
| 440 |
right: 30px; |
| 441 |
} |
| 442 |
.bws_help_box_right .bws_hidden_help_text:before, |
| 443 |
.rtl .bws_hidden_help_text:before, |
| 444 |
.rtl .bws_hidden_help_text:after, |
| 445 |
.bws_help_box_right .bws_hidden_help_text:after { |
| 446 |
left: auto; |
| 447 |
right: -10px; |
| 448 |
-webkit-transform: rotate(180deg); /* Chrome y Safari */ |
| 449 |
-moz-transform: rotate(180deg); /* Firefox */ |
| 450 |
-o-transform: rotate(180deg); /* Opera */ |
| 451 |
transform: rotate(180deg); |
| 452 |
} |
| 453 |
.rtl .bws_hidden_help_text { |
| 454 |
text-align: right; |
| 455 |
} |
| 456 |
.bws_help_box_right .bws_hidden_help_text:before, |
| 457 |
.rtl .bws_hidden_help_text:before { |
| 458 |
margin-right: -2px; |
| 459 |
} |
| 460 |
/* bws shortcode insert */ |
| 461 |
.mce-toolbar .mce-btn-group .mce-btn.mce-bws_shortcode_button { |
| 462 |
background-color: #fff; |
| 463 |
border: 1px solid #e5e5e5; |
| 464 |
} |
| 465 |
.mce-toolbar .mce-btn i.bws-shortcode-icon { |
| 466 |
background: transparent url("../images/shortcode-icon.png"); |
| 467 |
} |
| 468 |
#bws_shortcode_content, |
| 469 |
#bws_shortcode_select_plugin { |
| 470 |
margin-bottom: 10px; |
| 471 |
} |
| 472 |
#bws_shortcode_content * { |
| 473 |
white-space: normal; |
| 474 |
} |
| 475 |
#bws_shortcode_popup_block h4 { |
| 476 |
padding: 0; |
| 477 |
line-height: 2.5; |
| 478 |
text-transform: uppercase; |
| 479 |
} |
| 480 |
#bws_shortcode_content_bottom p { |
| 481 |
font-style: italic; |
| 482 |
color: #666; |
| 483 |
} |
| 484 |
#bws_shortcode_block { |
| 485 |
background-color: #fdfdfd; |
| 486 |
border: 1px solid #dfdfdf; |
| 487 |
overflow: auto; |
| 488 |
padding: 10px; |
| 489 |
} |
| 490 |
#bws_shortcode_display { |
| 491 |
margin: 0 auto; |
| 492 |
} |
| 493 |
#bws_shortcode_content fieldset label { |
| 494 |
margin-top: 5px; |
| 495 |
display: inline-block; |
| 496 |
} |
| 497 |
#bws_shortcode_content .title { |
| 498 |
margin-right: 5px; |
| 499 |
margin-left: 5px; |
| 500 |
line-height: 2.5; |
| 501 |
} |
| 502 |
#bws_shortcode_content .title, |
| 503 |
#bws_shortcode_content .checkbox-title { |
| 504 |
white-space: normal; |
| 505 |
} |