From 032eaf035f566bbaba1c701b5eef8bebd55e68d4 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Dec 2018 11:08:28 +0300 Subject: styling --- src/main/assets/style.css | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'src/main/assets/style.css') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 45e1722a..f7acac3c 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -182,32 +182,27 @@ body > header { #global a { color: #88958d; display: inline-block; - padding: 14px 6px; - border-bottom: 2px solid transparent; -} -#global li { - display: inline-block; + padding: 14px; border-bottom: 2px solid transparent; } #ctitle a { - padding: 4px 20px; + padding: 2px 20px; border-bottom: 2px solid transparent; } .l a { border-bottom: 2px solid transparent; } -#global li.active { - background: #fff; - color: #ff339a; +#header_wrapper a.active { + background: #ff339a; + color: #fff; border-bottom: 2px solid #ff339a; pointer-events: none; } -#global li:hover:not(.active), +#global a:hover:not(.active), #ctitle a:hover:not(.active), .l a:hover { background: #fff; border-bottom: 2px solid #ff339a; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); cursor: pointer; } #search input { @@ -548,16 +543,9 @@ article .tags > a, } @media screen and (max-width: 480px) { - #wrapper { - margin-top: 104px; - } #search { display: none; } - #global a { - padding: 14px 2px; - font-size: 11pt; - } .msg-cont > nav.l, article > nav.l { font-size: 9pt; @@ -575,6 +563,9 @@ article .tags > a, .title2-right { line-height: initial; } + .icon-title { + display: none; + } } /* #endregion */ -- cgit v1.2.3