default.css in PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin 1.7, at css/default.css
| 1 | body{ |
| 2 | background-color: #FFFFFF; |
| 3 | text-align: center; |
| 4 | } |
| 5 | body, p, td, th, li{ |
| 6 | font-size: .875em; |
| 7 | line-height: 1.5em; |
| 8 | } |
| 9 | div.container{ |
| 10 | width: 900px; |
| 11 | margin: 15px auto; |
| 12 | text-align: justify; |
| 13 | } |
| 14 | a:link, a:visited{ |
| 15 | color: #87CEFA; |
| 16 | } |
| 17 | a:hover, a:active{ |
| 18 | color: #87CEEB; |
| 19 | text-decoration: none; |
| 20 | } |
| 21 | a img { |
| 22 | border: none; |
| 23 | } |
| 24 | img { |
| 25 | margin: 5px 10px; |
| 26 | } |
| 27 | table { |
| 28 | border-collapse: collapse; |
| 29 | border-spacing: 0; |
| 30 | } |
| 31 | table,th,td{ |
| 32 | border: 1px solid #666; |
| 33 | } |
| 34 | th,td{ |
| 35 | padding: 3px 5px; |
| 36 | text-align: center; |
| 37 | } |
| 38 | blockquote{ |
| 39 | color: #666666; |
| 40 | margin: 0 0 18px 18px; |
| 41 | font-style: italic; |
| 42 | } |
| 43 | q:before, q:after, blockquote:before, blockquote:after { |
| 44 | content: ""; |
| 45 | } |
| 46 | p{ |
| 47 | margin: 0 0 1em 0; |
| 48 | } |
| 49 | h1{ |
| 50 | color: #483D8B; |
| 51 | margin: .825em 0 .5em 0; |
| 52 | font-size: 2.125em; |
| 53 | } |
| 54 | h2{ |
| 55 | color: #B0C4DE; |
| 56 | margin: .825em 0 .5em 0; |
| 57 | font-size: 1.75em; |
| 58 | } |
| 59 | h3{ |
| 60 | color: #DC143C; |
| 61 | margin: .825em 0 .5em 0; |
| 62 | font-size: 1.5em; |
| 63 | } |
| 64 | h4{ |
| 65 | color: #4682B4; |
| 66 | margin: .825em 0 .5em 0; |
| 67 | font-size: 1.25em; |
| 68 | } |
| 69 | h5{ |
| 70 | color: #00BFFF; |
| 71 | margin: .825em 0 .5em 0; |
| 72 | font-size: 1.125em; |
| 73 | } |
| 74 | h6{ |
| 75 | color: #DAA520; |
| 76 | margin: .825em 0 .5em 0; |
| 77 | font-size: 1em; |
| 78 | } |
| 79 | hr{ |
| 80 | background-color: #ccc; |
| 81 | border: 0; |
| 82 | height: 1px; |
| 83 | margin-bottom: 1.625em; |
| 84 | } |
| 85 | ul{ |
| 86 | margin-left: 25px; |
| 87 | list-style-type: square; |
| 88 | } |
| 89 | ol{ |
| 90 | margin-left: 25px; |
| 91 | } |
| 92 | strong{ |
| 93 | font-weight: bold; |
| 94 | } |
| 95 | em{ |
| 96 | font-style: italic; |
| 97 | } |
| 98 | b { |
| 99 | color: red; |
| 100 | } |