diff --git a/docs/Radarr/V3/images/buy.me.a.coffee-small.png b/docs/Radarr/V3/images/buy.me.a.coffee-small.png new file mode 100644 index 000000000..9f5e58932 Binary files /dev/null and b/docs/Radarr/V3/images/buy.me.a.coffee-small.png differ diff --git a/docs/img/buy-me-a-coffee.png b/docs/img/buy-me-a-coffee.png new file mode 100644 index 000000000..94ea90df3 Binary files /dev/null and b/docs/img/buy-me-a-coffee.png differ diff --git a/docs/index.md b/docs/index.md index 2df11b6bc..83449fe92 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,12 +41,12 @@ Everything here you use on your own risk I won't be hold responsible if somethin ## Buy me a coffee -

-Buy Me A Coffee -

- ??? abstract "CLICK HERE FOR OTHER OPTIONS HOW TO BUY ME A COFFEE" + Buy me a coffee (paypal with subscription option and donator status on discord): + + Buy Me A Coffee + Paypal In $ (Dollars): [![paypal](https://raw.githubusercontent.com/TRaSH-/Guides/master/images/coffee-paypal.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P95QYT5662VLN"){:target="_blank"} diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index cbcbd52fa..830ffb794 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -4,15 +4,12 @@ --md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32); } -@keyframes heart { - 0%, 40%, 80%, 100% { - transform: scale(1); - } - 20%, 60% { - transform: scale(1.15); +footer.sponsorship { + text-align: center; + + hr { + display: inline-block; + vertical-align: middle; } } -.heart { - animation: heart 1000ms infinite; - color: #e91e63; -} + diff --git a/mkdocs.yml b/mkdocs.yml index 7d49fd7b7..af3d89c10 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -67,10 +67,10 @@ theme: language: en palette: primary: indigo - accent: red + accent: indigo scheme: slate font: code: "Fira Code" favicon: img/favicon.png logo: img/logo.png -# custom_dir: docs/themes + diff --git a/overrides/main.html b/overrides/main.html index 9dc31a2ec..15b739ac5 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -4,3 +4,13 @@ {% endblock %} + +{% block content %} + {{ super() }} + +{% endblock %}