| 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 |
} |
| 73 |
.bws_table_bg { |
| 74 |
background: #f8e268 url("../images/pattern.png"); |
| 75 |
opacity: 0.11; |
| 76 |
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=11); /* IE 5.5+*/ |
| 77 |
-moz-opacity: 0.11; /* Mozilla 1.6 и ниже */ |
| 78 |
width: 100%; |
| 79 |
height: 100%; |
| 80 |
position: absolute; |
| 81 |
z-index: 1; |
| 82 |
} |
| 83 |
.bws_pro_version_table_bloc table.bws_pro_version { |
| 84 |
background: transparent; |
| 85 |
margin: 0; |
| 86 |
border: none; |
| 87 |
width: 100%; |
| 88 |
} |
| 89 |
table.bws_pro_version { |
| 90 |
background: #E0E0E0; |
| 91 |
border: 1px solid #AAA; |
| 92 |
margin-bottom: 5px; |
| 93 |
width: auto; |
| 94 |
} |
| 95 |
table.bws_pro_version tbody { |
| 96 |
display: block; |
| 97 |
} |
| 98 |
table.bws_pro_version th, |
| 99 |
table.bws_pro_version td { |
| 100 |
padding-left: 10px; |
| 101 |
} |
| 102 |
.bws_pro_version_tooltip { |
| 103 |
background: #FFF; |
| 104 |
border-top: 1px solid #AAA; |
| 105 |
position: relative; |
| 106 |
z-index: 2; |
| 107 |
padding: 10px; |
| 108 |
font-size: 14px; |
| 109 |
} |
| 110 |
.bws_pro_version_tooltip .bws_button { |
| 111 |
background: #dd5738; |
| 112 |
border: none; |
| 113 |
text-decoration: none; |
| 114 |
color: #fff; |
| 115 |
padding: 5px 17px; |
| 116 |
border-radius: 2px; |
| 117 |
margin: 5px 10px; |
| 118 |
float: right; |
| 119 |
} |
| 120 |
.bws_pro_version_tooltip .bws_info { |
| 121 |
float: left; |
| 122 |
padding-top: 10px; |
| 123 |
font-size: 14px; |
| 124 |
color: #444; |
| 125 |
} |
| 126 |
.bws_pro_version_tooltip .bws_pro_links { |
| 127 |
float: right; |
| 128 |
} |
| 129 |
.bws_pro_version_tooltip .bws_trial_info { |
| 130 |
padding-top: 10px; |
| 131 |
display: inline-block; |
| 132 |
} |
| 133 |
div.bws_pro_version { |
| 134 |
padding: 5px 10px; |
| 135 |
} |
| 136 |
a.bws_plugin_pro_version { |
| 137 |
display: block; |
| 138 |
background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png"); |
| 139 |
border: 1px solid #AAA; |
| 140 |
padding: 5px; |
| 141 |
text-decoration: none; |
| 142 |
color: #666; |
| 143 |
} |
| 144 |
.bws_pro_version_single_link, |
| 145 |
.bws_pro_version_single_link:hover { |
| 146 |
text-decoration: none; |
| 147 |
color: #666; |
| 148 |
} |
| 149 |
/* style for mini-block (ex. google map) */ |
| 150 |
.bws_pro_version_bloc_mini .bws_pro_version_table_bloc table.bws_pro_version { |
| 151 |
width: auto; |
| 152 |
} |
| 153 |
.bws_pro_version_bloc_mini .bws_pro_version_tooltip { |
| 154 |
padding: 10px 61px; |
| 155 |
text-align: center; |
| 156 |
width: 200px; |
| 157 |
} |
| 158 |
.bws_pro_version_bloc_mini .bws_pro_version_tooltip a { |
| 159 |
display: inline-block; |
| 160 |
line-height: 1.5; |
| 161 |
} |
| 162 |
.bws_pro_version_bloc_mini .bws_pro_version_tooltip .bws_button { |
| 163 |
margin: 10px 10px 5px; |
| 164 |
padding: 5px 50px; |
| 165 |
float: none; |
| 166 |
} |
| 167 |
/* #### Mobile Phones Portrait or Landscape #### */ |
| 168 |
@media screen and (max-device-width: 640px) { |
| 169 |
.bws_pro_version_tooltip { |
| 170 |
padding: 10px; |
| 171 |
text-align: center; |
| 172 |
} |
| 173 |
.bws_pro_version_tooltip .bws_info { |
| 174 |
float: none; |
| 175 |
text-align: center; |
| 176 |
} |
| 177 |
.bws_pro_version_tooltip a { |
| 178 |
display: inline-block; |
| 179 |
line-height: 1.5; |
| 180 |
} |
| 181 |
.bws_pro_version_tooltip .bws_info a { |
| 182 |
display: block; |
| 183 |
} |
| 184 |
.bws_pro_version_tooltip .bws_button { |
| 185 |
margin: 10px 10px 5px; |
| 186 |
padding: 5px 50px; |
| 187 |
float: none; |
| 188 |
} |
| 189 |
} |
| 190 |
|
| 191 |
/* |
| 192 |
* styles for banner |
| 193 |
*/ |
| 194 |
.bws_banner_on_plugin_page { |
| 195 |
border: 1px solid #d4d4d4; |
| 196 |
margin: 12px 0; |
| 197 |
background: #FFF; |
| 198 |
position: relative; |
| 199 |
overflow: hidden |
| 200 |
} |
| 201 |
.bws_banner_on_plugin_page .text { |
| 202 |
color: #000; |
| 203 |
font-size: 15px; |
| 204 |
line-height: 26px; |
| 205 |
margin: 18px 18px 14px; |
| 206 |
float: left; |
| 207 |
width: auto; |
| 208 |
max-width: 80%; |
| 209 |
} |
| 210 |
.bws_banner_on_plugin_page .text span { |
| 211 |
font-size: 12px; |
| 212 |
opacity: 0.7; |
| 213 |
} |
| 214 |
div.bws_banner_on_plugin_page .button { |
| 215 |
float: right; |
| 216 |
border: none; |
| 217 |
font-size: 14px; |
| 218 |
margin: 18px 16px; |
| 219 |
padding: 12px 29px; |
| 220 |
color: #FFF; |
| 221 |
text-shadow: none; |
| 222 |
font-weight: bold; |
| 223 |
background: #0074A2; |
| 224 |
-moz-border-radius: 3px; |
| 225 |
border-radius: 3px; |
| 226 |
-webkit-border-radius: 3px; |
| 227 |
text-decoration: none; |
| 228 |
height: 50px; |
| 229 |
text-align: center; |
| 230 |
text-transform: uppercase; |
| 231 |
box-shadow: none; |
| 232 |
line-height: 26px; |
| 233 |
} |
| 234 |
.bws_banner_on_plugin_page .button:hover, |
| 235 |
.bws_banner_on_plugin_page .button:focus { |
| 236 |
background: #222; |
| 237 |
color: #FFF; |
| 238 |
} |
| 239 |
div.bws_banner_on_plugin_page .icon { |
| 240 |
float: left; |
| 241 |
margin: 12px 8px 8px 12px; |
| 242 |
} |
| 243 |
.bws_banner_on_plugin_page .icon img { |
| 244 |
max-width: 60px; |
| 245 |
} |
| 246 |
.bws_banner_on_plugin_page .text + .icon { |
| 247 |
display: none; |
| 248 |
} |
| 249 |
.bws_banner_on_plugin_page .close_icon { |
| 250 |
float: right; |
| 251 |
margin: 8px; |
| 252 |
cursor: pointer; |
| 253 |
} |
| 254 |
/* #### Mobile Phones Portrait or Landscape #### */ |
| 255 |
@media screen and (max-device-width: 640px) { |
| 256 |
.bws_banner_on_plugin_page .text, |
| 257 |
.bws_banner_on_plugin_page .icon, |
| 258 |
.bws_banner_on_plugin_page .button_div, |
| 259 |
.bws_banner_on_plugin_page .button { |
| 260 |
float: none; |
| 261 |
text-align: center; |
| 262 |
max-width: 100%; |
| 263 |
} |
| 264 |
.bws_banner_on_plugin_page .icon { |
| 265 |
position: relative; |
| 266 |
left: 8px; |
| 267 |
} |
| 268 |
} |