Improvements to css/zip-style.css .

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2019-08-06 15:20:13 +01:00
parent fcdde6f89a
commit 60adcd0e5c
1 changed files with 13 additions and 0 deletions

View File

@ -3,3 +3,16 @@ sub { font-size: smaller !important; vertical-align: sub !important; }
sup { font-size: smaller !important; vertical-align: super !important; }
li { margin-left: 2em !important; }
blockquote { font-size: 1em !important; }
a.footnote_reference::before { content: "["; }
a.footnote_reference::after { content: "]"; }
th, td { border: 1px solid black !important; }
table { display: block !important; padding-left: 2em !important; padding-bottom: 1em !important; }
th { padding-left: 0.8em !important; padding-right: 0.8em !important; background-color: #d8d8d8 !important; }
td { padding-left: 0.8em !important; padding-right: 0.8em !important; }
tr:hover { background-color: #f5f5f5; }
#references table { padding-left: 0 !important; padding-bottom: 0 !important; }
#references th { width: 2em !important; border: 0 !important; background-color: transparent !important; }
#references th::before { content: "["; }
#references th::after { content: "]"; }
#references td { text-align: left !important; padding: 0 !important; border: 0 !important; }