updated dependencies and moved to new rendering

This commit is contained in:
ston1th 2020-11-12 22:54:50 +01:00
commit 0a55030ae5
467 changed files with 64111 additions and 111050 deletions

View file

@ -35,10 +35,14 @@ a.para {
text-decoration: none;
font-size: 18px;
}
a.anchor {
nav {
padding-top: 20px;
}
*[id]:before {
display: block;
position: relative;
top: -70px;
content: " ";
margin-top: -75px;
height: 75px;
visibility: hidden;
}
.alert-primary {
@ -48,8 +52,6 @@ a.anchor {
}
h1,h2,h3,h4,h5,h6 {
font-weight: bold;
/*padding-top: 60px !important;*/
/*margin-top: -55px !important;*/
-webkit-background-clip: content-box !important;
background-clip: content-box !important;
}
@ -65,20 +67,13 @@ h3 {
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
h6 {
h5,h6 {
font-size: 1em;
}
.md-text {
font-family: 'Courier New';
font-size: 14;
}
ul.toc {
list-style-type: disc;
margin-bottom: 0 !important;
}
pre {
display: block;
padding: 10px;
@ -119,10 +114,10 @@ input.menu {
.menu-search-input {
background-color: #2f2f2f !important;
}
html, body, .container, .content {
html,body,.container,.content {
height: 100% !important;
}
.container, .content {
.container,.content {
position: relative;
}
.proper-content {