/usr/share/refdb/sru/refdbsru.css is in refdb-clients 1.0.2-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 36 37 38 39 40 41 42 43 44 45 | /* stylesheet for the RefDB SRU output */
#head {
padding: 10px;
background-color: #0000FF;
}
#foot {
padding: 10px;
background-color: #EEEEEE;
}
h1 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 150%;
color: #FFFFFF;
}
h2 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 130%;
color: #0000FF;
}
p.diag { color: red;
border-width: 2px;
border-color: red;
border-style: solid;
padding: 10px;
}
table { border-style: solid;
border-color: blue;
border-width: 1px;
border-collapse: collapse;
font-family: Verdana, Arial, Helvetica, sans-serif;
rules: all;
}
td { padding: 4px;
}
td.key { color: blue; }
thead td { font-weight: bold;
background-color: #DDDDDD
}
|