osem-fcy/app/assets/stylesheets/osem-schedule-print.css
2016-06-27 18:16:13 +02:00

58 lines
1,004 B
CSS

@media print {
.navbar {
display: none;
}
.nav li, .tab-pane, #messages, #footer, h2, .text-error, br, .label, .schedule-subtitle, .schedule-track {
display: none;
}
.nav li.active, .tab-pane .active {
display: block;
width: 100%;
text-align: center;
text-size: 12px;
border-style: none;
font-weight: bold;
}
.nav-tabs {
border-bottom-style: none;
}
.nav-tabs > .active > a {
border-style: none;
}
#wrap {
min-height:0px;
height:auto;
margin:0px;
line-height: 12px;
font-size: 10px;
}
#content {
position: absolute;
top: 0px;
left: 0px;
max-width: 210mm !important;
max-height: 297mm !important;
padding: 10px;
}
#schedule td.event {
background-image: none;
border-style:solid;
border-width: 2px;
border-color: black;
line-height: auto;
font-size: 10px;
}
.event img, .img-circle {
display: none;
}
.table th, .table td {
line-height: 12px;
}
.schedule-speaker {
font-weight: normal;
font-style: italic;
}
}