This file is indexed.

/usr/share/horde/mnemo/themes/default/screen.css is in php-horde-mnemo 4.2.12-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
110
/* @todo Move to Horde in H6 */
.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;
}

.notePassphrase {
    padding: 10px;
}

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

#mnemo-body {
    width: 100%;
}

.QuickFinderNoMatch {
    display: none;
}
#notes_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;
}

/* Tables. */
table#notepad-list {
    width: 99%;
    margin: 0 0 8px 5px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
table#notepad-list th {
    padding: 3px;
    background: #e9e9e9;
    border-right: 1px solid #ccc;
    text-align: left;
}
table#notepad-list td {
    padding: 3px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
table#notepad-list th.sortup {
    background: #bbcbff url("graphics/za.png") center left no-repeat;
    padding-left: 10px;
}
table#notepad-list th.sortdown {
    background: #bbcbff url("graphics/az.png") center left no-repeat;
    padding-left: 10px;
}

#notepad-list-buttons {
    padding: 1em;
}
#notepad-list-buttons form {
    display: inline;
}
.notepad-list-icon {
    width: 1%;
}

/* Icons. */
.mnemo-list {
    background-image: url('graphics/mnemo.png');
}
.mnemo-search {
    background-image: url('graphics/search.png');
}

.mnemo-pdf {
    background-image: url('graphics/download.png');
}
.mnemo-edit {
    background-image: url('graphics/edit.png');
}
.mnemo-delete {
    background-image: url('graphics/delete.png');
}