| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- #paypal-slider {
- clear: both;
- float: left;
- max-width: 400px;
- width: 60%;
- }
- #paypal-amount {
- float: left;
- width: 210px;
- height: 30px;
- margin-top: -4px;
- margin-left: 15px;
- }
- #paypal-custom-amount {
- float: left;
- margin-top: -1px;
- }
- #donation-buttons-container {
- float: right;
- margin-top: -80px;
- }
- #donation-buttons-container>div {
- margin: 0px !important;
- cursor: pointer;
- }
- #paypal-donate-button {
- border-bottom-style: solid;
- border-bottom-width: 1px;
- border-bottom-color: #BDBDBD;
- }
- .donate-button {
- background-color: #F2F2F2;
- font-weight: bold;
- padding: 8px;
- margin-left: 10px;
- }
- #paypal-benefits {
- clear: both;
- margin-right: 120px;
- padding-top: 0px;
- font-size: 110%;
- }
- #benefits-list {
- list-style-type: square;
- padding-left: 20px;
- }
- .benefit-unmatched {
- color: #999;
- text-decoration: line-through;
- }
- li#support-chooser {
- color: rgb(255, 0, 0);
- }
- li#support-chooser>img {
- margin-left: -18px;
- }
- li#support-chooser:hover {
- color: rgb(255, 100, 100);
- }
- li#support-chooser.selected {
- -webkit-border-start-color: rgb(255, 0, 0);
- color: rgb(255, 0, 0);
- }
- .table {
- width: auto !important;
- margin-left: 30px;
- }
- .table_row div {
- height: 1.3em;
- }
- .table_data:hover {
- background-color: #F7F7F7;
- }
|