|
|
@ -20,8 +20,6 @@ |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
|
top: 0; |
|
|
|
top: 0; |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
width: calc(100% - 700px); |
|
|
|
|
|
|
|
padding: 1em; |
|
|
|
|
|
|
|
background-color: rgba(255,255,255,.7); |
|
|
|
background-color: rgba(255,255,255,.7); |
|
|
|
overflow-y: auto; |
|
|
|
overflow-y: auto; |
|
|
|
padding-top: 2em; |
|
|
|
padding-top: 2em; |
|
|
@ -41,12 +39,32 @@ |
|
|
|
.sidebar-title { |
|
|
|
.sidebar-title { |
|
|
|
text-shadow: 0 0 3px white; |
|
|
|
text-shadow: 0 0 3px white; |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
|
|
|
|
position: fixed; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
top: 0; |
|
|
|
|
|
|
|
line-height: 3em; |
|
|
|
|
|
|
|
padding-left: .5em; |
|
|
|
|
|
|
|
padding-bottom: .5em; |
|
|
|
|
|
|
|
margin-bottom: -.5em; |
|
|
|
|
|
|
|
background-image: linear-gradient(top,rgba(255,255,255,.7) 50%,rgba(255,255,255,0) 100%); |
|
|
|
|
|
|
|
pointer-events: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.sidebar-title a { |
|
|
|
|
|
|
|
pointer-events: initial; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.sidebar, .sidebar-title { |
|
|
|
|
|
|
|
padding-left: 1em; |
|
|
|
|
|
|
|
padding-right: 1em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 1300px) { |
|
|
|
@media screen and (max-width: 1300px) { |
|
|
|
.sidebar, .sidebar-title { |
|
|
|
.sidebar, .sidebar-title { |
|
|
|
width: 550px; |
|
|
|
width: 550px; |
|
|
|
padding: 1em .5em; |
|
|
|
} |
|
|
|
|
|
|
|
.sidebar, .sidebar-title { |
|
|
|
|
|
|
|
padding-left: .5em; |
|
|
|
|
|
|
|
padding-right: .5em; |
|
|
|
} |
|
|
|
} |
|
|
|
.sidebar-on .sidebar, .sidebar-on .sidebar-title { |
|
|
|
.sidebar-on .sidebar, .sidebar-on .sidebar-title { |
|
|
|
left: calc(100% - 550px); |
|
|
|
left: calc(100% - 550px); |
|
|
|