Artifact 7212a8f997a62d597008faa4341b73e08612f66c:
- File th1ish/cgi/pages/dir.css — part of check-in [cefe139ba3] at 2014-02-25 21:22:58 on branch trunk — All kinds of tinkering in the scripting bits. Added a basic /download mechanism which includes very rudimentary download-as-file and caching support. (user: stephan size: 501)
.dir-list-container { display: block; padding: 0 0 0 2em; } .dir-entry { display: block; font-family: monospace; padding: 0.2em 0 0.2em 0; } .dir-entry-file { /*color: lightgreen; background-color: black;*/ } .dir-entry-dir { font-weight: bold; font-size: 120%; /*color: yellow; background-color: black;*/ } .dir-entry-dir a, .dir-entry-file a { /* color: inherit; */ } .dir-entry-dir a:visited, .dir-entry-file a:visited { /* color: inherit; */ }