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