48 lines
603 B
CSS
48 lines
603 B
CSS
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;
|
|
} |