-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
96 lines (78 loc) · 1.25 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
94
95
96
html {
background-color: white; /* whitesmoke; */
overflow: auto;
}
p ul li
{
background-color: white;
}
h1, h2, h3
{
margin-top: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-align: center;
font-weight: normal;
}
p, li {
text-align: justify;
font-family: Geneva, Arial, Helvetica, sans-serif;
margin-top: 8px;
font-size: 100%;
}
#text {
font-family: Arial, Helvetica, sans-serif;
}
td, th {
vertical-align:top;
}
.bio {
font-family: Geneva, Arial, Helvetica, sans-serif;
text-align: justify;
margin-left:25%;
margin-right:25%;
}
a {
color: steelblue;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#page {
margin-left:10%;
margin-right:10%;
margin-top:3%;
}
#maincontent {
margin-left: 25%;
padding: 3% 5% 5% 0%;
height: 100%;
}
#panel {
}
#foot {
float: bottom;
text-align: center;
clear: both;
}
.links {
float: center;
text-align: center;
}
#normal {
position: relative;
height: 50%;
}
#hover-content {
display: none;
}
#normal:hover #hover-content {
display: block;
}
#normal div {
position: absolute;
bottom: 0;
/* width: 0.3vw; */
}
@media screen and (max-width: 1150px) {
}