css style.css (safari ebook) - luckylittle/calibre-plugin-remove-extension GitHub Wiki

#HtmlView .epub__chapter-number {
  font-weight: bold;
  font-size: 8.3em;
  text-align: right;
  font-family: symbol;
}
#HtmlView .epub__chapter-title {
  font-size: 30pt;
  text-align: right;
}
#HtmlView h1, #HtmlView .epub__packt_head1 {
  font-size: 16pt;
  font-weight: bold;
}
#HtmlView h2, #HtmlView .epub__packt_head2 {
  font-size: 14pt;
  font-weight: bold;
}
#HtmlView h3, #HtmlView .epub__packt_head3 {
  font-size: 13pt;
  font-weight: bold;
}
#HtmlView h4, #HtmlView .epub__packt_head4 {
  font-size: 11pt;
  font-weight: normal;
  font-style: italic;
}
#HtmlView ul, #HtmlView .epub__packt_bullet {
  font-weight: normal;
  list-style-type: disc;
}
#HtmlView ol, #HtmlView .epub__packt_numbered {
  font-weight: normal;
}
#HtmlView .epub__packt_normal {
  font-weight: normal;
}
#HtmlView code, #HtmlView .epub__packt_code, #HtmlView .epub__packt_codeblock, #HtmlView pre {
  font-family: monospace;
  font-size: 9pt;
  font-weight: normal;
  border-left: 1px solid black;
  margin-left: 20px;
  padding-left: 5px;
  display: block;
  margin-bottom: 0.12in;
}
#HtmlView .epub__packt_figref {
  font-size: 10pt;
  font-weight: normal;
}
#HtmlView q, #HtmlView .epub__packt_quote {
  font-size: 11pt;
  font-weight: normal;
  color: black;
  font-style: italic;
}
#HtmlView .epub__packt_tip {
  font-size: 11pt;
  font-weight: normal;
  color: black;
  font-style: italic;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.6in;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0.7in;
  min-height: 0.75in;
}
#HtmlView .epub__packt_infobox {
  font-size: 11pt;
  font-weight: normal;
  color: black;
  font-style: italic;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.6in;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0.7in;
  min-height: 0.75in;
}
#HtmlView kbd, #HtmlView .epub__packt_action {
  font-family: monospace;
  font-size: 9pt;
  font-weight: normal;
}
#HtmlView .epub__packt_italics {
  font-size: 11pt;
  font-weight: normal;
  color: black;
  font-style: italic;
}
#HtmlView a, #HtmlView .epub__packt_url {
  font-family: monospace;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
  word-break: break-all;
}
#HtmlView var, #HtmlView .epub__packt_inlinemsgid {
  display: none;
}
#HtmlView p, #HtmlView .epub__packt_para {
  text-align: left;
  font-size: 11pt;
  line-height: 17px;
}
#HtmlView .epub__underline {
  text-decoration: underline;
}
#HtmlView .epub__CDPImageAlign {
  width: 100%;
  display: block;
}
#HtmlView .epub__CDPAlign {
  width: 100%;
  display: block;
  margin-top: 0.18in;
  margin-bottom: 0.18in;
}
#HtmlView .epub__CDPAlignCenter {
  text-align: center;
}
#HtmlView .epub__CDPAlignLeft {
  text-align: left;
}
#HtmlView .epub__CDPAlignRight {
  text-align: right;
}
#HtmlView .epub__fm-editor-equation {
  border: none;
}
#HtmlView nav a.epub__section {
  border-bottom: 1px solid black;
  width: 100%;
  display: block;
}
body #HtmlView table {
  border-collapse: collapse;
}
body #HtmlView table td {
  border: 1px solid black;
  padding: 0.31em 0.62em;
}
#HtmlView .epub__header-title {
  font-size: 2.5em;
}
#HtmlView img.epub__inline-image {
  height: 1em;
}
#HtmlView .epub__chapter-title {
  font-size: 2.5em;
}
#HtmlView h1, #HtmlView .epub__packt_head1 {
  font-size: 2em;
}
#HtmlView h2, #HtmlView .epub__packt_head2 {
  font-size: 1.5em;
}
#HtmlView h3, #HtmlView .epub__packt_head3 {
  font-size: 1.17em;
}
#HtmlView h4, #HtmlView .epub__packt_head4 {
  font-size: 1em;
}
#HtmlView code, #HtmlView .epub__packt_code, #HtmlView .epub__packt_codeblock, #HtmlView pre {
  font-size: 0.8em;
  margin-left: 1.25em;
  padding-left: 0.3em;
  margin-bottom: 0.01em;
}
#HtmlView .epub__packt_figref {
  font-size: 0.62em;
}
#HtmlView q, #HtmlView .epub__packt_quote {
  font-size: 0.68em;
}
#HtmlView .epub__packt_tip {
  font-size: 0.68em;
  background-size: 2.5em;
  margin-left: 1.25em;
  margin-right: 1.25em;
  padding-left: 3em;
  min-height: 2.5em;
}
#HtmlView .epub__packt_infobox {
  font-size: 0.68em;
  background-size: 2.5em;
  margin-left: 1.25em;
  margin-right: 1.25em;
  padding-left: 3em;
  min-height: 2.5em;
}
#HtmlView kbd, #HtmlView .epub__packt_action {
  font-size: 0.75em;
}
#HtmlView .epub__packt_italics {
  font-size: 0.9em;
}
#HtmlView a, #HtmlView .epub__packt_url {
  font-size: 0.7em;
}
#HtmlView p, #HtmlView .epub__packt_para {
  font-size: 1em;
  line-height: 1.06em;
}
#HtmlView .epub__CDPImageAlign {
  max-width: 100%;
  max-height: 100%;
}
#HtmlView .epub__CDPAlign {
  margin-top: 0.01em;
  margin-bottom: 0.01em;
}