Sha256: 919da9911d29a47411f3127979daa2b8a6f4ea97ed2e5c44d1ce36a39288a1e6

Contents?: true

Size: 781 Bytes

Versions: 8

Compression:

Stored size: 781 Bytes

Contents

/* special css file for media=print, to hide and change some elements */
/* this is additive to the style_template.css */

/***********************
change positions to absolute to avoid printing the title and table
of contents on every page. Remove the Quicklink toc on the right.
Make toc on the left floating on top of middle div.
************************/
div.head {
	position: absolute;
}

div.lefttoc {
	position: relative;
	width: 100%;
	/*height:90%;*/
	top: 100px;
	left: 30px;
	right: 30px;
	bottom: auto;
	border: none;
	margin-bottom: 200px;
	overflow: visible;
}

div.middle {
	position: relative;
	margin: 100px 30px 0 20px; /*top right bottom left */
	/* margin: x y   =  Xpx each - botten and top,   ypx each - left and right */
}

div.righttoc {
	display: none;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
xhtml_report_generator-2.2.0 lib/xhtml_report_generator/print_template.css
xhtml_report_generator-2.1.1 lib/xhtml_report_generator/print_template.css
xhtml_report_generator-2.1.0 lib/xhtml_report_generator/print_template.css
xhtml_report_generator-2.0.3 lib/xhtml_report_generator/print_template.css
xhtml_report_generator-2.0.2 lib/xhtml_report_generator/print_template.css
xhtml_report_generator-2.0.1 lib/xhtml_report_generator/print_template.css
xhtml_report_generator-2.0.0 lib/xhtml_report_generator/print_template.css
xhtml_report_generator-1.1.0 lib/xhtml_report_generator/print_template.css