Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +9 -8
templates/index.html
CHANGED
@@ -24,6 +24,7 @@
|
|
24 |
}
|
25 |
|
26 |
body {
|
|
|
27 |
justify-content: center;
|
28 |
background-color: black;
|
29 |
display: flex;
|
@@ -49,12 +50,12 @@
|
|
49 |
/* Firefox */
|
50 |
* {
|
51 |
scrollbar-width: thin;
|
52 |
-
scrollbar-color: black
|
53 |
}
|
54 |
h3 {
|
55 |
margin-bottom: 0px;
|
56 |
margin-top: 0px !important;
|
57 |
-
border-bottom: 1px solid
|
58 |
color:var(--text-color);
|
59 |
font-family: 'Andale Mono';
|
60 |
font-weight: normal;
|
@@ -64,7 +65,7 @@
|
|
64 |
height: 40px;
|
65 |
border-radius: 50%;
|
66 |
position: absolute;
|
67 |
-
background-color:
|
68 |
opacity: 0.5;
|
69 |
animation: pulse-animation 5s infinite;
|
70 |
margin-left: -20px;
|
@@ -78,7 +79,7 @@
|
|
78 |
height: 5px;
|
79 |
border-radius: 50%;
|
80 |
position: absolute;
|
81 |
-
background-color:
|
82 |
margin-left: -4.5px;
|
83 |
margin-top: -4.5px;
|
84 |
}
|
@@ -142,7 +143,7 @@
|
|
142 |
font-size: 10pt;
|
143 |
}
|
144 |
a:hover {
|
145 |
-
background-color:
|
146 |
color: black;
|
147 |
transition: 0.5s ease;
|
148 |
}
|
@@ -172,7 +173,7 @@
|
|
172 |
cursor: pointer;
|
173 |
margin: auto;
|
174 |
margin-left: 10px;
|
175 |
-
color:
|
176 |
transition: 0.3s ease;
|
177 |
}
|
178 |
#share:hover {
|
@@ -237,12 +238,12 @@
|
|
237 |
|
238 |
<div class="info" id="info">
|
239 |
<h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Andale Mono'; margin-bottom: 10px;"> searching...</h1>
|
240 |
-
<a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 1px solid
|
241 |
|
242 |
<div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
|
243 |
|
244 |
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|
245 |
-
<button class="hoverButton" style="border-radius: 3px; border: 1px solid
|
246 |
another
|
247 |
</button>
|
248 |
</a>
|
|
|
24 |
}
|
25 |
|
26 |
body {
|
27 |
+
font-size: 10pt;
|
28 |
justify-content: center;
|
29 |
background-color: black;
|
30 |
display: flex;
|
|
|
50 |
/* Firefox */
|
51 |
* {
|
52 |
scrollbar-width: thin;
|
53 |
+
scrollbar-color: black black;
|
54 |
}
|
55 |
h3 {
|
56 |
margin-bottom: 0px;
|
57 |
margin-top: 0px !important;
|
58 |
+
border-bottom: 1px solid white;
|
59 |
color:var(--text-color);
|
60 |
font-family: 'Andale Mono';
|
61 |
font-weight: normal;
|
|
|
65 |
height: 40px;
|
66 |
border-radius: 50%;
|
67 |
position: absolute;
|
68 |
+
background-color: black;
|
69 |
opacity: 0.5;
|
70 |
animation: pulse-animation 5s infinite;
|
71 |
margin-left: -20px;
|
|
|
79 |
height: 5px;
|
80 |
border-radius: 50%;
|
81 |
position: absolute;
|
82 |
+
background-color: black;
|
83 |
margin-left: -4.5px;
|
84 |
margin-top: -4.5px;
|
85 |
}
|
|
|
143 |
font-size: 10pt;
|
144 |
}
|
145 |
a:hover {
|
146 |
+
background-color: white;
|
147 |
color: black;
|
148 |
transition: 0.5s ease;
|
149 |
}
|
|
|
173 |
cursor: pointer;
|
174 |
margin: auto;
|
175 |
margin-left: 10px;
|
176 |
+
color: white;
|
177 |
transition: 0.3s ease;
|
178 |
}
|
179 |
#share:hover {
|
|
|
238 |
|
239 |
<div class="info" id="info">
|
240 |
<h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Andale Mono'; margin-bottom: 10px;"> searching...</h1>
|
241 |
+
<a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 1px solid white;" id="location-name">{{ page_title|safe }}</h3></a>
|
242 |
|
243 |
<div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
|
244 |
|
245 |
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|
246 |
+
<button class="hoverButton" style="border-radius: 3px; border: 1px solid white; background-color: transparent; padding: 10px;">
|
247 |
another
|
248 |
</button>
|
249 |
</a>
|