actuel-inactuel/assets/css/src/print.css

68 lines
866 B
CSS
Raw Normal View History

2024-04-15 08:45:09 +02:00
@media print {
/* Hide header / footer infos. */
@page {
margin: 0;
size: auto;
@top-left {
content: none;
}
@top-right {
content: none;
}
@top-center {
content: none;
}
@bottom-left {
content: none;
}
@bottom-right {
content: none;
}
@bottom-center {
content: none;
}
}
body {
padding-top: 4rem;
color: #000;
}
.panel {
display: none;
}
.main-title.fs-xxl {
font-size: 7rem !important;
line-height: 1 !important;
}
#main-header {
position: relative;
}
#logo #actuel {
color: #000;
opacity: 0.8;
}
#logo #inactuel {
color: rgb(86, 217, 163);
}
#entry-btns {
display: none;
}
a {
text-decoration: none !important;
}
2024-11-26 13:21:42 +01:00
article #main-content {
2024-04-15 08:45:09 +02:00
width: 60%;
margin: auto;
}
}