1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2024-11-23 07:43:29 +01:00
wiki/custom.css
DN42 Wiki (BURBLE-MNT) ff52614030 Lots of link and formatting changes to provide minimal Gollum 5.x support.
More effort is probably needed to tidy up properly.
2020-05-30 10:32:54 +00:00

54 lines
780 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;
}
.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;
}
#wiki-sidebar .Box {
margin-left: 3%;
}
#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;
}