/var/lib/bandwidthd/htdocs/bandwidthd.css is in bandwidthd-pgsql 2.0.1+cvs20090917-7.
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 | .body {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #333333;
}
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #2A337E;
border: solid 1px #666666;
padding: 2px;
background-color: #c0c0c0;
}
th {
font-family: verdana;
font-size: 10px;
background-color: #c0c0c0;
color: #333333;
align: center;
cell-spacing: 0px;
}
.row-header-left {
border-left: solid 1px #666666;
border-top: solid 1px #666666;
border-bottom: solid 1px #666666;
line-height: 9px;
padding: 2px;
}
.row-header-middle {
border-top: solid 1px #666666;
border-bottom: solid 1px #666666;
line-height: 9px;
padding: 2px;
}
.row-header-right {
border-right: solid 1px #666666;
border-top: solid 1px #666666;
border-bottom: solid 1px #666666;
line-height: 9px;
padding: 2px;
}
a.text-button:link, a.text-button:visited {
font-family: verdana;
font-size: 10px;
font-weight: bold;
color: #2A337E;
text-decoration: none;
background-color: #F6F6F6;
border: solid 1px #666666;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
margin-top: 10px;
}
a.text-button:hover {
font-family: verdana;
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
background-color: #828DBA;
border: solid 1px #666666;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
}
|