accordion.min.css
5 months ago
button.min.css
5 months ago
checkbox.min.css
5 months ago
dropdown.min.css
5 months ago
form.min.css
5 months ago
icon.min.css
5 months ago
input.min.css
5 months ago
label.min.css
5 months ago
message.min.css
5 months ago
progress.min.css
5 months ago
segment.min.css
5 months ago
select2.min.css
5 months ago
step.min.css
5 months ago
tab.css
5 months ago
table.min.css
5 months ago
transition.min.css
5 months ago
villatheme-support.css
5 months ago
villatheme-support.min.css
5 months ago
villatheme-support.css
334 lines
| 1 | #villatheme-support { |
| 2 | box-sizing: border-box; |
| 3 | padding: 30px; |
| 4 | display: flex; |
| 5 | flex-direction: column; |
| 6 | gap: 30px; |
| 7 | } |
| 8 | #villatheme-support * { |
| 9 | box-sizing: border-box; |
| 10 | } |
| 11 | #villatheme-support a { |
| 12 | text-decoration: none; |
| 13 | } |
| 14 | #villatheme-support .villatheme-support-head { |
| 15 | display: flex; |
| 16 | flex-wrap: wrap; |
| 17 | align-content: center; |
| 18 | align-items: center; |
| 19 | gap: 25px; |
| 20 | } |
| 21 | #villatheme-support .villatheme-support-head .villatheme-support-title { |
| 22 | font-size: 25px; |
| 23 | font-weight: 400; |
| 24 | } |
| 25 | #villatheme-support .villatheme-support-head .villatheme-support-action { |
| 26 | display: flex; |
| 27 | flex-wrap: wrap; |
| 28 | align-content: center; |
| 29 | align-items: center; |
| 30 | gap: 10px; |
| 31 | } |
| 32 | #villatheme-support .villatheme-support-head .villatheme-support-action .button { |
| 33 | border-radius: 8px; |
| 34 | font-size: 13px; |
| 35 | } |
| 36 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.admin-toolbar { |
| 37 | box-shadow: 0 0 0 1px #00b5ad inset !important; |
| 38 | color: #00b5ad; |
| 39 | } |
| 40 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.admin-toolbar .icon { |
| 41 | background: #00b5ad; |
| 42 | color: #fff; |
| 43 | } |
| 44 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.admin-toolbar:hover { |
| 45 | background: #00b5ad; |
| 46 | color: #fff; |
| 47 | } |
| 48 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.support-banner { |
| 49 | box-shadow: 0 0 0 1px #2ABA4A inset !important; |
| 50 | color: #2ABA4A; |
| 51 | } |
| 52 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.support-banner .icon { |
| 53 | background: #2ABA4A; |
| 54 | color: #fff; |
| 55 | } |
| 56 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.support-banner:hover { |
| 57 | background: #2ABA4A; |
| 58 | color: #fff; |
| 59 | } |
| 60 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.review { |
| 61 | box-shadow: 0 0 0 1px #FC6736 inset !important; |
| 62 | color: #FC6736; |
| 63 | } |
| 64 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.review .icon { |
| 65 | background: #FC6736; |
| 66 | color: #fff; |
| 67 | } |
| 68 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.review:hover { |
| 69 | background: #FC6736; |
| 70 | color: #fff; |
| 71 | } |
| 72 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.document { |
| 73 | box-shadow: 0 0 0 1px #484848 inset !important; |
| 74 | color: #484848; |
| 75 | } |
| 76 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.document .icon { |
| 77 | background: #484848; |
| 78 | color: #fff; |
| 79 | } |
| 80 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.document:hover { |
| 81 | background: #484848; |
| 82 | color: #fff; |
| 83 | } |
| 84 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.request-support:hover { |
| 85 | box-shadow: 0 0 0 1px #21ba45 inset !important; |
| 86 | color: #21ba45; |
| 87 | background: #fff; |
| 88 | } |
| 89 | #villatheme-support .villatheme-support-head .villatheme-support-action .button.request-support:hover .icon { |
| 90 | background: #21ba45; |
| 91 | color: #fff; |
| 92 | } |
| 93 | #villatheme-support .villatheme-items { |
| 94 | display: inline-flex; |
| 95 | justify-content: space-between; |
| 96 | flex-wrap: wrap; |
| 97 | gap: 20px; |
| 98 | } |
| 99 | #villatheme-support .villatheme-items .villatheme-item { |
| 100 | flex: 1; |
| 101 | flex-basis: calc(25% - 20px); |
| 102 | overflow: hidden; |
| 103 | border-radius: 6px; |
| 104 | max-width: 25%; |
| 105 | } |
| 106 | #villatheme-support .villatheme-items .villatheme-item img { |
| 107 | width: 100%; |
| 108 | height: 100%; |
| 109 | transition: 0.25s all ease-in-out; |
| 110 | } |
| 111 | #villatheme-support .villatheme-items .villatheme-item img:hover { |
| 112 | transform: scale(1.2); |
| 113 | } |
| 114 | #villatheme-support .villatheme-items .villatheme-item:hover { |
| 115 | box-shadow: 0 0 4px #00000073; |
| 116 | } |
| 117 | |
| 118 | .villatheme-dashboard p { |
| 119 | display: inline-block; |
| 120 | width: 100%; |
| 121 | } |
| 122 | |
| 123 | /*Admin notice*/ |
| 124 | .villatheme-dashboard .button { |
| 125 | padding: 4px 16px; |
| 126 | color: #393e46; |
| 127 | border-color: #eee; |
| 128 | margin-right: 7px; |
| 129 | z-index: 1 !important; |
| 130 | } |
| 131 | |
| 132 | .villatheme-dashboard .button.button-primary { |
| 133 | color: #fff; |
| 134 | background: #00adb5; |
| 135 | } |
| 136 | |
| 137 | .villatheme-dashboard .button.button-primary:hover { |
| 138 | border-color: #393e46; |
| 139 | } |
| 140 | |
| 141 | .villatheme-dashboard .button.notice-dismiss { |
| 142 | background: transparent; |
| 143 | border: none; |
| 144 | line-height: 19px; |
| 145 | } |
| 146 | |
| 147 | .villatheme-dashboard .button.notice-dismiss:hover { |
| 148 | background: transparent; |
| 149 | } |
| 150 | |
| 151 | /*Widget Dashboard*/ |
| 152 | .villatheme-dashboard .villatheme-content .villatheme-left { |
| 153 | width: 100%; |
| 154 | display: block; |
| 155 | } |
| 156 | |
| 157 | .villatheme-dashboard .villatheme-content .villatheme-right, .villatheme-dashboard .villatheme-notification-controls { |
| 158 | width: 100%; |
| 159 | display: block; |
| 160 | text-align: center; |
| 161 | } |
| 162 | |
| 163 | /*Extensions page*/ |
| 164 | .villatheme-extension-top h2 { |
| 165 | font-size: 25px; |
| 166 | } |
| 167 | |
| 168 | .villatheme-extension-content { |
| 169 | background: transparent; |
| 170 | box-sizing: border-box; |
| 171 | margin: 35px 0; |
| 172 | border-radius: 20px; |
| 173 | max-width: 100%; |
| 174 | display: flex; |
| 175 | justify-content: flex-start; |
| 176 | flex-wrap: wrap; |
| 177 | gap: 35px; |
| 178 | } |
| 179 | .villatheme-extension-content * { |
| 180 | box-sizing: border-box; |
| 181 | } |
| 182 | .villatheme-extension-content .villatheme-col-3 { |
| 183 | width: 330px; |
| 184 | max-width: calc(100% - 80px); |
| 185 | box-shadow: 0 0 4px #00000026; |
| 186 | background: #fff; |
| 187 | color: #000; |
| 188 | border-radius: 10px; |
| 189 | font-size: 15px; |
| 190 | padding: 10px 10px 15px; |
| 191 | display: inline-flex; |
| 192 | flex-direction: column; |
| 193 | justify-content: space-between; |
| 194 | } |
| 195 | .villatheme-extension-content .villatheme-col-3 a { |
| 196 | text-decoration: none; |
| 197 | color: #000; |
| 198 | } |
| 199 | .villatheme-extension-content .villatheme-col-3 .villatheme-item-image { |
| 200 | max-height: 158px; |
| 201 | overflow: hidden; |
| 202 | } |
| 203 | .villatheme-extension-content .villatheme-col-3 .villatheme-item-image img { |
| 204 | width: 100%; |
| 205 | max-height: 100%; |
| 206 | transition: 0.35s all ease-in-out; |
| 207 | } |
| 208 | .villatheme-extension-content .villatheme-col-3 .villatheme-item-image img:hover { |
| 209 | transform: scale(1.2); |
| 210 | } |
| 211 | .villatheme-extension-content .villatheme-col-3 .villatheme-item-title { |
| 212 | font-weight: 500; |
| 213 | margin: 10px 0 15px 0; |
| 214 | } |
| 215 | .villatheme-extension-content .villatheme-col-3 .villatheme-item-controls .villatheme-item-controls-inner { |
| 216 | display: inline-flex; |
| 217 | flex-wrap: wrap; |
| 218 | gap: 10px; |
| 219 | } |
| 220 | .villatheme-extension-content .villatheme-col-3 .villatheme-item-controls .villatheme-item-controls-inner a.villatheme-item-controls-inner-button { |
| 221 | padding: 6px 12px; |
| 222 | border-radius: 8px; |
| 223 | background: #fff; |
| 224 | color: #FC6736; |
| 225 | font-size: 12px; |
| 226 | line-height: 1; |
| 227 | box-shadow: 0 0 0 1px #FC6736; |
| 228 | } |
| 229 | .villatheme-extension-content .villatheme-col-3 .villatheme-item-controls .villatheme-item-controls-inner a.villatheme-item-controls-inner-button:hover, .villatheme-extension-content .villatheme-col-3 .villatheme-item-controls .villatheme-item-controls-inner a.villatheme-item-controls-inner-button.active { |
| 230 | background: #FC6736; |
| 231 | color: #fff; |
| 232 | } |
| 233 | |
| 234 | .villatheme-primary-color { |
| 235 | color: #f15d58; |
| 236 | text-decoration: none; |
| 237 | } |
| 238 | |
| 239 | .villatheme-content a.vi-button-dismiss:before { |
| 240 | float: left; |
| 241 | } |
| 242 | |
| 243 | .villatheme-content a.vi-button-dismiss { |
| 244 | position: absolute; |
| 245 | right: 5px; |
| 246 | top: 50%; |
| 247 | transform: translateY(-50%) !important; |
| 248 | padding: 4px 8px; |
| 249 | font-size: 12px; |
| 250 | line-height: 16px; |
| 251 | } |
| 252 | |
| 253 | .villatheme-button-upgrade { |
| 254 | color: red; |
| 255 | } |
| 256 | |
| 257 | .villatheme-content { |
| 258 | position: relative; |
| 259 | padding-right: 86px; |
| 260 | } |
| 261 | |
| 262 | .villatheme-item-controls .button { |
| 263 | padding: 4px 16px; |
| 264 | } |
| 265 | |
| 266 | /*Toolbar*/ |
| 267 | #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .villatheme-toolbar .ab-icon { |
| 268 | font-size: 16px; |
| 269 | line-height: 1.5; |
| 270 | } |
| 271 | |
| 272 | #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .villatheme-toolbar .ab-icon::before { |
| 273 | color: #4E9F3D; |
| 274 | } |
| 275 | |
| 276 | @-webkit-keyframes villatheme-rotating /* Safari and Chrome */ { |
| 277 | from { |
| 278 | -webkit-transform: rotate(0deg); |
| 279 | -o-transform: rotate(0deg); |
| 280 | transform: rotate(0deg); |
| 281 | } |
| 282 | to { |
| 283 | -webkit-transform: rotate(360deg); |
| 284 | -o-transform: rotate(360deg); |
| 285 | transform: rotate(360deg); |
| 286 | } |
| 287 | } |
| 288 | @keyframes villatheme-rotating { |
| 289 | from { |
| 290 | -ms-transform: rotate(0deg); |
| 291 | -moz-transform: rotate(0deg); |
| 292 | -webkit-transform: rotate(0deg); |
| 293 | -o-transform: rotate(0deg); |
| 294 | transform: rotate(0deg); |
| 295 | } |
| 296 | to { |
| 297 | -ms-transform: rotate(360deg); |
| 298 | -moz-transform: rotate(360deg); |
| 299 | -webkit-transform: rotate(360deg); |
| 300 | -o-transform: rotate(360deg); |
| 301 | transform: rotate(360deg); |
| 302 | } |
| 303 | } |
| 304 | .villatheme-rotating { |
| 305 | -webkit-animation: villatheme-rotating 1s ease; |
| 306 | -moz-animation: villatheme-rotating 1s ease; |
| 307 | -ms-animation: villatheme-rotating 1s ease; |
| 308 | -o-animation: villatheme-rotating 1s ease; |
| 309 | animation: villatheme-rotating 1s ease; |
| 310 | animation-delay: 2s; |
| 311 | } |
| 312 | |
| 313 | #wp-admin-bar-villatheme .dashicons, |
| 314 | #wp-admin-bar-villatheme .dashicons-before:before { |
| 315 | font-family: "dashicons"; |
| 316 | } |
| 317 | |
| 318 | #wp-admin-bar-villatheme .villatheme-hide-toolbar-button-title { |
| 319 | padding: 0 5px; |
| 320 | } |
| 321 | |
| 322 | @media screen and (max-width: 480px) { |
| 323 | .villatheme-content { |
| 324 | padding-right: 0 !important; |
| 325 | } |
| 326 | |
| 327 | .villatheme-content a.vi-button-dismiss { |
| 328 | position: unset; |
| 329 | transform: unset !important; |
| 330 | } |
| 331 | } |
| 332 | |
| 333 | /*# sourceMappingURL=villatheme-support.css.map */ |
| 334 |