-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
94 lines (86 loc) · 2.65 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
input {
margin-left:10% !important;margin-right:10% !important;width:auto;
}
#courses-list li {cursor:pointer;}
li {
width:90%;
height:auto;
}
li a {
width: 90%;
height:5px !important;
}
li button {
width: 20px !important;float:right !important;
height:19px !important; background-color:white;color:red;
}
#pop {
width:auto !important;background-color:#f1f1f1 !important;border-radius:5px;color:#333 !important;
border:solid 1px black;margin-top:3vw;
}
#pop button {
margin-top:1% !important;
margin-left:20% !important;margin-right:20% !important;width:60% !important;
}
#pop input {
margin-top:1% !important;margin-bottom:1% !important;
margin-left:5% !important;margin-right:5% !important;width:90% !important;
}
#form {
width:auto !important;background-color:#f1f1f1 !important;border-radius:5px;color:#333 !important;
border:solid 1px black;margin-top:2vw;
}
#form button {
margin-top:1% !important;
margin-left:20% !important;margin-right:20% !important;width:60% !important;
}
#form input {
margin-top:1% !important;margin-bottom:1% !important;
margin-left:5% !important;margin-right:5% !important;width:10rem !important;
}
@media(max-width:700px;)
{.footer {margin-bottom: -10%;}}
crsl * {width:18vw;}
body * {box-sizing:border-box;}
body {background-image: url("WhatsAppBG.jpg");}
th {width:5vw; border: 1px solid black; }
input[type=radio] {width:20px;height:20px;}
#sol div {width:15vw;}
#sol p {width:80%; float:left}
#sol input[] {float:left; width:20%}
li {border-top: 1px solid black !important; width:100%;
margin-left:0%;}
li:hover {background-color:#f1f1f1;}
.hovQ:hover { background-color: #f1f1f1 ; }
.rmv {width:10%; transition: .2s; float: right;}
.rmv:hover {background-color:red; color:white; }
.active li {display:block;}
.notActive li {display:none !important;}
#info {width:100%;}
.footer {
background-color:#191E22;
color:#6A6E71;
padding:20px 0;
text-align:center;
overflow:hidden
}
.front {margin-left:30vw; width:auto; height: auto; background-color: #f1f1f1;display: none; top: 5vw; position:absolute;}
.front * { width:auto; height: auto; display: inherit;}
#test {margin-left:30vw; width:20vw; height: auto; background-color: #f1f1f1; overflow: auto; display: none; top: 5vw; position:absolute;}
#test * { width:auto; height: auto; display: inherit;}
#test {
border-radius:10px; border: solid 2px white;
margin-top:1vw;width:40% !important; height:auto;
}
#test div {
padding:2%; display:block;width:100%;height:auto;
}
#test div span {
width: 1%; display:inline;
}
#test input[type=radio] {
display:inline; width:3%;
}
#test p {
display:inline;width:50%;
}