/**
   * Apache Auto-Index Style Sheet
   * Created 3/13/2012 for Cory's Server
   * Folder: D:\OS\moodle_files\google-font-ttf-in-moodle\_miscellaneous\
   * How to change font of directory listing page in apache
   * https://archive.is/9eABv https://www.apachelounge.com/viewtopic.php?p=21764
   * https://fonts.google.com/
   */
 
  @font-face {
      font-family: "NotoNastaliqUrdu";
      src: url("/css/google-font-ttf-in-moodle/noto-nastaliq-urdu-v12-arabic/noto-nastaliq-urdu-v12-arabic-regular.ttf") format("truetype");
      unicode-range: U+0600-06FF;
  }

  body {
      background:#c8b570;
    }
 
  table { margin:10px auto;width:1000px;background:#fffee9;padding:20px;-moz-border-radius: 15px;border-radius: 15px; }
  table tr td { padding:2px; }
  h1#indextitle { margin:20px auto;width:990px;color:#323B40;  }
 
  h1#indextitle
    {
      font-size:20px;
      font-family: "NotoNastaliqUrdu", "Algerian", "Trebuchet MS", sans-serif;
    }
 
  tr.indexhead
    {
      font-size:16px;
      font-family: "NotoNastaliqUrdu", "Comic Sans MS", "Trebuchet MS", sans-serif;
    }
  tr.even
    {
      background:#fffff7; /*  */
    }
  tr.odd
    {
      background:#fcfbe5; /*  */
    }
   
  tr.indexbreakrow th hr { border:0;height:1px;background:black; }
   
  th.indexcolname { text-align:left; }
  th.indexcolname a:link,
  th.indexcolname a:visited { color:#323B40;text-decoration:none; }
  th.indexcolname a:hover   { color:#a81818;text-decoration:none; }

  th.indexcollastmod { text-align:center; }
  th.indexcollastmod a:link,
  th.indexcollastmod a:visited { color:#323B40;text-decoration:none; }
  th.indexcollastmod a:hover   { color:#a81818;text-decoration:none; }

  th.indexcolsize { text-align:right;padding-right:20px; }
  th.indexcolsize a:link,
  th.indexcolsize a:visited { color:#323B40;text-decoration:none; }
  th.indexcolsize a:hover   { color:#a81818;text-decoration:none; }

  th.indexcoldesc { text-align:left; }
  th.indexcoldesc a:link,
  th.indexcoldesc a:visited { color:#323B40;text-decoration:none; }
  th.indexcoldesc a:hover   { color:#a81818;text-decoration:none; }

  td.indexcolicon { text-align:center; }

  td.indexcolname { font-family: "NotoNastaliqUrdu", "Verdana", sans-serif; font-size:18px; }
  td.indexcolname a:link,
  td.indexcolname a:visited { color:#323B40;text-decoration:none; }
  td.indexcolname a:hover   { color:#a81818;text-decoration:none; }

  td.indexcollastmod
    {
      font-family:"Trebuchet MS";
      font-size:12px;
      text-align:center;
    }
  td.indexcolsize
    {
      font-family:"Trebuchet MS";
      font-size:12px;
      text-align:right;
      padding-right:20px;
    } 
  td.indexcoldesc
    {
      font-family:"Trebuchet MS";
      font-size:12px;
      text-align:left;
      padding-right:20px;
    }
