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