xref: /plugin/dw2pdf/conf/style.css (revision 5a91534f19a99fe8321f5041be58fcd198243f81)
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    padding: 0.3em;
29}
30
31em.u {
32    font-style: normal;
33    text-decoration: underline;
34}
35em em.u {
36    font-style: italic;
37}
38
39img.medialeft {
40    float: left;
41}
42
43img.mediaright {
44    float: right;
45}
46
47blockquote {
48    border-left: 3px solid #cccccc;
49    margin: 0;
50    padding: 5px 0 5px 15px;
51}
52
53.rightalign {
54    text-align: right;
55}
56
57.centeralign {
58    text-align: center;
59}
60
61.leftalign {
62    text-align: left;
63}
64