| 1 |
/* Review notice */ |
| 2 |
.allex-review-notice span.dashicons { |
| 3 |
text-decoration: none !important; |
| 4 |
margin-right: 6px; |
| 5 |
} |
| 6 |
|
| 7 |
.allex-review-notice li { |
| 8 |
line-height: 17pt; |
| 9 |
} |
| 10 |
|
| 11 |
/* Highlighted text */ |
| 12 |
.allex-highlight { |
| 13 |
font-weight: bold; |
| 14 |
} |
| 15 |
|
| 16 |
/* Add-ons */ |
| 17 |
.allex-addon-messages { |
| 18 |
margin-top: 5px; |
| 19 |
font-style: italic; |
| 20 |
padding: 6px; |
| 21 |
box-sizing: border-box; |
| 22 |
color: #dc6f8e; |
| 23 |
} |
| 24 |
|
| 25 |
.allex-addon-license { |
| 26 |
margin-top: 15px; |
| 27 |
} |
| 28 |
|
| 29 |
.allex-addon-license a { |
| 30 |
margin-left: 10px; |
| 31 |
} |
| 32 |
|
| 33 |
#allex-addons-installed label, |
| 34 |
.allex-addon-license label { |
| 35 |
font-weight: bold; |
| 36 |
font-size: 15px; |
| 37 |
margin-right: 10px; |
| 38 |
} |
| 39 |
|
| 40 |
#allex-addons-installed article div.allex-addon-license-form input[type="text"], |
| 41 |
.allex-addon-license code { |
| 42 |
font-family: monospace; |
| 43 |
font-size: 16px; |
| 44 |
display: inline-block; |
| 45 |
width: 360px; |
| 46 |
padding: 9px; |
| 47 |
-webkit-box-sizing: border-box; |
| 48 |
-moz-box-sizing: border-box; |
| 49 |
box-sizing: border-box; |
| 50 |
} |
| 51 |
|
| 52 |
.allex-addon-license code { |
| 53 |
padding: 10px; |
| 54 |
} |
| 55 |
|
| 56 |
/* Add-ons - installed */ |
| 57 |
|
| 58 |
#allex-addons-installed { |
| 59 |
margin-top: 21px; |
| 60 |
} |
| 61 |
|
| 62 |
#allex-addons-installed article { |
| 63 |
display: block; |
| 64 |
-webkit-box-sizing: border-box; |
| 65 |
-moz-box-sizing: border-box; |
| 66 |
box-sizing: border-box; |
| 67 |
width: 100%; |
| 68 |
position: relative; |
| 69 |
margin-top: 10px; |
| 70 |
min-width: 255px; |
| 71 |
min-height: 200px; |
| 72 |
border: 1px solid #e5e5e5; |
| 73 |
box-shadow: 0 1px 1px rgba(0, 0, 0, .04); |
| 74 |
background: #ffffff; |
| 75 |
-webkit-border-radius: 4px; |
| 76 |
-moz-border-radius: 4px; |
| 77 |
border-radius: 4px; |
| 78 |
padding-left: 130px; |
| 79 |
} |
| 80 |
|
| 81 |
#allex-addons-installed article > i { |
| 82 |
padding: 10px; |
| 83 |
position: absolute; |
| 84 |
left: 0; |
| 85 |
top: 0; |
| 86 |
text-align: center; |
| 87 |
width: 90px; |
| 88 |
height: 180px; |
| 89 |
line-height: 200px; |
| 90 |
font-size: 38px; |
| 91 |
color: #746ea4; |
| 92 |
background-color: #e2e2e2; |
| 93 |
-webkit-border-top-left-radius: 4px; |
| 94 |
-moz-border-top-left-radius: 4px; |
| 95 |
border-top-left-radius: 4px; |
| 96 |
-webkit-border-bottom-left-radius: 4px; |
| 97 |
-moz-border-bottom-left-radius: 4px; |
| 98 |
border-bottom-left-radius: 4px; |
| 99 |
} |
| 100 |
|
| 101 |
#allex-addons-installed article div.allex-addon-license-form { |
| 102 |
margin-top: 10px; |
| 103 |
} |
| 104 |
|
| 105 |
#allex-addons-installed article div.allex-addon-license-form input[type="text"] { |
| 106 |
color: #474773; |
| 107 |
} |
| 108 |
|
| 109 |
#allex-addons-installed article div.allex-addon-license-form i { |
| 110 |
margin-top: 12px; |
| 111 |
margin-left: 8px; |
| 112 |
cursor: pointer; |
| 113 |
} |
| 114 |
|
| 115 |
#allex-addons-installed .allex-addon-license-status { |
| 116 |
margin-left: 98px; |
| 117 |
margin-top: 4px; |
| 118 |
font-size: 14px; |
| 119 |
max-width: 360px; |
| 120 |
color: #4b4c4f; |
| 121 |
font-style: italic; |
| 122 |
font-weight: bold; |
| 123 |
-webkit-box-sizing: border-box; |
| 124 |
-moz-box-sizing: border-box; |
| 125 |
box-sizing: border-box; |
| 126 |
border-bottom-left-radius: 2px; |
| 127 |
border-bottom-right-radius: 2px; |
| 128 |
} |
| 129 |
|
| 130 |
#allex-addons-installed article button { |
| 131 |
margin-left: 10px; |
| 132 |
} |
| 133 |
|
| 134 |
#allex-addons-installed .allex-addon-messages { |
| 135 |
margin-left: 96px; |
| 136 |
} |
| 137 |
|
| 138 |
/* Add-ons - missed */ |
| 139 |
|
| 140 |
#allex-addons-missed { |
| 141 |
width: 100%; |
| 142 |
display: block; |
| 143 |
} |
| 144 |
|
| 145 |
.allex-addons-table-header { |
| 146 |
text-align: center; |
| 147 |
width: 100%; |
| 148 |
margin: 30px 0; |
| 149 |
} |
| 150 |
|
| 151 |
#allex-addons-missed article { |
| 152 |
position: relative; |
| 153 |
min-height: 170px; |
| 154 |
border: 1px solid #e5e5e5; |
| 155 |
box-shadow: 0 1px 1px rgba(0, 0, 0, .04); |
| 156 |
background: #ffffff; |
| 157 |
width: 48%; |
| 158 |
-webkit-box-sizing: border-box; |
| 159 |
-moz-box-sizing: border-box; |
| 160 |
box-sizing: border-box; |
| 161 |
display: inline-block; |
| 162 |
margin-right: 10px; |
| 163 |
margin-bottom: 10px; |
| 164 |
-webkit-border-radius: 4px; |
| 165 |
-moz-border-radius: 4px; |
| 166 |
border-radius: 4px; |
| 167 |
padding-left: 130px; |
| 168 |
} |
| 169 |
|
| 170 |
#allex-addons-missed article > i { |
| 171 |
padding: 10px; |
| 172 |
position: absolute; |
| 173 |
left: 0; |
| 174 |
top: 0; |
| 175 |
text-align: center; |
| 176 |
width: 90px; |
| 177 |
height: 150px; |
| 178 |
line-height: 140px; |
| 179 |
font-size: 38px; |
| 180 |
color: #746ea4; |
| 181 |
background-color: #e2e2e2; |
| 182 |
-webkit-border-top-left-radius: 4px; |
| 183 |
-moz-border-top-left-radius: 4px; |
| 184 |
border-top-left-radius: 4px; |
| 185 |
-webkit-border-bottom-left-radius: 4px; |
| 186 |
-moz-border-bottom-left-radius: 4px; |
| 187 |
border-bottom-left-radius: 4px; |
| 188 |
} |
| 189 |
|
| 190 |
#allex-addons-missed article header { |
| 191 |
width: auto; |
| 192 |
position: absolute; |
| 193 |
padding-right: 15px; |
| 194 |
} |
| 195 |
|
| 196 |
.allex-addons-all-installed { |
| 197 |
text-align: center; |
| 198 |
padding: 10px; |
| 199 |
} |
| 200 |
|
| 201 |
/* Loader */ |
| 202 |
.lds-dual-ring { |
| 203 |
display: inline-block; |
| 204 |
width: 15px; |
| 205 |
height: 15px; |
| 206 |
margin-left: 10px; |
| 207 |
} |
| 208 |
|
| 209 |
.lds-dual-ring:after { |
| 210 |
content: " "; |
| 211 |
display: block; |
| 212 |
width: 12px; |
| 213 |
height: 12px; |
| 214 |
margin: 1px; |
| 215 |
border-radius: 50%; |
| 216 |
border: 4px solid #b0b0b0; |
| 217 |
border-color: #b0b0b0 transparent #b0b0b0 transparent; |
| 218 |
animation: lds-dual-ring 0.9s linear infinite; |
| 219 |
} |
| 220 |
|
| 221 |
@keyframes lds-dual-ring { |
| 222 |
0% { |
| 223 |
transform: rotate(0deg); |
| 224 |
} |
| 225 |
100% { |
| 226 |
transform: rotate(360deg); |
| 227 |
} |
| 228 |
} |
| 229 |
|
| 230 |
/* Subscription form */ |
| 231 |
#allex_subscription_ad { |
| 232 |
margin-left: 5px; |
| 233 |
max-width: 230px; |
| 234 |
min-width: 230px; |
| 235 |
} |
| 236 |
|
| 237 |
#allex_subscription_ad img { |
| 238 |
width: 140%; |
| 239 |
margin-left: -73px; |
| 240 |
margin-top: 9px; |
| 241 |
max-width: none; |
| 242 |
} |
| 243 |
|
| 244 |
.allex_subscription_ad_content { |
| 245 |
padding: 20px; |
| 246 |
padding-top: 90px; |
| 247 |
padding-bottom: 25px; |
| 248 |
margin-top: -116px; |
| 249 |
text-align: center; |
| 250 |
background: #ffffff; |
| 251 |
-webkit-border-radius: 20px; |
| 252 |
-moz-border-radius: 20px; |
| 253 |
border-radius: 20px; |
| 254 |
-webkit-box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57); |
| 255 |
-moz-box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57); |
| 256 |
box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57); |
| 257 |
} |
| 258 |
|
| 259 |
.allex_subscription_ad_save { |
| 260 |
margin-top: 50px; |
| 261 |
font-size: 18px; |
| 262 |
font-weight: bold; |
| 263 |
margin-bottom: 5px; |
| 264 |
} |
| 265 |
|
| 266 |
.allex_subscription_ad_discount { |
| 267 |
font-size: 60px; |
| 268 |
line-height: 56px; |
| 269 |
font-weight: bold; |
| 270 |
color: #db5852 !important; |
| 271 |
} |
| 272 |
|
| 273 |
.allex_subscription_ad_item { |
| 274 |
font-size: 16px; |
| 275 |
margin-top: 5px; |
| 276 |
} |
| 277 |
|
| 278 |
.allex_subscription_ad_button { |
| 279 |
background: #db5852; |
| 280 |
color: #ffffff !important; |
| 281 |
border: none; |
| 282 |
padding: 10px !important; |
| 283 |
-webkit-border-radius: 20px !important; |
| 284 |
-moz-border-radius: 20px !important; |
| 285 |
border-radius: 20px !important; |
| 286 |
width: 100%; |
| 287 |
margin-top: 20px; |
| 288 |
text-transform: uppercase; |
| 289 |
cursor: pointer; |
| 290 |
display: block; |
| 291 |
box-sizing: border-box; |
| 292 |
} |
| 293 |
|
| 294 |
.allex_subscription_ad_link:hover { |
| 295 |
-webkit-box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57); |
| 296 |
-moz-box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57); |
| 297 |
box-shadow: 5px 5px 47px -5px rgba(0,0,0,0.57); |
| 298 |
background-color: #dbf1ff; |
| 299 |
} |
| 300 |
/***********************/ |
| 301 |
|
| 302 |
.allex-set-license-link { |
| 303 |
font-weight: bold; |
| 304 |
color: #b97500; |
| 305 |
} |
| 306 |
|
| 307 |
.allex-plugin-update-error { |
| 308 |
display: block; |
| 309 |
padding: 10px 20px; |
| 310 |
margin: 10px 0; |
| 311 |
background: #d54e21; |
| 312 |
color: #fff; |
| 313 |
} |
| 314 |
|
| 315 |
.allex-plugin-update-error a { |
| 316 |
color: #fff; |
| 317 |
text-decoration: underline; |
| 318 |
} |
| 319 |
|