mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 09:05:30 +00:00
implement donation banner
This commit is contained in:
parent
ad5b2d6897
commit
1408bdbdff
2 changed files with 30 additions and 0 deletions
|
|
@ -244,3 +244,31 @@ footer {
|
|||
margin: 16px auto 36px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* donate */
|
||||
footer > div {
|
||||
margin-bottom: -8px;
|
||||
margin-top: 16px;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
footer > div > span {
|
||||
background: var(--background);
|
||||
color: var(--separator);
|
||||
font-size: smaller;
|
||||
margin-bottom: -8px;
|
||||
margin-top: 16px;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
footer > code {
|
||||
border-radius: 3px;
|
||||
border: 1px var(--separator) solid;
|
||||
display: inline-block;
|
||||
font-size: smaller;
|
||||
opacity: 0.7;
|
||||
padding: 8px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
@ -25,6 +25,8 @@
|
|||
<footer>
|
||||
<a href="/rss">RSS</a> |
|
||||
<a href="https://github.com/yggverse/btracker" title="v{{ meta.version }}">GitHub</a>
|
||||
<div><span>Donate (XMR)</span></div>
|
||||
<code>87CzQdAh7Ly5Rj9c1c9Fby3g2uMBCbXHh9GjKkxRhTGnbArpZsXB6XhXgYAZ4TBC4p5J6tigzsNXkNhkwZSnbJjWJcZBCgi</code>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue