mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
78 lines
1.2 KiB
Text
78 lines
1.2 KiB
Text
|
|
#data-apache-autoindex {
|
|
max-width: 960px;
|
|
margin: 0 auto;
|
|
|
|
table {
|
|
display: block;
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
|
|
th, td {
|
|
padding: 6px;
|
|
text-align: left;
|
|
border: none;
|
|
}
|
|
th {
|
|
padding-bottom: 18px;
|
|
|
|
a, a:visited {
|
|
color: #555;
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
opacity: 0.4;
|
|
.transition(all 0.2s ease-in-out);
|
|
|
|
&:hover {
|
|
color: #555;
|
|
opacity: 0.9;
|
|
}
|
|
}
|
|
}
|
|
td {
|
|
border: 1px solid #ddd;
|
|
border-left: none;
|
|
border-right: none;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
font-size: 16px;
|
|
|
|
a, a:active, a:visited {
|
|
display: block;
|
|
color: #555;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
color: #e80;
|
|
}
|
|
}
|
|
}
|
|
td:nth-child(1), th:nth-child(1) {
|
|
text-align: center;
|
|
width: 16px;
|
|
|
|
img {
|
|
width: 16px;
|
|
height: 16px;
|
|
position: relative;
|
|
top: -2px;
|
|
}
|
|
}
|
|
td:nth-child(2), th:nth-child(2) {
|
|
width: 682px;
|
|
max-width: 682px;
|
|
}
|
|
td:nth-child(3), th:nth-child(3) {
|
|
text-align: right;
|
|
width: 160px;
|
|
min-width: 160px;
|
|
}
|
|
td:nth-child(4), th:nth-child(4) {
|
|
text-align: right;
|
|
width: 70px;
|
|
min-width: 70px;
|
|
}
|
|
}
|
|
}
|