projects
/
enc-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e97c94f
)
main.css: make wip banner less obnoxious; add style for 'tip' (transl. in progress...
author
Thérèse Godefroy
<godef.th@free.fr>
Tue, 26 Sep 2017 21:06:26 +0000
(23:06 +0200)
committer
Thérèse Godefroy
<godef.th@free.fr>
Tue, 26 Sep 2017 21:06:26 +0000
(23:06 +0200)
css/main.css
patch
|
blob
|
blame
|
history
diff --git
a/css/main.css
b/css/main.css
index 119d64a46809115ed55cfee7b69988b230cec7bd..043b50d41e25a37806801f6a691c2ef7351cc156 100644
(file)
--- 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: .
5
em 0;
- background:
red
;
+ padding: .
3
em 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
*/