source code of /dirlisting.css

Last modified
Lines 19

Parent directory Download CGIread sitemap Main page

Quick links: (none)

  1. /* Default */
  2. a, a:active {text-decoration: none; color: blue;}
  3. a:visited {color: #48468F;}
  4. a:hover, a:focus {text-decoration: underline; color: red;}
  5. body {background-color: #F5F5F5;}
  6. h2 {margin-bottom: 12px;}
  7. table {margin-left: 12px;}
  8. th, td { font: 90% monospace; text-align: left;}
  9. th { font-weight: bold; padding-right: 14px; padding-bottom: 3px;}
  10. td {padding-right: 14px;}
  11. td.s, th.s {text-align: right;}
  12. div.list { background-color: white; border-top: 1px solid #646464; border-bottom: 1px solid #646464; padding-top: 10px; padding-bottom: 14px;}
  13. div.foot { font: 90% monospace; color: #787878; padding-top: 4px;}
  14. /* Mobile friendliness */
  15. @media only screen and (max-width: 600px) { .m { display: none; } }
  16. @media only screen and (max-width: 450px) { .t { display: none; } }
  17. @media only screen and (max-width: 320px) { .s { display: none; } }