From 6864b8593821f654ab1c2502f0483e16f887afdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Tue, 26 Sep 2017 23:06:26 +0200 Subject: [PATCH] main.css: make wip banner less obnoxious; add style for 'tip' (transl. in progress) tags in translist. --- css/main.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index 119d64a..043b50d 100644 --- a/css/main.css +++ b/css/main.css @@ -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 */ -- 2.25.1