/usr/share/DisplayCAL/report/print.css is in dispcalgui 3.1.0.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | #F_data, .options, .functions {
display: none;
}
body {
background: white;
font-size: .75em;
padding: 1em;
}
h1 {
background: #333333;
border-radius: 1.1em;
-moz-border-radius: 1.1em;
-webkit-border-radius: 1.1em;
color: white;
display: block;
font-size: 1em;
font-weight: normal;
margin: 0 auto .5em;
padding: .5em .9em;
width: 19em;
}
h2 {
font-weight: lighter;
font-size: 2em;
}
p {
line-height: 1.5em;
}
.graph th,
.graph tr.x td {
background: #fff;
}
.collapsed {
display: none;
}
|