mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-24 22:07:21 -05:00
82 lines
1.1 KiB
CSS
82 lines
1.1 KiB
CSS
body { background-color: white; }
|
|
|
|
p.title {
|
|
margin-top:0em;
|
|
margin-bottom:1em;
|
|
text-align:center;
|
|
font-style:italic;
|
|
font-size:xx-large;
|
|
border-bottom: solid black 4px;
|
|
}
|
|
|
|
p.author {
|
|
margin-top:0em;
|
|
margin-bottom:0em;
|
|
text-align: left;
|
|
text-indent: 1em;
|
|
font-size:large;
|
|
}
|
|
|
|
p.tags {
|
|
margin-top:0em;
|
|
margin-bottom:0em;
|
|
text-align: left;
|
|
text-indent: 1em;
|
|
font-size:small;
|
|
}
|
|
|
|
p.description {
|
|
text-align:left;
|
|
font-style:normal;
|
|
margin-top: 0em;
|
|
}
|
|
|
|
p.date_index {
|
|
font-size:x-large;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
margin-top:1em;
|
|
margin-bottom:0px;
|
|
}
|
|
|
|
p.letter_index {
|
|
font-size:x-large;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
margin-top:1em;
|
|
margin-bottom:0px;
|
|
}
|
|
|
|
p.author_index {
|
|
font-size:large;
|
|
text-align:left;
|
|
margin-top:0px;
|
|
margin-bottom:0px;
|
|
text-indent: 0em;
|
|
}
|
|
|
|
p.series {
|
|
text-align: left;
|
|
margin-top:0px;
|
|
margin-bottom:0px;
|
|
margin-left:2em;
|
|
text-indent:-2em;
|
|
}
|
|
|
|
p.read_book {
|
|
text-align:left;
|
|
margin-top:0px;
|
|
margin-bottom:0px;
|
|
margin-left:2em;
|
|
text-indent:-2em;
|
|
}
|
|
|
|
p.unread_book {
|
|
text-align:left;
|
|
margin-top:0px;
|
|
margin-bottom:0px;
|
|
margin-left:2em;
|
|
text-indent:-2em;
|
|
}
|
|
|