You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pollen/pollen-server-extras/poldash.css

60 lines
741 B
CSS

* {
margin: 0;
padding: 0;
}
body {
padding: 1em;
font-family: "Triplicate T3";
}
table {
border-collapse:collapse;
width: 100%;
max-width: 900px;
}
tr > td:first-child {
width: 0%;
}
tr > td:first-child {
font-family: "Triplicate T4";
background: #f6f6f6;
text-align: left;
}
tr, tr + tr {
border-top: 1px solid #ccc;
}
td {
font-size: 17px;
line-height: 1.35;
text-align: center;
}
a:hover {
background: #eee;
}
a {
text-decoration: none;
color: #6a6;
display: block;
padding: 0.5em;
}
.file-ext {
color: #bbb;
}
a:active {
text-decoration: underline;
}
tt {
font-family: "AlixFB";
font-size: 100%;
white-space: pre-wrap;
}