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} 24th { 25 text-align: left; 26} 27 28pre { 29 background-color: #eeeeee; 30 color: #000000; 31 padding: 0.3em; 32} 33 34em.u { 35 font-style: normal; 36 text-decoration: underline; 37} 38em em.u { 39 font-style: italic; 40} 41 42img.medialeft { 43 float: left; 44} 45 46img.mediaright { 47 float: right; 48} 49 50blockquote { 51 border-left: 3px solid #cccccc; 52 margin: 0; 53 padding: 5px 0 5px 15px; 54} 55 56.rightalign { 57 text-align: right; 58} 59 60.centeralign { 61 text-align: center; 62} 63 64.leftalign { 65 text-align: left; 66} 67