This file is indexed.

/usr/share/horde/ingo/themes/default/screen.css is in php-horde-ingo 3.2.16-1ubuntu1.

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
table {
    border-collapse: collapse;
    width: 100%;
}

/* Scripts page. */
.scriptHeader {
    width: 100%;
}
.scriptHeader form {
    display: inline;
}

/* Filters page. */
.filtersRow {
    cursor: move;
    height: 30px;
    line-height: 30px;
}
.filtersRow div {
    display: inline-block;
}
.filtersEdit {
    width: 50px;
}
.filtersEnable {
    padding-left: 12px;
}
.filtersDisabled a {
    color: red;
}

#filtersSave {
    background-color: rgba(0,0,0,0.35);
    position: absolute;
    z-index: 100;
}
#filtersSave span {
    background-color: #ddd;
    left: 15px;
    padding: 5px;
    position: absolute;
    top: 15px;
}

/* Rules page. */
.ruleAction, .ruleCondition, .ruleMatch {
    margin-left: 20px;
}
.ruleAction, .ruleMatch {
    margin-bottom: 10px;
}
.ruleCondition input {
    vertical-align: middle;
}
.ruleCondition label {
    padding-right: 8px;
}
.ruleMatchRow {
    padding-bottom: 5px;
}
.ruleMatchRow div {
    display: inline-block;
    padding-right: 5px;
}
.ruleMatchCondition {
    width: 30px;
}
.ruleStopChecking {
    margin-right: 5px;
    vertical-align: middle;
}
.caseSensitive {
    margin-left: 5px;
    vertical-align: middle;
}

/* Blacklist page. */
.blacklistAction {
    margin-left: 15px;
    margin-bottom: 15px;
}
.blacklistAction input {
    vertical-align: middle;
}

/* Icons. */
.ingo-rules {
    background-image: url('graphics/ingo.png');
}
.ingo-vacation {
    background-image: url('graphics/vacation.png');
}
.ingo-forward {
    background-image: url('graphics/forward.png');
}
.ingo-spam {
    background-image: url('graphics/spam.png');
}
.ingo-script {
    background-image: url('graphics/script.png');
}
.ingo-whitelist {
    background-image: url('graphics/whitelist.png');
}
.ingo-blacklist {
    background-image: url('graphics/blacklist.png');
}