This file is indexed.

/usr/share/horde/whups/themes/default/screen.css is in php-horde-whups 3.0.0~beta1-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
 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
del {
    background: transparent;
}

#searchnav {
    border: 1px solid #ccc;
    padding: 2px;
    margin: 8px;
}
#searchnav p {
    margin: 0;
    background: #e9e9e9;
}

.query {
    background: #cdcdcd;
}

div#comments {
    margin: .5em;
}
div#comments div {
    margin-top: .4em;
}
.comment-body {
    background: #fff;
    color: #000;
    padding: 1em;
    font-size: 100%;
    font-family: "Lucida Console",Courier,"Courier New";
}
.pc_l {
    background: #eee;
    border-left: 8px solid #900;
    border-top: 2px solid #900;
}
.pc_r {
    background: #eee;
    border-right: 8px solid #900;
    border-top: 2px solid #900;
}
.pc_m {
    background: #eee;
    border-top: 2px solid #900;
}
.pc_b {
    background: #eee;
    border-left: 8px solid #900;
    border-right: 8px solid #900;
    border-bottom: 2px solid #900;
}
.c_l {
    background: #eee;
    border-left: 8px solid #ccc;
    border-top: 2px solid #ccc;
}
.c_r {
    background: #eee;
    border-right: 8px solid #ccc;
    border-top: 2px solid #ccc;
}
.c_m {
    background: #eee;
    border-top: 2px solid #ccc;
}
.c_b {
    background: #eee;
    border-left: 8px solid #ccc;
    border-right: 8px solid #ccc;
    border-bottom: 2px solid #ccc;
}
/* Autocomplete styles. */
.autocomplete {
    background: #f4f4f4;
    border: 1px solid #d4d4d4;
    position: absolute;
    padding: 2px 2px 2px 2px;
}
.autocomplete ul {
    margin: 1px;
    padding: 1px;
    list-style-type: none;
}
.autocomplete ul li {
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    text-decoration: underline;
    font-size: 90%;
    color: #000;
}
.autocomplete ul .selected {
    background: gray;
    color: #fff;
}

/* Menu entries */
.whups-mywhups {
    background-image: url('graphics/whups.png');
}
.whups-query {
    background-image: url('graphics/query.png');
}
.whups-reports {
    background-image: url('graphics/reports.png');
}
.whups-admin {
    background-image: url('graphics/admin.png');
}