forked from statOmics/PDA23EBI
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
64 lines (58 loc) · 839 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/*-Increse Font Size----------*/
/* Whole document: */
body{
font-size: 16pt;
line-height: 1.5;
}
/* Headers */
h1{
font-size: 26pt;
}
h2{
font-size: 24pt;
}
h3{
font-size: 22pt;
}
h4{
font-size: 20pt;
}
h5,h6{
font-size: 18pt;
}
code.r{
font-size: 14pt;
}
pre{
font-size: 14pt;
}
/*------------FOOTER----------*/
/* To make the footer stick to the bottom */
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 90%;
height: 60px;
padding: 20px 10px;
color: #808080;
margin: 3rem auto;
left: 50%;
margin-left: -45%;
font-size: 12px;
font-weight: 300;
text-align: center;
}
/* Divider line above footer */
.footer hr{
width: 100%;
}
.tocify-extend-page {
height: 60px !important;
}