This file is indexed.

/usr/share/horde/nag/themes/default/screen.css is in php-horde-nag 4.2.17-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
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
#tasks {
    width: 100%;
}

.QuickFinderNoMatch {
    display: none;
}
#tasks_empty {
    padding: 4px;
    font-style: italic;
}

#quicksearch {
    display: inline;
}
#quicksearch input {
    background-image: url("graphics/search.png");
    background-repeat: no-repeat;
    background-position: 2px center;
    padding: 1px 0 1px 20px;
}
#quicksearch a {
    display: inline-block;
    padding: 2px 4px;
}

/* Redbox styles. */
#RB_window {
    top: 50px !important;
    margin-top: 0 !important;
}

.overdue, .overdue td, .overdue a, .overdue td a {
    color: #f00;
}
.closed, .closed td, .closed a, .closed td a {
    color: #aaa;
}
.closed a, .closed td a {
    text-decoration: line-through;
}

.pri-1 {
    color: #f00;
}
.pri-2 {
    color: #f30;
}
.pri-3 {
    color: #000;
}
.pri-4 {
    color: #03f;
}
.pri-5 {
    color: #00f;
}

.horde-header {
    padding: 10px;
    background-color: #eceff0;
    border-bottom: 1px solid #d0d0d0;
}
.horde-header tr {
    vertical-align: top;
}
.horde-header td {
    padding: 0 0 1px 0;
}
.horde-header td.horde-label {
    font-weight: bold;
    padding-right: 4px;
    text-align: right;
    white-space: nowrap;
}

.taskBody {
    padding: 10px;
    background: #fff;
    font-family: "Lucida Console",Courier,"Courier New";
    white-space: normal;
    overflow: auto;
}

#tasks-body tr {
    line-height: 20px;
}

#dueimg, #startimg, #recur_endimg {
    cursor: pointer;
    padding-left: 3px;
}

.nag-tags-related, .nag-tags-browsing {
    padding-bottom: 12px;
    padding-left: 5px;
}

.horde-tags li a img {
    padding-left: 5px;
}

/* Icons. */
.nag-list {
    background-image: url("graphics/nag.png");
}
.nag-search {
    background-image: url("graphics/search.png");
}
.horde-new-extra {
    background: none;
}
.horde-new-extra a {
    background: url("graphics/add.png") no-repeat;
}

.nag-complete {
    background-image: url("graphics/complete.png");
}
.nag-edit {
    background-image: url("graphics/edit.png");
}
.nag-delete {
    background-image: url("graphics/delete.png");
}
.nag-new {
    background-image: url("graphics/add.png");
}

@media print {
    .header .smallheader, .tabset, .notices, #quicksearchL, #quicksearch {
        display: none;
    }
}