| @@ -1,18 +1,15 @@ | ||
| 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; | |
| 1 | +#adminmenu #toplevel_page_bws_plugins div.wp-menu-image, | |
| 2 | +.admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image, | |
| 3 | +#adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image, | |
| 4 | +#adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image { | |
| 5 | + background: url("../images/icon_16_single.png") no-repeat scroll center center transparent; | |
| 6 | 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; | |
| 7 | +#adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image { | |
| 8 | + opacity: 0.7; | |
| 11 | 9 | } |
| 12 | -.bws_info { | |
| 13 | - color: #888; | |
| 14 | - font-size: 10px; | |
| 10 | +#toplevel_page_bws_plugins .wp-submenu .wp-first-item { | |
| 11 | + display: none; | |
| 15 | 12 | } |
| 16 | 13 | /* |
| 17 | 14 | * styles for rate-support div on the settings page |
| 18 | 15 | */ |
| @@ -27,13 +24,9 @@ | ||
| 27 | 24 | border-bottom: 1px dashed #70A8C2; |
| 28 | 25 | } |
| 29 | 26 | .bws-plugin-reviews-support { |
| 30 | 27 | padding: 10px; |
| 31 | - border-bottom: 1px dashed #70A8C2; | |
| 32 | 28 | } |
| 33 | -.bws-plugin-reviews-donate { | |
| 34 | - padding: 10px; | |
| 35 | -} | |
| 36 | 29 | /* |
| 37 | 30 | * styles for Go PRO tab |
| 38 | 31 | */ |
| 39 | 32 | .bws_go_pro_tab { |
| @@ -38,15 +31,15 @@ | ||
| 38 | 31 | */ |
| 39 | 32 | .bws_go_pro_tab { |
| 40 | 33 | background-color: #2A95C5; |
| 41 | 34 | border-color: #11688F; |
| 42 | - color: #fff; | |
| 35 | + color: #FFFFFF; | |
| 43 | 36 | font-weight: normal; |
| 44 | 37 | text-shadow: none; |
| 45 | 38 | } |
| 46 | 39 | .bws_go_pro_tab:hover { |
| 47 | 40 | background-color: #2080AB; |
| 48 | - color: #fff; | |
| 41 | + color: #FFFFFF; | |
| 49 | 42 | border-color: #11688F; |
| 50 | 43 | } |
| 51 | 44 | .bws_go_pro_tab.nav-tab-active { |
| 52 | 45 | background: none repeat scroll 0 0 rgba(0, 0, 0, 0); |
| @@ -60,8 +53,9 @@ | ||
| 60 | 53 | tr.bws_pro_version, |
| 61 | 54 | .nav-tab.bws_plugin_menu_pro_version, |
| 62 | 55 | .nav-tab.bws_plugin_menu_pro_version:hover { |
| 63 | 56 | background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png"); |
| 57 | + border: 1px solid #AAA; | |
| 64 | 58 | } |
| 65 | 59 | td.bws_pro_version_tooltip { |
| 66 | 60 | border: 1px solid #AAA; |
| 67 | 61 | position: inherit; |
| @@ -70,9 +64,8 @@ | ||
| 70 | 64 | position: relative; |
| 71 | 65 | margin: 5px 0; |
| 72 | 66 | border: 1px solid #AAAAAA; |
| 73 | 67 | max-width: 800px; |
| 74 | - overflow: hidden; | |
| 75 | 68 | } |
| 76 | 69 | .bws_table_bg { |
| 77 | 70 | background: #f8e268 url("../images/pattern.png"); |
| 78 | 71 | opacity: 0.11; |
| @@ -82,11 +75,8 @@ | ||
| 82 | 75 | height: 100%; |
| 83 | 76 | position: absolute; |
| 84 | 77 | z-index: 1; |
| 85 | 78 | } |
| 86 | -.bws_hide_premium_options { | |
| 87 | - z-index: 5; | |
| 88 | -} | |
| 89 | 79 | .bws_pro_version_table_bloc table.bws_pro_version { |
| 90 | 80 | background: transparent; |
| 91 | 81 | margin: 0; |
| 92 | 82 | border: none; |
| @@ -125,10 +115,8 @@ | ||
| 125 | 115 | } |
| 126 | 116 | .bws_pro_version_tooltip .bws_info { |
| 127 | 117 | float: left; |
| 128 | 118 | padding-top: 10px; |
| 129 | - font-size: 14px; | |
| 130 | - color: #444; | |
| 131 | 119 | } |
| 132 | 120 | .bws_pro_version_tooltip .bws_pro_links { |
| 133 | 121 | float: right; |
| 134 | 122 | } |
| @@ -170,9 +158,9 @@ | ||
| 170 | 158 | padding: 5px 50px; |
| 171 | 159 | float: none; |
| 172 | 160 | } |
| 173 | 161 | /* #### Mobile Phones Portrait or Landscape #### */ |
| 174 | -@media screen and (max-device-width: 768px) { | |
| 162 | +@media screen and (max-device-width: 640px) { | |
| 175 | 163 | .bws_pro_version_tooltip { |
| 176 | 164 | padding: 10px; |
| 177 | 165 | text-align: center; |
| 178 | 166 | } |
| @@ -213,17 +201,17 @@ | ||
| 213 | 201 | width: auto; |
| 214 | 202 | max-width: 80%; |
| 215 | 203 | } |
| 216 | 204 | .bws_banner_on_plugin_page .text span { |
| 217 | - font-size: 14px; | |
| 205 | + font-size: 12px; | |
| 218 | 206 | opacity: 0.7; |
| 219 | 207 | } |
| 220 | -div.bws_banner_on_plugin_page .button { | |
| 221 | - float: right; | |
| 208 | +.bws_banner_on_plugin_page .button { | |
| 209 | + float: left; | |
| 222 | 210 | border: none; |
| 223 | 211 | font-size: 14px; |
| 224 | - margin: 18px 40px; | |
| 225 | - padding: 12px 29px; | |
| 212 | + margin: 18px 0 18px 16px; | |
| 213 | + padding: 12px 0; | |
| 226 | 214 | color: #FFF; |
| 227 | 215 | text-shadow: none; |
| 228 | 216 | font-weight: bold; |
| 229 | 217 | background: #0074A2; |
| @@ -233,8 +221,9 @@ | ||
| 233 | 221 | text-decoration: none; |
| 234 | 222 | height: 50px; |
| 235 | 223 | text-align: center; |
| 236 | 224 | text-transform: uppercase; |
| 225 | + width: 147px; | |
| 237 | 226 | box-shadow: none; |
| 238 | 227 | line-height: 26px; |
| 239 | 228 | } |
| 240 | 229 | .bws_banner_on_plugin_page .button:hover, |
| @@ -241,91 +230,19 @@ | ||
| 241 | 230 | .bws_banner_on_plugin_page .button:focus { |
| 242 | 231 | background: #222; |
| 243 | 232 | color: #FFF; |
| 244 | 233 | } |
| 245 | -div.bws_banner_on_plugin_page .icon { | |
| 246 | - float: left; | |
| 247 | - margin: 12px 8px 8px 12px; | |
| 234 | +.bws_banner_on_plugin_page .icon { | |
| 235 | + float: right; | |
| 236 | + margin: 12px 8px 8px 0; | |
| 248 | 237 | } |
| 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 { | |
| 238 | +.bws_banner_on_plugin_page .close_icon { | |
| 317 | 239 | float: right; |
| 240 | + margin: 8px; | |
| 241 | + cursor: pointer; | |
| 318 | 242 | } |
| 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 | 243 | /* #### Mobile Phones Portrait or Landscape #### */ |
| 327 | -@media screen and (max-device-width: 768px) { | |
| 244 | +@media screen and (max-device-width: 640px) { | |
| 328 | 245 | .bws_banner_on_plugin_page .text, |
| 329 | 246 | .bws_banner_on_plugin_page .icon, |
| 330 | 247 | .bws_banner_on_plugin_page .button_div, |
| 331 | 248 | .bws_banner_on_plugin_page .button { |
| @@ -332,174 +249,5 @@ | ||
| 332 | 249 | float: none; |
| 333 | 250 | text-align: center; |
| 334 | 251 | max-width: 100%; |
| 335 | 252 | } |
| 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 | 253 | } |