-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (56 loc) · 1.15 KB
/
Copy pathstyle.css
File metadata and controls
66 lines (56 loc) · 1.15 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
body {
background-color: #243444;
color: white;
}
.container {
width: 1224px;
max-width: 1224px;
margin-left: auto;
margin-right: auto;
}
.visualizator_container {
width: 1724px;
max-width: 1724px;
height: 850px;
position: relative;
margin-left: auto;
margin-right: auto;
top: 52px;
color: black;
}
.subtitle {
display: flex;
position: relative;
}
.line {
background: rgb(132,148,164);
background: linear-gradient(90deg, rgba(132,148,164,1) 0%, rgba(255,245,59,0.8225490879945728) 100%);
height: 2px;
position: absolute;
width: 80%;
top: 50%;
right: 0px;
}
.texto p {
padding: 10px;
line-height: 1.5rem;
}
.texto {
background-color: rgba(132, 148, 164, 0.2);
position: relative;
top: 20px;
border-radius: 5px;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.index {
border-radius: 5px;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
background-color: rgb(96,155,134);
font-size: 20px;
top: 40px;
line-height: 1.7rem;
box-sizing: border-box;
padding-right: 20px;
padding-bottom: 8px;
padding-top: 8px;
}