druid-docs-cn/styles/website.css

76 lines
1.2 KiB
CSS
Raw Normal View History

2020-03-24 14:04:29 +08:00
.atoc {
2020-03-26 17:17:52 +08:00
top: 50px;
max-height: 400px;
overflow: auto;
2020-03-28 17:31:45 +08:00
}
pre[class*="language-"] {
max-height: 500px;
2020-04-07 13:43:49 +08:00
}
.markdown-section table{
display: block;
}
2020-04-08 09:26:42 +08:00
.atoc li{
margin: 0 20px 0 0;
2020-05-15 12:28:30 +08:00
}
.gitbook-donate{
width: 0% !important;
position: fixed;
2020-05-15 13:03:42 +08:00
right: 150px;
2020-05-15 12:28:30 +08:00
bottom: 10px;
}
#QR {
padding-top: 20px;
position: fixed;
bottom: 100px;
right: 10px;
2020-05-15 13:03:42 +08:00
}
.gitbook-donate #wechat, .gitbook-donate #alipay {
display: inline-block;
width: 100px;
margin-right: 25px;
}
.gitbook-donate p{
text-align: right;
}
2020-05-15 13:09:43 +08:00
.gitbook-donate div:first-child{
2020-05-15 13:03:42 +08:00
display: none;
2020-05-15 13:14:46 +08:00
}
#wechat:hover p, #alipay:hover p{
animation: none !important;
-webkit-animation: none !important;
2020-06-24 18:05:51 +08:00
}
.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;
2020-06-28 14:43:20 +08:00
max-width: 1250px !important;
2020-06-24 18:05:51 +08:00
}
2020-03-24 13:56:33 +08:00
}