diff --git a/css/pages.css b/css/pages.css index 0fd3ba3..8e420f1 100644 --- a/css/pages.css +++ b/css/pages.css @@ -201,6 +201,30 @@ section#main{ font-size:0.73em; } - } +@media print{ + *{ + position: relative !important; + } + #hleft-text, + #inner-hleft-text, + #ihtp{ + width: 100%; + height: 100% !important; + display: block !important; + background: none !important; + box-sizing: unset !important; + color: black; + top: 0; + left: 0; + margin: 0; + padding: 0; + transform: unset !important; + overflow: unset !important; + } + a#homebttn, + a#getback{ + color: transparent; + } +}