-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
96 lines (81 loc) · 1.95 KB
/
css.css
File metadata and controls
96 lines (81 loc) · 1.95 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
91
92
93
94
95
96
body {
width: 750px;
margin-left: auto;
margin-right: auto;
border-left: 1px solid black;
border-right: 1px solid black;
font: 15px Tahoma;
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
body-research {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: #ffffff;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
myl {
#font-weight: bold;
font-size: 18px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
font-weight : normal;
}
h3{
font-size: 100%;
color:#000000;
border-bottom:1px black solid;
margin-bottom: 0.5em;
}
h4 {
font-size: 100%;
color: #000000;
margin-bottom: 0.2em;
}
.content {
padding-left: 2%;
padding-right: 2%;
padding-top: 10px;
padding-bottom: 20px;
background-color: #ffffff;
}
.linknostyle {
font-size: 18px;
color: white;
text-decoration: none;
}
.vitaheader {
border: 0px solid #000000;
border-bottom-width: 1px;
}
.myname {
background-color: gray;
font-size: 35px;
font-weight: bold;
color: #EEEEEE;
width: 800px;
}
.mylinks {
background-color: silver;
border: 0px;
color: white;
width: 800px;
}
.bott {
background-color: gray;
height: 25px;
color: #DDDDDD;
width: 750px;
}
#nav a { color: white; text-decoration: none; }
#nav a:active { color: white; text-decoration: underline; }
#nav a:hover { color: white; text-decoration: underline; }
#nav a:visited { color: white; text-decoration: none; }
#nav a:visited:hover { color: white; text-decoration: underline; }
a { color: #0033FF; text-decoration: none; }
a:active { color: #0033FF; text-decoration: underline; }
a:hover { color: #0033FF; text-decoration: underline; }
a:visited { color: #0033FF; text-decoration: none; }
a:visited:hover { color: #0033FF; text-decoration: underline; }