This file is indexed.

/usr/share/hotot/theme/Classic/style.css is in hotot-common 1:0.9.8.14-2.

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
#main_page ::-webkit-scrollbar-track-piece {
    background-color: #666;
    border-left: 5px #ccc solid;
    border-right: 5px #ccc solid;
}

#main_page ::-webkit-scrollbar-thumb {
    -webkit-transition: all 0.2s ease-in;
    border: 0;
    background: #fafafa;
}
#main_page ::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background: #333;
    border-radius: 5px;
}
#main_page ::-webkit-scrollbar-thumb:hover {
    background: #333;
    border:0;
}
.card {
    border-top: 0;
}
.card.selected .tweet_selected_indicator {
    width: 5px;
}
.card.normal {
    background:-webkit-gradient(linear, left top, left bottom, from(#eceef3), to(#dfe2e5));
    border-color: #bbb;
    color: #2c2e36;
}
.card.normal a {
    color: #585858;
}
.card.normal .text a {
    color: #D67514 !important;
}
.card.normal > .who > .who_href {
    color: #2c2e36;
}
.card.normal .tweet_thread {
    border: 1px #c4c7cb solid;
    border-bottom: 0;
}
.card.normal .tweet_ctrl {
    border-color: #c4c7cb;
}

.card.mention {
    background:-webkit-gradient(linear, left top, left bottom, from(#f6dcb5), to(#f3c889));
    border-color: #c4987d;
    color: #502805;
}
.card.mention a {
    color: #D67514;
}
.card.mention > .who > .who_href {
    color: #502805;
}
.card.mention .tweet_thread {
    border: 1px #c4987d solid;
    border-bottom: 0;
}
.card.mention .tweet_ctrl {
    border-color: #c4987d;
}

.card.message {
    background:-webkit-gradient(linear, left top, left bottom, from(#d3e3ff), to(#b9d2fa));
    border-color:#90abc4;
    color: #14465f;
}
.card.message a {
    color: #376AE4;
}
.card.message > .who > .who_href {
    color: #14465f;
}
.card.message .tweet_thread {
    border: 1px #90abc4 solid;
    border-bottom: 0;
}
.card.message .tweet_ctrl {
    border-color: #90abc4;
}

.card.me {
    background:-webkit-gradient(linear, left top, left bottom, from(#d1f4c3), to(#b6dd96));
    border-color:#75A565;
    color: #264408;
}
.card.me a {
    color: #238000;
}
.card.me > .who > .who_href {
    color: #264408;
}
.card.me .tweet_thread {
    border: 1px #75A565 solid;
    border-bottom: 0;
}
.card.me .tweet_ctrl {
    border-color: #75A565;
}
.card.deleted a {
    color: gray;
}
.card.deleted .text {
    color: gray;
}
.tweet_bar_btn {
    background-position-y: -48px;
}
.tweet_bar_btn:hover {
    background-position-y: -72px;
}