123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353 |
- #wp-stripe-wrap {
- display:block;
- padding:10px;
- margin:0px;
- width: 400px;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
- }
- #wp-stripe-modal-button {
- margin:20px 0;
- padding: 8px 15px;
- min-width:100px;
- display:inline-block;
- text-align:center;
- font-weight: bold;
- font-size: 12px;
- background: #1275FF;
- border: 1px solid #155FB0;
- color: white;
- text-decoration: none;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-image: -webkit-gradient(linear, left top, left bottom, from(#77B7FF), to(#017AFF));
- background-image: -moz-linear-gradient(top, #77B7FF, #017AFF);
- background-image: -o-linear-gradient(top, #77B7FF, #017AFF);
- -webkit-box-shadow: inset 0 1px 0 #98c9ff;
- -moz-box-shadow: inset 0 1px 0 #98c9ff;
- box-shadow: inset 0 1px 0 #98c9ff;
- -o-border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- cursor: pointer; cursor: hand;
- }
- #wp-stripe-types {
- display:block;
- width:256px;
- height:18px;
- background: url('../img/types.png') no-repeat top left;
- margin-bottom:20px;
- }
- form#wp-stripe-payment-form {
- display:block;
- }
- .stripe-row-right,
- .stripe-row-left{width:50%;}
- form#wp-stripe-payment-form h2.stripe-header {
- padding:10px;
- color:#fff;
- font-size:14px;
- font-weight:bold;
- text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
- border-top:1px solid #268DFC;
- border-bottom:1px solid #004EA2;
- background:#0068DE;
- margin-bottom:10px;
- -moz-border-radius-topleft: 5px;
- -moz-border-radius-topright: 5px;
- -moz-border-radius-bottomright: 0px;
- -moz-border-radius-bottomleft: 0px;
- -webkit-border-radius: 5px 5px 0px 0px;
- border-radius: 5px 5px 0px 0px;
- }
- form#wp-stripe-payment-form p.stripe-display-comment {
- margin:3px 0;
- font-size:12px;
- color:#777;
- }
- form#wp-stripe-payment-form label {
- letter-spacing:1px;
- font-size: 14px;
- margin-bottom: 2px;
- }
- form#wp-stripe-payment-form label.public {
- letter-spacing:0px;
- font-size: 12px !important;
- margin-bottom: 0px !important;
- }
- form#wp-stripe-payment-form .stripe-row {
- overflow:visible;
- clear:both;
- padding:5px 10px;
- }
- form#wp-stripe-payment-form .stripe-row-left,
- form#wp-stripe-payment-form .stripe-row-right {
- float:left;
- overflow:auto;
- }
- form#wp-stripe-payment-form .stripe-submit-button {
- position:relative;
- margin:10px;
- padding: 8px 15px;
- display:block;
- font-weight: bold;
- font-size: 12px;
- background: #1275FF;
- border: 1px solid #155FB0;
- color: white;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-image: -webkit-gradient(linear, left top, left bottom, from(#77B7FF), to(#017AFF));
- background-image: -moz-linear-gradient(top, #77B7FF, #017AFF);
- background-image: -o-linear-gradient(top, #77B7FF, #017AFF);
- -webkit-box-shadow: inset 0 1px 0 #98c9ff;
- -moz-box-shadow: inset 0 1px 0 #98c9ff;
- box-shadow: inset 0 1px 0 #98c9ff;
- -o-border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- cursor: pointer; cursor: hand;
- }
- .stripe-spinner {
- display:none;
- margin:10px;
- padding: 8px 15px;
- height:15px;
- width:70px;
- content:" ";
- background: url('../img/spinner.gif') no-repeat 50% 50%;
- border: 1px solid #afd5ff;
- -o-border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- }
- .stripe-valid {
- color: #638731 !important;
- background-color:#d9fba8 !important;
- }
- .stripe-invalid {
- color:#873d31 !important;
- background-color:#fbbcb1 !important;
- }
- .wp-stripe-poweredby {
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
- color:#777;
- font-size:10px;
- padding:0 20px;
- }
- .wp-stripe-poweredby a {
- color:#0068DE;
- text-decoration: none;
- }
- .wp-stripe-notification {
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 12px;
- width:360px;
- padding:10px;
- margin:10px 0 10px 10px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- .wp-stripe-currency {
- text-transform: uppercase;
- }
- .wp-stripe-success {
- color:#345607;
- background-color:#D1F2A5;
- text-shadow:0 1px 1px rgba(255,255,255,0.2);
- }
- .wp-stripe-failure {
- color:#4E1E0F;
- background-color:#FF9F80;
- text-shadow:0 1px 1px rgba(255,255,255,0.1);
- }
- form#wp-stripe-payment-form .wp-stripe-details label {
- color:#777;
- }
- form#wp-stripe-payment-form .wp-stripe-card label {
- color:#0068DE;
- }
- form#wp-stripe-payment-form .wp-stripe-card input {
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- form#wp-stripe-payment-form .wp-stripe-card input.card-cvc {
- width:120px;
- }
- form#wp-stripe-payment-form label,
- form#wp-stripe-payment-form input,
- form#wp-stripe-payment-form select,
- form#wp-stripe-payment-form textarea {
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
- font-size: 14px !important;
- font-weight: normal;
- line-height: normal;
- margin-bottom: 3px !important;
- }
- form#wp-stripe-payment-form textarea,
- form#wp-stripe-payment-form input {
- position:relative;
- width:338px;
- background-color:#fff;
- }
- input.wp-stripe-name {background: url('../img/h-name.png') no-repeat 8px 8px;}
- input.wp-stripe-email {background: url('../img/h-email.png') no-repeat 8px 10px;}
- textarea.wp-stripe-comment {background: url('../img/h-comment.png') no-repeat 8px 10px;}
- input.wp-stripe-card-amount {background: url('../img/h-amount.png') no-repeat 8px 8px;}
- input.card-number {background: url('../img/h-card.png') no-repeat 8px 10px;}
- input.card-cvc {background: url('../img/h-cvc.png') no-repeat 8px 10px;}
- form#wp-stripe-payment-form select {
- cursor: pointer;
- }
- input[type=checkbox], input[type=radio] {
- cursor: pointer;
- }
- .stripe-expiry {
- font-size:12px;
- letter-spacing:1px;
- color:#bbb;
- text-shadow:0 1px 0 #fff;
- }
- form#wp-stripe-payment-form select {
- margin-top:0px !important;
- display:block;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- padding: 2px 7px 2px 7px !important;
- height: auto !important;
- text-shadow: 0 1px 0 white;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#E8E8E8));
- background-image: -moz-linear-gradient(top, #F9F9F9, #E8E8E8);
- background-image: -o-linear-gradient(top, #F9F9F9, #E8E8E8);
- -webkit-box-shadow: inset 0 1px 0 white;
- -moz-box-shadow: inset 0 1px 0 white;
- box-shadow: inset 0 1px 0 white;
- }
- form#wp-stripe-payment-form select:hover {
- background-image: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#F9F9F9));
- background-image: -moz-linear-gradient(top, #E8E8E8, #F9F9F9);
- background-image: -o-linear-gradient(top, #E8E8E8, #F9F9F9);
- }
- form#wp-stripe-payment-form input,
- form#wp-stripe-payment-form textarea,
- form#wp-stripe-payment-form select,
- form#wp-stripe-payment-form .uneditable-input {
- display: inline-block;
- height: 18px;
- padding: 8px 8px 8px 32px;
- font-size: 13px;
- line-height: 18px;
- color: #808080;
- border: 1px solid #ccc;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- form#wp-stripe-payment-form input[type=checkbox], form#wp-stripe-payment-form input[type=radio] {
- width: auto;
- height: auto;
- padding: 0;
- margin: 3px 0;
- *margin-top: 0;
-
- line-height: normal;
- border: none;
- }
- form#wp-stripe-payment-form select {
- height: 27px;
- line-height: 27px;
- }
- form#wp-stripe-payment-form input[type=button], form#wp-stripe-payment-form input[type=reset], form#wp-stripe-payment-form input[type=submit] {
- width: auto;
- height: auto;
- }
- form#wp-stripe-payment-form input[type=checkbox] {
- position:relative;
- top:2px;
- margin-right:5px;
- }
- form#wp-stripe-payment-form select[multiple] {
- height: inherit;
- background-color: #ffffff;
- }
- form#wp-stripe-payment-form textarea {
- height: auto;
- }
- :-moz-placeholder {
- color: #bfbfbf;
- }
- ::-webkit-input-placeholder {
- color: #bfbfbf;
- }
- form#wp-stripe-payment-form input, form#wp-stripe-payment-form textarea {
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
- }
- form#wp-stripe-payment-form input:focus, form#wp-stripe-payment-form textarea:focus {
- outline: 0;
- border-color: rgba(0, 104, 222, 0.8);
- -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 104, 222, 0.6);
- -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 104, 222, 0.6);
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 104, 222, 0.6);
- }
- input[type=file]:focus, input[type=checkbox]:focus, select:focus {
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- outline: 1px dotted #666;
- }
|