HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/baretube.com.new/templates/default_tube2019/scss/_print.scss
@charset "UTF-8";
@import 'libs/_lib';
@media print{
* {box-shadow:none;}

/*wylaczenie wyswietlania*/
header, nav, footer, .adv, .ndop {
    display:none;
}

/*typografia*/
h1, h2, h3, h4, h5, h6, p, p * {
    font-family: Times New Roman;
    color:black;
    background:none;
    text-shadow:none;
}

h1, h2, h3 {
    page-break-after: avoid;
}

p, h1, h2, h3 {
    orphans: 3;
    widows: 3;
}

/*linki*/
a[href]:after {
    content: " (" attr(href) ")";
}
/*js linki*/
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}

/*zdjecia/grafiki*/
img {
    max-width:100%;
}    

/*tabelki*/
tr {
    page-break-inside: avoid;
}


div.print {width:100%;height:100%;}

}