Move all default styles in the templates directory. re #79
--HG-- rename : styles/FontAwesome.otf => templates/default/styles/FontAwesome.otf rename : styles/font-awesome.css => templates/default/styles/font-awesome.css rename : styles/fontawesome-webfont.eot => templates/default/styles/fontawesome-webfont.eot rename : styles/fontawesome-webfont.svg => templates/default/styles/fontawesome-webfont.svg rename : styles/fontawesome-webfont.ttf => templates/default/styles/fontawesome-webfont.ttf rename : styles/fontawesome-webfont.woff => templates/default/styles/fontawesome-webfont.woff rename : styles/style-base.css => templates/default/styles/style-base.css rename : styles/style-default.css => templates/default/styles/style-default.css rename : styles/style-eink.css => templates/default/styles/style-eink.css rename : styles/style-iphone.css => templates/default/styles/style-iphone.css
This commit is contained in:
parent
96288dcb12
commit
8803152273
12 changed files with 3 additions and 3 deletions
58
templates/default/styles/style-eink.css
Normal file
58
templates/default/styles/style-eink.css
Normal file
|
@ -0,0 +1,58 @@
|
|||
@import url("style-base.css");
|
||||
|
||||
a {
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
.frontpage a:hover, .books:hover { background-color: white;}
|
||||
|
||||
#filter ul {
|
||||
font-variant: normal;
|
||||
}
|
||||
|
||||
li, .container {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
header {
|
||||
color: black;
|
||||
text-transform: none;
|
||||
border-bottom: 2px dashed gray;
|
||||
font-variant: small-caps;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.hicon, .footcenter, .submit, .fullclickpopup{
|
||||
color:black;
|
||||
}
|
||||
|
||||
.frontpage h2 {
|
||||
text-align: center;
|
||||
letter-spacing: 2px;
|
||||
color: black;
|
||||
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
|
||||
}
|
||||
|
||||
.frontpage h4 {
|
||||
padding: 5px 0;
|
||||
text-align: center;
|
||||
color: gray;
|
||||
font-size: 13px;
|
||||
text-decoration: overline;
|
||||
}
|
||||
|
||||
.download a {
|
||||
background: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.tt-dropdown-menu {
|
||||
color: black;
|
||||
background-color: white;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.tt-suggestion.tt-is-under-cursor {
|
||||
color: black;
|
||||
background-color: white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue