123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- #adminmenu #toplevel_page_bws_plugins div.wp-menu-image {
- background: url("../images/icon_16.png") no-repeat scroll center center transparent;
- }
- .admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image {
- background: url("../images/icon_16_b.png") no-repeat scroll center center transparent;
- }
- #adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image,
- #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
- background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
- }
- .wrap #icon-options-general.icon32-bws {
- background: url("../images/icon_36.png") no-repeat scroll left top transparent;
- }
- .admin-color-classic .wrap #icon-options-general.icon32-bws {
- background: url("../images/icon_36_b.png") no-repeat scroll left top transparent;
- }
- #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
- display: none;
- }
- .bws_go_pro_tab {
- background-color: #2A95C5;
- border-color: #11688F;
- color: #FFFFFF;
- font-weight: normal !important;
- text-shadow: none;
- }
- .bws_go_pro_tab:hover {
- background-color: #2080AB;
- color: #FFFFFF;
- border-color: #11688F;
- }
- /*
- * styles for rate-support div on the settings page
- */
- .bws-plugin-reviews {
- background: none repeat scroll 0 0 #BEE1F1;
- border: 1px solid #70A8C2;
- border-radius: 3px;
- max-width: 700px;
- }
- .bws-plugin-reviews-rate {
- padding: 10px;
- border-bottom: 1px dashed #70A8C2;
- }
- .bws-plugin-reviews-support {
- padding: 10px;
- }
- /*
- * styles for settings page
- */
- .cptch_example_fields_actions {
- float: left;
- height: 18px;
- width: 140px;
- position: relative;
- top: -7px;
- padding: 2px 0;
- }
- .cptch_example_fields_actions img {
- position: relative;
- width: 30px;
- top: 6px;
- }
- .cptch_block {
- direction: ltr;
- }
- /*
- * styles help tooltips
- */
- .cptch_help_box {
- background-image: url("../images/tooltip_icons.png");
- background-repeat: no-repeat;
- cursor: pointer;
- float: left;
- height: 29px;
- position: relative;
- margin: -3px 5px 3px;
- width: 29px;
- clear: none !important;
- }
- .cptch_hidden_help_text {
- background: #F4F4F4;
- border: 1px solid #DCDCDC;
- border-radius: 4px;
- left: 40px;
- padding: 5px 10px;
- position: absolute;
- width: 240px;
- line-height: 1.5;
- }
- .cptch_hidden_help_text:before {
- content: url("../images/help.png");
- left: -10px;
- position: absolute;
- top: 7px;
- }
- /*
- * styles for pro_version settings, banner and tooltip
- */
- table.bws_pro_version {
- background: #E0E0E0;
- border: 1px solid #AAA;
- margin-bottom: 5px;
- width: auto !important;
- float: left;
- }
- table.bws_pro_version th,
- table.bws_pro_version td {
- color: #555;
- padding-left: 10px;
- }
- .bws_pro_version_tooltip {
- background: #FFF;
- border: 1px solid #AAA;
- }
- .form-table.bws_pro_version .bws_pro_version_tooltip th {
- font-weight: normal;
- padding-bottom: 10px;
- }
- /*
- * styles for banner
- */
- .bws_banner_on_plugin_page {
- border: 1px solid #d4d4d4;
- background: #FFF;
- position: relative;
- overflow: hidden;
- margin: 12px 0;
- background: #ECECEC;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- .bws_banner_on_plugin_page .text {
- color: #000;
- font-size: 15px;
- line-height: 26px;
- margin: 18px 18px 14px;
- float: left;
- width: 80%;
- }
- .bws_banner_on_plugin_page .text span {
- font-size: 12px;
- opacity: 0.7;
- }
- .bws_banner_on_plugin_page .button {
- float: left;
- border: none;
- font-size: 14px;
- margin: 18px 0 18px 16px;
- padding: 14px 0;
- color: #FFF;
- text-shadow: none;
- font-weight: bold;
- background: #0074A2;
- -moz-border-radius: 3px;
- border-radius: 3px;
- -webkit-border-radius: 3px;
- text-decoration: none;
- height: 50px;
- text-align: center;
- text-transform: uppercase;
- width: 147px;
- box-shadow: none;
- }
- .bws_banner_on_plugin_page .button:hover,
- .bws_banner_on_plugin_page .button:focus {
- background: #222;
- color: #FFF;
- }
- .bws_banner_on_plugin_page .icon {
- float: right;
- margin: 18px 8px 8px 0;
- }
- .bws_banner_on_plugin_page .close_icon {
- float: right;
- margin: 8px;
- cursor: pointer;
- }
|