support.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. #paypal-slider {
  2. clear: both;
  3. float: left;
  4. max-width: 400px;
  5. width: 60%;
  6. }
  7. #paypal-amount {
  8. float: left;
  9. width: 210px;
  10. height: 30px;
  11. margin-top: -4px;
  12. margin-left: 15px;
  13. }
  14. #paypal-custom-amount {
  15. float: left;
  16. margin-top: -1px;
  17. }
  18. #donation-buttons-container {
  19. float: right;
  20. margin-top: -80px;
  21. }
  22. #donation-buttons-container>div {
  23. margin: 0px !important;
  24. cursor: pointer;
  25. }
  26. #paypal-donate-button {
  27. border-bottom-style: solid;
  28. border-bottom-width: 1px;
  29. border-bottom-color: #BDBDBD;
  30. }
  31. .donate-button {
  32. background-color: #F2F2F2;
  33. font-weight: bold;
  34. padding: 8px;
  35. margin-left: 10px;
  36. }
  37. #paypal-benefits {
  38. clear: both;
  39. margin-right: 120px;
  40. padding-top: 0px;
  41. font-size: 110%;
  42. }
  43. #benefits-list {
  44. list-style-type: square;
  45. padding-left: 20px;
  46. }
  47. .benefit-unmatched {
  48. color: #999;
  49. text-decoration: line-through;
  50. }
  51. li#support-chooser {
  52. color: rgb(255, 0, 0);
  53. }
  54. li#support-chooser>img {
  55. margin-left: -18px;
  56. }
  57. li#support-chooser:hover {
  58. color: rgb(255, 100, 100);
  59. }
  60. li#support-chooser.selected {
  61. -webkit-border-start-color: rgb(255, 0, 0);
  62. color: rgb(255, 0, 0);
  63. }
  64. .table {
  65. width: auto !important;
  66. margin-left: 30px;
  67. }
  68. .table_row div {
  69. height: 1.3em;
  70. }
  71. .table_data:hover {
  72. background-color: #F7F7F7;
  73. }