default.css in PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin 2.4.1, at css/default.css
| 1 | body { |
| 2 | background-color: #FFFFFF; |
| 3 | text-align: center; |
| 4 | font-size: 18px; |
| 5 | } |
| 6 | body.pdfprnt_print.rtl { |
| 7 | direction: rtl; |
| 8 | } |
| 9 | p, td, th, li { |
| 10 | font-size: 1em; |
| 11 | line-height: 1.5em; |
| 12 | } |
| 13 | div#content { |
| 14 | width: 900px; |
| 15 | margin: 15px auto; |
| 16 | text-align: justify; |
| 17 | } |
| 18 | a:link, a:visited { |
| 19 | color: #87CEFA; |
| 20 | } |
| 21 | a:hover, a:active { |
| 22 | color: #87CEEB; |
| 23 | text-decoration: none; |
| 24 | } |
| 25 | a img { |
| 26 | border: none; |
| 27 | } |
| 28 | img { |
| 29 | margin: 5px 10px; |
| 30 | max-width: 100%; |
| 31 | } |
| 32 | table { |
| 33 | border-collapse: collapse; |
| 34 | border-spacing: 0; |
| 35 | } |
| 36 | table,th,td { |
| 37 | border: 1px solid #666; |
| 38 | } |
| 39 | th,td { |
| 40 | padding: 3px 5px; |
| 41 | text-align: center; |
| 42 | } |
| 43 | blockquote { |
| 44 | color: #666; |
| 45 | margin: 0 0 18px 18px; |
| 46 | font-style: italic; |
| 47 | } |
| 48 | q:before, q:after, blockquote:before, blockquote:after { |
| 49 | content: ""; |
| 50 | } |
| 51 | p { |
| 52 | margin: 0 0 1em 0; |
| 53 | } |
| 54 | h1 { |
| 55 | color: #222; |
| 56 | margin: .825em 0 .5em 0; |
| 57 | font-size: 2.125em; |
| 58 | } |
| 59 | h2 { |
| 60 | color: #222; |
| 61 | margin: .825em 0 .5em 0; |
| 62 | font-size: 1.75em; |
| 63 | } |
| 64 | h3 { |
| 65 | color: #222; |
| 66 | margin: .825em 0 .5em 0; |
| 67 | font-size: 1.5em; |
| 68 | } |
| 69 | h4 { |
| 70 | color: #222; |
| 71 | margin: .825em 0 .5em 0; |
| 72 | font-size: 1.25em; |
| 73 | } |
| 74 | h5 { |
| 75 | color: #222; |
| 76 | margin: .825em 0 .5em 0; |
| 77 | font-size: 1.125em; |
| 78 | } |
| 79 | h6 { |
| 80 | color: #222; |
| 81 | margin: .825em 0 .5em 0; |
| 82 | font-size: 1em; |
| 83 | } |
| 84 | hr { |
| 85 | background-color: #ccc; |
| 86 | border: 0; |
| 87 | height: 1px; |
| 88 | margin-bottom: 1.625em; |
| 89 | } |
| 90 | ul { |
| 91 | margin-left: 25px; |
| 92 | list-style-type: square; |
| 93 | } |
| 94 | ol { |
| 95 | margin-left: 25px; |
| 96 | } |
| 97 | strong { |
| 98 | font-weight: bold; |
| 99 | } |
| 100 | em { |
| 101 | font-style: italic; |
| 102 | } |
| 103 | b { |
| 104 | color: red; |
| 105 | } |
| 106 | input { |
| 107 | margin: 5px 0; |
| 108 | } |
| 109 | .alignleft { |
| 110 | float: left; |
| 111 | margin: 7px 24px 7px 0; |
| 112 | } |
| 113 | .alignright { |
| 114 | float: right; |
| 115 | margin: 7px 0 7px 24px; |
| 116 | } |
| 117 | .aligncenter { |
| 118 | display: block; |
| 119 | margin: 7px auto; |
| 120 | } |
| 121 | .entry-thumbnail img { |
| 122 | max-width: 100%; |
| 123 | height: auto; |
| 124 | } |
| 125 | .entry-title a { |
| 126 | color: #000; |
| 127 | text-decoration: none; |
| 128 | } |