style_wp_before_3.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. #adminmenu #toplevel_page_bws_plugins div.wp-menu-image {
  2. background: url("../images/icon_16.png") no-repeat scroll center center transparent;
  3. }
  4. .admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image {
  5. background: url("../images/icon_16_b.png") no-repeat scroll center center transparent;
  6. }
  7. #adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image,
  8. #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
  9. background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
  10. }
  11. .wrap #icon-options-general.icon32-bws {
  12. background: url("../images/icon_36.png") no-repeat scroll left top transparent;
  13. }
  14. .admin-color-classic .wrap #icon-options-general.icon32-bws {
  15. background: url("../images/icon_36_b.png") no-repeat scroll left top transparent;
  16. }
  17. #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
  18. display: none;
  19. }
  20. .bws_go_pro_tab {
  21. background-color: #2A95C5;
  22. border-color: #11688F;
  23. color: #FFFFFF;
  24. font-weight: normal !important;
  25. text-shadow: none;
  26. }
  27. .bws_go_pro_tab:hover {
  28. background-color: #2080AB;
  29. color: #FFFFFF;
  30. border-color: #11688F;
  31. }
  32. /*
  33. * styles for rate-support div on the settings page
  34. */
  35. .bws-plugin-reviews {
  36. background: none repeat scroll 0 0 #BEE1F1;
  37. border: 1px solid #70A8C2;
  38. border-radius: 3px;
  39. max-width: 700px;
  40. }
  41. .bws-plugin-reviews-rate {
  42. padding: 10px;
  43. border-bottom: 1px dashed #70A8C2;
  44. }
  45. .bws-plugin-reviews-support {
  46. padding: 10px;
  47. }
  48. /*
  49. * styles for settings page
  50. */
  51. .cptch_example_fields_actions {
  52. float: left;
  53. height: 18px;
  54. width: 140px;
  55. position: relative;
  56. top: -7px;
  57. padding: 2px 0;
  58. }
  59. .cptch_example_fields_actions img {
  60. position: relative;
  61. width: 30px;
  62. top: 6px;
  63. }
  64. .cptch_block {
  65. direction: ltr;
  66. }
  67. /*
  68. * styles help tooltips
  69. */
  70. .cptch_help_box {
  71. background-image: url("../images/tooltip_icons.png");
  72. background-repeat: no-repeat;
  73. cursor: pointer;
  74. float: left;
  75. height: 29px;
  76. position: relative;
  77. margin: -3px 5px 3px;
  78. width: 29px;
  79. clear: none !important;
  80. }
  81. .cptch_hidden_help_text {
  82. background: #F4F4F4;
  83. border: 1px solid #DCDCDC;
  84. border-radius: 4px;
  85. left: 40px;
  86. padding: 5px 10px;
  87. position: absolute;
  88. width: 240px;
  89. line-height: 1.5;
  90. }
  91. .cptch_hidden_help_text:before {
  92. content: url("../images/help.png");
  93. left: -10px;
  94. position: absolute;
  95. top: 7px;
  96. }
  97. /*
  98. * styles for pro_version settings, banner and tooltip
  99. */
  100. table.bws_pro_version {
  101. background: #E0E0E0;
  102. border: 1px solid #AAA;
  103. margin-bottom: 5px;
  104. width: auto !important;
  105. float: left;
  106. }
  107. table.bws_pro_version th,
  108. table.bws_pro_version td {
  109. color: #555;
  110. padding-left: 10px;
  111. }
  112. .bws_pro_version_tooltip {
  113. background: #FFF;
  114. border: 1px solid #AAA;
  115. }
  116. .form-table.bws_pro_version .bws_pro_version_tooltip th {
  117. font-weight: normal;
  118. padding-bottom: 10px;
  119. }
  120. /*
  121. * styles for banner
  122. */
  123. .bws_banner_on_plugin_page {
  124. border: 1px solid #d4d4d4;
  125. background: #FFF;
  126. position: relative;
  127. overflow: hidden;
  128. margin: 12px 0;
  129. background: #ECECEC;
  130. -moz-border-radius: 3px;
  131. -webkit-border-radius: 3px;
  132. border-radius: 3px;
  133. }
  134. .bws_banner_on_plugin_page .text {
  135. color: #000;
  136. font-size: 15px;
  137. line-height: 26px;
  138. margin: 18px 18px 14px;
  139. float: left;
  140. width: 80%;
  141. }
  142. .bws_banner_on_plugin_page .text span {
  143. font-size: 12px;
  144. opacity: 0.7;
  145. }
  146. .bws_banner_on_plugin_page .button {
  147. float: left;
  148. border: none;
  149. font-size: 14px;
  150. margin: 18px 0 18px 16px;
  151. padding: 14px 0;
  152. color: #FFF;
  153. text-shadow: none;
  154. font-weight: bold;
  155. background: #0074A2;
  156. -moz-border-radius: 3px;
  157. border-radius: 3px;
  158. -webkit-border-radius: 3px;
  159. text-decoration: none;
  160. height: 50px;
  161. text-align: center;
  162. text-transform: uppercase;
  163. width: 147px;
  164. box-shadow: none;
  165. }
  166. .bws_banner_on_plugin_page .button:hover,
  167. .bws_banner_on_plugin_page .button:focus {
  168. background: #222;
  169. color: #FFF;
  170. }
  171. .bws_banner_on_plugin_page .icon {
  172. float: right;
  173. margin: 18px 8px 8px 0;
  174. }
  175. .bws_banner_on_plugin_page .close_icon {
  176. float: right;
  177. margin: 8px;
  178. cursor: pointer;
  179. }