| 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 |
#toplevel_page_bws_plugins .wp-submenu .wp-first-item { |
| 11 |
display: none; |
| 12 |
} |
| 13 |
/* |
| 14 |
* styles for rate-support div on the settings page |
| 15 |
*/ |
| 16 |
.bws-plugin-reviews { |
| 17 |
background: none repeat scroll 0 0 #BEE1F1; |
| 18 |
border: 1px solid #70A8C2; |
| 19 |
border-radius: 3px; |
| 20 |
max-width: 700px; |
| 21 |
} |
| 22 |
.bws-plugin-reviews-rate { |
| 23 |
padding: 10px; |
| 24 |
border-bottom: 1px dashed #70A8C2; |
| 25 |
} |
| 26 |
.bws-plugin-reviews-support { |
| 27 |
padding: 10px; |
| 28 |
} |
| 29 |
/* |
| 30 |
* styles for Go PRO tab |
| 31 |
*/ |
| 32 |
.bws_go_pro_tab { |
| 33 |
background-color: #2A95C5; |
| 34 |
border-color: #11688F; |
| 35 |
color: #FFFFFF; |
| 36 |
font-weight: normal; |
| 37 |
text-shadow: none; |
| 38 |
} |
| 39 |
.bws_go_pro_tab:hover { |
| 40 |
background-color: #2080AB; |
| 41 |
color: #FFFFFF; |
| 42 |
border-color: #11688F; |
| 43 |
} |
| 44 |
.bws_go_pro_tab.nav-tab-active { |
| 45 |
background: none repeat scroll 0 0 rgba(0, 0, 0, 0); |
| 46 |
border-color: #CCCCCC #CCCCCC #F1F1F1; |
| 47 |
color: #000000; |
| 48 |
} |
| 49 |
/* |
| 50 |
* styles for pro_version settings and tooltip |
| 51 |
*/ |
| 52 |
td.bws_pro_version, |
| 53 |
tr.bws_pro_version, |
| 54 |
.nav-tab.bws_plugin_menu_pro_version, |
| 55 |
.nav-tab.bws_plugin_menu_pro_version:hover { |
| 56 |
background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png"); |
| 57 |
border: 1px solid #AAA; |
| 58 |
} |
| 59 |
td.bws_pro_version_tooltip { |
| 60 |
border: 1px solid #AAA; |
| 61 |
position: inherit; |
| 62 |
} |
| 63 |
.bws_pro_version_bloc { |
| 64 |
position: relative; |
| 65 |
margin: 5px 0; |
| 66 |
border: 1px solid #AAAAAA; |
| 67 |
max-width: 800px; |
| 68 |
} |
| 69 |
.bws_table_bg { |
| 70 |
background: #f8e268 url("../images/pattern.png"); |
| 71 |
opacity: 0.11; |
| 72 |
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=11); /* IE 5.5+*/ |
| 73 |
-moz-opacity: 0.11; /* Mozilla 1.6 и ниже */ |
| 74 |
width: 100%; |
| 75 |
height: 100%; |
| 76 |
position: absolute; |
| 77 |
z-index: 1; |
| 78 |
} |
| 79 |
.bws_pro_version_table_bloc table.bws_pro_version { |
| 80 |
background: transparent; |
| 81 |
margin: 0; |
| 82 |
border: none; |
| 83 |
width: 100%; |
| 84 |
} |
| 85 |
table.bws_pro_version { |
| 86 |
background: #E0E0E0; |
| 87 |
border: 1px solid #AAA; |
| 88 |
margin-bottom: 5px; |
| 89 |
width: auto; |
| 90 |
} |
| 91 |
table.bws_pro_version tbody { |
| 92 |
display: block; |
| 93 |
} |
| 94 |
table.bws_pro_version th, |
| 95 |
table.bws_pro_version td { |
| 96 |
padding-left: 10px; |
| 97 |
} |
| 98 |
.bws_pro_version_tooltip { |
| 99 |
background: #FFF; |
| 100 |
border-top: 1px solid #AAA; |
| 101 |
position: relative; |
| 102 |
z-index: 2; |
| 103 |
padding: 10px; |
| 104 |
font-size: 14px; |
| 105 |
} |
| 106 |
.bws_pro_version_tooltip .bws_button { |
| 107 |
background: #dd5738; |
| 108 |
border: none; |
| 109 |
text-decoration: none; |
| 110 |
color: #fff; |
| 111 |
padding: 5px 17px; |
| 112 |
border-radius: 2px; |
| 113 |
margin: 5px 10px; |
| 114 |
float: right; |
| 115 |
} |
| 116 |
.bws_pro_version_tooltip .bws_info { |
| 117 |
float: left; |
| 118 |
padding-top: 10px; |
| 119 |
} |
| 120 |
.bws_pro_version_tooltip .bws_pro_links { |
| 121 |
float: right; |
| 122 |
} |
| 123 |
.bws_pro_version_tooltip .bws_trial_info { |
| 124 |
padding-top: 10px; |
| 125 |
display: inline-block; |
| 126 |
} |
| 127 |
div.bws_pro_version { |
| 128 |
padding: 5px 10px; |
| 129 |
} |
| 130 |
a.bws_plugin_pro_version { |
| 131 |
display: block; |
| 132 |
background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png"); |
| 133 |
border: 1px solid #AAA; |
| 134 |
padding: 5px; |
| 135 |
text-decoration: none; |
| 136 |
color: #666; |
| 137 |
} |
| 138 |
.bws_pro_version_single_link, |
| 139 |
.bws_pro_version_single_link:hover { |
| 140 |
text-decoration: none; |
| 141 |
color: #666; |
| 142 |
} |
| 143 |
/* style for mini-block (ex. google map) */ |
| 144 |
.bws_pro_version_bloc_mini .bws_pro_version_table_bloc table.bws_pro_version { |
| 145 |
width: auto; |
| 146 |
} |
| 147 |
.bws_pro_version_bloc_mini .bws_pro_version_tooltip { |
| 148 |
padding: 10px 61px; |
| 149 |
text-align: center; |
| 150 |
width: 200px; |
| 151 |
} |
| 152 |
.bws_pro_version_bloc_mini .bws_pro_version_tooltip a { |
| 153 |
display: inline-block; |
| 154 |
line-height: 1.5; |
| 155 |
} |
| 156 |
.bws_pro_version_bloc_mini .bws_pro_version_tooltip .bws_button { |
| 157 |
margin: 10px 10px 5px; |
| 158 |
padding: 5px 50px; |
| 159 |
float: none; |
| 160 |
} |
| 161 |
/* #### Mobile Phones Portrait or Landscape #### */ |
| 162 |
@media screen and (max-device-width: 640px) { |
| 163 |
.bws_pro_version_tooltip { |
| 164 |
padding: 10px; |
| 165 |
text-align: center; |
| 166 |
} |
| 167 |
.bws_pro_version_tooltip .bws_info { |
| 168 |
float: none; |
| 169 |
text-align: center; |
| 170 |
} |
| 171 |
.bws_pro_version_tooltip a { |
| 172 |
display: inline-block; |
| 173 |
line-height: 1.5; |
| 174 |
} |
| 175 |
.bws_pro_version_tooltip .bws_info a { |
| 176 |
display: block; |
| 177 |
} |
| 178 |
.bws_pro_version_tooltip .bws_button { |
| 179 |
margin: 10px 10px 5px; |
| 180 |
padding: 5px 50px; |
| 181 |
float: none; |
| 182 |
} |
| 183 |
} |
| 184 |
|
| 185 |
/* |
| 186 |
* styles for banner |
| 187 |
*/ |
| 188 |
.bws_banner_on_plugin_page { |
| 189 |
border: 1px solid #d4d4d4; |
| 190 |
margin: 12px 0; |
| 191 |
background: #FFF; |
| 192 |
position: relative; |
| 193 |
overflow: hidden |
| 194 |
} |
| 195 |
.bws_banner_on_plugin_page .text { |
| 196 |
color: #000; |
| 197 |
font-size: 15px; |
| 198 |
line-height: 26px; |
| 199 |
margin: 18px 18px 14px; |
| 200 |
float: left; |
| 201 |
width: auto; |
| 202 |
max-width: 80%; |
| 203 |
} |
| 204 |
.bws_banner_on_plugin_page .text span { |
| 205 |
font-size: 12px; |
| 206 |
opacity: 0.7; |
| 207 |
} |
| 208 |
.bws_banner_on_plugin_page .button { |
| 209 |
float: left; |
| 210 |
border: none; |
| 211 |
font-size: 14px; |
| 212 |
margin: 18px 0 18px 16px; |
| 213 |
padding: 12px 0; |
| 214 |
color: #FFF; |
| 215 |
text-shadow: none; |
| 216 |
font-weight: bold; |
| 217 |
background: #0074A2; |
| 218 |
-moz-border-radius: 3px; |
| 219 |
border-radius: 3px; |
| 220 |
-webkit-border-radius: 3px; |
| 221 |
text-decoration: none; |
| 222 |
height: 50px; |
| 223 |
text-align: center; |
| 224 |
text-transform: uppercase; |
| 225 |
width: 147px; |
| 226 |
box-shadow: none; |
| 227 |
line-height: 26px; |
| 228 |
} |
| 229 |
.bws_banner_on_plugin_page .button:hover, |
| 230 |
.bws_banner_on_plugin_page .button:focus { |
| 231 |
background: #222; |
| 232 |
color: #FFF; |
| 233 |
} |
| 234 |
.bws_banner_on_plugin_page .icon { |
| 235 |
float: right; |
| 236 |
margin: 12px 8px 8px 0; |
| 237 |
} |
| 238 |
.bws_banner_on_plugin_page .close_icon { |
| 239 |
float: right; |
| 240 |
margin: 8px; |
| 241 |
cursor: pointer; |
| 242 |
} |
| 243 |
/* #### Mobile Phones Portrait or Landscape #### */ |
| 244 |
@media screen and (max-device-width: 640px) { |
| 245 |
.bws_banner_on_plugin_page .text, |
| 246 |
.bws_banner_on_plugin_page .icon, |
| 247 |
.bws_banner_on_plugin_page .button_div, |
| 248 |
.bws_banner_on_plugin_page .button { |
| 249 |
float: none; |
| 250 |
text-align: center; |
| 251 |
max-width: 100%; |
| 252 |
} |
| 253 |
} |