mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 05:02:28 -06:00
use orbitron font for html.f
This commit is contained in:
parent
94f70b647f
commit
2bbd4e303c
|
|
@ -492,7 +492,7 @@ html .ayjump:focus-visible {
|
||||||
background: linear-gradient(to bottom, var(--bg), transparent);
|
background: linear-gradient(to bottom, var(--bg), transparent);
|
||||||
padding: .6em .5em;
|
padding: .6em .5em;
|
||||||
top: 0;
|
top: 0;
|
||||||
margin: 0 -.5em;
|
margin: 0 -.6em;
|
||||||
}
|
}
|
||||||
#wfp.shifted {
|
#wfp.shifted {
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
|
|
@ -1018,6 +1018,7 @@ tr.play td:nth-child(1) a {
|
||||||
color: var(--a);
|
color: var(--a);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
font-family: var(--font-mono);
|
||||||
}
|
}
|
||||||
.thumbed,
|
.thumbed,
|
||||||
#ggrid>a.thumbed {
|
#ggrid>a.thumbed {
|
||||||
|
|
@ -1354,6 +1355,7 @@ html:not(.e) #ggrid>a.thumbed.dir:before {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
border: 1px solid var(--bg-u3);
|
border: 1px solid var(--bg-u3);
|
||||||
|
font-family: initial;
|
||||||
}
|
}
|
||||||
html:not(.e):not(.d) #up_quick .btn {
|
html:not(.e):not(.d) #up_quick .btn {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
|
|
@ -1405,6 +1407,7 @@ html:not(.e):not(.d) #up_quick .btn.on {
|
||||||
#wtoggle * {
|
#wtoggle * {
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
vertical-align: center;
|
||||||
}
|
}
|
||||||
#wtoggle.sel #wzip,
|
#wtoggle.sel #wzip,
|
||||||
#wtoggle.m3u #wm3u,
|
#wtoggle.m3u #wm3u,
|
||||||
|
|
@ -1854,6 +1857,7 @@ html.y #ops svg circle {
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
min-width: 3em;
|
min-width: 3em;
|
||||||
margin: .3em;
|
margin: .3em;
|
||||||
|
font-family: var(--font-main);
|
||||||
}
|
}
|
||||||
input[type=color] {
|
input[type=color] {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
|
@ -2701,7 +2705,6 @@ html.noscroll .sbar::-webkit-scrollbar {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
max-height: calc(100% - 1.4em);
|
max-height: calc(100% - 1.4em);
|
||||||
margin-bottom: 1.4em;
|
margin-bottom: 1.4em;
|
||||||
vertical-align: middle;
|
|
||||||
transition: transform .23s, left .23s, top .23s, width .23s, height .23s;
|
transition: transform .23s, left .23s, top .23s, width .23s, height .23s;
|
||||||
}
|
}
|
||||||
.immersive .full-image img,
|
.immersive .full-image img,
|
||||||
|
|
@ -3001,6 +3004,7 @@ html.c .modalcontent {
|
||||||
span {
|
span {
|
||||||
font-family: initial;
|
font-family: initial;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
vertical-align: middle;
|
||||||
vertical-align: center;
|
vertical-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -3192,6 +3196,7 @@ html.c .modalcontent {
|
||||||
.dropdesc>div {
|
.dropdesc>div {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
vertical-align: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.dropdesc>div>div {
|
.dropdesc>div>div {
|
||||||
|
|
@ -5218,9 +5223,11 @@ html.f {
|
||||||
--g-sel-bg: color-mix(in xyz, var(--g-sel-b1) 70%, var(--bg-u2));
|
--g-sel-bg: color-mix(in xyz, var(--g-sel-b1) 70%, var(--bg-u2));
|
||||||
--bg-u1: color-mix(in srgb, var(--fg) 10%, transparent);
|
--bg-u1: color-mix(in srgb, var(--fg) 10%, transparent);
|
||||||
|
|
||||||
letter-spacing: 2px;
|
--font-main: "Orbitron", sans-serif;
|
||||||
font-family: monospace;
|
--font-mono: "Orbitron", monospace;
|
||||||
font-size: 1.2em;
|
font-family: "Orbitron", sans-serif;
|
||||||
|
font-optical-sizing: auto;
|
||||||
|
letter-spacing: .05em;
|
||||||
|
|
||||||
#path i {
|
#path i {
|
||||||
border-color: var(--a);
|
border-color: var(--a);
|
||||||
|
|
@ -5239,7 +5246,7 @@ html.f {
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
}
|
}
|
||||||
#srv_name {
|
#srv_name {
|
||||||
margin-left: 2.7em;
|
padding-top: .3em;
|
||||||
}
|
}
|
||||||
#gridsel {
|
#gridsel {
|
||||||
content: "m.-select";
|
content: "m.-select";
|
||||||
|
|
@ -5319,16 +5326,18 @@ html.f {
|
||||||
line-height: 1.45em;
|
line-height: 1.45em;
|
||||||
}
|
}
|
||||||
.hl {
|
.hl {
|
||||||
width: calc(100% - 4.7em);
|
width: calc(100% - 4.2em);
|
||||||
}
|
}
|
||||||
.hl::after {
|
.hl::after {
|
||||||
content: "";
|
content: "";
|
||||||
left: calc(100% - 2.7em);
|
right: .5em;
|
||||||
|
left: 0;
|
||||||
margin-top: -.3em;
|
margin-top: -.3em;
|
||||||
|
margin-bottom: -2px;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border: solid;
|
border: solid;
|
||||||
border-width: 2em 2em 0 .2em;
|
border-width: 2.08em 2.08em 0 0;
|
||||||
border-color: var(--btn-1-bg) transparent transparent var(--btn-1-bg);
|
border-color: var(--btn-1-bg) transparent transparent var(--btn-1-bg);
|
||||||
}
|
}
|
||||||
.hl:hover::after {
|
.hl:hover::after {
|
||||||
|
|
@ -5348,13 +5357,13 @@ html.f {
|
||||||
}
|
}
|
||||||
.close {
|
.close {
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
font-family: initial;
|
|
||||||
font-size: .9em;
|
|
||||||
}
|
}
|
||||||
.modalheader {
|
.modalheader {
|
||||||
background: var(--a);
|
background: var(--a);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
color: var(--bg-u2);
|
color: var(--bg-u2);
|
||||||
|
padding-top: .5em;
|
||||||
|
padding-bottom: .5em;
|
||||||
}
|
}
|
||||||
#tree {
|
#tree {
|
||||||
z-index: 6;
|
z-index: 6;
|
||||||
|
|
@ -5365,9 +5374,6 @@ html.f {
|
||||||
#widget:not(.thin) #pvol {
|
#widget:not(.thin) #pvol {
|
||||||
border-color: var(--a-dark);
|
border-color: var(--a-dark);
|
||||||
}
|
}
|
||||||
#files tbody td:nth-child(3) {
|
|
||||||
font-size: .8em;
|
|
||||||
}
|
|
||||||
#h_music {
|
#h_music {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -5392,6 +5398,22 @@ html.f {
|
||||||
#goh {
|
#goh {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
#gridzoom a,
|
||||||
|
#gridchop a,
|
||||||
|
#twig, #twobytwo,
|
||||||
|
#nthread_sub, #nthread_add {
|
||||||
|
font-family: monospace;
|
||||||
|
font-size: 1.6em;
|
||||||
|
}
|
||||||
|
#qs_btns a {
|
||||||
|
margin: .1em 0;
|
||||||
|
padding: .3em;
|
||||||
|
}
|
||||||
|
.unmodal,
|
||||||
|
.opview {
|
||||||
|
margin-left: -.6em;
|
||||||
|
margin-right: -.6em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
html.fz {
|
html.fz {
|
||||||
--bg: #2e258c;
|
--bg: #2e258c;
|
||||||
|
|
@ -5408,7 +5430,7 @@ html.fz {
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
#srv_name {
|
#srv_name {
|
||||||
padding-top: .7em;
|
padding-top: .5em;
|
||||||
}
|
}
|
||||||
#up_status_h {
|
#up_status_h {
|
||||||
color: var(--bg-u2);
|
color: var(--bg-u2);
|
||||||
|
|
@ -5561,12 +5583,19 @@ html.fy {
|
||||||
#wtoggle{
|
#wtoggle{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
border-radius: var(--radius) 0 0 0;
|
||||||
}
|
}
|
||||||
#up_quick {
|
#up_quick {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
#up_quick_btn {
|
||||||
|
border-radius: 0;
|
||||||
|
border-width: 1px 0 0 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
#wtico {
|
#wtico {
|
||||||
line-height: 1.09em;
|
line-height: 1.09em;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
#wtoggle, #wtoggle * {
|
#wtoggle, #wtoggle * {
|
||||||
line-height: .99em;
|
line-height: .99em;
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,9 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=0.8, minimum-scale=0.6">
|
<meta name="viewport" content="width=device-width, initial-scale=0.8, minimum-scale=0.6">
|
||||||
<meta name="theme-color" content="#{{ tcolor }}">
|
<meta name="theme-color" content="#{{ tcolor }}">
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" media="screen" href="{{ r }}/.cpr/w/ui.css?_={{ ts }}">
|
<link rel="stylesheet" media="screen" href="{{ r }}/.cpr/w/ui.css?_={{ ts }}">
|
||||||
<link rel="stylesheet" media="screen" href="{{ r }}/.cpr/w/browser.css?_={{ ts }}">
|
<link rel="stylesheet" media="screen" href="{{ r }}/.cpr/w/browser.css?_={{ ts }}">
|
||||||
{{ html_head }}
|
{{ html_head }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue