aboutsummaryrefslogtreecommitdiff
path: root/src/main/assets/style.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-06 11:08:28 +0300
committerGravatar Vitaly Takmazov2018-12-06 11:08:28 +0300
commit032eaf035f566bbaba1c701b5eef8bebd55e68d4 (patch)
tree44f11bd5d827d352907d2b88f0d6bcc3f213b1b0 /src/main/assets/style.css
parent2ee360b1506259447ed7df45c3a034ee9ceeac2f (diff)
styling
Diffstat (limited to 'src/main/assets/style.css')
-rw-r--r--src/main/assets/style.css27
1 files changed, 9 insertions, 18 deletions
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 */