summaryrefslogtreecommitdiff
path: root/talermerchantdemos/static/torsten.css
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/static/torsten.css')
-rw-r--r--talermerchantdemos/static/torsten.css57
1 files changed, 34 insertions, 23 deletions
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;
}