-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
164 lines (133 loc) · 2.74 KB
/
style.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
.body{
/* background-image: url("images/rain_PNG13459.png"); */
background-color: #ccc;
font-family: Arial, Helvetica, sans-serif, Helvetica Neue;
font-size: 18px;
line-height: 150%;
position: relative;
}
.header{
width: 100%;
background-color: #ffffff;
padding: 0;
line-height: 72px;
margin-bottom: 49px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.header-center{
width: 960px;
margin: auto;
}
.header-name{
color: #ffffff;
/* background-color: #4aaaa5; */
font-size: 42px;
font-weight: bold;
padding: 20px 25px 20.5px 25px;
}
.navbar-name{
margin-left: 270px;
padding: 20px;
/* background-color: #4aaaa5; */
font-family: Georgia, 'Times New Roman', Times, serif
}
.header-links{
float: right;
}
a{
color: #777777;
text-decoration: none;
font-size: 22px;
}
/* This is for the About Me page */
.right-col{
border: #4aaaa5;
border-width: 3px;
border-style: solid;
}
.links{
margin-top: 50px;
background-color: #777777;
font-family: Oswald, sans-serif;
}
.content{
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
width: 960px;
padding: 0px;
margin: 75px 0px 20px 0px;
}
.content-title{
font-family: Georgia, 'Times New Roman', Times, serif;
margin-top: 25px;
margin-left: 20px;
font-size: 52px;
font-weight: bold;
color: #187daa;
line-height: 75px;
text-align: center;
}
.inner-content{
/* margin: 50px 0px 0px 0px; */
font-family: 'Open Sans Condensed', sans-serif;
width: 1000px;
padding-bottom: 20px;
padding-top: 1rem;
border: #4aaaa5;
border-style: solid;
border-width: 3px;
}
.image{
width: 200px;
height: 200px;
float: left;
margin: 10px 20px 20px 20px;
}
/* This is for the Portfolio Gallery*/
.side-bar{
border: #4aaaa5;
border-width: 3px;
border-style: solid
}
.side-image{
margin: 20px 0px 20px 0px;
}
.gallery-image{
height: 600px;
width: 100%;
padding: 20px;
}
.box{
max-width: 300px;
margin: 10px 90px 25px 30px;
float: left;
}
.text{
position: absolute;
margin: -79px 20px 0px 0px;
padding: 10px 0px 10px 0px;
background-color: #4aaaa5;
width: 350px;
text-align: center;
}
/*This is for the Footer*/
.footer > .container{
position: absolute;
left: 0;
bottom: 0;
/* width: 100%; */
background-color: #666666;
padding-top: 25px;
color: white;
text-align: center;
border-top: 10px;
border-style: solid;
border-color: #4aaaa5;
}
.container{
max-width: 100%;
}
.middle-content{
margin-top: 50px;
}