]> git.plutz.net Git - lobster/commitdiff
#message block
authorPaul Hänsch <paul@plutz.net>
Sun, 14 Feb 2021 10:36:21 +0000 (11:36 +0100)
committerPaul Hänsch <paul@plutz.net>
Sun, 14 Feb 2021 10:36:21 +0000 (11:36 +0100)
style.css

index a7943d9293dba7e33c09f5b06d5fed2f36ed1392..5edc969c2cf295f86f9c6f12180ded49cb8b6c98 100644 (file)
--- a/style.css
+++ b/style.css
@@ -5,31 +5,16 @@ p + h1, p + h2, p + h3 {
 
 /* ====== COMMON ELEMENTS ======*/
 
-body > ul.menu {
+#message {
   display: block;
-  height: 1.75em;
-  margin: 0; -padding: 0 .5em;
-  list-style: none;
-  color: #CCC;
-  background-color: #444;
-  box-shadow: inset 0 -.25em .25em #000;
-  overflow: hidden;
-  z-index: 3;
-}
-
-body > .menu li {
-  display: inline-block;
-}
-body > .menu a {
-  color: inherit;
-  padding: .5em 3em;
-  box-shadow: inset 0 0 .5em #000;
-}
-body.cards > .menu a[href="/cards/"],
-body.courses > .menu a[href="/courses/"] {
-  color: #000;
-  background-color: #FFF;
-  box-shadow: none;
+  position: fixed;
+  top: 0; width: 100%;
+  margin: 0; padding: 1em;
+  text-align: center;
+  font-weight: bold;
+  background-color: #FAA;
+  border: 1px solid #000;
+  border-style: none none solid none;
 }
 
 /* =========== FILTER AND SEARCH Headers ========= */