From: Thérèse Godefroy Date: Tue, 26 Sep 2017 21:06:26 +0000 (+0200) Subject: main.css: make wip banner less obnoxious; add style for 'tip' (transl. in progress... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6864b8593821f654ab1c2502f0483e16f887afdb;p=enc-static.git main.css: make wip banner less obnoxious; add style for 'tip' (transl. in progress) tags in translist. --- 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 */