-
Notifications
You must be signed in to change notification settings - Fork 2
/
SCHEDULE1.css
239 lines (221 loc) · 5.52 KB
/
SCHEDULE1.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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body
{
font-family: 'Alatsi';
background-image: url("https://bestanimations.com/media/fireworks/1962490925amazing-electrc-feel-fireworks-gif.gif");
background-repeat: no-repeat;
background-size: 100% 1000px ;
overflow-x: hidden;
}
//effects for the navigation bar
.logo{
padding-top: 3px;
}
.navbar{
display: flex;
align-items: center;
padding-right: 30px;
padding-left: 30px;
}
.navbar li{
justify-content: center;
cursor: pointer;
color: white;
border: none;
transition: all .4s;
}
.navbar li:hover{
border-radius: 5px;
transform: translateY(-10px);
box-shadow: 0 7px 0 -2px #f85959,
0 15px 0 -4px #39a2db,
0 16px 10px -3px #39a2db;
}
nav{
flex: 1;
text-align: right;
}
nav ul{
display: inline-block;
list-style-type: none;
}
nav ul li{
display: inline-block;
margin-right: 20px;
}
a{
text-decoration: none;
color: rgb(255, 255, 255);
}
p{
color: #555;
}
#set-img{
width: 30px;
height: 30px;
}
//enhancement for the three buttons on the right side of the screen
#mySidenav a {
position: absolute;
margin-top: 100px;
right: -250px;
transition: 0.3s;
padding: 15px;
width: 300px;
text-decoration: none;
font-size: 20px;
color: white;
border-radius: 7px 0 0 7px;
}
#mySidenav a:hover {
right: 0;
}
#blog {
top: 80px;
background-color: #1d35bb;
}
#projects {
top: 140px;
background-color: #f44336;
}
#contact {
top: 225px;
background-color: #555
}
// enhancement for the table
tr:nth-child(even){
background-color: #f2f2f2;
}
table {
width: 80%;
height:600px;
margin-left: auto;
margin-right: auto;
border-radius: 20px;
border-collapse: collapse;
text-align: center;
background-color: white;
background-size: 100%;
color: rgb(0, 0, 0);
text-shadow: 2px 2px 5px rgb(255, 255, 255);
padding: 25px;
box-shadow: 10px 10px rgb(214, 133, 133);;
}
th {
letter-spacing: 2px;
}
td {
letter-spacing: 1px;
}
.caption {
font-family: 'Rock Salt', cursive;
margin-right: 30px;
float: right;
width: 35%;
padding: 5px;
font-size: 20px;
font-weight: bolder;
font-style: italic;
color: rgb(0, 0, 0);
text-shadow: 2px 2px 5px white;
text-align: right;
letter-spacing: 1px;
background-color: rgba(255, 255, 255);
border-radius: 10px;
}
//fade out effect for the table
.box{
width:100%;
margin:10px auto;
cursor:pointer;
position:relative;
transition: all 0.7s linear;
-webkit-transition: all 0.7s linear;
-moz-transition: all 0.7s linear;
-o-transition: all 0.7s linear;
-ms-transition: all 0.7s linear;
}
.evts {
background-color: rgba(255, 255, 255);
border-radius: 10px;
width: 30%;
margin-left: auto;
margin-right: auto;
font-size: 30px;
padding: 10px;
text-shadow: 2px 2px 5px white;
text-align: center;
}
.fade_in {
opacity:0.7;
}
.fade_in:hover{
opacity:1;
}
//hovering effects for the event names
#evts a:link, a:visited {
color: rgb(0, 0, 0);
font-size: 16px;
text-align: center;
text-decoration: blink;
display: inline-block;
text-shadow: 2px 2px 5px white;
}
#evts a:hover, a:active {
background-color: rgba(0, 0, 0, 0.6);
border-radius: 4px;
padding: auto;
color:white
}
//overlay on clicking 'events' on the navigation bar
.overlay {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9);
overflow-x: hidden;
transition: 0.5s;
}
.overlay-content {
position: relative;
top: 25%;
width: 100%;
text-align: center;
margin-top: 30px;
}
#trouble a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #818181;
display: block;
transition: 0.3s;
}
#trouble a:hover, #trouble a:focus {
color: #f1f1f1;
}
.overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
}
@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
}
.closebtn{
color: white;
}