xref: /plugin/dw2pdf/conf/style.css (revision 83dae0db7374bd2e1f9cbf3651c2bc55948ccb0d)
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
13a {
14    text-decoration: none;
15}
16
17table {
18    border: 1px solid #808080;
19    border-collapse: collapse;
20}
21td, th {
22    border: 1px solid #808080;
23}
24
25pre {
26    background-color: #eeeeee;
27}
28
29em.u {
30    font-style: normal;
31    text-decoration: underline;
32}
33em em.u {
34    font-style: italic;
35}
36
37img.medialeft {
38    float: left;
39}
40
41img.mediaright {
42    float: right;
43}
44
45.rightalign {
46    text-align: right;
47}
48
49.centeralign {
50    text-align: center;
51}
52
53.leftalign {
54    text-align: left;
55}
56