cops/templates/default/styles/style-eink.css
Sébastien Lucas 8803152273 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
2014-02-16 16:55:38 +01:00

58 lines
929 B
CSS

@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;
}