| @@ -1,125 +1,196 @@ | ||
| 1 | -/* General styles */ | |
| 2 | -.pdfprnt-table-settings * { | |
| 3 | - box-sizing: border-box; | |
| 4 | - word-break: break-word; | |
| 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; | |
| 5 | 6 | } |
| 6 | -.pdfprnt-table-settings th { | |
| 7 | - width: 20%; | |
| 7 | +#adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image { | |
| 8 | + opacity: 0.7; | |
| 8 | 9 | } |
| 9 | -.form-table td .pdfprnt-pro-feature { | |
| 10 | - margin: 0 -20px 0 -10px; | |
| 10 | +#toplevel_page_bws_plugins .wp-submenu .wp-first-item { | |
| 11 | + display: none; | |
| 11 | 12 | } |
| 12 | -.pdfprnt-col { | |
| 13 | - float: left; | |
| 14 | - margin-left: 0; | |
| 15 | - margin-right: 0; | |
| 16 | - padding-right: 10px; | |
| 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; | |
| 17 | 22 | } |
| 18 | -.rtl .pdfprnt-col { | |
| 19 | - float: right; | |
| 20 | - padding-right: initial; | |
| 21 | - padding-left: 10px; | |
| 23 | +.bws_go_pro_tab:hover { | |
| 24 | + background-color: #2080AB; | |
| 25 | + color: #FFFFFF; | |
| 26 | + border-color: #11688F; | |
| 22 | 27 | } |
| 23 | -.pdfprnt-col > * { | |
| 24 | - max-width: 100%; | |
| 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; | |
| 25 | 32 | } |
| 26 | -.pdfprnt-col-2 { | |
| 27 | - width: 50%; | |
| 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; | |
| 28 | 41 | } |
| 29 | -.pdfprnt_small_text { | |
| 30 | - margin-top: 5px !important; | |
| 42 | +.bws-plugin-reviews-rate { | |
| 43 | + padding: 10px; | |
| 44 | + border-bottom: 1px dashed #70A8C2; | |
| 31 | 45 | } |
| 32 | -/* Settings tab */ | |
| 33 | -.pdfprnt-button-image-default-pdf, | |
| 34 | -.pdfprnt-button-image-default-print { | |
| 35 | - margin: 5px auto; | |
| 46 | +.bws-plugin-reviews-support { | |
| 47 | + padding: 10px; | |
| 36 | 48 | } |
| 37 | - | |
| 38 | -/* Output tab */ | |
| 39 | -.pdfprnt_loader { | |
| 40 | - position: absolute; | |
| 41 | - display: none; | |
| 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; | |
| 42 | 58 | } |
| 43 | -#pdfprnt-watermark-text-wrap { | |
| 44 | - margin: 0 0 20px; | |
| 45 | - max-width: 500px; | |
| 46 | - width: 100%; | |
| 59 | +table.bws_pro_version th, | |
| 60 | +table.bws_pro_version td { | |
| 61 | + color: #555; | |
| 62 | + padding-left: 10px; | |
| 47 | 63 | } |
| 48 | -#pdfprnt_watermark_opacity_slider { | |
| 49 | - width: 140px; | |
| 50 | - display: inline-block; | |
| 51 | - margin-left: 10px; | |
| 64 | +.bws_pro_version_tooltip { | |
| 65 | + background: #FFF; | |
| 66 | + border: 1px solid #AAA; | |
| 52 | 67 | } |
| 53 | -#pdfprnt_watermark_opacity_value { | |
| 54 | - color: #444; | |
| 68 | +.form-table.bws_pro_version .bws_pro_version_tooltip th { | |
| 69 | + font-weight: normal; | |
| 70 | + padding-bottom: 10px; | |
| 55 | 71 | } |
| 56 | -.pdfprnt-before-after-title, | |
| 57 | -.pdfprnt-custom-fields-tab-title { | |
| 58 | - vertical-align: top; | |
| 59 | - padding: 10px 10px 20px 0; | |
| 60 | - width: auto; | |
| 61 | - line-height: 1.3; | |
| 72 | +/* PDF-Print settings */ | |
| 73 | +.pdfprnt-top-left, | |
| 74 | +.pdfprnt-bottom-left, | |
| 75 | +.pdfprnt-left { | |
| 62 | 76 | text-align: left; |
| 63 | - font-weight: 600; | |
| 64 | - font-size: 14px; | |
| 77 | + padding: 5px; | |
| 65 | 78 | } |
| 66 | -.pdfprnt-custom-fields-tab-desc { | |
| 67 | - padding-bottom: 20px; | |
| 79 | +.pdfprnt-top-right, | |
| 80 | +.pdfprnt-bottom-right, | |
| 81 | +.pdfprnt-right { | |
| 82 | + text-align: right; | |
| 83 | + padding: 5px; | |
| 68 | 84 | } |
| 69 | -.pdfprnt-custom-fields-commentary { | |
| 70 | - color: #888; | |
| 71 | - font-size: 13px; | |
| 72 | - font-style: italic; | |
| 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; | |
| 73 | 92 | } |
| 74 | -.rtl .pdfprnt-before-after-title { | |
| 75 | - padding: 10px 0 20px 10px; | |
| 76 | - text-align: right; | |
| 93 | +#wp-admin-bar-pdfprnt-bar-menu-default li { | |
| 94 | + cursor: pointer; | |
| 77 | 95 | } |
| 78 | -#pdfprnt_custom_fields_tab .ui-accordion-header { | |
| 79 | - padding-top: 10px; | |
| 80 | - padding-bottom: 10px; | |
| 81 | - background: initial; | |
| 82 | - border: 1px solid #aaa; | |
| 83 | - color: #212121; | |
| 84 | - font-style: italic; | |
| 85 | - font-weight: normal; | |
| 86 | - font-size: 14px; | |
| 96 | +#wp-admin-bar-pdfprnt-bar-menu-default li:hover { | |
| 97 | + background-color: #2E9EC7 !important; | |
| 87 | 98 | } |
| 88 | - | |
| 89 | - | |
| 90 | -.pdfprnt-class-delete { | |
| 91 | - display: inline-block; | |
| 92 | - height: 18px; | |
| 93 | - width: 18px; | |
| 94 | - margin: 2px 5px 0 0; | |
| 95 | - background: url("../images/del_icon.png") no-repeat scroll 0 0 transparent; | |
| 96 | - cursor: pointer; | |
| 99 | +#wpadminbar #wp-admin-bar-pdfprnt-bar-menu-default li a { | |
| 100 | + height: auto; | |
| 101 | + padding: 8px 0; | |
| 102 | + text-align: center; | |
| 97 | 103 | } |
| 98 | - | |
| 99 | -@media screen and ( max-width: 1200px ) { | |
| 100 | - .pdfprnt_banner_accordion { | |
| 101 | - width: 100%; | |
| 102 | - height: auto; | |
| 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; | |
| 104 | 112 | } |
| 105 | 113 | |
| 106 | -@media screen and ( max-width: 782px ) { | |
| 107 | - .pdfprnt-table-settings th { | |
| 108 | - width: auto; | |
| 109 | - } | |
| 114 | +/* PDF-Print settings .form-table */ | |
| 115 | +#pdfprnt_settings_form th { | |
| 116 | + padding: 10px; | |
| 110 | 117 | } |
| 111 | - | |
| 112 | -@media screen and ( max-width: 520px ) { | |
| 113 | - .pdfprnt-col, | |
| 114 | - .pdfprnt-col-2 { | |
| 115 | - padding-left: 0; | |
| 116 | - padding-right: 0; | |
| 117 | - } | |
| 118 | - .pdfprnt-col-2 { | |
| 119 | - width: 100%; | |
| 120 | - } | |
| 118 | +.pdfprnt_explanation { | |
| 119 | + color: #888; | |
| 120 | + font-size: 10px; | |
| 121 | + display: block; | |
| 121 | 122 | } |
| 122 | - | |
| 123 | -.pdfprnt-col-center { | |
| 123 | +.pdfprnt_settings_table td div { | |
| 124 | + float: left; | |
| 124 | 125 | text-align: center; |
| 126 | + margin: 0 5px; | |
| 125 | 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 | +} | |