2014-07-08 16:51:13 +02:00
|
|
|
|
|
|
|
#sidebar-content ul {
|
2020-05-29 22:09:57 +02:00
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-content li+li {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-content .markdown-body {
|
|
|
|
padding: 0 !important;
|
2014-07-08 16:51:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wiki-body .markdown-body {
|
2020-05-29 22:09:57 +02:00
|
|
|
padding: 0 !important;
|
2023-02-04 15:28:00 +01:00
|
|
|
padding-right: 3% !important;
|
2020-05-29 22:09:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2014-07-08 16:51:13 +02:00
|
|
|
}
|
2016-02-11 19:27:10 +01:00
|
|
|
|
2020-05-29 22:09:57 +02:00
|
|
|
#header-content img {
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
padding: 5px;
|
2016-02-11 19:27:10 +01:00
|
|
|
}
|
|
|
|
|