X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=test%2Fexpected%2Fhtml%2Fstyle.css;fp=test%2Fexpected%2Fhtml%2Fstyle.css;h=0000000000000000000000000000000000000000;hb=dabc4b957b52302c39cb6d07c6c91a1f91195d5a;hp=6b6d0d20226c932d7f621ed8324d6f07884c45a9;hpb=f1ce03f76073d9ba0777d0f47058d614577fbe2e;p=fanfix.git diff --git a/test/expected/html/style.css b/test/expected/html/style.css deleted file mode 100644 index 6b6d0d2..0000000 --- a/test/expected/html/style.css +++ /dev/null @@ -1,112 +0,0 @@ -html { - text-align: justify; - max-width: 800px; - margin: auto; -} - -.titlepage { - padding-left: 10%; - padding-right: 10%; - width: 80%; -} - -h1 { - padding-bottom: 0; - margin-bottom: 0; - text-align: left; -} - -.type { - position: relative; - font-size: large; - color: #666666; - font-weight: bold; - padding-bottom: 10px; - text-align: left; -} - -.cover, .page-image { - width: 100%; -} - -.cover img { - height: 45%; - max-width: 100%; - margin: auto; -} - -.author { - text-align: right; - font-size: large; - font-style: italic; -} - -.book, .chapter_content { - NO_text-indent: 40px; - padding-top: 40px; - padding-left: 5%; - padding-right: 5%; - width: 90%; -} - -h2 { - border: 1px solid black; - color: #222222; - padding-left: 10px; - padding-right: 10px; - display: block; - padding-bottom: 0; - margin-bottom: 0; -} - -h2 .chap { - color: #000000; - font-size: large; - font-variant: small-caps; - display: block; -} - -h2 .chap:first-letter { - font-weight: bold; -} - -h2 .chapnumber { - color: #000000; - font-size: xx-large; -} - -h2 .chaptitle { - color: #444444; - font-size: large; - font-style: italic; - padding-bottom: 5px; - text-align: right; - display: block; -} - -.normals { -} - -.normal { - /* Can be removed if you want a more "compact" view */ - display: block; -} - -.blank { - /* Can be removed if you want a more "compact" view */ - height: 24px; - width: 100%; -} - -hr.break { - /* Can be removed if you want a more "compact" view */ - margin-top: 48px; - margin-bottom: 48px; -} - -.dialogues { -} - -.dialogue { - font-style: italic; -}