aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-12-27 12:36:25 +0300
committerGravatar Vitaly Takmazov2017-12-27 12:36:25 +0300
commitf21e9d764424e698457ba988b8d97566af35e6df (patch)
tree7ba9b919bc53fa6e6a49662fba0798236f14ba0e /juick-www/src
parentae30ec865373868228eac7ff4a04f9a732c6346d (diff)
www: clean up global menu
Diffstat (limited to 'juick-www/src')
-rw-r--r--juick-www/src/main/static/style.css21
1 files changed, 9 insertions, 12 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css
index c09d7e88..6fd2c763 100644
--- a/juick-www/src/main/static/style.css
+++ b/juick-www/src/main/static/style.css
@@ -166,7 +166,13 @@ body > header a {
}
#global li {
display: inline-block;
- margin: 14px 12px 0 0;
+ padding: 14px;
+}
+#global li:hover {
+ background-color: #fff;
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
+ cursor: pointer;
+ transition: background-color 0.2s ease-in;
}
#search {
margin: 12px 20px 12px 0;
@@ -176,16 +182,6 @@ body > header a {
border: 1px solid #DDDDD5;
padding: 4px;
}
-body > header nav li:after {
- color: #AAA;
- content: "|";
- display: inline-block;
- margin-left: 12px;
-}
-body > header nav li:last-child:after {
- display: none;
-}
-
@media screen and (max-width: 850px) {
body > header a {
font-size: 12pt;
@@ -537,7 +533,8 @@ q:before,
q:after {
content: "";
}
-q, blockquote {
+q,
+blockquote {
border-left: 3px solid #CCC;
color: #666;
display: block;