codemirror
9 years ago
admin.css
5 years ago
colorbox.css
9 years ago
metaboxes.css
6 years ago
yit-plugin-panel.css
5 years ago
yit-upgrade-to-pro.css
9 years ago
yit-upgrader.css
7 years ago
yith-fields.css
5 years ago
yith-select2-no-wc.css
7 years ago
admin.css
334 lines
| 1 | /*----------------------- |
| 2 | YITH Debug |
| 3 | ------------------------*/ |
| 4 | #wpadminbar .yith-debug-admin-bar div, |
| 5 | #wpadminbar .yith-debug-admin-bar:hover div { |
| 6 | background: #05789c !important; |
| 7 | color: #fff !important; |
| 8 | } |
| 9 | |
| 10 | #wpadminbar .yith-debug-admin-bar a, |
| 11 | #wpadminbar .yith-debug-admin-bar strong { |
| 12 | color: #fff !important; |
| 13 | } |
| 14 | |
| 15 | #wpadminbar .yith-debug-admin-bar strong { |
| 16 | font-weight: 600; |
| 17 | } |
| 18 | |
| 19 | #wpadminbar .yith-debug-admin-bar-post-meta .ab-empty-item, |
| 20 | #wpadminbar .yith-debug-admin-bar-option .ab-empty-item { |
| 21 | display: none; |
| 22 | } |
| 23 | |
| 24 | #wpadminbar #wp-admin-bar-yith-debug-admin-bar-post-meta-default, |
| 25 | #wpadminbar #wp-admin-bar-yith-debug-admin-bar-option-default { |
| 26 | padding: 0; |
| 27 | max-height: 500px; |
| 28 | overflow-y: auto; |
| 29 | } |
| 30 | |
| 31 | #wpadminbar .yith-debug-admin-bar pre { |
| 32 | padding: 10px; |
| 33 | line-height: 1.5em; |
| 34 | } |
| 35 | |
| 36 | .notice-yith { |
| 37 | margin-left: 0; |
| 38 | border-left-color: #acc327; |
| 39 | } |
| 40 | |
| 41 | .notice-yith.notice-alt { |
| 42 | background-color: #ecf7ed; |
| 43 | } |
| 44 | |
| 45 | .yith-promo-banner-image-link { |
| 46 | display: block; |
| 47 | margin-bottom: 15px; |
| 48 | } |
| 49 | |
| 50 | .yith-promo-banner-image { |
| 51 | max-width: 100%; |
| 52 | margin: 0 auto; |
| 53 | display: block; |
| 54 | } |
| 55 | |
| 56 | /*----------------------- |
| 57 | YITH FEEDS |
| 58 | ------------------------*/ |
| 59 | |
| 60 | .yith-feeds-logo { |
| 61 | display: table-cell; |
| 62 | background: #005b7c; |
| 63 | padding: 5px; |
| 64 | border-radius: 50%; |
| 65 | margin-right: 10px; |
| 66 | vertical-align: text-bottom; |
| 67 | width: 18px; |
| 68 | height: auto; |
| 69 | vertical-align: middle; |
| 70 | } |
| 71 | |
| 72 | .yith-feeds-plugin-name { |
| 73 | display: table-cell; |
| 74 | vertical-align: middle; |
| 75 | } |
| 76 | |
| 77 | /*----------------------- |
| 78 | YITH Plugins Columns |
| 79 | ------------------------*/ |
| 80 | @media screen and (min-width: 783px) { |
| 81 | |
| 82 | .auto-fold #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu-head { |
| 83 | width: 100%; |
| 84 | } |
| 85 | |
| 86 | #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu { |
| 87 | min-width: 320px; |
| 88 | display: flex; |
| 89 | flex-flow: row wrap; |
| 90 | } |
| 91 | |
| 92 | #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head) { |
| 93 | width: 50%; |
| 94 | border-left: 1px solid #555; |
| 95 | box-sizing: border-box; |
| 96 | } |
| 97 | |
| 98 | #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head):nth-child(2n) { |
| 99 | border-left: none; |
| 100 | } |
| 101 | |
| 102 | #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu { |
| 103 | min-width: 480px; |
| 104 | display: flex; |
| 105 | flex-flow: row wrap; |
| 106 | } |
| 107 | |
| 108 | #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head) { |
| 109 | width: calc(100% / 3); |
| 110 | border-left: 1px solid #555; |
| 111 | box-sizing: border-box; |
| 112 | } |
| 113 | |
| 114 | #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head):nth-child(3n + 2) { |
| 115 | border-left: none; |
| 116 | } |
| 117 | } |
| 118 | |
| 119 | /*--------------------------- |
| 120 | YITH System Information |
| 121 | ----------------------------*/ |
| 122 | |
| 123 | .yith-system-info-wrap table.form-table { |
| 124 | margin: 0; |
| 125 | background: #fff; |
| 126 | } |
| 127 | |
| 128 | .yith-system-info-wrap table.form-table th, .yith-system-info-wrap table.form-table td { |
| 129 | padding: 30px 20px !important; |
| 130 | } |
| 131 | |
| 132 | .yith-system-info-wrap table.form-table textarea.yith-system-info-debug { |
| 133 | width: 100%; |
| 134 | height: 400px !important; |
| 135 | } |
| 136 | |
| 137 | .yith-phpinfo-wrap div table.form-table { |
| 138 | border-bottom: none; |
| 139 | margin-bottom: 0; |
| 140 | } |
| 141 | |
| 142 | .yith-phpinfo-wrap div h2 { |
| 143 | border-top: 1px solid #d8d8d8 !important; |
| 144 | } |
| 145 | |
| 146 | .yith-phpinfo-wrap div { |
| 147 | margin-bottom: 40px; |
| 148 | border-bottom: 1px solid #d8d8d8; |
| 149 | } |
| 150 | |
| 151 | .yith-phpinfo-wrap div:last-child { |
| 152 | margin-bottom: 0; |
| 153 | } |
| 154 | |
| 155 | .yith-phpinfo-wrap table.form-table h1.p { |
| 156 | color: #2a8db0; |
| 157 | text-transform: uppercase; |
| 158 | padding: 0; |
| 159 | line-height: 64px; |
| 160 | } |
| 161 | |
| 162 | |
| 163 | .yith-phpinfo-wrap table.form-table img { |
| 164 | float: right; |
| 165 | border: 0; |
| 166 | } |
| 167 | |
| 168 | .yith-system-info-wrap .yith-plugin-fw-field-wrapper.progress:after { |
| 169 | color: #336374; |
| 170 | display: inline-block; |
| 171 | font: 400 20px/1 dashicons; |
| 172 | speak: none; |
| 173 | -webkit-font-smoothing: antialiased; |
| 174 | -moz-osx-font-smoothing: grayscale; |
| 175 | vertical-align: top; |
| 176 | line-height: 28px; |
| 177 | content: '\f463'; |
| 178 | -webkit-animation: rotation 2s infinite linear; |
| 179 | animation: rotation 2s infinite linear |
| 180 | } |
| 181 | |
| 182 | .yith-system-info h2.yith-sysinfo-title { |
| 183 | color: #00729f; |
| 184 | font-size: 25px; |
| 185 | text-transform: uppercase; |
| 186 | font-weight: 800; |
| 187 | line-height: 25px; |
| 188 | padding: 20px 0; |
| 189 | background: none; |
| 190 | border: none; |
| 191 | } |
| 192 | |
| 193 | #yith-system-alert span.yith-logo, |
| 194 | .yith-system-info h2 span.yith-logo { |
| 195 | border-radius: 50%; |
| 196 | background: #265b7a; |
| 197 | height: 30px; |
| 198 | width: 30px; |
| 199 | display: flex; |
| 200 | text-align: center; |
| 201 | margin: 0 10px 0 0; |
| 202 | float: left; |
| 203 | align-items: center; |
| 204 | justify-content: center; |
| 205 | } |
| 206 | |
| 207 | |
| 208 | .yith-system-info table td { |
| 209 | word-break: break-all; |
| 210 | padding: 20px 12px; |
| 211 | } |
| 212 | |
| 213 | .yith-system-info table td.requirement-value, |
| 214 | .yith-system-info table td.info-value { |
| 215 | font-size: 14px; |
| 216 | vertical-align: middle; |
| 217 | text-align: left; |
| 218 | color: #5da726; |
| 219 | line-height: 19px; |
| 220 | } |
| 221 | |
| 222 | .yith-system-info table td.requirement-value { |
| 223 | width: 120px; |
| 224 | } |
| 225 | |
| 226 | .yith-system-info table td.requirement-value.has-errors { |
| 227 | color: #a00; |
| 228 | } |
| 229 | |
| 230 | .yith-system-info table td.requirement-value.has-warnings { |
| 231 | color: #ffa200; |
| 232 | } |
| 233 | |
| 234 | .yith-system-info table td.requirement-messages ul { |
| 235 | margin: 0; |
| 236 | padding: 0 0 10px 0; |
| 237 | list-style: none !important; |
| 238 | } |
| 239 | |
| 240 | .yith-system-info table td.requirement-messages ul li { |
| 241 | margin-bottom: 3px; |
| 242 | } |
| 243 | |
| 244 | .yith-system-info table td.requirement-messages span.error { |
| 245 | color: #a00; |
| 246 | font-weight: bold; |
| 247 | } |
| 248 | |
| 249 | .yith-system-info table td.requirement-messages span.warning { |
| 250 | color: #a00; |
| 251 | font-weight: bold; |
| 252 | } |
| 253 | |
| 254 | .yith-system-info .debug-code { |
| 255 | font-family: monospace; |
| 256 | padding: 15px; |
| 257 | display: inline-block; |
| 258 | background: #f2f3f4; |
| 259 | line-height: 22px; |
| 260 | border: 2px solid #dfe3e6; |
| 261 | border-radius: 5px; |
| 262 | margin-right: 20px; |
| 263 | } |
| 264 | |
| 265 | .yith-system-info .copy-link { |
| 266 | font-size: 11px; |
| 267 | font-weight: 600; |
| 268 | padding-left: 1.7em; |
| 269 | position: relative; |
| 270 | text-decoration: none; |
| 271 | color: #3889d3; |
| 272 | } |
| 273 | |
| 274 | .yith-system-info .copy-link:hover { |
| 275 | color: #004b91; |
| 276 | } |
| 277 | |
| 278 | .yith-system-info .copy-link:before { |
| 279 | background-color: #ffffff; |
| 280 | border: 1px solid; |
| 281 | bottom: 2px; |
| 282 | content: ''; |
| 283 | display: inline-block; |
| 284 | height: 0.9em; |
| 285 | left: 0; |
| 286 | position: absolute; |
| 287 | width: 0.9em; |
| 288 | z-index: 2; |
| 289 | } |
| 290 | |
| 291 | .yith-system-info .copy-link:after { |
| 292 | background-color: #ffffff; |
| 293 | border: 1px solid; |
| 294 | bottom: 5px; |
| 295 | content: ''; |
| 296 | display: inline-block; |
| 297 | height: 0.9em; |
| 298 | left: 3px; |
| 299 | position: absolute; |
| 300 | width: 0.9em; |
| 301 | z-index: 1; |
| 302 | } |
| 303 | |
| 304 | .yith-system-info .copy-link .copied-tooltip { |
| 305 | width: 140px; |
| 306 | background-color: #555; |
| 307 | color: #fff; |
| 308 | text-align: center; |
| 309 | border-radius: 6px; |
| 310 | padding: 5px; |
| 311 | position: absolute; |
| 312 | z-index: 1; |
| 313 | bottom: 150%; |
| 314 | left: 50%; |
| 315 | margin-left: -75px; |
| 316 | transition: all ease .3s; |
| 317 | } |
| 318 | |
| 319 | .yith-system-info .copy-link .copied-tooltip:after { |
| 320 | content: ""; |
| 321 | position: absolute; |
| 322 | top: 100%; |
| 323 | left: 50%; |
| 324 | margin-left: -5px; |
| 325 | border-width: 5px; |
| 326 | border-style: solid; |
| 327 | border-color: #555 transparent transparent transparent; |
| 328 | } |
| 329 | |
| 330 | .yith-system-info-menu { |
| 331 | font-weight: bold; |
| 332 | font-size: 11px !important; |
| 333 | } |
| 334 |