main.css: make wip banner less obnoxious; add style for 'tip' (transl. in progress...
authorThérèse Godefroy <godef.th@free.fr>
Tue, 26 Sep 2017 21:06:26 +0000 (23:06 +0200)
committerThérèse Godefroy <godef.th@free.fr>
Tue, 26 Sep 2017 21:06:26 +0000 (23:06 +0200)
css/main.css

index 119d64a46809115ed55cfee7b69988b230cec7bd..043b50d41e25a37806801f6a691c2ef7351cc156 100644 (file)
@@ -602,15 +602,26 @@ input[type='reset']:hover {
 /* Work in Progress Banner */
 
 .wip {
-    width: 96%;
     margin: 0 auto;
-    padding: .5em 0;
-    background: red;
+    padding: .3em 0;
+    background: #0b3567;
     text-align: center;
     color: white;
     font-weight: bold;
 }
 
+.wip a {
+    color: yellow;
+}
+.wip a:hover, .wip a:focus {
+    color: white;
+}
+
+.tip {
+    background: #0b3567;
+    color: white;
+}
+
 /* PGP pathfinder
  */