mikespub-org/seblucas-cops

Kindle stylesheet opinion

dunxd opened this issue · 4 comments

dunxd commented

I noticed that the Kindle style for the default theme includes code insert a credit at the end of the page:

footer:before,
footer:after {
position: absolute;
bottom: 0;
font-size: 1em;
font-style: italic;
line-height: 1.2em
}
footer:before {
content: "\63 \6f \70 \73 \20 \6b \69 \6e \64 \6c \65 \20 \74 \68 \65 \6d \65 \20 \62 \79 \20 \67 \69 \74 \68 \75 \62 .\63 \6f \6d /";
width: 63%;
color: #555;
left: 0;
text-align: right
}
footer:after {
clear: both;
content: "\6A \6F \64 \75 \61 \69";
width: 37%;
display: block;
right: 0;
text-align: left;
color: #333
}

I'm all for giving credit where credit is due, but it is more prominent than credits to seblucas or anyone else involved, and using unicode characters to obscure the text in source doesn't sit right with me.

Have I just got up on the wrong side of the bed this morning?

dunxd commented

However it has got me thinking about using unicode characters in place of icons for my planned kindle oriented template.

Heh - guess credits aren't all bad then :-)

I just included the style from https://github.com/Joduai/cops-kindle without any changes when I came across it, as I have no Kindle to test this on and I'm probably not the best person to judge front-end styles. Maybe you and/or @Joduai can improve on it for future releases?

dunxd commented

See #59

@dunxd @mikespub
sorrz for "a bit" late reply, did not get a single notice after mentioning me

everything clarifies this old issue: seblucas#422
I just went from simple "patch" to have readable online library in kindle's experimental browser, to stand alone "theme".
I didn't even know there's a COPS fork until recently I resurrected my old online library, and checked if there's a new player on OPDS ground. The more, it even contains this css theme that years ago used not more than 3 people including me.

Nonetheless feel free to edit the css as you wish if it's still a matter ;)

After some time I realized that on desktop browser search input is animated, but didn't have the hearth to go back and fix its behavior.