Remove old css
This commit is contained in:
72
index.html
72
index.html
@@ -61,32 +61,6 @@
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
|
|
||||||
thead th {
|
|
||||||
text-align: left;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #bfd0e3;
|
|
||||||
background: #172230;
|
|
||||||
border-bottom: 1px solid var(--line);
|
|
||||||
padding: 12px 14px;
|
|
||||||
letter-spacing: 0.2px;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
tbody td {
|
|
||||||
border-bottom: 1px solid var(--line);
|
|
||||||
padding: 12px 14px;
|
|
||||||
vertical-align: middle;
|
|
||||||
font-size: 0.93rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
tbody tr:last-child td { border-bottom: 0; }
|
|
||||||
tbody tr:hover { background: #182433; }
|
|
||||||
|
|
||||||
.svc-icon {
|
.svc-icon {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
@@ -147,25 +121,6 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
th.col-icon,
|
|
||||||
td.col-icon {
|
|
||||||
width: 100%;
|
|
||||||
white-space: nowrap;
|
|
||||||
padding-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
th.col-name,
|
|
||||||
td.col-name {
|
|
||||||
white-space: nowrap;
|
|
||||||
padding-left: 6px;
|
|
||||||
font-size: 1.2rem;
|
|
||||||
max-width: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
th.col-name {
|
|
||||||
font-size: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -238,18 +193,7 @@
|
|||||||
max-width: var(--column-width);
|
max-width: var(--column-width);
|
||||||
overflow-x:hidden;
|
overflow-x:hidden;
|
||||||
}
|
}
|
||||||
td.col-icon {
|
|
||||||
width: 40px;
|
|
||||||
}
|
|
||||||
td.col-name {
|
|
||||||
min-width: fit-content;
|
|
||||||
max-width: 128px;
|
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
|
||||||
td.local {
|
|
||||||
min-width: fit-content;
|
|
||||||
max-width: 50px;
|
|
||||||
}
|
|
||||||
.server-name {
|
.server-name {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
padding-right: 70px;
|
padding-right: 70px;
|
||||||
@@ -260,15 +204,7 @@
|
|||||||
h1 { font-size: 1.35rem; }
|
h1 { font-size: 1.35rem; }
|
||||||
p.sub { font-size: 0.9rem; }
|
p.sub { font-size: 0.9rem; }
|
||||||
}
|
}
|
||||||
table.admin-table td {
|
|
||||||
display: inline-flex;
|
|
||||||
gap: .9rem;
|
|
||||||
}
|
|
||||||
table.admin-table td img{
|
|
||||||
display: block;
|
|
||||||
height: 30px;
|
|
||||||
width: 30px;
|
|
||||||
}
|
|
||||||
.header {
|
.header {
|
||||||
display: block;
|
display: block;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
@@ -619,7 +555,6 @@
|
|||||||
<img src="https://icons.kelinreij.duckdns.org/yarnl.png"></a>
|
<img src="https://icons.kelinreij.duckdns.org/yarnl.png"></a>
|
||||||
<a class="local-url" href="http://192.168.4.4:3028" target="_blank" rel="noopener">3028</a>
|
<a class="local-url" href="http://192.168.4.4:3028" target="_blank" rel="noopener">3028</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -702,11 +637,8 @@
|
|||||||
<a class="local-url" href="http://192.168.4.11:4050" target="_blank" rel="noopener">4050</a>
|
<a class="local-url" href="http://192.168.4.11:4050" target="_blank" rel="noopener">4050</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Third Column -->
|
<!-- Third Column -->
|
||||||
|
|||||||
Reference in New Issue
Block a user