CSS tweaks after review

This commit is contained in:
zzz
2019-12-01 17:04:46 +00:00
parent 32044f1682
commit 4c9c83231b
2 changed files with 5 additions and 90 deletions

View File

@@ -2669,7 +2669,7 @@ td {
h4.app, h4.app2 {
margin: 0 auto 3px;
padding: 7px 10px 6px 32px;
padding: 7px 10px 6px;
border: 1px solid #dee2e6;
font-size: 12pt;
text-transform: capitalize;

View File

@@ -42,48 +42,6 @@ b, td.search {
color: #41465f;
}
#logo {
margin: -5px 0 -1px;
text-align: center;
background-size: auto 50px, 100% 100%;
border: 1px solid #dee2e6;
box-shadow: inset 0 0 0 1px #fff;
width: 100%;
}
#logo:not(old) {
background: #f6f6fa;
}
#logo:not(.iframed) img {
display: inline-block;
max-height: 55px;
margin-top: -55px;
}
#logo::before {
content: "";
display: inline-block;
background-size: auto 50px;
height: 55px;
width: 100%;
opacity: 0.7;
filter: sepia(100%) hue-rotate(180deg);
mix-blend-mode: multiply;
}
#logo img {
display: none;
}
.iframed #logo {
display: none;
}
#logo + hr, #navi + hr {
display: none;
}
hr {
display: none;
}
@@ -133,53 +91,10 @@ code, tt, .destaddress {
color: #fafaff !important;
}
#navi a:focus,
#navi a.active {
mix-blend-mode: luminosity !important;
z-index: 50 !important;
padding: 4px 12px !important;
padding-right: 12px !important;
padding-left: 12px !important;
color: #fafaff !important;
box-shadow: inset 1px 1px 1px rgba(31, 43, 63, 0.7) !important;
background: #4661A9 !important;
text-shadow: none !important;
}
#navi a.abook {
box-sizing: border-box;
border: 1px solid #dee2e6;
border-radius: 15px;
min-width: 60px!important;
line-height: 130%;
background: #f6f6fa;
box-shadow: inset 0 0 0 1px #f6f6fa;
display: inline-block;
padding: 3px 14px;
color: #2c4e8f
}
#navi a#subs {
box-sizing: border-box;
border: 1px solid #dee2e6;
border-radius: 15px;
min-width: 60px!important;
line-height: 130%;
background: #f6f6fa;
box-shadow: inset 0 0 0 1px #f6f6fa;
display: inline-block;
padding: 3px 14px;
color: #2c4e8f
}
#navi a#config {
box-sizing: border-box;
border: 1px solid #dee2e6;
border-radius: 15px;
min-width: 60px!important;
line-height: 130%;
background: #f6f6fa;
box-shadow: inset 0 0 0 1px #f6f6fa;
display: inline-block;
padding: 3px 14px;
color: #2c4e8f
}
#navi a.active,
#navi a.abook,
#navi a#subs,
#navi a#config,
#navi a#overview {
box-sizing: border-box;
border: 1px solid #dee2e6;