druid-docs-cn/styles/website.css

76 lines
1.2 KiB
CSS

.atoc {
top: 50px;
max-height: 400px;
overflow: auto;
}
pre[class*="language-"] {
max-height: 500px;
}
.markdown-section table{
display: block;
}
.atoc li{
margin: 0 20px 0 0;
}
.gitbook-donate{
width: 0% !important;
position: fixed;
right: 150px;
bottom: 10px;
}
#QR {
padding-top: 20px;
position: fixed;
bottom: 0px;
right: 230px;
}
.gitbook-donate #wechat, .gitbook-donate #alipay {
display: inline-block;
width: 100px;
margin-right: 25px;
}
.gitbook-donate p{
text-align: right;
}
.gitbook-donate div:first-child{
display: none;
}
#wechat:hover p, #alipay:hover p{
animation: none !important;
-webkit-animation: none !important;
}
.book-summary {
width: 220px !important;
left: 5px !important;
}
.book-body {
left: 220px !important;
}
.navigation.navigation-next {
right: 240px !important;
}
@media screen and (max-width: 1500px) {
.page-inner {
margin: 0 100px 0 100px !important;
max-width: 800px !important;
}
}
@media screen and (min-width: 1500px) {
.page-inner {
margin: 0 100px 0 100px !important;
max-width: 1250px !important;
}
}