druid-docs-cn/styles/website.css

49 lines
727 B
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-03-24 13:56:33 +08:00
}