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

85 lines
1.1 KiB
CSS

11 years ago
* {
margin: 0;
padding: 0;
}
body {
padding: 1em;
11 years ago
font-family: "Source Code Pro";
11 years ago
}
11 years ago
div#pollen-logo {
position: fixed;
right: 0;
bottom: 0;
width: 76;
height: 76;
background-image: url("pollen.svg");
background-size: 100%;
}
11 years ago
table {
border-collapse:collapse;
width: 100%;
11 years ago
max-width: 700px;
11 years ago
}
11 years ago
11 years ago
tr > td:first-child {
width: 0%;
}
11 years ago
11 years ago
th, tr > td:first-child {
11 years ago
font-family: "Source Code Pro";
11 years ago
background: #f6f6f6;
11 years ago
text-align: left;
11 years ago
}
11 years ago
th.root {
background: white;
font-weight: normal;
padding: 0.4em;
}
th a {
background: #e6e6e6;
display: block;
font-weight: normal;
padding: 0.4em;
}
11 years ago
tr, tr + tr {
border-top: 1px solid #ccc;
}
td {
11 years ago
font-size: 16px;
11 years ago
line-height: 1.35;
text-align: center;
11 years ago
}
a:hover {
background: #eee;
}
a {
text-decoration: none;
color: #6a6;
display: block;
11 years ago
padding: 0.4em;
11 years ago
}
.file-ext {
color: #bbb;
11 years ago
}
a:active {
text-decoration: underline;
}
tt {
11 years ago
font-family: "Source Code Pro";
font-size: 100%;
11 years ago
white-space: pre-wrap;
11 years ago
}