All Downloads are FREE. Search and download functionalities are using the official Maven repository.

css.print.css Maven / Gradle / Ivy

Go to download

Reflow is an Apache Maven site skin built on Twitter Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website. Requires Reflow Velocity Tools.

The newest version!
.navbar,
.breadcrumb,
.toc-separator
#toc-bar,
#toc-sidebar,
footer,
.subfooter {
	display: none !important;
}

body {
  padding-top: 0px !important;
}

/* CSS below taken from HTML5 Boilerplate */
* {
  background: transparent !important;
  color: #000 !important; /* Black prints faster: h5bp.com/s */
  box-shadow:none !important;
  text-shadow: none !important;
}

a,
a:visited {
  text-decoration: underline;
}

a[href]:after {
  content: " (" attr(href) ")";
}

abbr[title]:after {
  content: " (" attr(title) ")";
}

/*
 * Don't show links for images, or javascript/internal links, or header links
 */

header a:after,
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: "" !important;
}

pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

thead {
  display: table-header-group; /* h5bp.com/t */
}

tr,
img {
  page-break-inside: avoid;
}

img {
  max-width: 100% !important;
}

@page {
  margin: 0.5cm;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy