html{
scroll-behavior:smooth
}
::-webkit-scrollbar{
width:10px
}
::-webkit-scrollbar-track{
background-color:#A2A1A6
}
::-webkit-scrollbar-thumb{
background-color:#D1D0D3;
border-radius:1px;
border:2px solid #A2A1A6
}
.header-message{
background-color:#1f1e24;
height:19px;
margin-top:-1px;
padding:0 8px;
border-bottom:2px solid #aaa;
text-align:left;
vertical-align:top;
z-index:999
}
.header-message p{
display:flex
}
.with-system-header .navbar-gitlab{
top:18px
}
.header-message a{
color:#fff;
text-decoration:none;
padding:0 5px
}
.header-message a::before{
content:'•';
padding-right:3px
}
.header-message,
.header-message a::before{
font-family:monospace;
line-height:18px;
font-size:14px
}
.header-message a:hover{
background-color:#fff5
}
.header-message .header-link-no-work{
pointer-events:none;
opacity:0.3
}
.header-message .header-link-hide{
display:none
}
/* up down menu */
.a-git-nav{
position:fixed;
right:0;
bottom:0;
margin-right:2px;
border-radius:4px 4px 0 0;
background:#8936f0;
overflow:hidden;
z-index:9999
}
.a-git-arrow{
display:block;
padding:5px;
cursor:pointer;
color:#fff;
font-size:1.3em
}
.a-git-arrow-up:hover{
background:linear-gradient(180deg,#da214a,#8936f0)
}
.a-git-arrow-down:hover{
background:linear-gradient(0deg,#da214a,#8936f0)
}
/* header submenu */
.header-menu{
display:inline-block;
vertical-align:top;
color:#fff
}
.header-menu-label{
padding:0 5px;
cursor:pointer;
text-transform:uppercase
}
.header-menu:hover .header-menu-label,
.header-submenu-item:hover{
background-color:#fff5
}
.header-menu:hover .header-submenu{
display:flex
}
.header-submenu{
position:absolute;
display:none;
flex-direction:column;
vertical-align:top;
margin-top:-1px;
margin-left:-4px;
background-color:#232323;
border:2px solid #aaa;
border-top:none;
border-radius:0 0 6px 6px;
overflow:hidden
}
.header-submenu .header-menu-sup{
border-top:1px solid #aaa
}
a.header-submenu-item{
padding:0 6px
}
.header-menu-label::before{
content:'▪';
padding-right:3px
}
.header-menu:hover .header-menu-label::before{
content:'▫'
}
#loading {
transition:opacity 0.3s
}
#loading.lohid {
opacity:0
}
