xref: /plugin/dw2pdf/conf/style.css (revision aab792a5e90dcd5b25ce128eccdb1dd0d37a968f)
1/**
2 * These are the styles loaded by default
3 *
4 * Do not edit this file. Instead add your own styles in
5 * lib/plugins/dw2pdf/conf/style.local.css to make sure they
6 * are not overwritten by updates
7 */
8
9body {
10    font-family: sans-serif;
11}
12
13table {
14    border: 1px solid #808080;
15    border-collapse: collapse;
16}
17td, th {
18    border: 1px solid #808080;
19}
20
21em.u {
22    font-style: normal;
23    text-decoration: underline;
24}
25em em.u {
26    font-style: italic;
27}
28
29img.medialeft {
30    float: left;
31}
32
33img.mediaright {
34    float: right;
35}
36
37