View Single Post
Old 05-02-2015, 09:13 PM   #1
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
Catalog Questions

I was experimenting with the new PDF file option in the eViewer as well as editing the catalog epub with the editor

Q1. On the catalog's TOC, the Genres section spells out each separate genre by name, but Authors and Series are grouped by first letter. Could each author and each series also be in the TOC (maybe as a level 3)? That would make it easier to use the TOC.

Q2. I was going to replace the catalog's style sheets with my own (almost the same, mostly font and size changes). Many catalog class names are specific and I assume are always named the same, making it easy for my to come up with a replacement class, or just re-use the one that's there

Spoiler:

Code:
.author_index {
  clear: both;
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  text-indent: 0;
  margin: 0.25px 0 -2px;
}
.author_logical_group {
  display: block;
  page-break-inside: avoid;
}
.author_title_letter_index {
  clear: both;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
.calibre {
  background-color: white;
  display: block;
  font-size: 1em;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
  margin: 0 5pt;
}



However, some classes use the .calibre## format. Are these numbers the same each time I generate the catalog?


Spoiler:
Code:
.calibre24 {
  display: block;
  height: auto;
  overflow: hidden;
  z-index: 1;
}
.calibre25 {
  display: block;
  margin: 1em;
}
Attached Thumbnails
Click image for larger version

Name:	Capture.JPG
Views:	181
Size:	56.1 KB
ID:	137840  
phossler is offline   Reply With Quote