This file is indexed.

/usr/share/phpsysinfo/templates/jstyle_blue.css is in phpsysinfo 3.0.17-1.

This file is owned by nobody:nogroup, 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/*
 $Id: jstyle_blue.css 518 2011-10-28 08:09:07Z namiltd $
 */
a {
    text-decoration: none;
    color: #c03000;
}

a:hover {
    text-decoration: underline;
}* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    height: 100%;
    background-color: #f3f1e9;
    color: #666666;
}

body {
    font-family: Verdana, "Bitstream Vera Sans";
    font-size: .75em;
    position: relative;
    width: 940px;
    _width: 945px; /* ie6 */
    min-height: 100%;
    overflow: auto;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
}

h1 {
    margin: 0 10px;
    _margin: 0 15px 0 10px; /* ie6 */
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 150%;
    line-height: 1.5em;
    color: #326ea1;
}

#select {
    text-align: right;
}

#select select {
    width: 100px;
}

#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #ups {
    float: left;
    width: 451px;
    margin: 10px 0 0 10px;
    _margin: 10px 5px 0 5px; /* ie6 */
    padding: 1px;
}

h2 {
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 130%;
    padding: 3px 10px;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #326ea1;
    border-bottom: 2px solid #326ea1;
}

table {
    width: 100%;
}

.plugin {
    float: left;
    margin: 10px 0 0 10px;
    _margin: 10px 5px 0 5px; /* ie6 */
    padding: 1px;
}

th, td, h3 {
    padding: 4px 10px 2px 10px;
    text-align: left;
    vertical-align: top;
    font-size: 100%;
}

.even {
    background: #EBE8DA;
}

#footer {
    clear: both;
    color: #5C5C5C;
    margin: 12px;
    padding: 13px 25px;
    line-height: 18px;
    font-size: 80%;
    text-align: center;
}

#memory, #filesystem {
    width: 915px;
}

.bar {
    background-color: #326edf;
}

p {
    padding: 4px 10px 2px 10px;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
}

#filesystemTable thead tr .header {
    background-image: url("../gfx/bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#filesystemTable thead tr .headerSortUp {
    background-image: url("../gfx/asc.gif");
    color: #c03000;
}

#filesystemTable thead tr .headerSortDown {
    background-image: url("../gfx/desc.gif");
    color: #c03000;
}

.right {
    text-align: right;
    padding-right: 20px;
}

#pciTable, #ideTable, #scsiTable, #usbTable {
    padding: 0px 30px;
}