forked from 3wordchant/capsul-flask
Load YOLOCOLO templates from a "theme" folder..
..configurable using the THEME env var. Defaults to normal Capsul theme.
This commit is contained in:
30
capsulflask/static/style.yolocolo.css
Normal file
30
capsulflask/static/style.yolocolo.css
Normal file
@ -0,0 +1,30 @@
|
||||
html {
|
||||
color: #241e1e;
|
||||
background-color: #bdc7b8;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#00517a;
|
||||
text-shadow: 1px 1px 0px #eee;
|
||||
}
|
||||
|
||||
a:hover, a:active, a:visited {
|
||||
color: #323417;
|
||||
}
|
||||
|
||||
.nav-links a {
|
||||
text-shadow: 2px 2px 0px #eee;
|
||||
}
|
||||
|
||||
main {
|
||||
border: 1px dashed #241e1e;
|
||||
|
||||
|
||||
input, select, textarea {
|
||||
color: #241e1e;
|
||||
}
|
||||
|
||||
th {
|
||||
border-right: 1px solid #eee;
|
||||
text-align: left;
|
||||
}
|
Reference in New Issue
Block a user