mirror of
https://git.vern.cc/cobra/rural-dict.git
synced 2025-11-06 12:44:56 +05:30
nuke commit history
This commit is contained in:
commit
b55ba857d6
21 changed files with 1359 additions and 0 deletions
49
static/css/main.css
Normal file
49
static/css/main.css
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
body {
|
||||
font-family: DejaVu Sans Mono, monospace;
|
||||
margin: 20px auto;
|
||||
max-width: 800px;
|
||||
line-height: 1.5em;
|
||||
font-size: 1.1em;
|
||||
background-color: #282c34;
|
||||
color: #bbc2cf;
|
||||
padding: 0 10px;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 80vw;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #ff6c6b;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #ff6c6b;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.underline-links a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h2 {
|
||||
display: inline;
|
||||
line-height: 1.2;
|
||||
color: #51afef;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: #282c34;
|
||||
color: #bbc2cf;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
margin-right: 1ch;
|
||||
text-align: center;
|
||||
}
|
||||
.pagination ul > li {
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
padding-left: 1ch;
|
||||
}
|
||||
BIN
static/img/favicon.png
Normal file
BIN
static/img/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 643 B |
BIN
static/img/favicon.xcf
Normal file
BIN
static/img/favicon.xcf
Normal file
Binary file not shown.
BIN
static/img/logo.png
Normal file
BIN
static/img/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
BIN
static/img/logo.xcf
Normal file
BIN
static/img/logo.xcf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue