-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprediction.css
94 lines (85 loc) · 1.7 KB
/
prediction.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
#container-chargement{
padding-top:10%;
display: flex;
justify-content: center;
align-items: center;
}
#outdiv {
height: 700px;
overflow: hidden;
position: relative;
width: 915px;
}
#iniframe {
height: 950px;
left: -200px;
position: absolute;
top: -570px;
width: 1200px;
}
#info-phyre h2{
margin: inherit;
}
.test{
display: grid;
justify-content: center;
align-items: center;
font-family: din-round,sans-serif;
}
.round{
background: #669bbc;
/* outline: 3px solid #c1121f; */
/* border : 3px solid red ; */
border-radius: 16px;
box-shadow: 0 0 0 2pt #c1121f;
width: 60vw;
}
.txt-phyre{
border-radius: 16px;
}
#table-phyre{
font-family: 'Open Sans',
sans-serif;
font-weight: 300;
line-height: 32px;
margin: 0 0 20px;
}
#phyre-list{
color: #c1121f; font-family: 'Open Sans', sans-serif; font-size: 1.2vw; font-weight: 300; line-height: 32px; margin: 0 0 20px;
}
.phyre-but{
appearance: button;
border: solid transparent;
border-radius: 16px;
border-width: 0 0 4px;
box-sizing: border-box;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: din-round,sans-serif;
font-size: 15px;
font-weight: 700;
letter-spacing: .8px;
line-height: 20px;
margin: 0.5%;
outline: none;
overflow: visible;
padding: 2% 2%;
text-align: center;
text-transform: uppercase;
touch-action: manipulation;
transform: translateZ(0);
transition: filter .2s;
user-select: none;
-webkit-user-select: none;
vertical-align: middle;
white-space: nowrap;
width: 10vw;
font-size:1vw;
}
#phyre-sub{
background-color: #c1121f;
}
#phyre-res{
background-color: #003049;
}