Plugin Directory

Changeset 2850562


Ignore:
Timestamp:
01/18/2023 03:00:13 PM (3 years ago)
Author:
synthiasoft
Message:

upload-v2-css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • print-bangla-news/trunk/assest/css/print.css

    r2786255 r2850562  
    22
    33
    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%;}
    224
    235body, article, h1, h2, h3, h4, h5, h6, textarea, input, select, .topbar, .main-menu, .breadcrumb, .copyrights-area, form span.required, .p-title {
     
    2810  font-size: 18px;
    2911  text-align: justify;
     12  background: white;
    3013}
    3114
    3215body.print-body {
    33   width: 230mm;
    3416  height: 100%;
    3517  margin: 0 auto;
     
    3921body.print-body img{
    4022  text-align: center;
     23  max-width: 100%;
    4124}
    4225
     
    5235    text-align: center;
    5336}
     37.content-center{
     38  text-align: center;
     39}
    5440
    5541@media print {
    56   body {
    57    
    58   }
     42/* body.print-body {
     43  max-width: 297mm;
     44}*/
    5945}
    60 
    6146h2.p-title {
    6247    font-weight: 700;
     
    9782        display: none !important;
    9883    }
     84    img {
     85    width: 100%!important;
     86}
    9987}
    10088
     
    10391  margin: 10px!important;
    10492}
     93
     94/*canvas {
     95    display: none!important;
     96}*/
     97
     98a.btn.red {
     99    background: red;
     100    color: white;
     101    padding: 5px;
     102    text-decoration: none;
     103    font-size: 22px;
     104}
     105
     106a.btn.green {
     107    background: green;
     108    color: white;
     109    padding: 5px;
     110    text-decoration: none;
     111    font-size: 22px;
     112}
     113
     114a.btn {
     115    border-radius: 5px;
     116    margin: 5px;
     117}
     118
     119a.btn img{
     120    max-height: 18px;
     121    filter: brightness(0) invert(1);
     122
     123}
Note: See TracChangeset for help on using the changeset viewer.