-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
218 lines (201 loc) · 3.91 KB
/
styles.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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
.colour{
color:orange;
}
h1 {
color: blue;
}
p {
color: red;
}
#AboutURIContainer{
background-color: white;
border: 3px solid grey;
margin: 80px;
}
#top{
color: darkorange;
font-family: "Times New Roman", Times, sans-serif;
font-size: 70px;
font-weight: bold;
}
#deptName h1{
color: white;
text-align: center;
}
#deptName h5{
color: white;
text-align: center;
}
.center {
text-align: center;
}
#AboutURIContainer h2{
color: black;
font-family: "Times New Roman", Times, sans-serif;
font-size: 20px;
font-weight: bolder;
text-align: center;
}
#AboutURIContainer h5{
color: black;
font-family: "Times New Roman", Times, sans-serif;
font-size: 15px;
font-weight: bold;
font-style: italic;
}
#Undergraduate{
background-color: white;
border: 3px solid grey;
margin-right: 0px;
margin-left: 0px;
}
#Undergraduate h2{
text-align: center;
font-weight: bolder;
text-decoration: underline;
}
#wmcHead, #hccHead, #citHead{
display: inline-block;
}
#divInDialog{
text-align: center;
background-color: lightblue;
}
#Graduate{
width: 1300px;
padding: 20px;
border-top: 10px solid #FFFF00;
border-bottom:10px solid #FF0000;
background-image:
linear-gradient(#FFFF00, #FF0000),
linear-gradient(#FFFF00, #FF0000)
;
background-size:10px 100%;
background-position:0 0, 100% 0;
background-repeat:no-repeat;
margin-right: 0px;
margin-left: 0px;
}
#Graduate h2{
color: ghostwhite;
text-align: center;
font-weight: bolder;
text-decoration: underline;
}
#Graduate div{
color: white
}
#istHead, #hciHead, #nsaHead{
display: inline-block;
}
#introduction {
color: ghostwhite;
text-align: center;
font-weight: bolder;
}
#value1{
background-color: lightcoral;
width: 180px;
padding: 35px;
margin: 35px;
}
#value2{
background-color: lightgreen;
width: 150px;
padding: 35px;
margin: 35px;
}
#value3{
background-color: lightcyan;
width: 180px;
padding: 35px;
margin: 35px;
}
#value4{
background-color: lightgoldenrodyellow;
width: 180px;
padding: 35px;
margin: 35px;
}
#value1, #value2, #value3, #value4{
display: inline-block;
}
#coop {
color: ghostwhite;
text-align: center;
font-weight: bolder;
}
#employers {
color: ghostwhite;
text-align: center;
font-weight: bolder;
}
#careers {
color: ghostwhite;
text-align: center;
font-weight: bolder;
}
#ourStudent{
font-size: 40px;
text-align: center;
font-weight: bolder;
color: yellow;
font-family: "Times New Roman", Times, sans-serif;
text-decoration: underline;
}
#mapsub{
font-size: 25px;
text-align:left;
font-weight: bolder;
color: greenyellow;
font-family: "Times New Roman", Times, sans-serif;
}
#coopView{
font-size: 40px;
text-align: center;
font-weight: bolder;
color: lightsalmon;
font-family: "Times New Roman", Times, sans-serif;
text-decoration: underline;
}
#proEmpView{
font-size: 40px;
text-align: center;
font-weight: bolder;
color: lightskyblue;
font-family: "Times New Roman", Times, sans-serif;
text-decoration: underline;
}
div.photoContainer{
display: inline-block;
}
#faculty{
font-size: 40px;
text-align: center;
font-weight: bolder;
color: lightgreen;
font-family: "Times New Roman", Times, sans-serif;
text-decoration: underline;
}
#footer{
background-color: white;
border: 3px solid grey;
margin: 80px;
}
#footer h3{
color: black;
font-family: "Times New Roman", Times, sans-serif;
font-size: 20px;
font-weight: bolder;
text-align: center;
}
#footer h4{
color: black;
font-family: "Times New Roman", Times, sans-serif;
font-size: 20px;
font-weight: bolder;
text-align: center;
}
#lastfooter h4{
text-align: center;
}