1/* footer styles
2-------------------------------------------------- */
3html {
4    position: relative;
5    min-height: 100%;
6}
7
8
9.footer {
10
11    position: absolute;
12    width: 100%;
13    left: 0px;
14    background-color: #f8f8f8;
15    background-image: linear-gradient(to top,#fff 0,#f8f8f8 100%);
16    background-repeat: repeat-x;
17    margin-top: 20px;
18    padding-top: 20px;
19    border-top-width: 20px;
20    padding-bottom: 20px;
21    text-align: center!important;
22
23}
24
25#dokuwiki__footer > div.container > div > div > h3 {
26    font-size: 1rem;
27    font-weight: bold;
28    text-align: left;
29    margin-left: unset;
30    border-bottom-style: none;
31    padding-top: unset;
32    margin-top: unset;
33    margin-bottom: unset;
34}
35
36.footer li {
37    list-style-type: none;
38    text-align: left;
39}
40
41.footer ul {
42    padding-left: 0px;
43}
44
45
46