71 lines
1.0 KiB
CSS
71 lines
1.0 KiB
CSS
|
body {
|
||
|
font-family: monospace;
|
||
|
background-color: #0b0e14;
|
||
|
color: #bfbdb6;
|
||
|
margin: 0;
|
||
|
line-height: 1.2;
|
||
|
}
|
||
|
main {
|
||
|
max-width: 40rem;
|
||
|
padding: 1rem 0.5rem;
|
||
|
margin: 0 auto;
|
||
|
background-color: #0d1017;
|
||
|
}
|
||
|
input {
|
||
|
font-family: monospace;
|
||
|
background-color: #0d1017;
|
||
|
color: #bfbdb6;
|
||
|
border: 1px solid #234;
|
||
|
font-size: inherit;
|
||
|
padding: 0.25rem;
|
||
|
}
|
||
|
input[type="submit"] {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.search-form {
|
||
|
margin-bottom: 1rem;
|
||
|
}
|
||
|
|
||
|
.search-result {
|
||
|
margin-bottom: 1rem;
|
||
|
padding-top: 1rem;
|
||
|
border-top: 1px solid #234;
|
||
|
}
|
||
|
|
||
|
.search-result-anchor {
|
||
|
color: inherit;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.search-result-url {
|
||
|
margin: 0;
|
||
|
font-size: 0.8rem;
|
||
|
color: #998;
|
||
|
}
|
||
|
.search-result-title {
|
||
|
margin: 0;
|
||
|
font-size: 1.2em;
|
||
|
color: #29e;
|
||
|
}
|
||
|
.search-result-description {
|
||
|
margin: 0;
|
||
|
font-size: 0.8rem;
|
||
|
color: #bba;
|
||
|
}
|
||
|
.search-result-engines {
|
||
|
opacity: 0.5;
|
||
|
float: right;
|
||
|
display: flex;
|
||
|
gap: 0.5em;
|
||
|
}
|
||
|
|
||
|
.progress-updates {
|
||
|
margin-bottom: 1rem;
|
||
|
border: 1px solid #234;
|
||
|
padding: 0.5rem;
|
||
|
}
|
||
|
.progress-update {
|
||
|
margin: 0;
|
||
|
}
|