-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
98 lines (86 loc) · 1.81 KB
/
index.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
body {
background-color: rgb(242,242,242);/*rgb(180, 183, 186);*/
font-family: Helvetica, Arial, sans-serif;
}
#topbar {
background-color: rgb(65,65,65);
height: 40px;
width: 100%;
margin: 5px;
clear: both;
position: fixed;
top: 5px;
left: 10px;
z-index: 3;
color: rgb(255,255,255);
font-size: 38px;
text-indent: 15px;
}
#cover {
background-color: rgb(242,242,242);
width: 100%;
height: 59px;
position: fixed;
top: 0px;
z-index: 2;
}
#sidebar {
background-color: rgb(225,225,225);
font-size: 13px;
width: 24%;
height: 100%;
padding: 15px;
margin: 5px;
float: left;
position: fixed;
top: 55px;
left: 10px;
z-index: 2;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
.sidebarLink a:link, .sidebarLink a:visited {
text-decoration: none;
color: rgb(65, 65, 65);
}
.sidebarLink a:hover {
text-decoration: none;
color: rgb(85,85,85);
}
.sidebarLink a:active {
text-decoration: none;
color: rgb(0,0,0);
}
#mainBlurb, #CVText {
background-color: rgb(255,255,255);
color: rgb(65,65,65);
width: 67%;
height: 100%;
margin-right: 5px;
margin-left: 10px;
float: right;
position: relative;
right: 20px;
top: 53px;
padding: 20px;
z-index: 1;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
#currentWorkProjects {
background-color: rgb(255,255,255);
position: relative;
margin-left: 40px;
float:left;
padding-bottom: 20px;
}
#currentWorkProjectsHTML {
background-color: rgb(255,255,255);
position: relative;
float:left;
}