Quote:
Originally Posted by Amalthia
Hi,
Do additional tags download and appear on your title page and additional tags column if the story is restricted?
Thanks,
Amalthia
|
I don't use an additional tags column in Calibre, but the title page I attached is from the restricted story you linked and it has the additional tags. "freeformtags" is what FFF calls ao3's additional tags, so I renamed freeformtags' label to "Additional Tags" and added freeformtags to titlepage_entries as shown on my previous post.
Quote:
Originally Posted by Ghostcat
I really liked culytera's titlepage so I thought I would adopt it. However, titlepage_start doesn't appear to work as advertised. I am probably missing a setting somewhere. This is the resultant HTML: [...]
|
That might be because of additional css changes I made which weren't included in the code I shared.

Here it is
Code:
add_to_output_css:
body {
font-family: 'Netflix Sans', sans-serif;
text-align: left;
}
body.fff_titlepage {
background-color: #980101;
color: white;
}
hr {
display: block;
border: 0; border-top: 1px solid;
padding: 0; width: 75%%;
}
.fff_titlepage .title h1,
.fff_titlepage .title h2 {
font-size: 3vmax;
margin: 0;
}
.fff_titlepage .title h1 { font-weight: normal; }
.fff_titlepage .title h1 a { font-weight: bold; }
.fff_titlepage .title a,
.fff_titlepage .tags a,
.fff_titlepage .tag-summary-content a {
text-decoration: none;
color: unset;
}
.fff_titlepage .tag-summary-content a {
font-style: italic;
}
.fff_titlepage .tag-summary-content p {
margin-top: 0;
}
.fff_titlepage .tags {
display: block;
padding: 0;
}
.fff_titlepage dl .inline dd {
display: inline;
margin: 0;
}
.fff_titlepage dl .inline dd:after {
display: block;
content: '';
}
.fff_titlepage dl .inline dt{
display: inline-block;
}
.fff_titlepage dd { margin-left: 0.75em; }
.fff_titlepage dl, .fff_titlepage dt { margin: 0; }