xenadmin/XenAdmin/HomePage/css/print.css
Gabor Apati-Nagy 8a0f4512d7 CP-15402: Replaced existing to a new, html-based Home Page
Tried to keep changes at one place while not abstracting things too much as we have don't need any complex functionality yet.

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-15 14:01:37 +00:00

43 lines
860 B
CSS

/* -----------------------------------------------------------------------
File encoded as ISO-8859-1
Blueprint CSS Framework 1.0.1
http://blueprintcss.org
* Copyright (c) 2007-Present. See src/LICENSE for more info.
number of columns:24
column width:30
gutter width:10
total width:950
row height:18 px
----------------------------------------------------------------------- */
/* print.css */
body {
line-height: 1.5;
font-family: citrixsans-regular, "Helvetica Neue", Arial, Helvetica, sans-serif;
color: #000;
background: none;
font-size: 10pt;
}
.container {
background: none;
}
a img {
border: none;
}
p img.top {
margin-top: 0;
}
.hide {
display: none;
}
a:link, a:visited {
background: transparent;
font-weight: 700;
text-decoration: underline;
}
a:link:after, a:visited:after {
content: " (" attr(href) ")";
font-size: 90%;
}