| 1 |
img { |
| 2 |
max-width: 100%; |
| 3 |
height: auto; |
| 4 |
} |
| 5 |
.clear { |
| 6 |
clear: both; |
| 7 |
} |
| 8 |
.f-left { |
| 9 |
float: left; |
| 10 |
} |
| 11 |
.fl-right { |
| 12 |
float: right; |
| 13 |
} |
| 14 |
.tabs { |
| 15 |
display: none; |
| 16 |
background: #fff; |
| 17 |
padding: 20px 20px 0; |
| 18 |
} |
| 19 |
.tabs.visible { |
| 20 |
display: block; |
| 21 |
} |
| 22 |
.nav-tab-wrapper a { |
| 23 |
background: none; |
| 24 |
border: none; |
| 25 |
} |
| 26 |
.nav-tab-wrapper a:hover { |
| 27 |
border: none; |
| 28 |
} |
| 29 |
.nav-tab-wrapper a.nav-tab-active { |
| 30 |
background: #fff; |
| 31 |
} |
| 32 |
.form-table { |
| 33 |
margin-top: 0; |
| 34 |
padding-top: 0.5em; |
| 35 |
margin-bottom: 20px; |
| 36 |
} |
| 37 |
h2.nav-tab-wrapper { |
| 38 |
border: none; |
| 39 |
padding-left: 0; |
| 40 |
} |
| 41 |
h2.ead-title { |
| 42 |
background: url(../images/icon-ead.png) no-repeat 0 14px; |
| 43 |
padding-left: 46px; |
| 44 |
padding-bottom: 25px; |
| 45 |
} |
| 46 |
.ead-left-wrap { |
| 47 |
float: left; |
| 48 |
width: 100%; |
| 49 |
-moz-box-sizing: border-box; |
| 50 |
-webkit-box-sizing: border-box; |
| 51 |
box-sizing: border-box; |
| 52 |
padding-right: 340px; |
| 53 |
margin-right: -340px; |
| 54 |
} |
| 55 |
.ead-left-wrap h3{ |
| 56 |
font-weight: 300; |
| 57 |
font-size: 20px; |
| 58 |
margin: 0 0 20px; |
| 59 |
} |
| 60 |
.ead-form-footer{ |
| 61 |
margin: 0 -20px; |
| 62 |
padding: 20px; |
| 63 |
background: #f5f5f5; |
| 64 |
border-top: 1px solid #ddd; |
| 65 |
-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1); |
| 66 |
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1); |
| 67 |
overflow: hidden; |
| 68 |
} |
| 69 |
.ead-form-footer p{ |
| 70 |
margin: 0; |
| 71 |
float: right; |
| 72 |
padding: 0; |
| 73 |
} |
| 74 |
.ead-form-footer .button{ |
| 75 |
height: 42px; |
| 76 |
} |
| 77 |
.ead-right-wrap { |
| 78 |
float: right; |
| 79 |
max-width: 300px; |
| 80 |
color: #372e2e; |
| 81 |
} |
| 82 |
.ead-banner{ |
| 83 |
text-align: center; |
| 84 |
padding-top: 20px; |
| 85 |
} |
| 86 |
.ead-right-inner { |
| 87 |
background: #fff; |
| 88 |
margin-bottom: 10px; |
| 89 |
} |
| 90 |
.ead-right-inner h3{ |
| 91 |
margin: 0; |
| 92 |
padding: 15px 20px; |
| 93 |
border-bottom: 1px solid #ddd; |
| 94 |
margin-bottom: 15px; |
| 95 |
font-size: 14px; |
| 96 |
color: #5b5b5b; |
| 97 |
font-weight: normal; |
| 98 |
} |
| 99 |
.ead-right-inner ol{ |
| 100 |
padding: 0 20px 15px; |
| 101 |
margin: 0 0 0 20px; |
| 102 |
} |
| 103 |
.ead-right-inner ol a{ |
| 104 |
text-decoration: none; |
| 105 |
} |
| 106 |
.author-info { |
| 107 |
padding: 10px 15px; |
| 108 |
text-align: center; |
| 109 |
} |
| 110 |
.awsm-social { |
| 111 |
text-align: center; |
| 112 |
list-style-type: none; |
| 113 |
padding: 15px; |
| 114 |
border-bottom: 1px solid #dadada; |
| 115 |
margin: 0; |
| 116 |
} |
| 117 |
.awsm-social li { |
| 118 |
display: inline-block; |
| 119 |
margin: 0 6px; |
| 120 |
} |
| 121 |
.awsm-icon { |
| 122 |
background: url(../images/ead-icon-sprite.jpg) no-repeat; |
| 123 |
display: block; |
| 124 |
width: 21px; |
| 125 |
height: 21px; |
| 126 |
text-indent: -999999px; |
| 127 |
opacity: 0.46; |
| 128 |
} |
| 129 |
.awsm-icon:hover { |
| 130 |
opacity: 1; |
| 131 |
} |
| 132 |
.awsm-icon-facebook {} .awsm-icon-twitter { |
| 133 |
background-position: -26px 0; |
| 134 |
} |
| 135 |
.awsm-icon-github { |
| 136 |
background-position: -52px 0; |
| 137 |
} |
| 138 |
.awsm-icon-behance { |
| 139 |
background-position: -78px 0; |
| 140 |
width: 28px; |
| 141 |
} |
| 142 |
.awsm-icon-dribbble { |
| 143 |
background-position: right 0; |
| 144 |
} |
| 145 |
.paypal { |
| 146 |
text-align: center; |
| 147 |
} |
| 148 |
.paypal input.small { |
| 149 |
vertical-align: top; |
| 150 |
margin-right: 20px; |
| 151 |
} |
| 152 |
.paypal .donate-btn { |
| 153 |
vertical-align: top; |
| 154 |
padding: 0; |
| 155 |
} |
| 156 |
input.small { |
| 157 |
max-width: 60px; |
| 158 |
} |
| 159 |
.ead-frame-width { |
| 160 |
margin-right: 15px; |
| 161 |
margin-bottom: 10px; |
| 162 |
} |
| 163 |
.ead-frame-height { |
| 164 |
margin-bottom: 10px; |
| 165 |
} |
| 166 |
.row-col{ |
| 167 |
margin: 0 -5px 10px; |
| 168 |
overflow: hidden; |
| 169 |
} |
| 170 |
.col-2{ |
| 171 |
float: left; |
| 172 |
padding: 0 5px; |
| 173 |
width: 50%; |
| 174 |
-moz-box-sizing: border-box; |
| 175 |
-webkit-box-sizing: border-box; |
| 176 |
box-sizing: border-box; |
| 177 |
} |
| 178 |
.col-2 a{ |
| 179 |
background: #fff; |
| 180 |
display: block; |
| 181 |
text-align: center; |
| 182 |
padding: 25px 10px; |
| 183 |
text-decoration: none; |
| 184 |
} |
| 185 |
|
| 186 |
.col-2 a img{ |
| 187 |
display: block; |
| 188 |
margin: 0 auto 10px; |
| 189 |
} |
| 190 |
span.note, .ead_supported { |
| 191 |
font-size: 12px; |
| 192 |
color: #999; |
| 193 |
} |
| 194 |
div.awsm-error, div.awsm-updated { |
| 195 |
margin: 5px 0 2px; |
| 196 |
border-width: 1px 1px 1px 4px; |
| 197 |
border-style: solid; |
| 198 |
-webkit-border-radius: 4px; |
| 199 |
border-radius: 4px; |
| 200 |
} |
| 201 |
div.awsm-updated { |
| 202 |
background-color: #fff; |
| 203 |
border-color: #eee #eee #eee #7ad03a; |
| 204 |
padding: 1px 12px; |
| 205 |
} |
| 206 |
div.awsm-error { |
| 207 |
background: none repeat scroll 0 0 #fff; |
| 208 |
border-color: #eee #eee #eee #dd3d36; |
| 209 |
padding: 1px 12px; |
| 210 |
} |
| 211 |
div.awsm-error p, div.awsm-updated p { |
| 212 |
margin: 0.5em 0; |
| 213 |
padding: 2px; |
| 214 |
} |
| 215 |
.ead_doller { |
| 216 |
display: inline-block; |
| 217 |
vertical-align: top; |
| 218 |
margin: 5px 5px 0 0; |
| 219 |
font-weight: bold; |
| 220 |
} |
| 221 |
#supportform label { |
| 222 |
display: block; |
| 223 |
margin-bottom: 5px; |
| 224 |
font-weight: bold; |
| 225 |
} |
| 226 |
.text-input { |
| 227 |
width: 100%; |
| 228 |
height: 40px; |
| 229 |
-moz-box-sizing: border-box; |
| 230 |
-webkit-box-sizing: border-box; |
| 231 |
box-sizing: border-box; |
| 232 |
} |
| 233 |
#supportform textarea { |
| 234 |
-moz-box-sizing: border-box; |
| 235 |
-webkit-box-sizing: border-box; |
| 236 |
box-sizing: border-box; |
| 237 |
width: 100%; |
| 238 |
} |
| 239 |
.ead_supported span { |
| 240 |
display: block; |
| 241 |
font-weight: bold; |
| 242 |
margin-top: 10px; |
| 243 |
} |
| 244 |
.supportedlist ul { |
| 245 |
margin-top: 5px; |
| 246 |
} |
| 247 |
.supportedlist li { |
| 248 |
padding-left: 17px; |
| 249 |
position: relative; |
| 250 |
} |
| 251 |
.supportedlist li span { |
| 252 |
position: absolute; |
| 253 |
left: 0; |
| 254 |
top: 3px; |
| 255 |
width: 11px; |
| 256 |
height: 11px; |
| 257 |
margin: 0; |
| 258 |
} |
| 259 |
.supportedlist li span.ead-check { |
| 260 |
background: url(../images/icon-yes.png) no-repeat; |
| 261 |
} |
| 262 |
.supportedlist li span.ead-close { |
| 263 |
background: url(../images/icon-no.png) no-repeat; |
| 264 |
} |
| 265 |
.col-left { |
| 266 |
float: left; |
| 267 |
width: 47%; |
| 268 |
margin-right: 6%; |
| 269 |
} |
| 270 |
.col-right { |
| 271 |
float: right; |
| 272 |
width: 47%; |
| 273 |
} |
| 274 |
@media (max-width: 800px) { |
| 275 |
.ead-left-wrap { |
| 276 |
float: none; |
| 277 |
width: 100%; |
| 278 |
margin-bottom: 30px; |
| 279 |
padding-right: 0; |
| 280 |
margin-right: 0; |
| 281 |
} |
| 282 |
.ead-right-wrap { |
| 283 |
float: none; |
| 284 |
width: 100%; |
| 285 |
} |
| 286 |
} |
| 287 |
@media (max-width: 980px) { |
| 288 |
.col-left, .col-right { |
| 289 |
float: none; |
| 290 |
width: 100%; |
| 291 |
margin-right: 0%; |
| 292 |
} |
| 293 |
} |
| 294 |
|