piwigo/themes/default/print.css
2010-12-26 06:21:26 +00:00

16 lines
No EOL
276 B
CSS

@media print {
#menubar, .content .navigationBar, .categoryActions, .content .calendarViews, .calendarBar,
#imageToolBar, .navThumb, #addComment {
display: none;
}
BODY {
margin: 0;
color: #000;
background: #fff;
}
#theCategoryPage .content {
margin: 0 !important;
}
}