summaryrefslogtreecommitdiff
path: root/contrib/css.html
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/css.html')
-rw-r--r--contrib/css.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/contrib/css.html b/contrib/css.html
deleted file mode 100644
index 1409f31a..00000000
--- a/contrib/css.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<link rel="stylesheet"
- href="{{static_url}}pure-min.css"
- integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ"
- crossorigin="anonymous">
-<style>
-.talerbar {
- text-align: center;
-}
-.tt {
- font-family: 'Lucida Console', Monaco, monospace;
-}
-.content {
- overflow-x: auto;
- padding-left: 15%;
- padding-right: 15%;
-}
-.qr {
- margin: auto;
- text-align: center;
-}
-.qrtext {
- width: max-content;
- margin: auto;
- transition: font-size 0.2s;
- font-family: 'Lucida Console', Monaco, monospace;
- font-size: 0.5em;
-}
-.qrtext:hover {
- font-size: 1em;
-}
-.talerbar {
- margin: 0;
- bottom: 0;
- background-color: #033;
- color: white;
- width: 100%;
- padding: 1em;
- overflow: auto;
-}
-body {
- overflow-y: scroll;
-}
-@media (min-width: 500px) {
- .content {
- padding-bottom: 2em;
- margin-right: 1em;
- overflow-y: auto;
- }
-}
-#define EMPTY
-EMPTY#main a:link, #main a:visited, #main a:hover, #main a:active {
- color: black;
-}
-</style>