Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnPremiumUS.css |
— | — | @@ -0,0 +1,175 @@ |
| 2 | +table#donation_amount { |
| 3 | + background-color:transparent; |
| 4 | + border:1px solid #AAAAAA; |
| 5 | + border-collapse:collapse; |
| 6 | + width: 394px; |
| 7 | +} |
| 8 | +table#donation_amount td.amount_header { |
| 9 | + background-color:#eef2f7; |
| 10 | + font-size:90%; |
| 11 | +} |
| 12 | +table#donation_amount td.amount_data { |
| 13 | + background-color:#daf2db; |
| 14 | +} |
| 15 | +h3.cc_header { |
| 16 | + padding-bottom: 0; |
| 17 | + margin-bottom: 0; |
| 18 | + font-weight: normal; |
| 19 | +} |
| 20 | +div#payflowpro_gateway-donate-addl-info-text { |
| 21 | + font-size: 90%; |
| 22 | + line-height: 120%; |
| 23 | +} |
| 24 | +div#payflowpro_gateway-donate-submessage { |
| 25 | + font-size: 90%; |
| 26 | + line-height: 120%; |
| 27 | +} |
| 28 | +#payflow-table-donor td.label, #payflow-table-comment td.label, #payflow-table-cc td.label { |
| 29 | + padding-right:0.5em; |
| 30 | + width: 100px; |
| 31 | +} |
| 32 | +input#city { |
| 33 | + width: 130px; |
| 34 | +} |
| 35 | +input#zip { |
| 36 | + width: 55px; |
| 37 | +} |
| 38 | + |
| 39 | +#premium-confirmation { |
| 40 | + text-align: center; |
| 41 | +} |
| 42 | +#premium-header { |
| 43 | + font-size: 1.2em; |
| 44 | + font-weight: bold; |
| 45 | + margin: 0.2em 0 0.8em 0; |
| 46 | +} |
| 47 | +#premium-values { |
| 48 | + font-size: 1.2em; |
| 49 | +} |
| 50 | +#premium-size { |
| 51 | + margin: 0.2em 0; |
| 52 | +} |
| 53 | +#premium-size #size-display { |
| 54 | + font-weight: bold; |
| 55 | +} |
| 56 | +#premium-language { |
| 57 | + text-align: center; |
| 58 | + background-color: #162b46; |
| 59 | + width:200px; |
| 60 | + height: 92px; |
| 61 | + margin: 0 auto; |
| 62 | +} |
| 63 | +#premium-language img { |
| 64 | + display: block; |
| 65 | + margin: 0; |
| 66 | +} |
| 67 | + |
| 68 | +.payflow-cc-form-section { |
| 69 | + float: none; |
| 70 | + margin-right: 0em; |
| 71 | + margin-bottom: 1em; |
| 72 | +} |
| 73 | + |
| 74 | +#payflowpro_gateway-cc_form_container { |
| 75 | + width: 100%; |
| 76 | +} |
| 77 | + |
| 78 | +#payflowpro_gateway-cc_form_form { |
| 79 | + width: 475px; |
| 80 | + float: right; |
| 81 | + margin-left: 2em; |
| 82 | + padding-left: 2em; |
| 83 | + border-left: 1px solid #BBBBBB; |
| 84 | +} |
| 85 | + |
| 86 | +#payflowpro_gateway-cc_form_letter { |
| 87 | + height: 100%; |
| 88 | +} |
| 89 | + |
| 90 | +#payflowpro_gateway-cc_form_letter p { |
| 91 | + font-size: 1.125em; |
| 92 | + margin-bottom: 1.2em; |
| 93 | +} |
| 94 | + |
| 95 | +#payflowpro_gateway-personal-info { |
| 96 | + margin-right:0 !important; |
| 97 | +} |
| 98 | + |
| 99 | +#payflowpro_gateway-donate-addl-info-secure-logos { |
| 100 | + float: left; |
| 101 | + margin-right: 2em; |
| 102 | +} |
| 103 | + |
| 104 | +#payflowpro_gateway-cc_form_letter_inside { |
| 105 | + padding-top: .5em; |
| 106 | +} |
| 107 | + |
| 108 | +#payflowpro_gateway-cc_otherways { |
| 109 | + padding-top: .5em; |
| 110 | + display: block; |
| 111 | +} |
| 112 | +#payflowpro_gateway-donate-addl-info { |
| 113 | + margin-top:2em !important; |
| 114 | + margin-bottom:1em !important; |
| 115 | +} |
| 116 | + |
| 117 | +#appeal { |
| 118 | + background-color:transparent; |
| 119 | + border-color:transparent; |
| 120 | + border-style:solid; |
| 121 | + border-width:1px 0 1px 1px; |
| 122 | + padding:16px 24px 24px; |
| 123 | +} |
| 124 | +#appeal-head { |
| 125 | + font-size:1.5em; |
| 126 | + line-height:1.125em; |
| 127 | + padding-bottom:0.5em; |
| 128 | + padding-top:0.125em; |
| 129 | +} |
| 130 | +#appeal-body { |
| 131 | + font-size:1.125em; |
| 132 | + margin-bottom:1em; |
| 133 | + padding:0.2em 0; |
| 134 | +} |
| 135 | +#donate { |
| 136 | + background-color:#ddd; |
| 137 | + border:1px solid black; |
| 138 | + padding:16px 24px 24px; |
| 139 | + width:400px; |
| 140 | +} |
| 141 | +#donate-head { |
| 142 | + border:none; |
| 143 | + font-size:1.5em; |
| 144 | + line-height:1.125em; |
| 145 | + padding-bottom:0em; |
| 146 | + padding-top:0.125em; |
| 147 | +} |
| 148 | +#donate-body { |
| 149 | + font-size:1.125em; |
| 150 | + margin-bottom:1em; |
| 151 | +} |
| 152 | + |
| 153 | +/* Move the form up */ |
| 154 | +#mw-head-base { |
| 155 | + height: 1em !important; |
| 156 | +} |
| 157 | + |
| 158 | +/* Hiding content border */ |
| 159 | +table { |
| 160 | + background-color: transparent; |
| 161 | +} |
| 162 | +div#content { |
| 163 | + background-color: transparent !important; |
| 164 | + background-image: none !important; |
| 165 | +} |
| 166 | +div#mw-head-base { |
| 167 | + background-image: none !important; |
| 168 | +} |
| 169 | +#footer { |
| 170 | + background-image: none !important; |
| 171 | +} |
| 172 | + |
| 173 | +/* Hiding stuff we don't need */ |
| 174 | +h1#firstHeading, div#contentSub { |
| 175 | + display: none; |
| 176 | +} |