Throw file checksums on a separate page + ncdu link updates
This commit is contained in:
parent
1d11b8da83
commit
2196b2fbd4
9 changed files with 104 additions and 103 deletions
|
|
@ -240,7 +240,7 @@ RewriteRule ^yxml/bug/2$ https://code.blicky.net/yorhel/yxml/issues/2 [L
|
|||
RewriteRule ^yxml/bug.*$ https://code.blicky.net/yorhel/yxml/issues [L,R=permanent]
|
||||
|
||||
# No trailing slash (except for the download/ directory index)
|
||||
RewriteCond %{REQUEST_URI} !^/download
|
||||
#RewriteCond %{REQUEST_URI} !^/download
|
||||
RewriteRule ^(.+)/$ $1 [L,R=permanent]
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME}.html -s
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
Options +Indexes
|
||||
DirectorySlash on
|
||||
|
|
@ -23,10 +23,9 @@ header li a.small { font-size: 10px }
|
|||
header li a.external:after { content: url(/img/external.gif) }
|
||||
header li a.fwd:after { content: ' »' }
|
||||
header li a.back:before { content: '« ' }
|
||||
header p { margin: 50px 0 0 0; text-align: center }
|
||||
header p { margin: 50px 0 -10px 0; text-align: center }
|
||||
header p, header p * { font-size: 9px; text-decoration: none; line-height: 1.8em }
|
||||
header p a:hover { text-decoration: underline }
|
||||
header p i { font-size: 7px; display: block; margin-top: -2px; margin-bottom: -10px; font-style: normal }
|
||||
header p b { display: block; margin-top: 10px; margin-bottom: 2px }
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
|
|
@ -85,15 +84,15 @@ main .sig, main .sig a { font-size: 9px; color: #333; text-decoration: none }
|
|||
.page-changelog > ul > li { margin-bottom: 1.3em }
|
||||
.page-changelog li li { margin-left: 1em }
|
||||
|
||||
.fileinfo { position: relative }
|
||||
.fileinfo input { display: none }
|
||||
.fileinfo label { cursor: pointer }
|
||||
.fileinfo label img { height: 12px }
|
||||
.fileinfo span label { position: absolute; right: 0; top: 0; padding: 5px }
|
||||
.fileinfo span { position: absolute; top: 25px; left: -80px; background: #eee; border: 1px dashed #000; padding: 15px; display: none; white-space: nowrap; z-index: 1 }
|
||||
.fileinfo span, .fileinfo span * { font-size: 12px }
|
||||
.fileinfo span em { display: inline-block; width: 70px; font-style: normal }
|
||||
.fileinfo input:checked ~ span { display: block }
|
||||
.page-dl table { margin: 0; border-collapse: collapse; }
|
||||
.page-dl td { font-family: monospace; font-size: 80%; padding: 0 5px; }
|
||||
.page-dl td:first-child { font-weight: bold }
|
||||
.page-dl td a { font: inherit; line-height: inherit }
|
||||
.page-dl dt a:target { font-weight: bold }
|
||||
.page-dl dt a[href^="#"] { display: none; text-decoration: none; font-size: 80%; }
|
||||
.page-dl dt:hover a[href^="#"] { display: inline }
|
||||
|
||||
.dlinfo { text-decoration: none; color: #111199; font-size: 80% }
|
||||
|
||||
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
|
||||
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue