forked from CPHub-NITC/chapter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.css
More file actions
153 lines (144 loc) · 2.34 KB
/
events.css
File metadata and controls
153 lines (144 loc) · 2.34 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
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
*{
box-sizing: border-box;
}
body{
background-color: #e0e0e0;
}
.heading{
text-align: center;
border-bottom: 10px;
}
.timer{
display: block;
text-align: center;
}
.card {
margin: 0 auto; /* Added */
float: none; /* Added */
margin-bottom: 10px; /* Added */
}
.ig{
display: block;
border-collapse: collapse;
margin: auto;
width: 58%;
float: left;
}
.fb{
display: block;
border-collapse: collapse;
margin: auto;
width: 1%
padding: 10px;
float: left;
}
img{
position: relative;
left: 18%;
height: auto;
width: auto;
overflow: hidden;
width: 65%;
border: 15px;
}
iframe{
display: inline-block;
position: relative;
left: 25%;
padding: 10px;
border-bottom: 10px;
width: 60%;
}
.left,.right{
display: block;
padding: 15px;
text-align: center;
}
#main{
text-align: center;
background-color: #003366;
color: #ffffff;
}
#main2{
text-align: center;
background-color: #003366;
color: #e0e0e0;
}
.event{
border-collapse: collapse;
margin: 2px 0;
min-width: 30vw;
border-radius: 5px 5px 0 0;
overflow: hidden;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
width: 30%;
float: left;
background-color: #ffffff;
}
.event thead tr{
background-color: #182228;
color: #ffffff;
text-align: left;
font-weight: bold;
}
.event th,.event td{
padding: 12px 15px;
}
.event tbody tr{
border-top: 1px;
border-bottom: 1px solid #dddddd;
}
.event tbody tr:nth-of-type(even){
background-color: #f3f3f3;
}
.event tbody tr:last-of-type{
border-bottom: 2px solid #dddddd;
}
.event tbody tr:hover{
background-color: #a9a9a9;
}
.main3{
display: inline;
}
.current{
position: relative;
left: 2%;
border-collapse: collapse;
margin: 2px 0;
min-width: 60vw;
border-radius: 5px 5px 0 0;
overflow: hidden;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
width: 65%;
float: left
}
.current thead tr{
width:400%;
display: block;
text-align: center;
background-color: #182228;
color: #ffffff;
text-align: center;
font-weight: bold;
font-size: 20px;
}
.current tbody tr{
border-bottom: 1px solid #dddddd;
}
.current tbody tr:nth-of-type(even){
background-color: #f3f3f3;
}
.current th,.current td{
padding: 30px 15px;
}
.current tbody tr:last-of-type{
border-bottom: 2px solid #dddddd;
}
.current tbody tr:hover{
background-color: #a9a9a9;
}
.footer{
margin: 20px;
border-top: 1px solid #ccc;
padding-top: 30px;
text-align: center;