Add custom themes, THEME setting, basic "yolocolo" theme (#7)
Specify `THEME=yourtheme`, add some HTML files in `capsulflask/theme/yourtheme` 👌 We probably want to reduce copypasta in the current `yolocolo` theme by using template inheritance, at some point. Reviewed-on: #7 Co-authored-by: 3wordchant <3wordchant@noreply.git.autonomic.zone> Co-committed-by: 3wordchant <3wordchant@noreply.git.autonomic.zone>
This commit is contained in:
BIN
capsulflask/static/favicon.yolocolo.ico
Normal file
BIN
capsulflask/static/favicon.yolocolo.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
capsulflask/static/icon.yolocolo.png
Normal file
BIN
capsulflask/static/icon.yolocolo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
35
capsulflask/static/style.yolocolo.css
Normal file
35
capsulflask/static/style.yolocolo.css
Normal file
@ -0,0 +1,35 @@
|
||||
html {
|
||||
color: #241e1e !important;
|
||||
background-color: #bdc7b8 !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#00517a !important;
|
||||
text-shadow: 1px 1px 0px #eee !important;
|
||||
}
|
||||
|
||||
a:hover, a:active, a:visited {
|
||||
color: #323417 !important;
|
||||
}
|
||||
|
||||
.nav-links a {
|
||||
text-shadow: 2px 2px 0px #eee !important;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
text-shadow: 2px 2px 0px #eee;
|
||||
}
|
||||
|
||||
main {
|
||||
border: 1px dashed #241e1e !important;
|
||||
}
|
||||
|
||||
|
||||
input, select, textarea {
|
||||
color: #241e1e !important;
|
||||
}
|
||||
|
||||
th {
|
||||
border-right: 1px solid #eee !important;
|
||||
text-align: left !important;
|
||||
}
|
Reference in New Issue
Block a user