xref: /plugin/dw2pdf/conf/style.css (revision 7640b4fda626618d5761e1090c3f4f4970ac010b)
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
21pre {
22    background-color: #eeeeee;
23}
24
25em.u {
26    font-style: normal;
27    text-decoration: underline;
28}
29em em.u {
30    font-style: italic;
31}
32
33img.medialeft {
34    float: left;
35}
36
37img.mediaright {
38    float: right;
39}
40
41.rightalign {
42    text-align: right;
43}
44
45.centeralign {
46    text-align: center;
47}
48
49.leftalign {
50    text-align: left;
51}
52