admin-global.css
1 month ago
admin-global.min.css
1 year ago
admin-upsells.css
1 year ago
admin-upsells.min.css
1 year ago
admin.css
1 month ago
admin.min.css
1 month ago
blocks.min.css
1 year ago
challenge.css
1 year ago
challenge.min.css
1 year ago
admin-upsells.css
314 lines
| 1 | /* ---------------------------------------------------------------------------- |
| 2 | * Welcome Page CSS |
| 3 | * ------------------------------------------------------------------------- */ |
| 4 | .wpmst .wp-badge { |
| 5 | background-color: transparent; |
| 6 | background-image: url( ../../images/logo-dark.webp ); |
| 7 | } |
| 8 | |
| 9 | |
| 10 | /* Lite vs PRO Section */ |
| 11 | |
| 12 | .lite-vs-pro-section .wp-badge{ |
| 13 | display:inline-block; |
| 14 | vertical-align:middle; |
| 15 | position:relative; |
| 16 | margin-right:2.5%; |
| 17 | } |
| 18 | |
| 19 | .lite-vs-pro-section h3 { |
| 20 | display:inline-block; |
| 21 | vertical-align:middle; |
| 22 | position:relative; |
| 23 | margin:0 2.5% 0 25px; |
| 24 | } |
| 25 | |
| 26 | .wpchill-plans-table { |
| 27 | display : flex; |
| 28 | } |
| 29 | |
| 30 | .wpchill-plans-table.table-header { |
| 31 | margin-top : 50px; |
| 32 | } |
| 33 | |
| 34 | .wpchill-plans-table.table-header .wpchill-pricing-package:last-child:before { |
| 35 | content : 'Current package'; |
| 36 | width : auto; |
| 37 | display : inline-block; |
| 38 | opacity : 1; |
| 39 | position : absolute; |
| 40 | top : -1px; |
| 41 | background : #41495b; |
| 42 | text-align : center; |
| 43 | left : 0; |
| 44 | right : 0; |
| 45 | color : #fff; |
| 46 | font-size : 15px; |
| 47 | text-transform : uppercase; |
| 48 | padding : 10px 5px; |
| 49 | transform : translateY(-100%); |
| 50 | } |
| 51 | |
| 52 | .wpchill-plans-table .wpchill-pricing-package { |
| 53 | text-align : center; |
| 54 | border-left : 1px solid #ebebeb; |
| 55 | border-top : 1px solid #ebebeb; |
| 56 | line-height : 1.5; |
| 57 | height : 50px; |
| 58 | display : -ms-flexbox; |
| 59 | display : flex; |
| 60 | -ms-flex-align : center; |
| 61 | align-items : center; |
| 62 | -ms-flex-pack : center; |
| 63 | justify-content : center; |
| 64 | padding-left : 10px; |
| 65 | padding-right : 10px; |
| 66 | background : #fff; |
| 67 | } |
| 68 | |
| 69 | .wpchill-plans-table .wpchill-pricing-package.wpchill-title { |
| 70 | font-weight : 400; |
| 71 | color : #666; |
| 72 | font-size : 1.25rem; |
| 73 | height : auto; |
| 74 | -ms-flex-direction : column; |
| 75 | flex-direction : column; |
| 76 | padding-top : 30px; |
| 77 | padding-bottom : 30px; |
| 78 | justify-content : space-between; |
| 79 | position : relative; |
| 80 | } |
| 81 | |
| 82 | .wpchill-plans-table .wpchill-pricing-package.wpchill-title.wpchill-modula-lite { |
| 83 | justify-content: center; |
| 84 | } |
| 85 | |
| 86 | .wpchill-plans-table .wpchill-pricing-package.wpchill-title p.description { |
| 87 | font-style : italic; |
| 88 | font-size : 13px; |
| 89 | margin-bottom: 40px; |
| 90 | } |
| 91 | |
| 92 | .wpchill-plans-table .wpchill-pricing-package.wpchill-title .wpchill-price p:last-child { |
| 93 | font-size : 30px; |
| 94 | margin: 0 0 40px 0; |
| 95 | } |
| 96 | .wpchill-plans-table .wpchill-pricing-package.wpchill-title .wpchill-price p.old-price { |
| 97 | margin: 0; |
| 98 | position: relative; |
| 99 | } |
| 100 | |
| 101 | .wpchill-plans-table .wpchill-pricing-package.wpchill-title .wpchill-price p.old-price:after { |
| 102 | content: ""; |
| 103 | height: 2px; |
| 104 | width: 60px; |
| 105 | background: red; |
| 106 | display: block; |
| 107 | position: absolute; |
| 108 | left: 50%; |
| 109 | top: 52%; |
| 110 | transform: translate(-50%,-50%); |
| 111 | } |
| 112 | |
| 113 | .wpchill-plans-table .wpchill-pricing-package.wpchill-title p.wpchill-name { |
| 114 | margin : 0; |
| 115 | font-size : 36px; |
| 116 | } |
| 117 | |
| 118 | .wpchill-plans-table .wpchill-pricing-package.wpchill-title p.wpchill-price sup { |
| 119 | top: 2px; |
| 120 | position: relative; |
| 121 | font-size: 15px; |
| 122 | } |
| 123 | |
| 124 | .wpchill-plans-table .wpchill-pricing-package.wpchill-empty { |
| 125 | background : transparent; |
| 126 | border-color : transparent; |
| 127 | } |
| 128 | |
| 129 | .wpchill-plans-table .wpchill-pricing-package.feature-name { |
| 130 | justify-content : space-between; |
| 131 | font-weight : 700; |
| 132 | text-align : left; |
| 133 | } |
| 134 | |
| 135 | .wpchill-plans-table .wpchill-pricing-package .dashicons-saved { |
| 136 | color : green; |
| 137 | } |
| 138 | |
| 139 | .wpchill-plans-table .wpchill-pricing-package .dashicons-no-alt { |
| 140 | color : #cdcdcd; |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | Featured section |
| 145 | */ |
| 146 | |
| 147 | .featured-section.features .row { |
| 148 | display: inline-block; |
| 149 | width: 97%; |
| 150 | padding: 15px; |
| 151 | border-bottom: 1px solid rgba(0, 0, 0, .06); |
| 152 | } |
| 153 | |
| 154 | .featured-section.features .row .dashicons-yes { |
| 155 | color: #2cbe4e; |
| 156 | } |
| 157 | |
| 158 | .featured-section.features .row .dashicons-no-alt { |
| 159 | color: #FF3D2E; |
| 160 | } |
| 161 | |
| 162 | .featured-section.features .row > div { |
| 163 | display: inline-block; |
| 164 | float: left; |
| 165 | width: 15%; |
| 166 | text-align: center; |
| 167 | } |
| 168 | |
| 169 | .featured-section.features .row > .feature { |
| 170 | width: 70%; |
| 171 | text-align: left; |
| 172 | } |
| 173 | |
| 174 | .featured-section .free-pro-table { |
| 175 | border-spacing: 0; |
| 176 | width: 100%; |
| 177 | margin-top:40px; |
| 178 | } |
| 179 | |
| 180 | .featured-section .free-pro-table th { |
| 181 | padding-bottom: 20px; |
| 182 | } |
| 183 | |
| 184 | .featured-section .free-pro-table td { |
| 185 | border-top: 1px solid #ccc; |
| 186 | padding: 10px 0; |
| 187 | } |
| 188 | |
| 189 | .featured-section .free-pro-table thead tr th:nth-child(2) { |
| 190 | color:green; |
| 191 | } |
| 192 | |
| 193 | .featured-section .free-pro-table thead tr th:nth-child(3) { |
| 194 | color:blue; |
| 195 | } |
| 196 | |
| 197 | .featured-section .free-pro-table tbody tr:not(:last-child) td:nth-child(2) { |
| 198 | background-color:#fefff0; |
| 199 | } |
| 200 | |
| 201 | .featured-section .free-pro-table tbody tr:not(:last-child) td:nth-child(3){ |
| 202 | background-color:#fff; |
| 203 | } |
| 204 | |
| 205 | .featured-section .free-pro-table h3 { |
| 206 | margin: 0; |
| 207 | } |
| 208 | |
| 209 | .featured-section .free-pro-table td p { |
| 210 | margin: 0; |
| 211 | } |
| 212 | |
| 213 | .featured-section .free-pro-table .lite-feature, |
| 214 | .featured-section .free-pro-table .pro-feature{ |
| 215 | text-align: center; |
| 216 | width: 20%; |
| 217 | } |
| 218 | |
| 219 | .featured-section .free-pro-table .dashicons-yes { |
| 220 | color: #00A878; |
| 221 | } |
| 222 | |
| 223 | .featured-section .free-pro-table .dashicons { |
| 224 | width:30px; |
| 225 | height:30px; |
| 226 | font-size:30px; |
| 227 | } |
| 228 | |
| 229 | .featured-section .free-pro-table .dashicons-no-alt { |
| 230 | color: #ff3439; |
| 231 | } |
| 232 | |
| 233 | .featured-section .free-pro-table .dashicons-before:before, |
| 234 | .featured-section .free-pro-table .dashicons-before:before { |
| 235 | font-size: 35px; |
| 236 | height: 35px; |
| 237 | width: 35px; |
| 238 | } |
| 239 | .featured-section .button-hero .dashicons{ |
| 240 | font-size:16px; |
| 241 | vertical-align:middle; |
| 242 | line-height:26px; |
| 243 | } |
| 244 | |
| 245 | .featured-section .ti-about-page-text-center { |
| 246 | text-align: center; |
| 247 | } |
| 248 | .free-pro-table .text-right { |
| 249 | text-align: right; |
| 250 | } |
| 251 | |
| 252 | .modula-license-label { |
| 253 | display: block; |
| 254 | } |
| 255 | |
| 256 | .modula-license-label p.green strong { |
| 257 | color:green; |
| 258 | } |
| 259 | |
| 260 | .modula-license-label p.orange strong { |
| 261 | color:orange; |
| 262 | } |
| 263 | |
| 264 | .modula-license-label p.red strong { |
| 265 | color:red; |
| 266 | } |
| 267 | |
| 268 | /* Tabs tooltips */ |
| 269 | .wpmtst-tooltip { |
| 270 | position: relative; |
| 271 | display: inline-block; |
| 272 | float: left; |
| 273 | margin-right: 10px; |
| 274 | } |
| 275 | |
| 276 | .wpmtst-tooltip > span { |
| 277 | cursor: pointer; |
| 278 | color: #0073aa; |
| 279 | text-decoration: underline; |
| 280 | margin-left: 5px; |
| 281 | } |
| 282 | |
| 283 | .wpmtst-tooltip .wpmtst-tooltip-content { |
| 284 | display: none; |
| 285 | position: absolute; |
| 286 | top: 50%; |
| 287 | right: -10px; |
| 288 | transform: translate( 100% ,-50% ); |
| 289 | width: 300px; |
| 290 | background: #000; |
| 291 | color: #fff; |
| 292 | padding: 10px; |
| 293 | box-sizing: border-box; |
| 294 | z-index: 99; |
| 295 | } |
| 296 | |
| 297 | .wpmtst-tooltip .wpmtst-tooltip-content:before { |
| 298 | content: ''; |
| 299 | width: 0px; |
| 300 | height: 0px; |
| 301 | border-style: solid; |
| 302 | border-width: 8px 8px 8px 0; |
| 303 | border-color: transparent #000 transparent transparent; |
| 304 | display: block; |
| 305 | position: absolute; |
| 306 | top: 50%; |
| 307 | left: -8px; |
| 308 | transform: translateY( -50% ); |
| 309 | } |
| 310 | |
| 311 | .wpmtst-tooltip:hover .wpmtst-tooltip-content { |
| 312 | display: block; |
| 313 | } |
| 314 |