Changeset 2850562
- Timestamp:
- 01/18/2023 03:00:13 PM (3 years ago)
- File:
-
- 1 edited
-
print-bangla-news/trunk/assest/css/print.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
print-bangla-news/trunk/assest/css/print.css
r2786255 r2850562 2 2 3 3 4 .button {5 background-color: #4CAF50; /* Green */6 border: none;7 color: white;8 padding: 9px;9 text-align: center;10 text-decoration: none;11 display: inline-block;12 font-size: 16px;13 margin: 4px 2px;14 cursor: pointer;15 }16 17 .button1 {border-radius: 2px;}18 .button2 {border-radius: 4px;}19 .button3 {border-radius: 8px;}20 .button4 {border-radius: 12px;}21 .button5 {border-radius: 50%;}22 4 23 5 body, article, h1, h2, h3, h4, h5, h6, textarea, input, select, .topbar, .main-menu, .breadcrumb, .copyrights-area, form span.required, .p-title { … … 28 10 font-size: 18px; 29 11 text-align: justify; 12 background: white; 30 13 } 31 14 32 15 body.print-body { 33 width: 230mm;34 16 height: 100%; 35 17 margin: 0 auto; … … 39 21 body.print-body img{ 40 22 text-align: center; 23 max-width: 100%; 41 24 } 42 25 … … 52 35 text-align: center; 53 36 } 37 .content-center{ 38 text-align: center; 39 } 54 40 55 41 @media print { 56 body {57 58 } 42 /* body.print-body { 43 max-width: 297mm; 44 }*/ 59 45 } 60 61 46 h2.p-title { 62 47 font-weight: 700; … … 97 82 display: none !important; 98 83 } 84 img { 85 width: 100%!important; 86 } 99 87 } 100 88 … … 103 91 margin: 10px!important; 104 92 } 93 94 /*canvas { 95 display: none!important; 96 }*/ 97 98 a.btn.red { 99 background: red; 100 color: white; 101 padding: 5px; 102 text-decoration: none; 103 font-size: 22px; 104 } 105 106 a.btn.green { 107 background: green; 108 color: white; 109 padding: 5px; 110 text-decoration: none; 111 font-size: 22px; 112 } 113 114 a.btn { 115 border-radius: 5px; 116 margin: 5px; 117 } 118 119 a.btn img{ 120 max-height: 18px; 121 filter: brightness(0) invert(1); 122 123 }
Note: See TracChangeset
for help on using the changeset viewer.