hexo-theme-stellar/source/css/_layout/navbar.styl

54 lines
1020 B
Stylus

.nav-wrap
position: sticky
position: -webkit-sticky
margin-top: 1.75rem
top: -2px
background: var(--site-bg)
padding: 0.5rem 1rem 0.38rem
z-index: 1
nav.cap
display: flex
overflow: scroll
scrollbar(0, 0)
>p
margin: 0
a
padding: 0.5rem 0.75rem
margin-left: 0.25rem
color: var(--text-p3)
border-radius: 4px
font-weight: 600
white-space: nowrap
trans1 background
&.active, &:hover
background: var(--hover-block)
color: var(--text-p1)
//
.breadcrumb-navigation
padding: $gap $gap 0
margin-top: $gap
font-size: $fs-footnote
color: var(--text-p3)
font-weight: 500
div#breadcrumb
display: flex
align-items: center
flex-direction: row
&:not([style]) a
color: $color-link
&[style] a
color: inherit
span.sep
color: var(--text-p3)
a.cap:hover
color: $color-hover
div#post-meta
margin-top: 2px
@media screen and (max-width: $device-tablet)
.nav-wrap
margin-top: 0