| 1 |
.powered-cache-settings-page .nav-tab:first-child{ |
| 2 |
margin-left:0!important; |
| 3 |
} |
| 4 |
.form-table th{ |
| 5 |
width: 150px; |
| 6 |
} |
| 7 |
.cdn-zones label{ |
| 8 |
display: block; |
| 9 |
} |
| 10 |
|
| 11 |
.powered-cache-left { |
| 12 |
float: left; |
| 13 |
} |
| 14 |
|
| 15 |
.powered-cache-right { |
| 16 |
float: right; |
| 17 |
} |
| 18 |
|
| 19 |
.powered-cache-clearfix{ |
| 20 |
clear: both; |
| 21 |
} |
| 22 |
|
| 23 |
h2.powered-cache-settings-nav{ |
| 24 |
padding: 0!important; |
| 25 |
margin:0 0 15px!important; |
| 26 |
} |
| 27 |
|
| 28 |
.powered-cache-extension { |
| 29 |
background: #fff; |
| 30 |
border: 1px solid #ccc; |
| 31 |
float: left; |
| 32 |
padding: 12px; |
| 33 |
position: relative; |
| 34 |
margin: 0 15px 15px 0; |
| 35 |
width: 330px; |
| 36 |
height: 310px; |
| 37 |
} |
| 38 |
|
| 39 |
|
| 40 |
.remove-cdn-item{ |
| 41 |
cursor: pointer; |
| 42 |
vertical-align: middle; |
| 43 |
} |
| 44 |
|
| 45 |
|
| 46 |
|
| 47 |
.incompatible-plugin-list { |
| 48 |
/* overflow: hidden; */ |
| 49 |
padding-left: 20px; |
| 50 |
list-style-type: disc; |
| 51 |
} |
| 52 |
|
| 53 |
.incompatible-plugin-list li{ |
| 54 |
width: 300px; |
| 55 |
line-height: 25px; |
| 56 |
} |
| 57 |
|
| 58 |
#powered-cache-admin-page-wrapper{ |
| 59 |
padding-top: 10px; |
| 60 |
min-width: 763px; |
| 61 |
} |
| 62 |
|
| 63 |
|
| 64 |
|
| 65 |
.need-upgrade { |
| 66 |
position: absolute; |
| 67 |
width: 100%; |
| 68 |
height: 100%; |
| 69 |
text-align: center; |
| 70 |
background-color: #efefef; |
| 71 |
filter: alpha(opacity=70); |
| 72 |
-moz-opacity: 0.7; |
| 73 |
opacity: 0.7; |
| 74 |
margin-left: -5px; |
| 75 |
} |
| 76 |
|
| 77 |
.need-upgrade span.upgrade-msg { |
| 78 |
height: 50px; |
| 79 |
font-size: 1.4em; |
| 80 |
padding: 10px; |
| 81 |
border-radius: 5px; |
| 82 |
color: #fff; |
| 83 |
background-color: #000; |
| 84 |
position: relative; |
| 85 |
top: 50%; |
| 86 |
} |
| 87 |
|
| 88 |
.extension-upgrade-msg{ |
| 89 |
color: #ba2420; |
| 90 |
} |
| 91 |
|
| 92 |
a.upgrade-now { |
| 93 |
display: inline-block; |
| 94 |
text-decoration: none; |
| 95 |
font-size: 13px; |
| 96 |
line-height: 26px; |
| 97 |
height: 28px; |
| 98 |
margin: 0; |
| 99 |
padding: 0 10px 1px; |
| 100 |
cursor: pointer; |
| 101 |
border-width: 1px; |
| 102 |
border-style: solid; |
| 103 |
-webkit-appearance: none; |
| 104 |
-webkit-border-radius: 3px; |
| 105 |
border-radius: 3px; |
| 106 |
white-space: nowrap; |
| 107 |
-webkit-box-sizing: border-box; |
| 108 |
-moz-box-sizing: border-box; |
| 109 |
box-sizing: border-box; |
| 110 |
background: #f3433e; |
| 111 |
color: #fff; |
| 112 |
} |
| 113 |
|
| 114 |
|
| 115 |
.get-premium { |
| 116 |
display: inline-block; |
| 117 |
border-radius: 4px; |
| 118 |
background-color: #f4511e; |
| 119 |
border: none; |
| 120 |
color: #FFFFFF; |
| 121 |
text-align: center; |
| 122 |
font-size: 18px; |
| 123 |
padding: 10px; |
| 124 |
transition: all 0.5s; |
| 125 |
cursor: pointer; |
| 126 |
margin: 5px; |
| 127 |
} |
| 128 |
|
| 129 |
.get-premium span { |
| 130 |
cursor: pointer; |
| 131 |
display: inline-block; |
| 132 |
position: relative; |
| 133 |
transition: 0.5s; |
| 134 |
} |
| 135 |
|
| 136 |
.get-premium span:after { |
| 137 |
content: '\00bb'; |
| 138 |
position: absolute; |
| 139 |
opacity: 0; |
| 140 |
top: 0; |
| 141 |
right: -20px; |
| 142 |
transition: 0.5s; |
| 143 |
} |
| 144 |
|
| 145 |
.get-premium:hover span { |
| 146 |
padding-right: 25px; |
| 147 |
color: #fff; |
| 148 |
} |
| 149 |
|
| 150 |
.get-premium:hover span:after { |
| 151 |
opacity: 1; |
| 152 |
right: 0; |
| 153 |
} |
| 154 |
|
| 155 |
.get-premium-small { |
| 156 |
display: inline-block; |
| 157 |
border-radius: 4px; |
| 158 |
background-color: #f4511e; |
| 159 |
border: none; |
| 160 |
color: #FFFFFF; |
| 161 |
text-align: center; |
| 162 |
font-size: 14px; |
| 163 |
padding: 6px; |
| 164 |
transition: all 0.5s; |
| 165 |
cursor: pointer; |
| 166 |
margin: 3px; |
| 167 |
} |
| 168 |
|
| 169 |
.get-premium-small span { |
| 170 |
cursor: pointer; |
| 171 |
display: inline-block; |
| 172 |
position: relative; |
| 173 |
transition: 0.8s; |
| 174 |
} |
| 175 |
|
| 176 |
.get-premium-small span:after { |
| 177 |
content: '\00bb'; |
| 178 |
position: absolute; |
| 179 |
opacity: 0; |
| 180 |
top: 0; |
| 181 |
right: -20px; |
| 182 |
transition: 0.8s; |
| 183 |
} |
| 184 |
|
| 185 |
.get-premium-small:hover span { |
| 186 |
padding-right: 10px; |
| 187 |
color: #fff; |
| 188 |
} |
| 189 |
|
| 190 |
.get-premium-small:hover span:after { |
| 191 |
opacity: 1; |
| 192 |
right: 0; |
| 193 |
} |
| 194 |
|
| 195 |
|
| 196 |
|
| 197 |
.premium-benefits { |
| 198 |
font-size: 16px; |
| 199 |
line-height: 30px; |
| 200 |
} |
| 201 |
|
| 202 |
|
| 203 |
.premium-benefits .dashicons{ |
| 204 |
font-size: 30px; |
| 205 |
padding-right:6px; |
| 206 |
color: #006505; |
| 207 |
} |
| 208 |
|
| 209 |
#powered-cache-support-general-info{ |
| 210 |
padding:10px; |
| 211 |
font-size: 16px; |
| 212 |
} |
| 213 |
|
| 214 |
.powered-cache-sidebar-title{ |
| 215 |
padding: 0!important; |
| 216 |
margin: 0!important; |
| 217 |
} |
| 218 |
|
| 219 |
.powered-cache-sidebar-icon { |
| 220 |
font-size: 30px; |
| 221 |
vertical-align: middle; |
| 222 |
display: inline; |
| 223 |
padding: 5px; |
| 224 |
color: #ba2420; |
| 225 |
} |
| 226 |
|
| 227 |
/** Notice dismiss for the early WP versions */ |
| 228 |
.notice-dismiss { |
| 229 |
position: absolute; |
| 230 |
top: 0; |
| 231 |
right: 1px; |
| 232 |
border: none; |
| 233 |
margin: 0; |
| 234 |
padding: 9px; |
| 235 |
background: none; |
| 236 |
color: #b4b9be; |
| 237 |
cursor: pointer; |
| 238 |
} |
| 239 |
|
| 240 |
.notice-dismiss:hover:before, |
| 241 |
.notice-dismiss:active:before, |
| 242 |
.notice-dismiss:focus:before { |
| 243 |
color: #c00; |
| 244 |
} |
| 245 |
|
| 246 |
.notice-dismiss:focus { |
| 247 |
outline: none; |
| 248 |
-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); |
| 249 |
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); |
| 250 |
} |
| 251 |
|
| 252 |
.ie8 .notice-dismiss:focus { |
| 253 |
outline: 1px solid #5b9dd9; |
| 254 |
} |
| 255 |
/* notice dismiss |
| 256 |
--------------------------------------------- */ |
| 257 |
|