static/clouseau.css (121 lines of code) (raw):
.nav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
.nav li {
float: left;
}
.github {
background: url("/GitHub-Mark-120px-plus.png");
background-repeat: no-repeat;
background-size: 3em 3em;
width: 3em;
height: 3em;
float: right;
}
@font-face {
font-family: "Zilla Slab Highlight";
src: url("/ZillaSlabHighlight-Bold.woff2") format("woff2");
font-weight: bold;
}
.brand {
font-family: "Zilla Slab Highlight";
font-weight: bold;
font-size: 3em;
color: unset;
font-style: normal;
float:left;
}
body {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
}
table, tbody, thead, tr, th, td {
border: 1px solid #ccc;
}
table {
border-collapse: collapse;
margin-top: 5px;
text-align: left;
line-height: 1.7;
width: 100%;
table-layout:fixed;
}
th, td {
padding: 0.5em;
}
table thead {
background-color: #d9d9d9;
}
.cell {
display: table-cell;
text-align: center;
}
table tr:nth-child(2n+1) {
background-color: #edecec;
}
table tr:hover {
background-color: #adacac;
}
.signatures tr td:nth-child(2) {
text-align: center;
}
.signatures tr td:nth-child(3) {
text-align: center;
}
table td {
word-wrap: break-word;
}
.changeset {
width: 100%;
}
#changeset-menu {
display: none;
position: absolute;
z-index: 1;
}
#changeset-menu ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 2em;
text-align: left;
}
#changeset-menu a {
display: block;
padding: 0.5em;
background: #ddd;
color: black;
width: 15em;
text-decoration: none;
cursor: pointer;
}
#changeset-menu a:hover {
background: #aaa;
color: #ddd;
}
#changeset-menu li {
border-bottom: 1px solid #aaa;
}
#changeset-menu.show {
display: block;
}
.glass {
display: inline-block;
background: url("/glass.png");
background-repeat: no-repeat;
background-size: 1em 1em;
width: 1em;
height: 1em;
}
.glass:hover {
cursor: pointer;
}
s.red {
color:red;
}
.listbugs {
margin: 0 0 0.5em 0;
}