-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
65 lines (55 loc) · 889 Bytes
/
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
#MainMenu {
visibility: hidden;
}
footer {
visibility: hidden;
}
.footer_new {
z-index: 999;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #0e1117;
color: white;
text-align: right;
}
[data-testid="stForm"] {border: 0}
.ftext {
border-top: gray 1px solid;
padding-top: 10px;
color: white;
text-align: center;
}
.name {
font-weight: bold;
text-decoration: none;
}
table {
border-collapse: collapse;
border-radius: 10px;
border-style: hidden;
box-shadow: 0 0 0 2px #666;
margin: 0 auto;
}
td {
border: 1px solid #666;
padding: 5px;
}
.pt {
padding-top: 10px;
}
.mt {
margin-top: 10px;
text-align: center;
}
.submarks{
font-weight: 600;
text-align: center;
}
.block-container{
padding: 0 1rem 10rem;
}
img{
border-radius: 15px !important;
}