summaryrefslogtreecommitdiff
path: root/public/donate.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/donate.css')
-rw-r--r--public/donate.css62
1 files changed, 62 insertions, 0 deletions
diff --git a/public/donate.css b/public/donate.css
new file mode 100644
index 0000000..49be209
--- /dev/null
+++ b/public/donate.css
@@ -0,0 +1,62 @@
+/* generic */
+
+fieldset > a.donate-btn {
+ width: calc(100% - 1em);
+}
+
+a.donate-btn {
+ margin: 0.25em 0;
+
+ border-radius: 5px;
+ display: inline-block;
+ padding: 5px 7px 3px 7px;
+
+ font-size: 14px;
+ font-weight: 700;
+ line-height: 22px;
+ text-decoration: none;
+}
+a.donate-btn > img {
+ height: 16px;
+ margin-top: 2px;
+ margin-right: 3px;
+ vertical-align: top;
+}
+a.donate-btn > span {
+ vertical-align: top;
+}
+
+/* Liberapay */
+
+a.donate-btn.liberapay {
+ background-color: #f6c915;
+ color: #1a171b;
+ font-family: Helvetica Neue,Helvetica,sans-serif;
+}
+a.donate-btn.liberapay:hover {
+ background-color: #fbce1a;
+}
+
+/* Ko-fi */
+
+a.donate-btn.kofi {
+ font-family: 'Quicksand',Helvetica,Century Gothic,sans-serif;
+ background-color: #29abe0;
+ color: #ffffff;
+}
+a.donate-btn.kofi:hover {
+ background-color: #48b7e4;
+}
+
+/* Patreon */
+
+a.donate-btn.patreon {
+ background-color: #000000;
+ color: #ffffff;
+ text-transform: uppercase;
+ outline: solid 1px #000000;
+}
+a.donate-btn.patreon:hover {
+ background-color: #ffffff;
+ color: #000000;
+}