mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-22 12:01:25 +00:00
67 lines
954 B
CSS
67 lines
954 B
CSS
body{
|
|
font-size: 32px;
|
|
min-width: 980px;
|
|
max-width: 1180px;
|
|
}
|
|
|
|
.main-content{
|
|
min-width: 980px;
|
|
max-width: 1180px;
|
|
}
|
|
|
|
.markdown-body blockquote{
|
|
border-left: 4px solid #F9CC9D;
|
|
}
|
|
|
|
.markdown-body .img-container{
|
|
text-align: center;
|
|
}
|
|
|
|
@media (min-width: 43.75em) {
|
|
body {
|
|
padding: 0px;
|
|
}
|
|
}
|
|
|
|
.markdown-body{
|
|
display: flex;
|
|
padding-left: 0;
|
|
overflow: auto;
|
|
}
|
|
|
|
.toc-container{
|
|
min-width: 220px;
|
|
top: 20px;
|
|
height: 95vh;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.toc-container .toc-content{
|
|
position: fixed;
|
|
overflow-y: scroll;
|
|
top:12px;
|
|
bottom: 0;
|
|
}
|
|
|
|
.toc-container ul{
|
|
font-size: 12px;
|
|
list-style: none;
|
|
padding-left: 15px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.toc-container a{
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.toc-active a{
|
|
opacity: 1;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sidebar-header-1 { display: none }
|
|
.sidebar-header-2 { margin-left: 0px; }
|
|
.sidebar-header-3 { margin-left: 15px; }
|
|
.sidebar-header-4 { display: none }
|
|
.sidebar-header-5 { display: none }
|