mirror of
https://git.dn42.dev/wiki/wiki.git
synced 2024-11-23 07:43:29 +01:00
51 lines
769 B
CSS
51 lines
769 B
CSS
|
|
#sidebar-content ul {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
#sidebar-content li+li {
|
|
margin: 0;
|
|
}
|
|
|
|
#sidebar-content .markdown-body {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
#wiki-body .markdown-body {
|
|
padding: 0 !important;
|
|
padding-right: 3% !important;
|
|
}
|
|
|
|
.Box {
|
|
background-color: #f7f7f7;
|
|
-webkit-border-radius: 0.5em;
|
|
border-radius: 0.5em;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
.toc {
|
|
background-color: #f7f7f7;
|
|
}
|
|
|
|
#sidebar-content {
|
|
padding: 7px !important;
|
|
}
|
|
|
|
#footer-content {
|
|
margin-top: 1.5em;
|
|
}
|
|
|
|
#wiki-header #header-content {
|
|
background-color: #f7f7f7;
|
|
-webkit-border-radius: 0.5em;
|
|
border-radius: 0.5em;
|
|
border: 1px solid #ddd;
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
#header-content img {
|
|
background-color: #f7f7f7;
|
|
padding: 5px;
|
|
}
|
|
|