|
1234567891011121314151617181920212223242526272829303132 |
- #about, #help {
- margin-bottom: 20px;
- p {
- font-size: 1.25em;
- }
- }
-
- #donorbox {
- background: #2d81c5 url(<%= image_path 'donorbox.png' %>) no-repeat 18px center;
- color: #fff;
- text-decoration: none;
- font-family: Verdana, sans-serif;
- display: inline-block;
- font-size: 16px;
- padding: 13px 17px 13px 56px;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- box-shadow: 0 1px 0 0 #1f5a89;
- text-shadow: 0 1px rgba(0, 0, 0, 0.3);
- }
-
- #liberapay, #donorbox, #paypal {
- img {
- height: 50px;
- max-width: 140px;
- }
- }
-
- table.scoring img {
- width: 30px;
- }
|