-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
90 lines (79 loc) · 1.16 KB
/
Copy pathstylesheet.css
File metadata and controls
90 lines (79 loc) · 1.16 KB
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
body {
font-family: sans-serif;
background-color: #333333;
color: #FFFFFF;
margin: 0px;
}
#namewrapper {
background-color: #3385AD;
top: 0px;
width: 100%;
height: 50px;
box-shadow: 0 3px 0 #006B8F;
border-radius: 2px;
margin: 0px;
position: fixed;
}
#name {
font-size: 30px;
position: absolute;
right: 15px;
top: 10px;
margin: 0px;
}
#body {
width: 50%;
margin-top: 75px;
margin-right: auto;
margin-left: auto;
}
a {
text-decoration: none;
color: #3385AD;
}
a:visited {
color: #006B8F;
}
a:hover {
color: #80CCE6;
}
header {
margin-left: 10px;
margin-top: 15px;
margin-bottom: -10px;
}
.content {
margin: 0px 0px 0px 10px;
}
h2 {
color: #FFFFFF;
font-size: 1.5em;
width: 100%;
background-color: #3385AD;
position: relative;
left: -100%;
padding: 5px 0px 5px 101%;
margin: 30px 0px 30px 0px;
box-shadow: 0 3px 0 #006B8F;
border-radius: 2px;
}
h3 {
text-decoration: none;
margin: 20px 0px 0px 0px;
font-weight: normal;
font-size: 1.25em;
}
.date {
margin: 0px 0px 0px 0px;
font-size: .75em;
color: #80CCE6;
}
ul {
margin: 10px 0px 10px 0px;
}
li {
list-style-type: square;
}
.eduinfo {
margin: 10px 0px 5px 20px;
}