-
Notifications
You must be signed in to change notification settings - Fork 2
/
styles.css
93 lines (81 loc) · 1.33 KB
/
styles.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
blockquote {
font-style: italic
}
/* Headers */
h1{
font-size: 20pt;
font-weight: bold;
}
h2{
font-size: 18pt;
font-weight: bold;
}
h3,h4,h5,h6{
font-size: 14pt;
font-weight: bold;
}
#figcap{
font-size:100%;
color:#717D7E;
text-align: center;
}
#fig {
width: 80%;
}
#tabcap{
font-size:100%;
color:#717D7E;
text-align: center;
}
#footer{
position:fixed;
height:30px;
bottom:0;
left:0;
right:15px;
text-align: right;
background-color:white;
margin-bottom:0;
}
#KeySources{
font-size:150%;
color:#717D7E;
}
#box {
text-align: center;
float: center;
width:60%;
z-index:-10;
border: solid;
border-width: 1px;
overflow:auto;
padding:10px;
border-radius: 5px;
background-color: #F0F0F0;
}
#left {
left:-8.33%;
text-align: left;
float: left;
width:70%;
z-index:-10;
}
#right {
left:31.25%;
top: 75px;
float: right;
text-align: left;
z-index:-10;
border: solid;
border-width: 1px;
height:400px;
width:30%;
overflow:auto;
padding:10px;
}
/* body { */
/* background-image: url("https://www.worldatlas.com/r/w728-h425-c728x425/upload/ba/cf/9a/shutterstock-555595231.jpg"); //The image is 842 x 508 */
/* background-attachment:fixed; */
/* background-position: top center; */
/* background-repeat: no-repeat; */
/* } */