basic functions working

This commit is contained in:
ston1th 2019-05-02 14:17:24 +02:00
commit ffeeae5702
22 changed files with 420 additions and 129 deletions

View file

@ -41,6 +41,9 @@ a.anchor {
top: -70px;
visibility: hidden;
}
a.mono {
font-family: monospace;
}
.alert-primary {
background-color: #375a7f;
border-color: #375a7f;
@ -71,10 +74,6 @@ h5 {
h6 {
font-size: 1em;
}
.md-text {
font-family: 'Courier New';
font-size: 14;
}
ul.toc {
list-style-type: disc;
margin-bottom: 0 !important;
@ -119,6 +118,12 @@ input.menu {
.menu-search-input {
background-color: #2f2f2f !important;
}
.custom-file-label {
background-color: #444 !important;
}
.custom-file-label::after {
color: #fff;
}
html, body, .container, .content {
height: 100% !important;
}
@ -132,21 +137,18 @@ html, body, .container, .content {
margin-bottom: 20px;
width: 250px;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -60px;
}
.push {
height: 20px;
}
.full-width {
width: 100%;
}
.footer-wrapper {
.relative {
position: relative;
padding-top: 20px;
height: 50px;
color: #888888;
}
.btn-breadcrumb {
position: absolute;
right: 1rem;
top: 38%;
transform: translateY(-50%);
}