Spaces:
Running
Running
Delete static/styles.html
Browse files- static/styles.html +0 -183
static/styles.html
DELETED
@@ -1,183 +0,0 @@
|
|
1 |
-
<style>
|
2 |
-
@font-face {
|
3 |
-
font-family: PoiretOne-Regular;
|
4 |
-
src: url(app/static/Quattrocento-Bold.ttf);
|
5 |
-
}
|
6 |
-
|
7 |
-
.title {
|
8 |
-
font-family: Quattrocento-Bold;
|
9 |
-
font-size: 4em;
|
10 |
-
}
|
11 |
-
|
12 |
-
h3 span {
|
13 |
-
font-family: PoiretOne-Regular;
|
14 |
-
font-size: 1.1em;
|
15 |
-
font-weight: 600;
|
16 |
-
margin-top: 1em;
|
17 |
-
}
|
18 |
-
|
19 |
-
div [data-testid="stWidgetLabel"] {
|
20 |
-
font-family: PoiretOne-Regular;
|
21 |
-
font-size: large;
|
22 |
-
font-weight: 400;
|
23 |
-
color: #17d1ff;
|
24 |
-
}
|
25 |
-
|
26 |
-
div [data-testid="stRadio"] {
|
27 |
-
margin-top: 0.5em;
|
28 |
-
padding: 1em;
|
29 |
-
border-radius: 18px;
|
30 |
-
border: 0.5px solid #ffd8b8;
|
31 |
-
box-shadow: 2px 3px 10px rgb(189 222 241 / 90%);
|
32 |
-
}
|
33 |
-
|
34 |
-
div [data-testid="stCheckbox"] {
|
35 |
-
margin-top: 0.5em;
|
36 |
-
padding: 1em;
|
37 |
-
border-radius: 18px;
|
38 |
-
border: 0.3px solid #ffd8b8;
|
39 |
-
box-shadow: 5px 8px 15px rgb(189 222 241 / 90%);
|
40 |
-
}
|
41 |
-
|
42 |
-
div [data-testid="stSlider"] {
|
43 |
-
margin-top: 1em;
|
44 |
-
padding: 1em;
|
45 |
-
border-radius: 18px;
|
46 |
-
box-shadow: 2px 3px 10px rgb(189 222 241 / 52%);
|
47 |
-
}
|
48 |
-
|
49 |
-
div [data-testid="stSelectbox"] {
|
50 |
-
margin-top: 1em;
|
51 |
-
padding: 1em;
|
52 |
-
|
53 |
-
border-radius: 18px;
|
54 |
-
box-shadow: 2px 3px 10px rgb(189 222 241 / 52%);
|
55 |
-
}
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
div [data-testid="stSidebar"] {
|
60 |
-
margin-top: 1em;
|
61 |
-
padding: 1em;
|
62 |
-
border-radius: 18px;
|
63 |
-
box-shadow: 2px 3px 10px rgb(189 222 241 / 52%);
|
64 |
-
background-image: -moz-repeating-linear-gradient(
|
65 |
-
45deg,
|
66 |
-
rgb(209, 207, 178),
|
67 |
-
rgb(218, 213, 146) 10px,
|
68 |
-
rgb(223, 220, 189) 10px,
|
69 |
-
rgb(190, 190, 190) 20px);
|
70 |
-
}
|
71 |
-
|
72 |
-
div[data-testid="stVerticalBlockBorderWrapper"]:has(.stHtml > .watchlist_card) {
|
73 |
-
padding-bottom: 0em;
|
74 |
-
border-radius: 18px;
|
75 |
-
box-shadow: 2px 3px 10px rgb(189 222 241 / 52%);
|
76 |
-
}
|
77 |
-
|
78 |
-
div[data-testid="element-container"]:has(.iframe) {
|
79 |
-
background-color: #50e758;
|
80 |
-
padding-bottom: 20em;
|
81 |
-
border-radius: 18px;
|
82 |
-
box-shadow: 2px 3px 10px rgb(189 222 241 / 52%);
|
83 |
-
}
|
84 |
-
|
85 |
-
div[data-testid="stVerticalBlock"]:has(> div > .stHtml > .watchlist_symbol_name) {
|
86 |
-
& p {
|
87 |
-
color: #174C4F;
|
88 |
-
font-family: PoiretOne-Regular;;
|
89 |
-
font-size: 3em;
|
90 |
-
font-weight: 500;
|
91 |
-
margin-bottom: 0;
|
92 |
-
}
|
93 |
-
}
|
94 |
-
|
95 |
-
div[data-testid="stVerticalBlock"]:has(> div > .stHtml > .watchlist_symbol_name) {
|
96 |
-
& p {
|
97 |
-
color: #174c4f;
|
98 |
-
font-family: "Open Sans", sans-serif;
|
99 |
-
font-size: 1em;
|
100 |
-
font-weight: 700;
|
101 |
-
margin-bottom: 0;
|
102 |
-
}
|
103 |
-
}
|
104 |
-
|
105 |
-
|
106 |
-
div[data-testid="stVerticalBlock"]:has(> div > .stHtml > .watchlist_ticker) {
|
107 |
-
text-align: right;
|
108 |
-
|
109 |
-
& p {
|
110 |
-
font-size: 0.8em;
|
111 |
-
margin-bottom: 0;
|
112 |
-
}
|
113 |
-
}
|
114 |
-
|
115 |
-
div[data-testid="stVerticalBlock"]:has(> div > .stHtml > .watchlist_price_label) {
|
116 |
-
& p {
|
117 |
-
font-size: 0.8em;
|
118 |
-
margin-bottom: 0;
|
119 |
-
}
|
120 |
-
}
|
121 |
-
|
122 |
-
div[data-testid="stVerticalBlock"]:has(> div > .stHtml > .watchlist_price_value) {
|
123 |
-
& p {
|
124 |
-
color: #174C4F;
|
125 |
-
font-family: "Open Sans", sans-serif;
|
126 |
-
font-size: 1.2em;
|
127 |
-
margin-bottom: 0;
|
128 |
-
}
|
129 |
-
}
|
130 |
-
|
131 |
-
div[data-testid="stVerticalBlock"]:has(> div > .stHtml > .column_plotly) {
|
132 |
-
& .stPlotlyChart {
|
133 |
-
margin-top: 1em;
|
134 |
-
padding: 1em;
|
135 |
-
border-radius: 16px;
|
136 |
-
box-shadow: 0px 0px 10px rgba(81, 85, 195, 0.2);
|
137 |
-
}
|
138 |
-
}
|
139 |
-
|
140 |
-
div[data-testid="stVerticalBlock"]:has(> div > .stHtml > .column_indicator) {
|
141 |
-
margin-top: 2.5em;
|
142 |
-
padding-left: 4em;
|
143 |
-
}
|
144 |
-
|
145 |
-
/* Adapted from https://startbootstrap.com/theme/sb-admin-2 */
|
146 |
-
div[data-testid="stMetric"] {
|
147 |
-
background-color: #35383b;
|
148 |
-
border: 2px solid #3f3b3b;
|
149 |
-
margin-top: 1em;
|
150 |
-
padding: 1.5em 1em;
|
151 |
-
border-radius: 20px;
|
152 |
-
box-shadow: 4px 5px 10px rgb(189 222 241 / 52%);
|
153 |
-
}
|
154 |
-
|
155 |
-
label[data-testid="stMetricLabel"] p {
|
156 |
-
font-family: Quattrocento-Regular;
|
157 |
-
color: rgb(255, 201, 24);
|
158 |
-
font-size: 1.5em;
|
159 |
-
}
|
160 |
-
|
161 |
-
div[data-testid="stMetricValue"] {
|
162 |
-
font-size: 1em;
|
163 |
-
font-weight: 400;
|
164 |
-
color: #50e758;
|
165 |
-
}
|
166 |
-
|
167 |
-
div[data-testid="stVerticalBlock"]:has(> div > .stHtml > .low_indicator) {
|
168 |
-
& div[data-testid="stMetric"] {
|
169 |
-
border-left: 0.5rem solid red;
|
170 |
-
}
|
171 |
-
}
|
172 |
-
|
173 |
-
div[data-testid="stVerticalBlock"]:has(> div > .stHtml > .high_indicator) {
|
174 |
-
& div[data-testid="stMetric"] {
|
175 |
-
border-left: 0.5rem solid rgb(166, 255, 166);
|
176 |
-
}
|
177 |
-
}
|
178 |
-
|
179 |
-
div[data-testid="stVerticalBlock"]:has(> div > .stHtml > .bottom_indicator) {
|
180 |
-
margin-top: 0.5em;
|
181 |
-
}
|
182 |
-
|
183 |
-
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|