images
2 weeks ago
admin-blocks.css
2 weeks ago
admin-notice.css
2 weeks ago
admin-notice.min.css
2 weeks ago
front.css
2 weeks ago
front.min.css
2 weeks ago
jquery-ui.css
2 weeks ago
jquery-ui.min.css
2 weeks ago
new-admin.css
2 weeks ago
new-front.css
2 weeks ago
print.css
2 weeks ago
print.min.css
2 weeks ago
reset.css
2 weeks ago
reset.min.css
2 weeks ago
print.css
55 lines
| 1 | body { |
| 2 | width: 100% !important; |
| 3 | } |
| 4 | |
| 5 | #wrapper { |
| 6 | padding: 0 !important; |
| 7 | } |
| 8 | |
| 9 | .print { |
| 10 | display: none !important; |
| 11 | } |
| 12 | |
| 13 | table { |
| 14 | |
| 15 | } |
| 16 | tr{ |
| 17 | |
| 18 | } |
| 19 | td{ |
| 20 | vertical-align: middle!important; |
| 21 | } |
| 22 | .pagebreak { |
| 23 | page-break-before: always; |
| 24 | } |
| 25 | |
| 26 | .no-page-break { |
| 27 | page-break-after: avoid; |
| 28 | } |
| 29 | |
| 30 | h1{ |
| 31 | font-size: 1.8em; |
| 32 | line-height: 1.8em; |
| 33 | font-weight: bold!important; |
| 34 | } |
| 35 | |
| 36 | h2{ |
| 37 | font-size: 1.6em; |
| 38 | line-height: 1.6em; |
| 39 | padding: 0 0 80px 0!important; |
| 40 | } |
| 41 | |
| 42 | h3{ |
| 43 | line-height: 1.2em; |
| 44 | font-size: 1.2em; |
| 45 | font-weight: bold!important; |
| 46 | } |
| 47 | |
| 48 | .product thead tr{ |
| 49 | background: #cfcfcf; |
| 50 | } |
| 51 | |
| 52 | .product tr.color{ |
| 53 | background: #efefef; |
| 54 | } |
| 55 |