2012-02-27 21:46:34 -08:00
|
|
|
/* ========== */
|
|
|
|
/* = Paypal = */
|
|
|
|
/* ========== */
|
|
|
|
|
2010-10-19 19:09:08 -04:00
|
|
|
.NB-paypal-return {
|
|
|
|
margin: 176px 0 0;
|
2012-02-28 17:53:19 -08:00
|
|
|
background-color: #D3E7BA;
|
2010-10-19 19:09:08 -04:00
|
|
|
border-top: 1px solid #A0A0A0;
|
|
|
|
border-bottom: 1px solid #A0A0A0;
|
|
|
|
padding: 24px 0;
|
2012-02-28 17:53:19 -08:00
|
|
|
background-image: linear-gradient(bottom, rgb(188,214,167) 0%, rgb(223,247,212) 100%);
|
|
|
|
background-image: -moz-linear-gradient(bottom, rgb(188,214,167) 0%, rgb(223,247,212) 100%);
|
|
|
|
background-image: -webkit-linear-gradient(bottom, rgb(188,214,167) 0%, rgb(223,247,212) 100%);
|
|
|
|
background-image: -ms-linear-gradient(bottom, rgb(188,214,167) 0%, rgb(223,247,212) 100%);
|
2010-10-19 19:09:08 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-paypal-return .NB-paypal-return-title {
|
|
|
|
font-size: 36px;
|
|
|
|
margin: 0 0 12px;
|
|
|
|
color: #303030;
|
2013-01-03 10:33:22 -08:00
|
|
|
text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
|
2010-10-19 19:09:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.NB-paypal-return .NB-paypal-return-subtitle {
|
|
|
|
font-size: 24px;
|
|
|
|
color: #324A15;
|
2013-01-03 10:33:22 -08:00
|
|
|
text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
|
2010-10-19 19:09:08 -04:00
|
|
|
}
|
2010-10-23 10:46:35 -04:00
|
|
|
|
|
|
|
.NB-paypal-return .NB-paypal-return-loading {
|
|
|
|
margin: 18px auto 0;
|
2010-10-29 12:28:05 -04:00
|
|
|
height: 16px;
|
|
|
|
width: 300px;
|
2012-02-27 21:46:34 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ========== */
|
|
|
|
/* = Stripe = */
|
|
|
|
/* ========== */
|
|
|
|
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form-wrapper {
|
2013-05-13 18:03:17 -07:00
|
|
|
margin: 48px 0 18px;
|
2012-02-28 17:53:19 -08:00
|
|
|
background-color: #D3E7BA;
|
2012-02-27 21:46:34 -08:00
|
|
|
border-top: 1px solid #A0A0A0;
|
|
|
|
border-bottom: 1px solid #A0A0A0;
|
|
|
|
padding: 24px 0;
|
2012-02-28 17:53:19 -08:00
|
|
|
background-image: linear-gradient(bottom, rgb(188,214,167) 0%, rgb(223,247,212) 100%);
|
|
|
|
background-image: -moz-linear-gradient(bottom, rgb(188,214,167) 0%, rgb(223,247,212) 100%);
|
|
|
|
background-image: -webkit-linear-gradient(bottom, rgb(188,214,167) 0%, rgb(223,247,212) 100%);
|
|
|
|
background-image: -ms-linear-gradient(bottom, rgb(188,214,167) 0%, rgb(223,247,212) 100%);
|
2012-02-27 21:46:34 -08:00
|
|
|
}
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form {
|
2012-02-28 17:37:01 -08:00
|
|
|
margin: 0 auto;
|
|
|
|
width: 360px;
|
|
|
|
}
|
|
|
|
|
2020-04-05 12:48:47 -04:00
|
|
|
.NB-stripe-form {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form input,
|
|
|
|
.NB-static-form select {
|
2012-02-28 17:37:01 -08:00
|
|
|
font-size: 14px;
|
|
|
|
padding: 2px;
|
2014-01-15 17:12:24 -08:00
|
|
|
margin: 6px 4px;
|
|
|
|
border: 1px solid rgba(0, 0, 0, .2);
|
|
|
|
border-radius: 1px;
|
|
|
|
-moz-box-shadow: inset 0 2px 2px rgba(50, 50, 50, 0.15);
|
|
|
|
box-shadow: inset 0 2px 2px rgba(50, 50, 50, 0.15);
|
|
|
|
|
|
|
|
width: 200px;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2017-01-05 18:26:50 -08:00
|
|
|
}
|
2020-04-05 12:48:47 -04:00
|
|
|
.NB-static-oauth .NB-static-form .controls input,
|
|
|
|
.NB-stripe-form.NB-static-form .controls input {
|
2020-02-17 14:44:04 -05:00
|
|
|
width: 180px;
|
2020-02-17 14:36:41 -05:00
|
|
|
}
|
2017-01-05 18:26:50 -08:00
|
|
|
.NB-static-form .NB-label-right {
|
|
|
|
margin: 0 0 24px 206px;
|
|
|
|
width: 200px;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2012-02-28 17:37:01 -08:00
|
|
|
}
|
|
|
|
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form input.error,
|
|
|
|
.NB-static-form select.error {
|
2012-02-28 17:37:01 -08:00
|
|
|
border-color: #830C0C;
|
2012-02-27 21:46:34 -08:00
|
|
|
}
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form button {
|
2012-02-28 17:37:01 -08:00
|
|
|
width: 200px;
|
|
|
|
margin: 12px 0 4px 150px;
|
|
|
|
|
|
|
|
-moz-box-shadow:2px 2px 0 #A0B998;
|
|
|
|
-webkit-box-shadow:2px 2px 0 #A0B998;
|
|
|
|
box-shadow:2px 2px 0 #A0B998;
|
|
|
|
}
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form .helptext {
|
2012-02-28 17:37:01 -08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form #id_card_cvv {
|
2012-02-28 17:37:01 -08:00
|
|
|
width: 42px;
|
|
|
|
}
|
|
|
|
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form .NB-stripe-username {
|
2012-02-28 17:37:01 -08:00
|
|
|
margin: 6px 0 12px;
|
|
|
|
}
|
|
|
|
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form label {
|
2012-02-28 17:37:01 -08:00
|
|
|
width: 150px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
clear: both;
|
|
|
|
margin: 6px 0 0;
|
|
|
|
padding: 2px 0 0;
|
2013-01-03 10:33:22 -08:00
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
|
2012-02-28 17:37:01 -08:00
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form .NB-creditcards {
|
2012-02-28 17:37:01 -08:00
|
|
|
margin: 8px 0 0 150px;
|
2013-04-19 09:51:30 -07:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.NB-static-form .NB-creditcards img {
|
|
|
|
float: left;
|
|
|
|
margin-right: 4px;
|
|
|
|
width: 32px;
|
|
|
|
height: 20px;
|
2012-02-28 17:37:01 -08:00
|
|
|
}
|
|
|
|
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form input[type=submit] {
|
2012-02-28 17:37:01 -08:00
|
|
|
margin-left: 150px;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form label.error {
|
2012-07-29 00:49:34 -07:00
|
|
|
width: 100%;
|
2012-02-28 17:37:01 -08:00
|
|
|
margin-left: 150px;
|
|
|
|
text-transform: none;
|
2013-05-24 12:11:52 -07:00
|
|
|
color: darkred;
|
2012-02-28 17:37:01 -08:00
|
|
|
}
|
|
|
|
|
2013-03-14 21:40:14 -07:00
|
|
|
.NB-static-form #payment-form > div {
|
|
|
|
clear: both;
|
|
|
|
}
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form p {
|
2012-02-28 17:37:01 -08:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2020-11-13 21:14:41 -05:00
|
|
|
.NB-static-form #id_plan {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.NB-static-form #id_plan label {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form .NB-stripe-plan-choice {
|
2012-02-28 17:37:01 -08:00
|
|
|
float: left;
|
|
|
|
width: 200px;
|
2017-11-10 15:43:25 -08:00
|
|
|
margin-top: 0px;
|
2012-02-29 12:57:46 -08:00
|
|
|
padding: 0 2px;
|
|
|
|
font-weight: bold;
|
2012-02-28 17:37:01 -08:00
|
|
|
}
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form .NB-stripe-plan-choice label {
|
2012-02-28 17:37:01 -08:00
|
|
|
width: auto;
|
|
|
|
float: left;
|
|
|
|
margin-top: 0;
|
2017-11-10 15:43:25 -08:00
|
|
|
padding-top: 0;
|
2012-02-28 17:37:01 -08:00
|
|
|
}
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form .NB-stripe-plan-choice input {
|
2012-02-28 17:37:01 -08:00
|
|
|
width: auto;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form .NB-small {
|
2012-02-28 17:37:01 -08:00
|
|
|
font-size: 10px;
|
|
|
|
margin-left: 4px;
|
|
|
|
color: #575857;
|
2012-02-27 21:46:34 -08:00
|
|
|
}
|
2013-01-03 10:33:22 -08:00
|
|
|
.NB-static-form .payment-errors {
|
2012-02-29 12:57:46 -08:00
|
|
|
margin: 8px 0 0 150px;
|
|
|
|
color: #600000;
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
2013-04-25 18:58:36 -07:00
|
|
|
}
|
2018-05-03 15:38:59 -07:00
|
|
|
.NB-static-form .payment-notice {
|
|
|
|
margin: 8px 0 0 150px;
|
|
|
|
color: #606060;
|
|
|
|
display: block;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2013-04-25 18:58:36 -07:00
|
|
|
|
|
|
|
.NB-static-form .payextra-label {
|
|
|
|
clear: none;
|
|
|
|
width: 200px;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
.NB-static-form .payextra-label input {
|
|
|
|
width: auto;
|
|
|
|
margin: 0 4px 0 0;
|
|
|
|
}
|
|
|
|
.NB-static-form input[name=plan] {
|
|
|
|
display: none;
|
2017-12-08 10:51:09 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.NB-static-form .g-recaptcha {
|
|
|
|
padding-left: 120px;
|
2020-11-13 21:14:41 -05:00
|
|
|
}
|