xref: /plugin/dw2pdf/conf/style.css (revision 4818b4cf030cec39df1084fc7afa4e3cd92d068b)
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}
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
45blockquote {
46    border-left: 3px solid #cccccc;
47    margin: 0;
48    padding: 5px 0 5px 15px;
49}
50
51.rightalign {
52    text-align: right;
53}
54
55.centeralign {
56    text-align: center;
57}
58
59.leftalign {
60    text-align: left;
61}
62