mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-20 15:36:03 +01:00
43 lines
860 B
CSS
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%;
|
||
|
}
|