META-INF.styles.print.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-batch-admin-resources
Show all versions of spring-batch-admin-resources
Extensible UI framework and basic styles and layout for Spring Batch Admin console.
/* print.css 2008/04/22 nicolekonicki */
/* White background, black text, arial font, decent font size */
body
{
background-color: #fff;
color: #000;
font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
font-size: 10pt;
width: 100%;
}
/* Change the layout to remove columns */
html body
{
background: transparent;
width: auto;
}
#main, #container
{
width: 100%;
}
#page
{
margin: 0;
width: 90%;
}
#content
{
margin:0;
overflow:visible;
}
/* Hide header and nav elements */
#header, #primary-navigation, #secondary-navigation, #footer-wrapper
{
visibility: hidden;
display: none;
}
/* Style links */
a:link, a:visited
{
color: #520;
background: transparent;
text-decoration: underline !important;
}
/* Remove table header graphic */
.bordered-table th
{
background-image:none;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy