-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
86 lines (86 loc) · 1.47 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
body{
background-color: black;
color: white;
margin: 0px;
font: 25px KaTeX_Main, "Times New Roman", serif;
--m1-color: rgb(47, 201, 150);
--m2-color: rgba(10, 132, 255, 1);
--axes-color: rgba(255, 255, 255, 0.8);
--th-color: rgba(255, 255, 255, 0.5);
}
.rect{
border-radius: 15px;
background-color: #151515;
padding: 10px;
margin: 10px;
}
svg{
flex-grow: 1;
}
polyline{
fill: none;
stroke-width: 1.5px;
stroke-linejoin: round;
}
.big{
height: 95vh;
display: flex;
flex-direction: column;
}
.div-label{
margin: 10px;
}
/* form{
margin-bottom: 3px;
flex-wrap: wrap;
justify-content: space-evenly;
} */
input{
background-color: #454545;
color: white;
border: none;
font-size: 18px;
margin-bottom: 5px;
}
input[type=text]{
width: 120px;
border-radius: 5px;
padding: 3px;
}
.small{
width: 20px;
height: 20px;
border-radius: 25%;
margin: 5px;
margin-right: 10px;
}
.oneItem{
display: flex;
align-items: center;
flex-wrap: nowrap;
}
.butt{
font-size: 18px;
font-family: sans-serif;
color: #64D2FF;
background-color: #303030;
border-radius: 5px;
padding: 7px;
border: 0px;
}
#pride{
margin-left: auto;
margin-right: auto;
width: max-content;
text-decoration: none;
color: white;
}
@media (min-width: 1000px){
#pride{
float: right;
}
}
text{
font: 15px;
fill: var(--axes-color);
}