/usr/share/refdb/www/css/refdb.css is in refdb-www 1.0.2-3ubuntu1.
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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | h1.h1 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 140%;
display: none;
}
h2.id { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
}
p.title { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 110%;
font-weight: bold;
}
p.authors { font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: transparent;
}
p.abstract { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight: normal;
margin-left: 30px;
}
p.citekey { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight: bold;
}
p.note { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight: normal;
margin-left: 30px;
}
p.m1 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
font-weight: bold;
margin-left: 30px;
}
p.m2 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
font-weight: bold;
margin-left: 30px;
}
p.m3 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
font-weight: bold;
margin-left: 30px;
}
p.ur { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
font-weight: normal;
color: #003366;
/* background-color: transparent; */
background-color: inherit;
margin-left: 30px;
}
span.periodical { font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
}
span.volume { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
font-weight: bold;
color: #003366;
/* background-color: transparent; */
background-color: inherit;
}
span.issue { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
font-weight: bold;
color: #003366;
/* background-color: transparent; */
background-color: inherit;
}
span.page { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
color: #003366;
/* background-color: transparent; */
background-color: inherit;
}
table.duplist { border-width: 2px;
border-style: solid;
border-collapse: collapse;
empty-cells: show;
margin-top: 10pt;
margin-bottom: 10pt;}
table.duplist td { border-width: thin;
border-style: solid;}
table.duplist td.match-field { text-transform: lowercase; }
table.duplist td.match-type { text-transform: lowercase; }
table.duplist tr.IDENT { background-color: #B4FFB4; color:inherit; }
table.duplist tr.ABBREV { background-color: #FFB4B4; color:inherit; }
table.duplist tr.LIKE { background-color: #FFFFB4; color:inherit; }
table.duplist tr.CASE { background-color: #B4B4FF; color:inherit; }
.tooltip {
position: absolute;
display: none;
background-color: #FFFFFF;
color:inherit;
border-width: 1px;
border-style: solid;
border-color: #000000;
padding: 2px;}
.ok { color: #00FF00; }
.warn { color: #FFFF00; }
|