96 lines
1.3 KiB
CSS
96 lines
1.3 KiB
CSS
header {
|
|
display: flex;
|
|
align-items: center;
|
|
align-content: center;
|
|
|
|
width: 100%;
|
|
|
|
padding-bottom: 0.833em;
|
|
border-bottom: 1px solid;
|
|
margin-bottom: 0.833em;
|
|
}
|
|
|
|
@media only screen and (max-device-width: 800px) {
|
|
header {
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
header div a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
|
|
header form {
|
|
max-width: 600px;
|
|
width: 100%;
|
|
|
|
margin-left: 0.5em;
|
|
}
|
|
|
|
header form input {
|
|
width: 100%;
|
|
}
|
|
|
|
header > div {
|
|
margin-right: 0.5em;
|
|
}
|
|
|
|
#title h2 {
|
|
margin-bottom: 0;
|
|
word-break: break-all;
|
|
}
|
|
|
|
#title {
|
|
margin-bottom: 0.833em;
|
|
}
|
|
|
|
#title a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
|
|
table {
|
|
max-width: 700px;
|
|
width: 700px;
|
|
}
|
|
|
|
th {
|
|
padding-right: 0.833em;
|
|
}
|
|
|
|
td {
|
|
padding-left: 0.833em;
|
|
}
|
|
|
|
td, th {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
th {
|
|
font-weight: bold;
|
|
text-align: left;
|
|
|
|
width: 1%;
|
|
}
|
|
|
|
tt {
|
|
font-style: italic;
|
|
font-size: smaller;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'PxPlus-IBM-VGA8';
|
|
src: URL('/static/fonts/PxPlus_IBM_VGA8/pxplus_ibm_vga8-webfont.woff') format('woff');
|
|
}
|
|
|
|
#readme {
|
|
padding: 1em;
|
|
display: inline-block;
|
|
background-color: black;
|
|
color: white;
|
|
font-family: 'PxPlus-IBM-VGA8', monospace;
|
|
line-height: 1em;
|
|
letter-spacing: -0.5px;
|
|
}
|