LocalCDN-Firefox-Chrome-Brave/pages/donate/donate.css

22 lines
358 B
CSS
Raw Normal View History

/**
* Donations
*/
2020-06-04 09:51:27 +02:00
#table-bank-transfer, .mono-block {
font-family: 'monospace', 'Consolas', Arial, sans-serif;
}
#table-bank-transfer > tbody > tr > td:nth-of-type(1) {
font-weight: bold;
}
2020-06-13 20:52:24 +02:00
.div-donations {
border: 1px solid lightgrey;
2021-02-17 06:59:56 +01:00
border-radius: 4px;
2020-08-09 12:39:11 +02:00
line-break: anywhere;
2020-06-13 20:52:24 +02:00
}
2020-08-12 16:10:21 +02:00
.div-donations > img {
padding-bottom: 30px;
}