gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-merchant-demos] branch master updated: remove unnecessary f


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: remove unnecessary files
Date: Thu, 22 Apr 2021 15:55:28 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 8b64dac  remove unnecessary files
8b64dac is described below

commit 8b64daca2bb022bfcfd1548195aa5c59ce1a7c00
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Apr 22 15:55:25 2021 +0200

    remove unnecessary files
---
 talermerchantdemos/static/__init__.py        |  1 -
 talermerchantdemos/static/demo.css           | 46 ++++++++++++----------
 talermerchantdemos/static/navbar.css         | 26 +++++++++----
 talermerchantdemos/static/taler-fallback.css | 17 ---------
 talermerchantdemos/static/torsten.css        | 57 +++++++++++++++++-----------
 5 files changed, 77 insertions(+), 70 deletions(-)

diff --git a/talermerchantdemos/static/__init__.py 
b/talermerchantdemos/static/__init__.py
deleted file mode 100644
index 6b61bdc..0000000
--- a/talermerchantdemos/static/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-app.static_folder = 'static'
diff --git a/talermerchantdemos/static/demo.css 
b/talermerchantdemos/static/demo.css
index 3917816..c38e601 100644
--- a/talermerchantdemos/static/demo.css
+++ b/talermerchantdemos/static/demo.css
@@ -1,51 +1,54 @@
 @charset "UTF-8";
 /* style common to all demo pages */
 .demobar h1 {
-  text-align: center; }
+  text-align: center;
+}
 
 .demobar > p {
-  padding: 0.5em; }
+  padding: 0.5em;
+}
 
 .demobar a,
 .demobar a:visited {
-  color: inherit; }
+  color: inherit;
+}
 
-.adorn-brackets::before {
-  content: "❬";
-  color: #aa3939; }
-
-.adorn-brackets::after {
-  content: "❭";
-  color: #aa3939; }
 
 .tt {
-  font-family: 'Lucida Console', Monaco, monospace; }
+  font-family: "Lucida Console", Monaco, monospace;
+}
 
 .informational-ok {
   background: lightgreen;
   border-radius: 1em;
-  padding: 0.5em; }
+  padding: 0.5em;
+}
 
 .informational-fail {
   background: lightpink;
   border-radius: 1em;
-  padding: 0.5em; }
+  padding: 0.5em;
+}
 
 .content {
-  overflow-x: auto; }
+  overflow-x: auto;
+}
 
 .demobar {
   overflow-x: auto;
   background-color: #033;
-  color: white; }
+  color: white;
+}
 
 body {
   overflow-x: hidden;
-  overflow-y: auto; }
+  overflow-y: auto;
+}
 
 body * {
   /* margin-left: 0.5vw; */
-  left: 0.1vw; }
+  left: 0.1vw;
+}
 
 @media (min-width: 500px) {
   .content {
@@ -53,7 +56,8 @@ body * {
     padding-left: 2em;
     margin-right: 1em;
     overflow-x: hidden;
-    overflow-y: auto; }
+    overflow-y: auto;
+  }
 
   .demobar {
     /* height: 100%; */
@@ -70,6 +74,6 @@ body * {
     padding-right: 1em;
     overflow-x: hidden;
     overflow-y: auto;
-    text-align: center; } }
-
-/*# sourceMappingURL=demo.css.map */
+    text-align: center;
+  }
+}
diff --git a/talermerchantdemos/static/navbar.css 
b/talermerchantdemos/static/navbar.css
index e1c0494..a2ba185 100644
--- a/talermerchantdemos/static/navbar.css
+++ b/talermerchantdemos/static/navbar.css
@@ -26,7 +26,9 @@ nav {
   z-index: 10000;
 }
 
-nav a, nav span, .navbtn {
+nav a,
+nav span,
+.navbtn {
   border: none;
   color: white;
   text-align: center;
@@ -37,23 +39,33 @@ nav a, nav span, .navbtn {
   height: inherit;
 }
 
-nav a, nav span, .navbtn {
+nav a,
+nav span,
+.navbtn {
   padding: 15px 32px;
 }
 
-nav a:hover, nav span:hover, .navbtn:hover {
+nav a:hover,
+nav span:hover,
+.navbtn:hover {
   background: #00000022;
 }
 
-nav a.active, nav span.active, .navbtn.active {
+nav a.active,
+nav span.active,
+.navbtn.active {
   background-color: #3daee9;
 }
 
-nav a.active:hover, nav span.active:hover, .navbtn.active:hover {
+nav a.active:hover,
+nav span.active:hover,
+.navbtn.active:hover {
   background: #0042b2;
 }
 
-nav a, nav span, .navbtn {
+nav a,
+nav span,
+.navbtn {
   cursor: pointer;
 }
 
@@ -71,5 +83,3 @@ nav .right div.nav:hover {
 nav .right:hover div.nav {
   display: block;
 }
-
-/*# sourceMappingURL=navbar.css.map */
diff --git a/talermerchantdemos/static/taler-fallback.css 
b/talermerchantdemos/static/taler-fallback.css
deleted file mode 100644
index ec91905..0000000
--- a/talermerchantdemos/static/taler-fallback.css
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Fallback stylesheet.  Should be included in the document as follows:
- *
- * <link rel="stylesheet"
- *       href="taler-fallback.css"
- *       id="taler-presence-stylesheet />
- *
- * When either the taler-wallet-lib is included or the wallet is presence,
- * it will take over this stylesheet for presence detection.
- *
- * This fallback stylesheet makes sure that classes for presence detection
- * are displayed correctly, even if JavaScript is disabled and the wallet
- * is not present.
- */
-.taler-installed-show {
-  display: none; }
-
-/*# sourceMappingURL=taler-fallback.css.map */
diff --git a/talermerchantdemos/static/torsten.css 
b/talermerchantdemos/static/torsten.css
index c68262e..6e5a01d 100644
--- a/talermerchantdemos/static/torsten.css
+++ b/talermerchantdemos/static/torsten.css
@@ -1,36 +1,47 @@
 .warn {
-    background-color: #aa393977;
-    padding: 1em;
+  background-color: #aa393977;
+  padding: 1em;
 }
 @keyframes hoveranim {
-    from {left:0;}
-    to {left:1vw;}
+  from {
+    left: 0;
+  }
+  to {
+    left: 1vw;
+  }
 }
 @keyframes hoveranimrevert {
-    from {left:1vw;}
-    to {left:0;}
+  from {
+    left: 1vw;
+  }
+  to {
+    left: 0;
+  }
 }
 .notice {
-    border-radius: 1em;
-    background: #0333;
-    border-left: 0.3em solid #033;
-    padding-left: 1em;
-    padding-top: 0.5em;
-    padding-bottom: 0.5em;
-    margin-top: 2em;
-    margin-bottom: 2em;
+  border-radius: 1em;
+  background: #0333;
+  border-left: 0.3em solid #033;
+  padding-left: 1em;
+  padding-top: 0.5em;
+  padding-bottom: 0.5em;
+  margin-top: 2em;
+  margin-bottom: 2em;
 }
 .notice {
-    position: relative;
-    left: 0;
-    animation-name: hoveranimrevert;
-    animation-duration: 1s;
+  position: relative;
+  left: 0;
+  animation-name: hoveranimrevert;
+  animation-duration: 1s;
 }
 .notice:hover {
-    left: 1vw;
-    animation-name: hoveranim;
-    animation-duration: 1s;
+  left: 1vw;
+  animation-name: hoveranim;
+  animation-duration: 1s;
 }
-#main a:link, #main a:visited, #main a:hover, #main a:active {
-    color: black;
+#main a:link,
+#main a:visited,
+#main a:hover,
+#main a:active {
+  color: black;
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]