Added static
This commit is contained in:
48
static/autoindex/style.css
Normal file
48
static/autoindex/style.css
Normal file
@@ -0,0 +1,48 @@
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#header {
|
||||
margin-top: 7.5vh;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#logo {
|
||||
width: 350px;
|
||||
max-width: 90vw;
|
||||
}
|
||||
|
||||
#indexlist {
|
||||
padding: 10px;
|
||||
font-size: 18px;
|
||||
text-align: left;
|
||||
line-height: 1.5;
|
||||
margin: 2.5vh auto;
|
||||
}
|
||||
|
||||
.indexcolicon {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.indexcolname {
|
||||
width: 315px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.indexcolsize {
|
||||
width: 75px;
|
||||
}
|
||||
|
||||
address {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user