Skip to content

Instantly share code, notes, and snippets.

@meatyite
Last active September 25, 2020 12:11
Show Gist options
  • Save meatyite/f146eaaafb3825edb7c7b24368e1dd0c to your computer and use it in GitHub Desktop.
Save meatyite/f146eaaafb3825edb7c7b24368e1dd0c to your computer and use it in GitHub Desktop.
Lighttpd directory listing CSS
/* PUBLIC DOMAIN */
/* Preview: https://imgur.com/EURi6Oa.png */
body {
text-align: center;
background-color: lightcyan;
}
thead {
background-color:lightblue;
color: darkred;
}
tbody {
background-color: aliceblue;
color: darkgreen;
}
table {
margin: 0 auto; /* Make it the center */
}
.foot, h2 {
color: darkblue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment