-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaster.css
116 lines (94 loc) · 1.35 KB
/
master.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
body
{
font-family:Arial, Helvetica, sans-serif;
line-height:125%;
margin:0px;
}
div#toolbar
{
background-color:#0099FF;
color:#FFFFFF;
margin:0px;
top:0px;
width:100%;
}
#toolbar a:link, #toolbar a:visited
{
display:inline-block;
width:150px;
padding:10px;
color:#FFFFFF;
text-align:center;
text-decoration:none;
}
#toolbar a:hover, #toolbar a:active
{
background-color:#000000;
}
h1 {
text-align: center;
}
li h2 {
margin: 15px 0px;
}
ul {
clear: both;
}
.accomplishments {
margin-top: 5px;
margin-bottom: 15px;
}
ul.nostyle {
list-style: none;
}
body > ul > li {
margin-top: 10px;
margin-bottom: 10px;
}
li > * {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 15px;
}
#coursework {
border-collapse: collapse;
border: none;
margin-left: 50px;
}
#coursework td {
width: 300px;
}
body > p {
margin: 10px 25px;
}
.rightalign {
margin-right: 50px;
float: right;
}
.leftalign {
margin-left: 50px;
float: left;
}
.label {
font-weight: bold;
margin-left: 30px;
}
.aside {
font-style: italic;
}
p.narration {
margin: 25px 50px;
}
img.profile-picture {
float: left;
margin: 25px;
}
a:link {
color: #0099FF;
}
a:visited {
color: #710CE8;
}
a:hover, a:active {
text-decoration: none;
}