| 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 |
* Tab GO PRO |
| 15 |
*/ |
| 16 |
.bws_go_pro_tab { |
| 17 |
background-color: #2A95C5; |
| 18 |
border-color: #11688F; |
| 19 |
color: #FFFFFF; |
| 20 |
font-weight: normal; |
| 21 |
text-shadow: none; |
| 22 |
} |
| 23 |
.bws_go_pro_tab:hover { |
| 24 |
background-color: #2080AB; |
| 25 |
color: #FFFFFF; |
| 26 |
border-color: #11688F; |
| 27 |
} |
| 28 |
.bws_go_pro_tab.nav-tab-active { |
| 29 |
background: none repeat scroll 0 0 rgba(0, 0, 0, 0); |
| 30 |
border-color: #CCCCCC #CCCCCC #F1F1F1; |
| 31 |
color: #000000; |
| 32 |
} |
| 33 |
/* |
| 34 |
* styles for rate-support div on the settings page |
| 35 |
*/ |
| 36 |
.bws-plugin-reviews { |
| 37 |
background: none repeat scroll 0 0 #BEE1F1; |
| 38 |
border: 1px solid #70A8C2; |
| 39 |
border-radius: 3px; |
| 40 |
max-width: 700px; |
| 41 |
} |
| 42 |
.bws-plugin-reviews-rate { |
| 43 |
padding: 10px; |
| 44 |
border-bottom: 1px dashed #70A8C2; |
| 45 |
} |
| 46 |
.bws-plugin-reviews-support { |
| 47 |
padding: 10px; |
| 48 |
} |
| 49 |
/* |
| 50 |
* styles for pro_version settings, banner and tooltip |
| 51 |
*/ |
| 52 |
table.bws_pro_version { |
| 53 |
background: #E0E0E0; |
| 54 |
border: 1px solid #AAA; |
| 55 |
margin-bottom: 5px; |
| 56 |
width: auto !important; |
| 57 |
float: left; |
| 58 |
} |
| 59 |
table.bws_pro_version th, |
| 60 |
table.bws_pro_version td { |
| 61 |
color: #555; |
| 62 |
padding-left: 10px; |
| 63 |
} |
| 64 |
.bws_pro_version_tooltip { |
| 65 |
background: #FFF; |
| 66 |
border: 1px solid #AAA; |
| 67 |
} |
| 68 |
.form-table.bws_pro_version .bws_pro_version_tooltip th { |
| 69 |
font-weight: normal; |
| 70 |
padding-bottom: 10px; |
| 71 |
} |
| 72 |
/* PDF-Print settings */ |
| 73 |
.pdfprnt-top-left, |
| 74 |
.pdfprnt-bottom-left, |
| 75 |
.pdfprnt-left { |
| 76 |
text-align: left; |
| 77 |
padding: 5px; |
| 78 |
} |
| 79 |
.pdfprnt-top-right, |
| 80 |
.pdfprnt-bottom-right, |
| 81 |
.pdfprnt-right { |
| 82 |
text-align: right; |
| 83 |
padding: 5px; |
| 84 |
} |
| 85 |
.pdfprnt-top-left a, |
| 86 |
.pdfprnt-bottom-left a, |
| 87 |
.pdfprnt-top-right a, |
| 88 |
.pdfprnt-bottom-right a, |
| 89 |
.pdfprnt-left a, |
| 90 |
.pdfprnt-right a { |
| 91 |
padding: 0 5px; |
| 92 |
} |
| 93 |
#wp-admin-bar-pdfprnt-bar-menu-default li { |
| 94 |
cursor: pointer; |
| 95 |
} |
| 96 |
#wp-admin-bar-pdfprnt-bar-menu-default li:hover { |
| 97 |
background-color: #2E9EC7 !important; |
| 98 |
} |
| 99 |
#wpadminbar #wp-admin-bar-pdfprnt-bar-menu-default li a { |
| 100 |
height: auto; |
| 101 |
padding: 8px 0; |
| 102 |
text-align: center; |
| 103 |
} |
| 104 |
#wpadminbar li#wp-admin-bar-pdfprnt-bar-menu span.admin-bar-menu-bws-icon { |
| 105 |
background: url("../images/icon_16_single.png") no-repeat scroll center center transparent; |
| 106 |
float: left; |
| 107 |
position: relative; |
| 108 |
width: 16px; |
| 109 |
height: 16px; |
| 110 |
margin: 6px 6px 0 0; |
| 111 |
opacity: 0.7; |
| 112 |
} |
| 113 |
|
| 114 |
/* PDF-Print settings .form-table */ |
| 115 |
#pdfprnt_settings_form th { |
| 116 |
padding: 10px; |
| 117 |
} |
| 118 |
.pdfprnt_explanation { |
| 119 |
color: #888; |
| 120 |
font-size: 10px; |
| 121 |
display: block; |
| 122 |
} |
| 123 |
.pdfprnt_settings_table td div { |
| 124 |
float: left; |
| 125 |
text-align: center; |
| 126 |
margin: 0 5px; |
| 127 |
} |
| 128 |
.pdfprnt_settings_table td div img { |
| 129 |
border:1px solid #777; |
| 130 |
display:block; |
| 131 |
width: 80px; |
| 132 |
height: 100px; |
| 133 |
} |
| 134 |
.pdfprnt_settings_table td { |
| 135 |
vertical-align: top; |
| 136 |
padding: 10px; |
| 137 |
} |
| 138 |
.pdfprnt_settings_table td select { |
| 139 |
min-width: 210px; |
| 140 |
} |
| 141 |
/* |
| 142 |
* styles for banner |
| 143 |
*/ |
| 144 |
.bws_banner_on_plugin_page { |
| 145 |
border: 1px solid #d4d4d4; |
| 146 |
margin: 12px 0; |
| 147 |
background: #FFF; |
| 148 |
position: relative; |
| 149 |
overflow: hidden |
| 150 |
} |
| 151 |
.bws_banner_on_plugin_page .text { |
| 152 |
color: #000; |
| 153 |
font-size: 15px; |
| 154 |
line-height: 26px; |
| 155 |
margin: 18px 18px 14px; |
| 156 |
float: left; |
| 157 |
width: 80%; |
| 158 |
} |
| 159 |
.bws_banner_on_plugin_page .text span { |
| 160 |
font-size: 12px; |
| 161 |
opacity: 0.7; |
| 162 |
} |
| 163 |
.bws_banner_on_plugin_page .button { |
| 164 |
float: left; |
| 165 |
border: none; |
| 166 |
font-size: 14px; |
| 167 |
margin: 18px 0 18px 16px; |
| 168 |
padding: 12px 0; |
| 169 |
color: #FFF; |
| 170 |
text-shadow: none; |
| 171 |
font-weight: bold; |
| 172 |
background: #0074A2; |
| 173 |
-moz-border-radius: 3px; |
| 174 |
border-radius: 3px; |
| 175 |
-webkit-border-radius: 3px; |
| 176 |
text-decoration: none; |
| 177 |
height: 50px; |
| 178 |
text-align: center; |
| 179 |
text-transform: uppercase; |
| 180 |
width: 147px; |
| 181 |
box-shadow: none; |
| 182 |
} |
| 183 |
.bws_banner_on_plugin_page .button:hover, |
| 184 |
.bws_banner_on_plugin_page .button:focus { |
| 185 |
background: #222; |
| 186 |
color: #FFF; |
| 187 |
} |
| 188 |
.bws_banner_on_plugin_page .icon { |
| 189 |
float: right; |
| 190 |
margin: 18px 8px 8px 0; |
| 191 |
} |
| 192 |
.bws_banner_on_plugin_page .close_icon { |
| 193 |
float: right; |
| 194 |
margin: 8px; |
| 195 |
cursor: pointer; |
| 196 |
} |