| 1 |
/* |
| 2 |
* Consolidate the font-family declarations: |
| 3 |
*/ |
| 4 |
|
| 5 |
#jp-header p, |
| 6 |
#jp-info a.jp-button, |
| 7 |
.jetpack-message h4, |
| 8 |
.jetpack-message h5, |
| 9 |
.jetpack-message p a.button-primary, |
| 10 |
.jetpack-activated h3, |
| 11 |
.jetpack-activated p, |
| 12 |
.jetpack-module div.module-image p, |
| 13 |
.jetpack-module h3, |
| 14 |
.jetpack-module .jetpack-module-actions a, |
| 15 |
#jp-settings-screen h3, |
| 16 |
.jp-survey h4, |
| 17 |
.jetpack-install-container p a.button-connector { |
| 18 |
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif; |
| 19 |
} |
| 20 |
|
| 21 |
#jp-info p, |
| 22 |
.more-info p, |
| 23 |
.more-info ul, |
| 24 |
.jetpack-module-description p { |
| 25 |
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 26 |
} |
| 27 |
|
| 28 |
/* |
| 29 |
* Jetpack: |
| 30 |
*/ |
| 31 |
|
| 32 |
/* Force the menu not to be sticky, so we can color the arrow. */ |
| 33 |
.toplevel_page_jetpack.sticky-menu #adminmenuwrap, |
| 34 |
.jetpack-pagestyles.sticky-menu #adminmenuwrap { |
| 35 |
position: relative; |
| 36 |
z-index: auto; |
| 37 |
top: 0; |
| 38 |
} |
| 39 |
|
| 40 |
.toplevel_page_jetpack ul#adminmenu a.wp-has-current-submenu:after, |
| 41 |
.toplevel_page_jetpack ul#adminmenu > li.current > a.current:after, |
| 42 |
.jetpack-pagestyles ul#adminmenu a.wp-has-current-submenu:after, |
| 43 |
.jetpack-pagestyles ul#adminmenu > li.current > a.current:after { |
| 44 |
border-right-color:#8fad4b; |
| 45 |
} |
| 46 |
|
| 47 |
.toplevel_page_jetpack.jetpack-disconnected #wpwrap, |
| 48 |
.jetpack-pagestyles.jetpack-disconnected #wpwrap { |
| 49 |
background: url(images/header-clouds.png) -143px -60px repeat-x; |
| 50 |
} |
| 51 |
|
| 52 |
.pre-mp6.toplevel_page_jetpack.jetpack-disconnected #wpwrap, |
| 53 |
.pre-mp6.jetpack-pagestyles.jetpack-disconnected #wpwrap { |
| 54 |
background-position: -150px -60px; |
| 55 |
} |
| 56 |
|
| 57 |
.toplevel_page_jetpack.jetpack-disconnected.folded #wpwrap, |
| 58 |
.jetpack-pagestyles.jetpack-disconnected.folded #wpwrap { |
| 59 |
background-position: -257px -60px; |
| 60 |
} |
| 61 |
|
| 62 |
.pre-mp6.toplevel_page_jetpack.jetpack-disconnected.folded #wpwrap, |
| 63 |
.pre-mp6.jetpack-pagestyles.jetpack-disconnected.folded #wpwrap { |
| 64 |
background-position: -263px -60px; |
| 65 |
} |
| 66 |
|
| 67 |
.toplevel_page_jetpack.jetpack-connected #wpwrap, |
| 68 |
.jetpack-pagestyles.jetpack-connected #wpwrap { |
| 69 |
background: url(images/header-clouds-small.png) 52px 0 repeat-x; |
| 70 |
} |
| 71 |
|
| 72 |
.pre-mp6.toplevel_page_jetpack.jetpack-connected #wpwrap, |
| 73 |
.pre-mp6.jetpack-pagestyles.jetpack-connected #wpwrap { |
| 74 |
background-position: 45px 0; |
| 75 |
} |
| 76 |
|
| 77 |
.toplevel_page_jetpack.jetpack-connected.folded #wpwrap, |
| 78 |
.jetpack-pagestyles.jetpack-connected.folded #wpwrap { |
| 79 |
background-position: -62px 0; |
| 80 |
} |
| 81 |
|
| 82 |
.pre-mp6.toplevel_page_jetpack.jetpack-connected.folded #wpwrap, |
| 83 |
.pre-mp6.jetpack-pagestyles.jetpack-connected.folded #wpwrap { |
| 84 |
background-position: -68px 0; |
| 85 |
} |
| 86 |
|
| 87 |
@media only screen and (max-width: 900px) { |
| 88 |
|
| 89 |
.toplevel_page_jetpack.jetpack-disconnected.auto-fold #wpwrap, |
| 90 |
.jetpack-pagestyles.jetpack-disconnected.auto-fold #wpwrap { |
| 91 |
background-position: -257px -60px; |
| 92 |
} |
| 93 |
|
| 94 |
.pre-mp6.toplevel_page_jetpack.jetpack-disconnected.auto-fold #wpwrap, |
| 95 |
.pre-mp6.jetpack-pagestyles.jetpack-disconnected.auto-fold #wpwrap { |
| 96 |
background-position: -263px -60px; |
| 97 |
} |
| 98 |
|
| 99 |
.toplevel_page_jetpack.jetpack-connected.auto-fold #wpwrap, |
| 100 |
.jetpack-pagestyles.jetpack-connected.auto-fold #wpwrap { |
| 101 |
background-position: -68px 0; |
| 102 |
} |
| 103 |
|
| 104 |
.pre-mp6.toplevel_page_jetpack.jetpack-connected.auto-fold #wpwrap, |
| 105 |
.pre-mp6.jetpack-pagestyles.jetpack-connected.auto-fold #wpwrap { |
| 106 |
background-position: -62px 0; |
| 107 |
} |
| 108 |
|
| 109 |
} |
| 110 |
|
| 111 |
.toplevel_page_jetpack.screen-meta-wrap { |
| 112 |
position: absolute; |
| 113 |
top: 0; |
| 114 |
width: 100%; |
| 115 |
z-index: 2; |
| 116 |
} |
| 117 |
|
| 118 |
#jp-header { |
| 119 |
min-width: 741px; |
| 120 |
z-index: 0; |
| 121 |
margin: 30px 0 -30px 0; |
| 122 |
} |
| 123 |
|
| 124 |
#jp-header.small { |
| 125 |
margin: 20px 0 50px; |
| 126 |
} |
| 127 |
|
| 128 |
#jp-header #jp-clouds { |
| 129 |
position: relative; |
| 130 |
padding-top: 110px; |
| 131 |
} |
| 132 |
|
| 133 |
#jp-header.small #jp-clouds { |
| 134 |
padding: 50px 0 0 0; |
| 135 |
height: 70px; |
| 136 |
} |
| 137 |
|
| 138 |
#jp-header #jp-clouds #jp-disconnectors { |
| 139 |
font-size: 12px; |
| 140 |
color: #fff; |
| 141 |
float: right; |
| 142 |
margin-top: -35px; |
| 143 |
text-align: left; |
| 144 |
position: relative; |
| 145 |
left: -45px; |
| 146 |
} |
| 147 |
|
| 148 |
#jp-header #jp-clouds .jp-disconnect a { |
| 149 |
background: #8caa46 url(images/status-light.png) 3px 85% no-repeat; |
| 150 |
display: inline-block; |
| 151 |
position: relative; |
| 152 |
width: 100%; |
| 153 |
height: 1.7em; |
| 154 |
overflow: hidden; |
| 155 |
padding: 4px 0 3px 30px; |
| 156 |
margin: 0 -20px 3px 0; |
| 157 |
color: #fff; |
| 158 |
text-decoration: none; |
| 159 |
border: 1px solid #7a943d; |
| 160 |
border-radius: 5px; |
| 161 |
box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.4); |
| 162 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); |
| 163 |
} |
| 164 |
|
| 165 |
#jp-header #jp-clouds .jp-disconnect a:hover { |
| 166 |
background: #8caa46 url(images/status-light.png) 3px -2% no-repeat; |
| 167 |
background-color: #839f40; |
| 168 |
border-color: #6a8037; |
| 169 |
} |
| 170 |
|
| 171 |
#jp-header #jp-clouds .jp-disconnect div { |
| 172 |
position: relative; |
| 173 |
line-height: 1.7em; |
| 174 |
height: 1.7em; |
| 175 |
} |
| 176 |
|
| 177 |
#jp-header #jp-clouds .jp-disconnect a:hover div, |
| 178 |
#jp-header #jp-clouds .jp-disconnect a.clicked div { |
| 179 |
top: -1.7em; |
| 180 |
} |
| 181 |
|
| 182 |
/* Retina Header Clouds & Status Light */ |
| 183 |
@media only screen and (-moz-min-device-pixel-ratio: 1.5), |
| 184 |
only screen and (-o-min-device-pixel-ratio: 3/2), |
| 185 |
only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| 186 |
only screen and (min-device-pixel-ratio: 1.5) { |
| 187 |
|
| 188 |
.toplevel_page_jetpack.jetpack-disconnected #wpwrap, |
| 189 |
.jetpack-pagestyles.jetpack-disconnected #wpwrap { |
| 190 |
background-image: url(images/header-clouds-2x.png); |
| 191 |
background-size: 1600px 400px; |
| 192 |
} |
| 193 |
|
| 194 |
.toplevel_page_jetpack.jetpack-connected #wpwrap, |
| 195 |
.jetpack-pagestyles.jetpack-connected #wpwrap { |
| 196 |
background-image: url(images/header-clouds-small-2x.png); |
| 197 |
background-size: 980px 140px; |
| 198 |
} |
| 199 |
|
| 200 |
#jp-header #jp-clouds .jp-disconnect a { |
| 201 |
background-image: url(images/status-light-2x.png); |
| 202 |
background-size: 25px 57px; |
| 203 |
} |
| 204 |
|
| 205 |
#jp-header #jp-clouds .jp-disconnect a:hover { |
| 206 |
background-image: url(images/status-light-2x.png); |
| 207 |
background-size: 25px 57px; |
| 208 |
} |
| 209 |
|
| 210 |
} |
| 211 |
|
| 212 |
#jp-header h3 { |
| 213 |
position: relative; |
| 214 |
background: transparent url(images/logo.png) top left no-repeat; |
| 215 |
width: 252px; |
| 216 |
height: 200px; |
| 217 |
overflow: hidden; |
| 218 |
text-indent: -999em; |
| 219 |
top: -95px; |
| 220 |
left: 25px; |
| 221 |
margin: 0; |
| 222 |
padding: 0; |
| 223 |
} |
| 224 |
|
| 225 |
#jp-header.small h3 { |
| 226 |
background: transparent url(images/logo-small.png) top left no-repeat; |
| 227 |
width: 149px; |
| 228 |
height: 120px; |
| 229 |
top: -35px; |
| 230 |
} |
| 231 |
|
| 232 |
/* Retina Logo */ |
| 233 |
@media only screen and (-moz-min-device-pixel-ratio: 1.5), |
| 234 |
only screen and (-o-min-device-pixel-ratio: 3/2), |
| 235 |
only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| 236 |
only screen and (min-device-pixel-ratio: 1.5) { |
| 237 |
|
| 238 |
#jp-header h3 { |
| 239 |
background-image: url(images/logo-2x.png); |
| 240 |
background-size: 250px 200px; |
| 241 |
} |
| 242 |
|
| 243 |
#jp-header.small h3 { |
| 244 |
background-image: url(images/logo-small-2x.png); |
| 245 |
background-size: 150px 120px; |
| 246 |
} |
| 247 |
|
| 248 |
} |
| 249 |
|
| 250 |
#jp-header p { |
| 251 |
position: absolute; |
| 252 |
left: 390px; |
| 253 |
text-align: left; |
| 254 |
top: 30px; |
| 255 |
width: 48%; |
| 256 |
color: #fff; |
| 257 |
font-size: 25px; |
| 258 |
line-height: 130%; |
| 259 |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); |
| 260 |
-webkit-font-smoothing: antialiased; |
| 261 |
} |
| 262 |
|
| 263 |
#jp-info { |
| 264 |
position: relative; |
| 265 |
overflow: visible; |
| 266 |
z-index: 50; |
| 267 |
margin: 0 12px 0 28px; |
| 268 |
min-width: 780px; |
| 269 |
} |
| 270 |
|
| 271 |
#jp-info p { |
| 272 |
font-size: 17px; |
| 273 |
line-height: 150%; |
| 274 |
text-shadow: 0 1px 0 #fff; |
| 275 |
color: #666; |
| 276 |
margin: 0 0 40px; |
| 277 |
float: left; |
| 278 |
width: 58%; |
| 279 |
} |
| 280 |
|
| 281 |
#jp-info p.small { |
| 282 |
font-size: 14px; |
| 283 |
} |
| 284 |
|
| 285 |
#jp-info a.jp-button { |
| 286 |
float: right; |
| 287 |
margin: 8px 0 0 20px; |
| 288 |
display: inline-block; |
| 289 |
background: #69acce; |
| 290 |
box-shadow: inset 0 0 2px #fff, |
| 291 |
0 1px 5px rgba(0, 0, 0, 0.3); |
| 292 |
padding: 12px 20px; |
| 293 |
border: 1px solid #2a8cba; |
| 294 |
border-radius: 5px; |
| 295 |
line-height: 100%; |
| 296 |
color: #fff; |
| 297 |
text-align: center; |
| 298 |
font-size: 20px; |
| 299 |
font-weight: bold; |
| 300 |
text-decoration: none; |
| 301 |
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); |
| 302 |
-webkit-transition-duration: 0.3s; |
| 303 |
transition-duration: 0.3s; |
| 304 |
cursor: pointer; |
| 305 |
} |
| 306 |
|
| 307 |
#jp-info a.jp-button:hover, |
| 308 |
#jp-info a.jp-button:active { |
| 309 |
background-color: #f0a000; |
| 310 |
border-color: #c87800; |
| 311 |
outline: none; |
| 312 |
box-shadow: inset 0 0 2px #fff, |
| 313 |
0 1px 7px rgba(240, 160, 0, 0.5); |
| 314 |
} |
| 315 |
|
| 316 |
.jetpack-message { |
| 317 |
position: relative; |
| 318 |
z-index: 100; |
| 319 |
border: 1px solid #2a8cba !important; |
| 320 |
border-radius: 3px; |
| 321 |
background: url(images/alertbox-clouds.png) 100% 100% no-repeat; |
| 322 |
background-color: #6aafcf !important; |
| 323 |
box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.04); |
| 324 |
padding: 18px 90px 8px 15px !important; |
| 325 |
overflow: hidden; |
| 326 |
line-height: 180%; |
| 327 |
} |
| 328 |
|
| 329 |
/* Retina alertbox clouds */ |
| 330 |
@media only screen and (-moz-min-device-pixel-ratio: 1.5), |
| 331 |
only screen and (-o-min-device-pixel-ratio: 3/2), |
| 332 |
only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| 333 |
only screen and (min-device-pixel-ratio: 1.5) { |
| 334 |
|
| 335 |
.jetpack-message { |
| 336 |
background-image: url(images/alertbox-clouds-2x.png); |
| 337 |
background-size: 95px 55px; |
| 338 |
} |
| 339 |
|
| 340 |
} |
| 341 |
|
| 342 |
.jp-connect { |
| 343 |
padding: 10px 0 5px !important; |
| 344 |
} |
| 345 |
|
| 346 |
#jetpack-settings > .jetpack-message { |
| 347 |
margin: 10px 13px 10px 15px; |
| 348 |
} |
| 349 |
|
| 350 |
.jetpack-message .squeezer { |
| 351 |
max-width: 940px; |
| 352 |
margin: 0 0 2px; |
| 353 |
padding: 0 10px; |
| 354 |
text-align: left; |
| 355 |
overflow: hidden; |
| 356 |
} |
| 357 |
|
| 358 |
.jetpack-message h4 { |
| 359 |
margin: 0 10px 10px 0; |
| 360 |
font-size: 18px; |
| 361 |
font-weight: normal; |
| 362 |
color: #fff; |
| 363 |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); |
| 364 |
border-radius: 5px; |
| 365 |
display: inline-block; |
| 366 |
} |
| 367 |
|
| 368 |
.jetpack-message h5 { |
| 369 |
margin: 0; |
| 370 |
} |
| 371 |
|
| 372 |
.jetpack-message .squeezer a, |
| 373 |
.jetpack-message .squeezer a:visited { |
| 374 |
color: #fff; |
| 375 |
text-decoration: underline; |
| 376 |
} |
| 377 |
|
| 378 |
.jetpack-message .squeezer a:hover { |
| 379 |
color: #f0a000; |
| 380 |
} |
| 381 |
|
| 382 |
.jetpack-message code, .jetpack-err p { |
| 383 |
background: rgba(0, 0, 0, 0.2); |
| 384 |
font-size: 14px; |
| 385 |
padding: 3px 5px !important; |
| 386 |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); |
| 387 |
color: #fff; |
| 388 |
} |
| 389 |
|
| 390 |
.jetpack-message p { |
| 391 |
margin: -1px 0 0 0 !important; |
| 392 |
padding: 0; |
| 393 |
display: inline-block; |
| 394 |
} |
| 395 |
|
| 396 |
.jetpack-err p { |
| 397 |
overflow: hidden; |
| 398 |
margin-bottom: 10px !important; |
| 399 |
} |
| 400 |
|
| 401 |
.jetpack-message p a.button-primary { |
| 402 |
font-size: 16px !important; |
| 403 |
display: inline-block; |
| 404 |
padding: 8px 15px; |
| 405 |
color: #fff; |
| 406 |
text-align: center; |
| 407 |
font-size: 20px; |
| 408 |
text-decoration: none; |
| 409 |
border-radius: 5px; |
| 410 |
border: 1px solid #8caa46; |
| 411 |
background: #b4d278; |
| 412 |
box-shadow: inset 0 0 2px #fff, |
| 413 |
0 1px 1px rgba(0, 0, 0, 0.1); |
| 414 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); |
| 415 |
-webkit-transition-duration: 0.3s; |
| 416 |
transition-duration: 0.3s; |
| 417 |
cursor: pointer; |
| 418 |
} |
| 419 |
|
| 420 |
.jetpack-message p a.button-primary:hover, |
| 421 |
.jetpack-message p a.button-primary:active { |
| 422 |
background-color: #f0a000; |
| 423 |
border-color: #c87800; |
| 424 |
outline: none; |
| 425 |
} |
| 426 |
|
| 427 |
.inline-message p strong { |
| 428 |
display: block; |
| 429 |
} |
| 430 |
|
| 431 |
.more-info { |
| 432 |
position: relative; |
| 433 |
top: -5px; |
| 434 |
margin: 0 15px 5px 15px; |
| 435 |
height: 230px; /* Have to set height otherwise slideDown() doesn't work. */ |
| 436 |
padding-right: 15px !important; |
| 437 |
padding-bottom: 15px; |
| 438 |
clear: both; |
| 439 |
overflow: visible !important; |
| 440 |
color: #666 !important; |
| 441 |
background: transparent url(images/module-clouds.png) bottom left repeat-x; |
| 442 |
background-color: #f0f0f0 !important; |
| 443 |
border-color: #dcdcdc !important; |
| 444 |
text-shadow: 0 1px 0 #fff; |
| 445 |
box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05), |
| 446 |
0 1px 2px rgba(0, 0, 0, 0.1); |
| 447 |
} |
| 448 |
|
| 449 |
/* Retina moreinfo bg clouds */ |
| 450 |
@media only screen and (-moz-min-device-pixel-ratio: 1.5), |
| 451 |
only screen and (-o-min-device-pixel-ratio: 3/2), |
| 452 |
only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| 453 |
only screen and (min-device-pixel-ratio: 1.5) { |
| 454 |
|
| 455 |
.more-info { |
| 456 |
background-image: url(images/module-clouds-2x.png); |
| 457 |
background-size: 980px 140px; |
| 458 |
} |
| 459 |
|
| 460 |
} |
| 461 |
|
| 462 |
.more-info h4 { |
| 463 |
padding: 0; |
| 464 |
background: none; |
| 465 |
font-weight: normal; |
| 466 |
color: #000; |
| 467 |
font-size: 19px; |
| 468 |
text-shadow: 0 1px 0 #fff; |
| 469 |
} |
| 470 |
|
| 471 |
.more-info h5 { |
| 472 |
margin-left: 0; |
| 473 |
font-size: 12px !important; |
| 474 |
} |
| 475 |
|
| 476 |
.more-info .arrow { |
| 477 |
position: absolute; |
| 478 |
width: 29px; |
| 479 |
height: 18px; |
| 480 |
top: -16px; |
| 481 |
left: 0; |
| 482 |
background: url(images/arrow.png) top left no-repeat; |
| 483 |
} |
| 484 |
|
| 485 |
.more-info .arrow:after { |
| 486 |
display: none; |
| 487 |
} |
| 488 |
|
| 489 |
/* Retina module more info arrow */ |
| 490 |
@media only screen and (-moz-min-device-pixel-ratio: 1.5), |
| 491 |
only screen and (-o-min-device-pixel-ratio: 3/2), |
| 492 |
only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| 493 |
only screen and (min-device-pixel-ratio: 1.5) { |
| 494 |
|
| 495 |
.more-info .arrow { |
| 496 |
background-image: url(images/arrow-2x.png); |
| 497 |
background-size: 29px 16px; |
| 498 |
} |
| 499 |
|
| 500 |
} |
| 501 |
|
| 502 |
.more-info p { |
| 503 |
margin: 0 0 10px 0 !important; |
| 504 |
font-size: 14px; |
| 505 |
line-height: 150%; |
| 506 |
display: block; |
| 507 |
} |
| 508 |
|
| 509 |
.more-info ul { |
| 510 |
font-size: 14px; |
| 511 |
line-height: 150%; |
| 512 |
} |
| 513 |
|
| 514 |
.more-info li { |
| 515 |
list-style-type: disc; |
| 516 |
list-style-position: inside; |
| 517 |
} |
| 518 |
|
| 519 |
.more-info code { |
| 520 |
background: rgba(0, 0, 0, 0.05); |
| 521 |
font-size: 12px; |
| 522 |
padding: 1px; |
| 523 |
text-shadow: none; |
| 524 |
color: #555; |
| 525 |
} |
| 526 |
|
| 527 |
.more-info .jp-close { |
| 528 |
position: absolute; |
| 529 |
top: 18px; |
| 530 |
right: 0; |
| 531 |
background: #888; |
| 532 |
background: rgba(0, 0, 0, 0.4); |
| 533 |
color: #fff; |
| 534 |
font-size: 14px !important; |
| 535 |
height: 22px; |
| 536 |
line-height: 20px; |
| 537 |
padding: 0 6px 0 6px; |
| 538 |
font-weight: bold !important; |
| 539 |
border-radius: 3px; |
| 540 |
border-top-right-radius: 0; |
| 541 |
border-bottom-right-radius: 0; |
| 542 |
cursor: pointer; |
| 543 |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); |
| 544 |
} |
| 545 |
|
| 546 |
.more-info .jp-close:hover { |
| 547 |
background: #69acce; |
| 548 |
} |
| 549 |
|
| 550 |
.more-info div.jp-info-img { |
| 551 |
float: right; |
| 552 |
width: 320px; |
| 553 |
margin: 0 30px 0 20px; |
| 554 |
} |
| 555 |
|
| 556 |
.more-info img.jp-info-img { |
| 557 |
padding: 3px; |
| 558 |
background: rgba(255, 255, 255, 0.65); |
| 559 |
border: 5px solid #ddd; |
| 560 |
} |
| 561 |
|
| 562 |
.jetpack-activated { |
| 563 |
background: #fffff5 url(images/jp-enabled-bg.jpg) top left repeat-x !important; |
| 564 |
height: 154px; |
| 565 |
padding: 60px 0 0 200px !important; |
| 566 |
position: relative; |
| 567 |
min-width: 650px; |
| 568 |
top: 15px; |
| 569 |
z-index: 5; |
| 570 |
position: relative; |
| 571 |
} |
| 572 |
|
| 573 |
.jetpack-activated h3 { |
| 574 |
position: relative; |
| 575 |
z-index: 5; |
| 576 |
color: #444; |
| 577 |
font-size: 42px; |
| 578 |
font-weight: bold; |
| 579 |
margin: 0; |
| 580 |
padding: 0; |
| 581 |
background: none; |
| 582 |
display: block; |
| 583 |
text-transform: uppercase; |
| 584 |
} |
| 585 |
|
| 586 |
.jetpack-activated p { |
| 587 |
position: relative; |
| 588 |
z-index: 3; |
| 589 |
top: 3px; |
| 590 |
left: 10px; |
| 591 |
font-size: 16px; |
| 592 |
font-weight: normal; |
| 593 |
color: #666; |
| 594 |
background: rgba(255, 255, 255, 0.75); |
| 595 |
padding: 7px 10px 6px; |
| 596 |
border-radius: 5px; |
| 597 |
display: inline-block; |
| 598 |
} |
| 599 |
|
| 600 |
.jetpack-activated .jetpack { |
| 601 |
position: absolute; |
| 602 |
top: 0; |
| 603 |
left: 0; |
| 604 |
width: 238px; |
| 605 |
height: 214px; |
| 606 |
background: url(images/jp-enabled-jetpack.jpg) top left no-repeat; |
| 607 |
z-index: 2; |
| 608 |
} |
| 609 |
|
| 610 |
.jetpack-activated .clouds { |
| 611 |
position: absolute; |
| 612 |
right: 0; |
| 613 |
bottom: 0; |
| 614 |
width: 566px; |
| 615 |
height: 214px; |
| 616 |
background: url(images/jp-enabled-clouds.png) bottom left no-repeat; |
| 617 |
z-index: 0; |
| 618 |
border-bottom-right-radius: 5px; |
| 619 |
box-shadow: inset -7px -7px 10px rgba(0, 0, 0, 0.05); |
| 620 |
} |
| 621 |
|
| 622 |
p.jp-help { |
| 623 |
padding: 10px 0 15px; |
| 624 |
} |
| 625 |
|
| 626 |
.module-container { |
| 627 |
overflow: hidden; |
| 628 |
min-width: 740px; |
| 629 |
margin: 25px 0; |
| 630 |
width: 100%; |
| 631 |
} |
| 632 |
|
| 633 |
.jetpack-module { |
| 634 |
position: relative; |
| 635 |
float: left; |
| 636 |
width: 210px; |
| 637 |
min-height: 160px; |
| 638 |
max-height: 220px; |
| 639 |
margin: 0 0 15px 15px; |
| 640 |
border: 1px solid #dedede; |
| 641 |
border-radius: 3px; |
| 642 |
background: #fff; |
| 643 |
padding: 15px 0 35px 15px; |
| 644 |
box-shadow: inset 0 1px 0 #fff, |
| 645 |
inset 0 0 20px rgba(0, 0, 0, 0.05), |
| 646 |
0 1px 2px rgba(0, 0, 0, 0.1); |
| 647 |
-webkit-transition-duration: 0.4s; |
| 648 |
transition-duration: 0.4s; |
| 649 |
} |
| 650 |
|
| 651 |
/* |
| 652 |
.jetpack-module:hover { |
| 653 |
border-color: #bbb; |
| 654 |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); |
| 655 |
-webkit-transition-duration: 0.4s; |
| 656 |
transition-duration: 0.4s; |
| 657 |
} |
| 658 |
*/ |
| 659 |
|
| 660 |
.jetpack-module div.module-image { |
| 661 |
float: right; |
| 662 |
margin: 0 0 5px 10px; |
| 663 |
padding: 60px 0 0; |
| 664 |
background: #cbe0a1; |
| 665 |
width: 80px; |
| 666 |
border-top-left-radius: 3px; |
| 667 |
border-bottom-left-radius: 3px; |
| 668 |
background-repeat: no-repeat; |
| 669 |
background-image: url(images/module-icons-sprite.png?v2.6); |
| 670 |
background-size: 3155px 50px; /* remember to update this every time a new module is added! */ |
| 671 |
} |
| 672 |
|
| 673 |
@media only screen and (-moz-min-device-pixel-ratio: 1.5), |
| 674 |
only screen and (-o-min-device-pixel-ratio: 3/2), |
| 675 |
only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| 676 |
only screen and (min-device-pixel-ratio: 1.5) { |
| 677 |
|
| 678 |
.jetpack-module div.module-image { |
| 679 |
background-image: url(images/module-icons-sprite-2x.png?v2.6); |
| 680 |
} |
| 681 |
|
| 682 |
} |
| 683 |
|
| 684 |
#stats.jetpack-module div.module-image { |
| 685 |
background-position: -510px 5px; |
| 686 |
} |
| 687 |
|
| 688 |
#comments.jetpack-module div.module-image { |
| 689 |
background-position: -1210px 5px; |
| 690 |
} |
| 691 |
|
| 692 |
#subscriptions.jetpack-module div.module-image { |
| 693 |
background-position: -1009px 5px; |
| 694 |
} |
| 695 |
|
| 696 |
#sharedaddy.jetpack-module div.module-image { |
| 697 |
background-position: -710px 5px; |
| 698 |
} |
| 699 |
|
| 700 |
#after-the-deadline.jetpack-module div.module-image { |
| 701 |
background-position: -308px 5px; |
| 702 |
} |
| 703 |
|
| 704 |
#vaultpress.jetpack-module div.module-image { |
| 705 |
background-position: -910px 5px; |
| 706 |
} |
| 707 |
|
| 708 |
#gravatar-hovercards.jetpack-module div.module-image { |
| 709 |
background-position: -410px 5px; |
| 710 |
} |
| 711 |
|
| 712 |
#contact-form.jetpack-module div.module-image { |
| 713 |
background-position: -1107px 5px; |
| 714 |
} |
| 715 |
|
| 716 |
#shortlinks.jetpack-module div.module-image { |
| 717 |
background-position: -108px 5px; |
| 718 |
} |
| 719 |
|
| 720 |
#shortcodes.jetpack-module div.module-image { |
| 721 |
background-position: -608px 5px; |
| 722 |
} |
| 723 |
|
| 724 |
#latex.jetpack-module div.module-image { |
| 725 |
background-position: -208px 5px; |
| 726 |
} |
| 727 |
|
| 728 |
#widgets.jetpack-module div.module-image { |
| 729 |
background-position: -5px 5px; |
| 730 |
} |
| 731 |
|
| 732 |
#enhanced-distribution.jetpack-module div.module-image { |
| 733 |
background-position: -808px 5px; |
| 734 |
} |
| 735 |
|
| 736 |
#carousel.jetpack-module div.module-image { |
| 737 |
background-position: -1325px 5px; |
| 738 |
} |
| 739 |
|
| 740 |
#custom-css.jetpack-module div.module-image { |
| 741 |
background-position: -1459px 5px; |
| 742 |
} |
| 743 |
|
| 744 |
#minileven.jetpack-module div.module-image { |
| 745 |
background-position: -1570px 5px; |
| 746 |
} |
| 747 |
|
| 748 |
#notes.jetpack-module div.module-image { |
| 749 |
background-position: -1806px 5px; |
| 750 |
} |
| 751 |
|
| 752 |
#json-api.jetpack-module div.module-image { |
| 753 |
background-position: -1689px 5px; |
| 754 |
} |
| 755 |
|
| 756 |
#mobile-push.jetpack-module div.module-image { |
| 757 |
background-position: -1925px 5px; |
| 758 |
} |
| 759 |
|
| 760 |
#publicize.jetpack-module div.module-image { |
| 761 |
background-position: -2136px 5px; |
| 762 |
} |
| 763 |
|
| 764 |
#post-by-email.jetpack-module div.module-image { |
| 765 |
background-position: -2025px 5px; |
| 766 |
} |
| 767 |
|
| 768 |
#infinite-scroll.jetpack-module div.module-image { |
| 769 |
background-position: -2230px 5px; |
| 770 |
} |
| 771 |
|
| 772 |
#photon.jetpack-module div.module-image { |
| 773 |
background-position: -2320px 5px; |
| 774 |
} |
| 775 |
|
| 776 |
#tiled-gallery.jetpack-module div.module-image { |
| 777 |
background-position: -2400px 5px; |
| 778 |
} |
| 779 |
|
| 780 |
#likes.jetpack-module div.module-image { |
| 781 |
background-position: -2471px 5px; |
| 782 |
} |
| 783 |
|
| 784 |
#monitor.jetpack-module div.module-image { |
| 785 |
background-position: -2545px 5px; |
| 786 |
} |
| 787 |
|
| 788 |
#omnisearch.jetpack-module div.module-image { |
| 789 |
background-position: -2625px 5px; |
| 790 |
} |
| 791 |
|
| 792 |
/* Deprecated */ |
| 793 |
#wpcc.jetpack-module div.module-image { |
| 794 |
background-position: -2710px 5px; |
| 795 |
} |
| 796 |
|
| 797 |
#widget-visibility.jetpack-module div.module-image { |
| 798 |
background-position: -2800px 5px; |
| 799 |
} |
| 800 |
|
| 801 |
#videopress.jetpack-module div.module-image { |
| 802 |
background-position: -2889px 5px; |
| 803 |
} |
| 804 |
|
| 805 |
#gplus-authorship.jetpack-module div.module-image { |
| 806 |
background-position: -2980px 5px; |
| 807 |
} |
| 808 |
|
| 809 |
|
| 810 |
#sso.jetpack-module div.module-image { |
| 811 |
background-position: -3070px 5px; |
| 812 |
} |
| 813 |
|
| 814 |
.jetpack-module div.module-image p { |
| 815 |
background-color: #b4d278; |
| 816 |
color: #fff; |
| 817 |
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); |
| 818 |
text-align: center; |
| 819 |
margin: 0; |
| 820 |
padding: 0; |
| 821 |
clear: both; |
| 822 |
font-weight: bold; |
| 823 |
-webkit-font-smoothing: antialiased; |
| 824 |
border-bottom-left-radius: 2px; |
| 825 |
} |
| 826 |
|
| 827 |
.jetpack-new-module div.module-image p { |
| 828 |
background-color: #f5bd4d; |
| 829 |
} |
| 830 |
|
| 831 |
.jetpack-updated-module div.module-image p { |
| 832 |
background-color: #6aafcf; |
| 833 |
} |
| 834 |
|
| 835 |
.jetpack-new-module:hover div.module-image p { |
| 836 |
background-color: #b4d278; |
| 837 |
} |
| 838 |
|
| 839 |
.jetpack-updated-module:hover div.module-image p { |
| 840 |
background-color: #b4d278; |
| 841 |
} |
| 842 |
|
| 843 |
.jetpack-new-module:hover div.module-image span.module-image-free, |
| 844 |
.jetpack-updated-module:hover div.module-image span.module-image-free { |
| 845 |
display: inline !important; |
| 846 |
} |
| 847 |
|
| 848 |
.jetpack-new-module:hover div.module-image span.module-image-badge, |
| 849 |
.jetpack-updated-module:hover div.module-image span.module-image-badge { |
| 850 |
display: none; |
| 851 |
} |
| 852 |
|
| 853 |
.jetpack-toggle { |
| 854 |
float: right; |
| 855 |
padding: 2px 4px 4px; |
| 856 |
} |
| 857 |
|
| 858 |
.jetpack-toggle a { |
| 859 |
text-decoration: none; |
| 860 |
font-weight: bold; |
| 861 |
font-size: 180%; |
| 862 |
color: #bbb; |
| 863 |
} |
| 864 |
|
| 865 |
.jetpack-active .jetpack-toggle-button:hover { |
| 866 |
color: #b90000; |
| 867 |
} |
| 868 |
|
| 869 |
.jetpack-module h3 { |
| 870 |
line-height: 1.1; |
| 871 |
margin: 0; |
| 872 |
padding: 0; |
| 873 |
font-size: 17px; |
| 874 |
font-weight: normal; |
| 875 |
font-style: normal; |
| 876 |
color: #000; |
| 877 |
} |
| 878 |
|
| 879 |
.jetpack-module-description p { |
| 880 |
line-height: 150%; |
| 881 |
font-size: 12px; |
| 882 |
margin-bottom: 20px; |
| 883 |
color: #666; |
| 884 |
} |
| 885 |
|
| 886 |
.jetpack-module .jetpack-module-actions { |
| 887 |
position: absolute; |
| 888 |
bottom: 20px; |
| 889 |
left: 15px; |
| 890 |
background: #fff; |
| 891 |
display: block; |
| 892 |
} |
| 893 |
|
| 894 |
.jetpack-module .jetpack-module-actions a { |
| 895 |
position: relative; |
| 896 |
font-weight: bold; |
| 897 |
color: #888; |
| 898 |
} |
| 899 |
|
| 900 |
.jetpack-inactive { |
| 901 |
border-color: #eee; |
| 902 |
cursor: pointer; |
| 903 |
} |
| 904 |
|
| 905 |
.jetpack-inactive *, |
| 906 |
jetpack-inactive:hover * { |
| 907 |
-webkit-transition-duration: 0.4s; |
| 908 |
transition-duration: 0.4s; |
| 909 |
} |
| 910 |
|
| 911 |
.jetpack-inactive h3, .jetpack-inactive p, .jetpack-inactive span { |
| 912 |
color: #ccc; |
| 913 |
} |
| 914 |
|
| 915 |
.jetpack-inactive .jetpack-configure-button { |
| 916 |
display: none; |
| 917 |
} |
| 918 |
|
| 919 |
.jetpack-inactive div.module-image { |
| 920 |
opacity: 0.6; |
| 921 |
} |
| 922 |
|
| 923 |
.jetpack-inactive .jetpack-module-description p a { |
| 924 |
color: #92b8d0; |
| 925 |
} |
| 926 |
|
| 927 |
.jetpack-inactive:hover .jetpack-module-description p a { |
| 928 |
color: #5590b7; |
| 929 |
} |
| 930 |
|
| 931 |
.jetpack-inactive:hover { |
| 932 |
border-color: #ddd; |
| 933 |
} |
| 934 |
|
| 935 |
.jetpack-inactive:hover h3, |
| 936 |
.jetpack-inactive:hover p, |
| 937 |
.jetpack-inactive:hover span { |
| 938 |
color: #aaa; |
| 939 |
} |
| 940 |
|
| 941 |
.jetpack-inactive:hover div.module-image { |
| 942 |
opacity: 0.75; |
| 943 |
} |
| 944 |
|
| 945 |
.placeholder { |
| 946 |
border-color: #eee !important; |
| 947 |
cursor: default !important; |
| 948 |
} |
| 949 |
|
| 950 |
.placeholder h3 { |
| 951 |
color: #dadada; |
| 952 |
margin-top: 55px; |
| 953 |
text-align: center; |
| 954 |
background: transparent url(images/icon-comingsoon.png) top center no-repeat; |
| 955 |
padding: 40px 0 0 0; |
| 956 |
margin-right: 15px; |
| 957 |
box-shadow: none; |
| 958 |
} |
| 959 |
|
| 960 |
@media only screen and (-moz-min-device-pixel-ratio: 1.5), |
| 961 |
only screen and (-o-min-device-pixel-ratio: 3/2), |
| 962 |
only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| 963 |
only screen and (min-device-pixel-ratio: 1.5) { |
| 964 |
|
| 965 |
.placeholder h3 { |
| 966 |
background-image: url(images/icon-comingsoon-2x.png); |
| 967 |
background-size: 32px 32px; |
| 968 |
} |
| 969 |
|
| 970 |
} |
| 971 |
|
| 972 |
#jp-settings-screen { |
| 973 |
margin: 0 25px; |
| 974 |
} |
| 975 |
|
| 976 |
#jp-settings-screen h3 { |
| 977 |
font-size: 18px; |
| 978 |
color: #555; |
| 979 |
padding-bottom: 20px; |
| 980 |
border-bottom: 1px solid #eee; |
| 981 |
} |
| 982 |
|
| 983 |
p#news-sub { |
| 984 |
text-align: center; |
| 985 |
} |
| 986 |
|
| 987 |
#jp-footer { |
| 988 |
background: url(images/footer-clouds.png) top center no-repeat; |
| 989 |
margin: 30px 0; |
| 990 |
padding-top: 60px; |
| 991 |
text-align: center; |
| 992 |
} |
| 993 |
|
| 994 |
@media only screen and (-moz-min-device-pixel-ratio: 1.5), |
| 995 |
only screen and (-o-min-device-pixel-ratio: 3/2), |
| 996 |
only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| 997 |
only screen and (min-device-pixel-ratio: 1.5) { |
| 998 |
|
| 999 |
#jp-footer { |
| 1000 |
background-image: url(images/footer-clouds-2x.png); |
| 1001 |
background-size: 700px 150px; |
| 1002 |
} |
| 1003 |
|
| 1004 |
} |
| 1005 |
|
| 1006 |
#jp-footer .automattic { |
| 1007 |
color: #999; |
| 1008 |
font-size: 10px; |
| 1009 |
line-height: 15px; |
| 1010 |
text-transform: uppercase; |
| 1011 |
letter-spacing: 3px; |
| 1012 |
padding-left: 3px; |
| 1013 |
} |
| 1014 |
|
| 1015 |
#jp-footer .automattic span { |
| 1016 |
text-indent: -999em; |
| 1017 |
overflow: hidden; |
| 1018 |
background: url(images/automattic.png) center top no-repeat; |
| 1019 |
display: inline-block; |
| 1020 |
width: 165px; |
| 1021 |
vertical-align: top; |
| 1022 |
margin: 0 5px 0 1px; |
| 1023 |
line-height: 14px; |
| 1024 |
height: 14px; |
| 1025 |
filter: alpha(opacity=40); |
| 1026 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; |
| 1027 |
opacity: 0.5; |
| 1028 |
} |
| 1029 |
|
| 1030 |
@media only screen and (-moz-min-device-pixel-ratio: 1.5), |
| 1031 |
only screen and (-o-min-device-pixel-ratio: 3/2), |
| 1032 |
only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| 1033 |
only screen and (min-device-pixel-ratio: 1.5) { |
| 1034 |
|
| 1035 |
#jp-footer .automattic span { |
| 1036 |
background-image: url(images/automattic-2x.png); |
| 1037 |
background-size: 165px 14px; |
| 1038 |
} |
| 1039 |
|
| 1040 |
} |
| 1041 |
|
| 1042 |
#jp-footer p.small { |
| 1043 |
font-size: 11px; |
| 1044 |
color: #ccc; |
| 1045 |
} |
| 1046 |
|
| 1047 |
#jp-footer .small a { |
| 1048 |
text-decoration: none; |
| 1049 |
} |
| 1050 |
|
| 1051 |
#jp-footer .small a:hover { |
| 1052 |
text-decoration: underline; |
| 1053 |
} |
| 1054 |
|
| 1055 |
#jetpack-configuration code { |
| 1056 |
font-size: 14px; |
| 1057 |
} |
| 1058 |
|
| 1059 |
.clear { |
| 1060 |
clear: both; |
| 1061 |
} |
| 1062 |
|
| 1063 |
.error, |
| 1064 |
.updated { |
| 1065 |
position: relative; |
| 1066 |
z-index: 100; |
| 1067 |
} |
| 1068 |
|
| 1069 |
.toplevel_page_jetpack .wrap { |
| 1070 |
max-width: 983px; |
| 1071 |
min-width: 741px; |
| 1072 |
margin-top: 15px; |
| 1073 |
} |
| 1074 |
|
| 1075 |
#jetpack-settings .button-primary { |
| 1076 |
color: #fff !important; |
| 1077 |
} |
| 1078 |
|
| 1079 |
.jp-survey { |
| 1080 |
position: relative; |
| 1081 |
z-index: 100; |
| 1082 |
border: 1px solid #ccc !important; |
| 1083 |
border-radius: 3px; |
| 1084 |
background-color: #efefef !important; |
| 1085 |
box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.04); |
| 1086 |
padding: 18px 90px 8px 15px !important; |
| 1087 |
overflow: hidden; |
| 1088 |
line-height: 180%; |
| 1089 |
} |
| 1090 |
|
| 1091 |
#jetpack-settings > .jp-survey { |
| 1092 |
margin: 10px 13px 40px 15px; |
| 1093 |
} |
| 1094 |
|
| 1095 |
.jp-survey h4 { |
| 1096 |
margin: 0; |
| 1097 |
font-size: 18px; |
| 1098 |
font-weight: normal; |
| 1099 |
color: #333; |
| 1100 |
text-shadow: 0 1px 0 #fff; |
| 1101 |
border-radius: 5px; |
| 1102 |
display: block; |
| 1103 |
float: left; |
| 1104 |
} |
| 1105 |
|
| 1106 |
.jp-survey p { |
| 1107 |
float: right; |
| 1108 |
margin: -1px 0 0 0 !important; |
| 1109 |
padding: 0; |
| 1110 |
display: block; |
| 1111 |
} |
| 1112 |
|
| 1113 |
.jp-survey-container { |
| 1114 |
overflow: hidden; |
| 1115 |
padding: 0 20px 8px 0; |
| 1116 |
} |
| 1117 |
|
| 1118 |
.jp-survey-text { |
| 1119 |
float: left; |
| 1120 |
width: 68.421053%; /* 390px / 570px */ |
| 1121 |
} |
| 1122 |
|
| 1123 |
.jp-survey-button-container { |
| 1124 |
position: absolute; |
| 1125 |
top: 28px; |
| 1126 |
right: 15px; |
| 1127 |
} |
| 1128 |
|
| 1129 |
.jetpack-close-button-container { |
| 1130 |
position: absolute; |
| 1131 |
top: 0; |
| 1132 |
right: 0; |
| 1133 |
} |
| 1134 |
|
| 1135 |
.jetpack-close-button { |
| 1136 |
display: block; |
| 1137 |
width: 16px; |
| 1138 |
height: 16px; |
| 1139 |
text-indent: -9999px; |
| 1140 |
background: transparent url(images/alertbox-closeicon.png) center center no-repeat; |
| 1141 |
border: 0 none; |
| 1142 |
border-radius: 0 0 0 5px; |
| 1143 |
box-shadow: none; |
| 1144 |
-webkit-transition-duration: 0.3s; |
| 1145 |
transition-duration: 0.3s; |
| 1146 |
cursor: pointer; |
| 1147 |
} |
| 1148 |
|
| 1149 |
@media only screen and (-moz-min-device-pixel-ratio: 1.5), |
| 1150 |
only screen and (-o-min-device-pixel-ratio: 3/2), |
| 1151 |
only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| 1152 |
only screen and (min-device-pixel-ratio: 1.5) { |
| 1153 |
|
| 1154 |
.jetpack-close-button { |
| 1155 |
background-image: url(images/alertbox-closeicon-2x.png); |
| 1156 |
background-size: 16px 16px; |
| 1157 |
} |
| 1158 |
|
| 1159 |
} |
| 1160 |
|
| 1161 |
.jetpack-close-button:hover { |
| 1162 |
background-color: #fff; |
| 1163 |
border: 0 none; |
| 1164 |
outline: none; |
| 1165 |
-webkit-transition-duration: 0.3s; |
| 1166 |
transition-duration: 0.3s; |
| 1167 |
} |
| 1168 |
|
| 1169 |
.jetpack-close-button:active { |
| 1170 |
background-color: #efefef; |
| 1171 |
border: 0 none; |
| 1172 |
-webkit-transition-duration: 0.3s; |
| 1173 |
transition-duration: 0.3s; |
| 1174 |
} |
| 1175 |
|
| 1176 |
.jetpack-wrap-container { |
| 1177 |
overflow: hidden; |
| 1178 |
padding: 0 20px 8px 15px; |
| 1179 |
} |
| 1180 |
|
| 1181 |
.jetpack-text-container { |
| 1182 |
float: left; |
| 1183 |
width: 68.421053%; /* 390px / 570px */ |
| 1184 |
} |
| 1185 |
|
| 1186 |
.jetpack-install-container p a.button-connector { |
| 1187 |
position: absolute; |
| 1188 |
bottom: 5px; |
| 1189 |
right: 15px; |
| 1190 |
float: right; |
| 1191 |
display: inline-block; |
| 1192 |
background: #b4d278; |
| 1193 |
box-shadow: inset 0 0 2px #fff, |
| 1194 |
0 1px 5px rgba(0, 0, 0, 0.3); |
| 1195 |
padding: 8px 15px; |
| 1196 |
border: 1px solid #2a8cba; |
| 1197 |
border-radius: 5px; |
| 1198 |
line-height: 1.3; |
| 1199 |
color: #fff; |
| 1200 |
text-align: center; |
| 1201 |
font-size: 16px; |
| 1202 |
font-weight: bold; |
| 1203 |
text-decoration: none; |
| 1204 |
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); |
| 1205 |
-webkit-transition-duration: 0.3s; |
| 1206 |
transition-duration: 0.3s; |
| 1207 |
cursor: pointer; |
| 1208 |
} |
| 1209 |
|
| 1210 |
.jetpack-install-container p a.button-connector:hover, |
| 1211 |
.jetpack-install-container p a.button-connector:active { |
| 1212 |
background-color: #f0a000; |
| 1213 |
border-color: #c87800; |
| 1214 |
outline: none; |
| 1215 |
box-shadow: inset 0 0 2px #fff, |
| 1216 |
0 1px 7px rgba(240, 160, 0, 0.5); |
| 1217 |
} |
| 1218 |
|
| 1219 |
.jetpack-inline-error, .jetpack-inline-message { |
| 1220 |
padding: 0.5em 1em 0.5em 1em; |
| 1221 |
border-radius: 3px; |
| 1222 |
border-width: 1px; |
| 1223 |
border-style: solid; |
| 1224 |
color: #333; |
| 1225 |
} |
| 1226 |
|
| 1227 |
.jetpack-inline-error { |
| 1228 |
background-color: #ffebe8; |
| 1229 |
border-color: #c00; |
| 1230 |
} |
| 1231 |
|
| 1232 |
.jetpack-inline-message { |
| 1233 |
background-color: #ffffe0; |
| 1234 |
border-color: #e6db55; |
| 1235 |
} |
| 1236 |
|
| 1237 |
.jetpack-targetable { |
| 1238 |
border-top: 28px solid transparent; |
| 1239 |
margin-top: -28px; |
| 1240 |
} |
| 1241 |
|
| 1242 |
.jetpack-targetable:target { |
| 1243 |
background-color: #ffffe0; |
| 1244 |
background-clip: padding-box; |
| 1245 |
padding: 0 10px; |
| 1246 |
margin-left: -10px; |
| 1247 |
margin-right: -10px; |
| 1248 |
} |
| 1249 |
|