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