mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
add home button to splash, changed some colors
This commit is contained in:
parent
f5b95585f6
commit
465cc2272a
|
|
@ -16,7 +16,7 @@ html {
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
margin: 2em 0 .4em 0;
|
margin: 1em 0 .4em 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
@ -41,8 +41,8 @@ td a {
|
||||||
#wb,
|
#wb,
|
||||||
#w {
|
#w {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #940;
|
background: rgb(54, 153, 0);
|
||||||
border-color: #b70;
|
border-color: rgb(106, 239, 34);
|
||||||
}
|
}
|
||||||
.af,
|
.af,
|
||||||
.logout {
|
.logout {
|
||||||
|
|
@ -208,8 +208,8 @@ html.z a {
|
||||||
html.z .logout,
|
html.z .logout,
|
||||||
html.z #lo,
|
html.z #lo,
|
||||||
html.z a.r {
|
html.z a.r {
|
||||||
background: #804;
|
background: rgb(163, 0, 3);
|
||||||
border-color: #c28;
|
border-color: rgb(214, 27, 27);
|
||||||
}
|
}
|
||||||
html.z a.g {
|
html.z a.g {
|
||||||
background: #470;
|
background: #470;
|
||||||
|
|
@ -239,8 +239,8 @@ input::placeholder {
|
||||||
#x,
|
#x,
|
||||||
html.z input {
|
html.z input {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #626;
|
background: rgb(39, 130, 204);
|
||||||
border-color: #c2c;
|
border-color: rgb(72, 182, 255);
|
||||||
}
|
}
|
||||||
html.z input::placeholder {
|
html.z input::placeholder {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
@ -257,3 +257,12 @@ html.bz {
|
||||||
html.bz .vols img {
|
html.bz .vols img {
|
||||||
filter: sepia(0.8) hue-rotate(180deg);
|
filter: sepia(0.8) hue-rotate(180deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#homebtn {
|
||||||
|
font-size: x-large;
|
||||||
|
top: 1em;
|
||||||
|
left: 1em;
|
||||||
|
border-radius: .3em;
|
||||||
|
background: #333;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@
|
||||||
{{ html_head }}
|
{{ html_head }}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<a id="homebtn" href="/">🏠</a>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="wrap">
|
<div id="wrap">
|
||||||
{%- if not in_shr %}
|
{%- if not in_shr %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue