changed some styling

and other miscellaneous things that accrued over time
This commit is contained in:
ahriman 2020-04-05 03:32:48 -04:00
parent c0bdbccb2e
commit 5f9d554856
3 changed files with 10 additions and 12 deletions

View File

@ -1,7 +1,6 @@
body {
background-color: #1C1C1C;
font-family: sans-serif;
font: Noto Sans;
color: #BDBDBD;
margin-top: 30px;
margin-bottom: 10px;
@ -12,7 +11,6 @@ body {
#logo {
margin-bottom: 10px;
margin-left: -55px;
font: Noto Mono;
font-family: monospace;
font-size: 1.5em;
}
@ -23,7 +21,7 @@ body {
margin-right: auto;
}
#container {
width: 44%;
width: 550px;
margin-left: auto;
margin-right: auto;
padding-bottom: 70px;
@ -31,6 +29,9 @@ body {
#codeblock {
margin-left: 10%;
margin-right: 10%;
text-indent: 30px;
font-family: monospace;
font-size: 1.0em;
}
a:link {
text-decoration: none;
@ -56,9 +57,6 @@ p {
pre {
text-indent: 0px;
}
code {
text-indent: 30px;
}
em {
font-style: bold;
}

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -e
SOURCEKEY="https://crawl.tildeverse.org/dcss.key"
MYKEY="${HOME}/.ssh/dcss.key"

View File

@ -24,19 +24,19 @@ _/ |_|__| | __| _/____ ________________ __ _ _| |
<p>Console games via SSH <a href="dcss.key">require this key</a>. Please connect to the "dcss" user. If you are using Linux, BSD, or macOS you can connect via terminal using:</p>
<p><code>ssh -i ./dcss.key dcss@crawl.tildeverse.org</code></p>
<p>Can't stop dying? Check out the <a href="http://crawl.chaosforge.org/Crawl_Wiki">Crawl Wiki</a>, or specifically, one of the <a href="http://crawl.chaosforge.org/Strategy_guides">strategy guides</a>.</p>
<p>This instance's IRC channel is #dcss on the <a href="https://tilde.chat">Tildeverse IRC network</a>.
<p>User data can be found here:
<p>This instance's <a href="https://tilde.chat">Tildeverse IRC</a> channel is #dcss.</p>
<p>User data can be found here:</p>
<ul>
<li><a href="/morgue">Morgue files</a></li>
<li><a href="/rcfiles">Player RC files</a></li>
<li><a href="/ttyrec">ttyrec Recordings</a></li>
<li><a href="/meta">Meta</a> (scores, milestones, etc)</li>
</ul></p>
<p>DCSS-git/trunk is updated nightly. Morgues, RC files, and ttyrecs are <a href="https://tildegit.org/crawl">backed up to our TildeGit</a> daily.</p>
</ul>
<p>crawl-git/trunk is updated nightly.</p>
<p>Run a tildeverse server and want to easily provide console access to this DCSS instance for your users? Create a file at <code>/usr/local/bin/dcss</code> with the following contents:</p>
<div id="codeblock">
<code>
<pre>#!/bin/sh
set -e
SOURCEKEY="https://crawl.tildeverse.org/dcss.key"
MYKEY="${HOME}/.ssh/dcss.key"
@ -46,7 +46,6 @@ if [ ! -f "$MYKEY" ]; then
chmod 600 "$MYKEY"
fi
ssh -i "$MYKEY" dcss@crawl.tildeverse.org</pre>
</code>
</div>
</div>
</div>