Changeset 475875
- Timestamp:
- 12/15/2011 01:11:34 PM (14 years ago)
- File:
-
- 1 edited
-
easy-paypal-custom-fields/trunk/css/paypal.css (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-paypal-custom-fields/trunk/css/paypal.css
r474696 r475875 68 68 /* Generic Custom Theme */ 69 69 70 .rps-custom-theme-button { 71 /* , #rps-paypal-button-light, #rps-paypal-button-dark, #rps-paypal-button-blue, #rps-paypal-button-red { */ 70 .paypal-form .rps-custom-theme-button { 72 71 margin-bottom: 20px; 72 height: auto !important; 73 73 min-width: 90px; 74 padding: 5px 10px ; 75 line-height: 1.3 !important; 76 font: 12px !important "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif; 74 padding: 5px 9px 6px; 75 font-size: 14px !important; 76 line-height: 14px !important; 77 font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif !important; 77 78 font-weight: bold; 78 79 text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.1 ); … … 82 83 } 83 84 85 .paypal-form .rps-custom-theme-button:active { 86 cursor: default; 87 padding: 5px 9px 6px; 88 } 89 84 90 85 91 /* Light Theme */ 86 92 87 . rps-paypal-button-light {93 .paypal-form .rps-paypal-button-light { 88 94 color: #444 !important; 89 95 border: 1px solid #c0c0c0 !important; … … 100 106 } 101 107 102 . rps-paypal-button-light:hover {108 .paypal-form .rps-paypal-button-light:hover { 103 109 cursor: pointer; 104 110 border-color: #888; … … 113 119 } 114 120 115 .rps-paypal-button-light:active { 116 cursor: default; 117 margin-top: 1px; 121 .paypal-form .rps-paypal-button-light:active { 118 122 border-color: #555; 119 123 color: #444; … … 123 127 /* Dark Theme (ooh, I'm SO scared..) */ 124 128 125 . rps-paypal-button-dark {129 .paypal-form .rps-paypal-button-dark { 126 130 color: #fff !important; 127 131 border: 1px solid #444 !important; … … 137 141 } 138 142 139 . rps-paypal-button-dark:hover {143 .paypal-form .rps-paypal-button-dark:hover { 140 144 cursor: pointer; 141 145 border-color: #777; … … 149 153 } 150 154 151 .rps-paypal-button-dark:active { 152 cursor: default; 153 margin-top: 1px; 155 .paypal-form .rps-paypal-button-dark:active { 154 156 border-color: #000; 155 157 color: #fff; … … 159 161 /* Blue theme - Ooooh */ 160 162 161 . rps-paypal-button-blue {163 .paypal-form .rps-paypal-button-blue { 162 164 color: #fafafa !important; 163 165 border: 1px solid #c0c0c0; … … 174 176 } 175 177 176 . rps-paypal-button-blue:hover {178 .paypal-form .rps-paypal-button-blue:hover { 177 179 cursor: pointer; 178 180 border-color: #888; … … 187 189 } 188 190 189 .rps-paypal-button-blue:active { 190 cursor: default; 191 margin-top: 1px; 191 .paypal-form .rps-paypal-button-blue:active { 192 192 border-color: #555; 193 193 color: #ccc; … … 197 197 /* Red theme - Aaaah */ 198 198 199 . rps-paypal-button-red {199 .paypal-form .rps-paypal-button-red { 200 200 color: #fafafa !important; 201 201 border: 1px solid #c0c0c0; … … 212 212 } 213 213 214 . rps-paypal-button-red:hover {214 .paypal-form .rps-paypal-button-red:hover { 215 215 cursor: pointer; 216 216 border-color: #888; … … 225 225 } 226 226 227 .rps-paypal-button-red:active { 228 cursor: default; 229 margin-top: 1px; 227 .paypal-form .rps-paypal-button-red:active { 230 228 border-color: #000; 231 229 color: #ddd; … … 235 233 /* PayPal Image */ 236 234 237 . rps-pp-img {235 .paypal-form .rps-pp-img { 238 236 padding: 0 0 0 !important; 239 237 margin: 0 0 10px !important; … … 242 240 243 241 244 .paypal-form table {242 .paypal-form .paypal-form table { 245 243 margin-bottom: 0; 246 244 }
Note: See TracChangeset
for help on using the changeset viewer.