-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.css
More file actions
42 lines (37 loc) · 715 Bytes
/
site.css
File metadata and controls
42 lines (37 loc) · 715 Bytes
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
a, a:visited {
color: #029;
}
a:hover {
color: #111;
text-decoration: underline;
}
h1 {
font-size: 50px;
margin: 0; margin-bottom: 5px; margin-top: 20px;
}
h2 {
clear: both;
color: #555;
font-size: 14px;
font-variant: small-caps;
margin-bottom: 5px;
padding-left: 5px;
}
h3 {
background-color: #eee;
margin-bottom: 10px;
font-size: 20px;
padding-left: 7px;
}
.col12 {clear: both; padding-top: 60px;}
.col12:first-child {padding-top: 0px;}
ul, ul li {
list-style: disc;
} ul {margin-bottom: 20px;}
p.short {margin-bottom: 5px;}
/*h1 {margin: 0; padding: 0;}
.surround.project {
display: block; margin-bottom: 20px;
text-align: right; width:100%;
}*/
footer {font-size: 12px;}