xref: /plugin/dw2pdf/conf/style.css (revision 9e6e41f41e6b4b22e2e8c4624482b470406ac30b)
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 or create your own template
6 * to make sure they are not overwritten by updates
7 */
8
9body {
10    font-family: sans-serif;
11}
12
13a {
14    text-decoration: none;
15}
16
17table.inline {
18    border: 1px solid #808080;
19    border-collapse: collapse;
20}
21table.inline td, th {
22    border: 1px solid #808080;
23}
24
25pre {
26    background-color: #eeeeee;
27    color: #000000;
28}
29
30em.u {
31    font-style: normal;
32    text-decoration: underline;
33}
34em em.u {
35    font-style: italic;
36}
37
38img.medialeft {
39    float: left;
40}
41
42img.mediaright {
43    float: right;
44}
45
46blockquote {
47    border-left: 3px solid #cccccc;
48    margin: 0;
49    padding: 5px 0 5px 15px;
50}
51
52.rightalign {
53    text-align: right;
54}
55
56.centeralign {
57    text-align: center;
58}
59
60.leftalign {
61    text-align: left;
62}
63