mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
splash adjustments
This commit is contained in:
parent
5353b3e466
commit
9f2e75859c
|
|
@ -8,7 +8,7 @@ html {
|
|||
#wrap {
|
||||
max-width: 40em;
|
||||
margin: 2em auto;
|
||||
padding: 0 1em 3em 1em;
|
||||
padding: 2em 1em 3em 1em;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
#wrap.w {
|
||||
|
|
@ -19,6 +19,7 @@ h1 {
|
|||
margin: 1em 0 .4em 0;
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
font-size: x-large;
|
||||
font-weight: normal;
|
||||
}
|
||||
li {
|
||||
|
|
@ -264,5 +265,5 @@ html.bz .vols img {
|
|||
left: 1em;
|
||||
border-radius: .3em;
|
||||
background: #333;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<body>
|
||||
<div id="wrap">
|
||||
{%- if not in_shr %}
|
||||
<a id="a" href="{{ r }}/?h{{ re }}" class="af">refresh</a>
|
||||
<a id="a" href="{{ r }}/?h{{ re }}" class="af">auto-refresh</a>
|
||||
<a id="v" href="{{ r }}/?hc" class="af">connect</a>
|
||||
|
||||
{%- if this.uname == '*' %}
|
||||
|
|
@ -201,7 +201,7 @@
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<a href="#" id="repl">π</a>
|
||||
<a href="#" id="repl" style="opacity: .4;">π</a>
|
||||
{%- if not this.args.nb %}
|
||||
<span id="pb"><span>powered by</span> <a href="{{ this.args.pb_url }}">copyparty {{ver}}</a></span>
|
||||
{%- endif %}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@
|
|||
{{ html_head }}
|
||||
</head>
|
||||
|
||||
<a id="homebtn" href="/?h">⬅️</a>
|
||||
|
||||
<body>
|
||||
<div id="wrap" class="w">
|
||||
<div class="cn">
|
||||
|
|
|
|||
Loading…
Reference in a new issue