druid-docs-cn/styles/website.css

112 lines
1.7 KiB
CSS
Raw Normal View History

2020-03-24 02:04:29 -04:00
.atoc {
2020-03-26 05:17:52 -04:00
top: 50px;
max-height: 400px;
overflow: auto;
2020-03-28 05:31:45 -04:00
}
pre[class*="language-"] {
max-height: 500px;
2020-04-07 01:43:49 -04:00
}
.markdown-section table{
display: block;
}
2020-04-07 21:26:42 -04:00
.atoc li{
margin: 0 20px 0 0;
2020-05-15 00:28:30 -04:00
}
.gitbook-donate{
width: 0% !important;
position: fixed;
2020-05-15 01:03:42 -04:00
right: 150px;
2020-07-18 04:49:18 -04:00
bottom: 0px;
2020-05-15 00:28:30 -04:00
}
#QR {
padding-top: 20px;
position: fixed;
2020-07-01 01:25:43 -04:00
bottom: 0px;
2020-07-18 04:49:18 -04:00
right: 25px;
2020-07-18 04:52:46 -04:00
display: block !important;
2020-05-15 01:03:42 -04:00
}
.gitbook-donate #wechat, .gitbook-donate #alipay {
display: inline-block;
width: 100px;
margin-right: 25px;
}
.gitbook-donate p{
text-align: right;
}
2020-05-15 01:09:43 -04:00
.gitbook-donate div:first-child{
2020-07-18 04:49:18 -04:00
display: block;
width: 200px;
position: relative;
right: 85px;
bottom: 130px;
}
#rewardButton {
2020-05-15 01:03:42 -04:00
display: none;
2020-05-15 01:14:46 -04:00
}
2020-07-18 04:49:18 -04:00
#wechat {
bottom: 0px;
right: 15px;
}
2020-05-15 01:14:46 -04:00
#wechat:hover p, #alipay:hover p{
animation: none !important;
-webkit-animation: none !important;
2020-06-24 06:05:51 -04:00
}
2020-07-16 02:25:50 -04:00
.treeview__container-title {
display: none;
}
2021-01-13 23:58:26 -05:00
@media screen and (min-width: 1400px) {
2021-01-13 23:50:58 -05:00
.movie {
2021-01-14 00:07:04 -05:00
display: block !important;
2021-01-13 23:50:58 -05:00
}
}
@media screen and (max-width: 1500px) and (min-width: 1000px) {
2020-06-24 06:05:51 -04:00
.page-inner {
margin: 0 100px 0 100px !important;
max-width: 800px !important;
}
2021-01-14 00:07:04 -05:00
.book-body {
left: 220px !important;
}
2021-01-14 00:12:52 -05:00
.book-summary {
width: 220px !important;
}
.navigation.navigation-next {
right: 240px !important;
}
2020-06-24 06:05:51 -04:00
}
@media screen and (min-width: 1500px) {
.page-inner {
margin: 0 100px 0 100px !important;
2020-06-28 02:43:20 -04:00
max-width: 1250px !important;
2020-06-24 06:05:51 -04:00
}
2021-01-14 00:07:04 -05:00
.book-body {
left: 220px !important;
}
2021-01-14 00:12:52 -05:00
.book-summary {
width: 220px !important;
}
.navigation.navigation-next {
right: 240px !important;
}
2020-03-24 01:56:33 -04:00
}