Hi everyone,
Userstyles provide a way to customise web pages layout.
In trying to apply them to CCS (Calibre Content Server) pages, I was able to style the FTS results page, by using this code:
PHP Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://127.0.0.1:8080/#fts_panel)
{
div{background-color:#e8e5ed !important;}
body{background-color:#504e8b !important;max-width:1000px!important;margin-left:200px!important;}
}
By using that userstyle, I managed to get a results page that meets quite nicely my preferences:
However, achieving the same on the main CCS pages didn't seem that easy...
So I thought I'd ask, has anyone else fiddled with styling CCS pages, or willing to? If so, may we use this thread to share ideas about CCS user-styling?
The result I'm interested in, at the moment, would look similar to the old layout, particularly concerning the visibility of scrollbars in the book comments, as shown below: