-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.css
236 lines (209 loc) · 5.76 KB
/
app.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
:root{
--fontStyle:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}
/*Background Animation*/
/* .bgAnimation {
background: linear-gradient(315deg, #1e243a, #2c3556);
background-size: 400% 400%;
-webkit-animation: bgAnimation 60s ease infinite;
-moz-animation: bgAnimation 60s ease infinite;
-o-animation: bgAnimation 60s ease infinite;
animation: bgAnimation 60s ease infinite;
}
@-webkit-keyframes bgAnimation {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@-moz-keyframes bgAnimation {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@-o-keyframes bgAnimation {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@keyframes bgAnimation {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
} */
/*Background Animation END*/
@font-face{
font-family: SirinStencil-Regular;
src: url(./assets/font/SirinStencil-Regular.ttf);
}
@font-face{
font-family: Lobster-Regular;
src: url(./assets/font/Lobster-Regular.ttf);
}
body{
background-color: #1e243a;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23cc0000' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23aa0000' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23d6002b' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23b10022' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23d9004b' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23b2003d' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23d3006c' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23ac0057' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23c4008c' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%239e0071' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23aa00aa' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23880088' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
p.lecItemSplit, p.lecItem, p.error{
font-family: var(--fontStyle);
font-weight: bold;
font-size: 17.5px;
line-height: 1.75rem;
padding: 10px 20px;
margin: 0;
border-bottom: 1px solid #e0e0e0;
display: block;
color: #fff
}
p.error{
cursor: url("./assets/image/cursor16px.png"),default;
border: 1px solid #fff;
line-height:2.1em;
}
a{
text-decoration: none;
color: #fff
}
div.lectures, header{
cursor: default;
font-family: var(--fontStyle);
border: 1px solid #e0e0e0;
border-radius: 2px;
margin-left: 10%;
margin-right: 10%;
font-size: 23;
}
div.lectures p:last-child{
border: none
}
div.lectures p span{
font-size: 18px;
}
div.lectures p{
font-size: 20px;
}
header{
/* padding: 10px; */
margin-left: 15%;
margin-right: 15%;
text-align: center;
border: none;
border-radius: 19px;
/* background: #1E243A; */
box-shadow: inset 5px 5px 10px #10131e,
inset -5px -5px 10px #2c3556
}
span{
color: #fff;
padding: 2px;
line-height: 1.618em;
background-color: #39331d79;
/* opacity: 0.90; */
font-family: Lobster-Regular;
font-weight: lighter;
font-size: 23px;
/* border-radius: 16px; */
/* background: #1E243A; */
/* box-shadow: inset 3px 3px 5px #000,
inset -3px -3px 5px #fff */
}
img#logo{
width: 75px;
margin-top: 10px;
border-radius: 35px;
box-shadow: 5px 4px 5px #10131e,
-5px -4px 5px #2c3556
}
p.weekDay{
/* WeekDay Font Style */
/* font-family: SirinStencil-Regular; */
font-family: Lobster-Regular;
font-size: 30px;
font-weight:lighter;
/* WeekDay Font Style End */
position: relative;
z-index: 1;
border-bottom: none
}
/* Video Banner CSS */
video.video-banner{
border-radius: 15px;
box-shadow: 5px 5px 5px #10131e,
-5px -5px 5px #2c3556
}
/* Video Banner CSS End */
/* Authuser CSS */
footer ul.authuser{
padding-inline-start: 0;
display: flex;
justify-content: space-around
}
footer ul.authuser li{
cursor:pointer;
display: flex;
width: 3em;
height: 3em;
background-color: #c7c7c7;
color: #1E243A;
border-radius: 25px
}
footer ul.authuser li p{
font-size: x-large;
font-family: var(--fontStyle);
font-weight: bolder;
margin: auto auto
}
footer ul.authuser li:active{
background-color: #10131e;
color: #c7c7c7
}
/* Authuser CSS End */
/* Arrow CSS */
button {
background: transparent;
border: 0;
outline: 0
}
.arrow:hover polyline,.arrow:active polyline{
stroke-width: 6px
}
nav{
display: flex;
justify-content: space-between;
position: relative;
top: -2.2em;
}
/* Arrow CSS End */
/* Media Query */
@media only screen and (min-width: 414px){
footer{
margin: auto auto;
width: 400px
}
}
@media only screen and (min-width: 540px){
nav{
margin-left: 5%;
margin-right: 5%;
}
span{
font-size: 29px;
}
p.error{
font-size: 18px;
}
div.lectures p span{
font-size: 19px;
line-height: 3em;
}
div.lectures p{
font-size: 25px;
}
}
@media only screen and (min-width: 746px){
nav{
margin-left: 10%;
margin-right: 10%;
}
}