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: add torsten.css


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: add torsten.css
Date: Mon, 12 Oct 2020 18:23:27 +0200

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

grothoff 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 6980e91  add torsten.css
6980e91 is described below

commit 6980e914c14a8598cae7e84088d475400fb66fbe
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Oct 12 18:23:25 2020 +0200

    add torsten.css
---
 talermerchantdemos/static/torsten.css | 36 +++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/talermerchantdemos/static/torsten.css 
b/talermerchantdemos/static/torsten.css
new file mode 100644
index 0000000..c68262e
--- /dev/null
+++ b/talermerchantdemos/static/torsten.css
@@ -0,0 +1,36 @@
+.warn {
+    background-color: #aa393977;
+    padding: 1em;
+}
+@keyframes hoveranim {
+    from {left:0;}
+    to {left:1vw;}
+}
+@keyframes hoveranimrevert {
+    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;
+}
+.notice {
+    position: relative;
+    left: 0;
+    animation-name: hoveranimrevert;
+    animation-duration: 1s;
+}
+.notice:hover {
+    left: 1vw;
+    animation-name: hoveranim;
+    animation-duration: 1s;
+}
+#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]