aboutsummaryrefslogtreecommitdiff
path: root/public/css/stylebase.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-10-04 05:10:51 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-10-04 05:10:51 +0200
commit67b20c49ec4e5efb4526fc64ef679dfb6dd41e30 (patch)
tree289a6da21e036b62c881bc505a079d5d64dc1c20 /public/css/stylebase.css
parentc3c4be4a4efd1404aad19797c15d2a9a6ffe29a6 (diff)
downloadwcms-67b20c49ec4e5efb4526fc64ef679dfb6dd41e30.tar.gz
wcms-67b20c49ec4e5efb4526fc64ef679dfb6dd41e30.zip
2.8 auto-tag-update + help + tabs
Diffstat (limited to 'public/css/stylebase.css')
-rw-r--r--public/css/stylebase.css22
1 files changed, 20 insertions, 2 deletions
diff --git a/public/css/stylebase.css b/public/css/stylebase.css
index c733e79..017b075 100644
--- a/public/css/stylebase.css
+++ b/public/css/stylebase.css
@@ -5,14 +5,32 @@
--color4: grey;
}
+
+@keyframes alert {
+ from {top: 30px;}
+ to {top: -50px;}
+}
+
body {
margin: 0;
- font-family: monospace;
+ font-family: sans-serif;
background-color: var(--color4);
}
-
+span.alert {
+ position: fixed;
+ background-color: var(--color1);
+ z-index: 100;
+ border: ridge red;
+ width: 200px;
+ text-align: center;
+ padding: 5px;
+ top: 30px;
+ font-weight: bold;
+ left: calc(50% - 100px);
+ animation: alert 1s linear 2s forwards;
+}
form{