|
| 1 | +/* Style Sign-in button FULL CSS */ |
| 2 | +.pryv-access-btn-signin { |
| 3 | + position: relative; |
| 4 | + display: inline-block; |
| 5 | + font-size: 0; |
| 6 | + white-space: nowrap; |
| 7 | + vertical-align: middle; |
| 8 | +} |
| 9 | + |
| 10 | +.pryv-access-btn { |
| 11 | + font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; |
| 12 | + text-decoration: none; |
| 13 | + display: inline-block; |
| 14 | + padding: 2px 6px; |
| 15 | + margin-bottom: 0; |
| 16 | + font-size: 12px; |
| 17 | + line-height: 20px; |
| 18 | + color: #2a2929; |
| 19 | + text-align: center; |
| 20 | + vertical-align: middle; |
| 21 | + cursor: pointer; |
| 22 | + background-color: #f5f3f3; |
| 23 | + background: linear-gradient(180deg, #ffffff 0%,#d3d5d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ |
| 24 | + border: 1px solid #3a3a3a; |
| 25 | + -webkit-border-radius: 3px; |
| 26 | + -moz-border-radius: 3px; |
| 27 | + border-radius: 3px; |
| 28 | +} |
| 29 | + |
| 30 | +.pryv-access-btn-signin > .pryv-access-btn { |
| 31 | + position: relative; |
| 32 | + -webkit-border-radius: 0; |
| 33 | + -moz-border-radius: 0; |
| 34 | + border-radius: 0; |
| 35 | +} |
| 36 | + |
| 37 | +.pryv-access-btn-signin > .pryv-access-btn:first-child { |
| 38 | + margin-left: 0; |
| 39 | + -webkit-border-bottom-left-radius: 3px; |
| 40 | + border-bottom-left-radius: 3px; |
| 41 | + -webkit-border-top-left-radius: 3px; |
| 42 | + border-top-left-radius: 3px; |
| 43 | + -moz-border-radius-bottomleft: 3px; |
| 44 | + -moz-border-radius-topleft: 3px; |
| 45 | +} |
| 46 | + |
| 47 | +.pryv-access-btn-signin > .pryv-access-btn:first-child span { |
| 48 | + background-image: url(buttonSigninLogoOnly.png); |
| 49 | + background-position: 0px -1px; |
| 50 | + background-repeat: no-repeat; |
| 51 | + text-indent: -90000px; |
| 52 | + display: block; |
| 53 | + width: 27px; |
| 54 | +} |
| 55 | + |
| 56 | +.pryv-access-btn-signin > .pryv-access-btn:last-child{ |
| 57 | + border-left: none; |
| 58 | + -webkit-border-top-right-radius: 3px; |
| 59 | + border-top-right-radius: 3px; |
| 60 | + -webkit-border-bottom-right-radius: 3px; |
| 61 | + border-bottom-right-radius: 3px; |
| 62 | + -moz-border-radius-topright: 3px; |
| 63 | + -moz-border-radius-bottomright: 3px; |
| 64 | +} |
| 65 | + |
| 66 | +.pryv-access-btn a:hover, .pryv-access-btn a:focus { |
| 67 | + color: #ede1e1; |
| 68 | + text-decoration: none; |
| 69 | +} |
| 70 | + |
| 71 | +/* Style Sign-in button WITH IMAGE */ |
| 72 | +.pryv-access-btn-signin-image { |
| 73 | + text-decoration: none; |
| 74 | + display: inline-block; |
| 75 | + padding: 0px 36px; |
| 76 | + margin-bottom: 0; |
| 77 | + font-size: 12px; |
| 78 | + line-height: 20px; |
| 79 | + color: #FFFFFF; |
| 80 | + background-image: url(buttonSignIn.png); |
| 81 | + background-position: 0px 4px; |
| 82 | + background-repeat: no-repeat; |
| 83 | + text-transform: uppercase; |
| 84 | + line-height: 34px; |
| 85 | +} |
0 commit comments