/* * Copyright (c) 2003 Pixware. * * This file is part of the XMLmind XML Editor project. * For conditions of distribution and use, see the accompanying legal.txt file. * * Customizes DocBook CSS style sheet for printing. */ @media print { * { background-color: transparent; line-height: 1.2; } *:read-only { background-color: transparent; } graphic, imagedata { content: image(attr(fileref), -500, -700, smooth); } colspec, spanspec { display: none; } }