This file is indexed.

/usr/share/tdiary/theme/at/at.css is in tdiary-theme 3.2.2-3.

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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
@charset "utf-8";
/*
Title: at
Revision: $Revision: 1.1 $
Author: sasasin
Access: http://sasasin.sytes.net/
License: GPL
Comment: 寒色なのに暑苦しいテーマ。

validated by W3C.
サイドバー非対応。
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	color: #000000;
	background-color: #ffffff;
	margin:0px;
}
p {
	margin-left:1em;
	margin-right:3em;
}
input {
	margin-left:1em;
}


/*
リンク文字列に関する設定
*/
a:link {
	text-decoration: none;
	color:#3333FF;
	background-color: transparent;
}

a:visited {
	text-decoration: none;
	color: #2323B1;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
}

/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	color: #414183;
	background-color: #a3a3d1;
	text-align: right;
	font-size: 90%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding:5px 0px 3px 0px ;
}

/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu ,span.adminmenu a:link,span.adminmenu a:visited ,span.adminmenu a:hover{
	color: #414183;
	background-color: transparent;
}

/*
カレンダーの設定
*/
div.calendar {
	color: #222;
	background-color: transparent;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 2px;
	line-height: 110%;
	font-size: 90%;
	margin-right: 1em;
}

div.calendar div.year {
}

/*
日記タイトルの設定
*/
h1 {
	color: #414183;
	background-color: #a3a3d1;
	text-align:center;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding:10px 0px 10px 0px ;
	height: 35px;
}

h1 a:link,h1 a:visited ,h1 a:hover {
	text-decoration: none;
	color: #414183;
	background-color: transparent;
}


/*
日付の設定
*/
h2 span.date {
	margin-left:10px;
}

/*
タイトル行全体の設定
*/
h2, h3, h4, h5 ,h6{
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	width: 100%;
}

h2 {
	background-color: #0B408D;
}
h3{
	background-color: #3B5686;
}
h4{
	background-color: #5A6683;
}
h5{
	background-color: #686C75;
}
h6{
	background-color: #595959;
}


h2 a:link,h2 a:visited ,h2 a:hover ,h3 a:link,h3 a:visited ,h3 a:hover ,h4 a:link,h4 a:visited ,h4 a:hover ,h5 a:link,h5 a:visited ,h5 a:hover ,h6 a:link,h6 a:visited ,h6 a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
}

/*
タイトルの設定
*/
h2 span.title ,h2 span.date a,h2 span.title a{
	background-color: transparent;
}



/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body{
	margin:0;
}

/*
サブタイトルを含むセクションの設定
*/
div.section {
	line-height: 130%;
}
div.caption{
	margin-left:1em;
	font-size:90%;
}

/*
ツッコミ欄全体の設定
*/
div.comment {
	padding: 0.5em 1em;
	margin-top: 0;
	border-style: dashed;
	border-width:	2px  0px;
	border-color: #a3a3a6;
}

/*
ツッコミ省略版
*/
div.commentshort {
	font-size: 90%;
	padding:4px;
}
div.commentshort p {
	margin: 0.2em 0em;
	line-height: 120%;
}

/*
ツッコミ本体
*/
div.commentbody {
	line-height: 120%;
	margin: 0.5em;
}
span.commentator {
	font-weight: bold;
}
div.commentator {
	line-height: 150%;
	border-style: dashed;
	border-color: #a3a3a6;
	border-width: 1px 0px 0px 0px;
}
div.commentbody p {
	margin: 0.5em 0.5em 0.5em 2em;
}

/*
フォーム全体を囲む枠の設定
*/
div.form {
	margin:0;
	padding:0;
}


/*
リンク元リスト(Month/Latestモード)の設定
*/
div.referer {
	text-align: right;
	font-size: 90%;
	padding: 10px;
	margin: 0;
}

/*
リンク元リスト(Dayモード)の設定
*/
div.refererlist {
	padding: 2px;
	padding-bottom: 1px;
	margin: 0;
}

/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	font-size: 90%;
	margin: 0.5em 1em 0.5em 3em;
	line-height: 120%;
}

/*
罫線の設定
*/
hr {
	border-style: dashed;
	border-width: 2px 0px 0px 0px;
	border-color: #99CCCC;
}

/*
日々の日記のセパレータに使われる罫線の設定
*/
hr.sep {
	display: none;
}

/*
フッタの設定
*/
div.footer {
	font-size: 90%;
	text-align: center;
	margin: 8px;
}

/*
更新フォームとツッコミフォーム
*/

form{
	margin:  1em  0em;
	padding: 0em 0em;
}

input, textarea{
	background-color: #FFFFE1;
	color: #000000;
	border: solid 2px #a3a3a6;
}


form.update span.field , div.field {
	display: inline;
	margin: 0em 0.5em;
}

form.update div.field.title {
	display: block;
	margin-top: 1em;
}

form.update textarea , form.comment textarea{
	display: block;
	margin: 1em 0em 1em 3em;
	width: 50em;
	height: 20em;
}

form.update span.checkbox.hidediary {
	margin-left: 1em;
}
div.button {
	display: block;
	margin-left: 3em;
}


/*
ツッコミ状態変更フォーム
*/
div.comment form {
	margin-top: 0em;	
}

/*
エラーメッセージ表示の設定
*/
p.message {
	text-align: center;
	font-size: large;
	background-color: #d00;
	color: #fff;
	padding: 8px;
}

/*
整形済みテキスト(preタグ)と引用(blockquoteタグ)の設定
*/
div.section blockquote, div.section pre {
	color: #000000;
	background-color: #ffe4ca;
	padding: 8px 8px 8px 8px;
	margin-left: 2em;
	margin-right: 1em;
	border: dashed 2px #999999;
	line-height: 120%;
}
div.section blockquote p {
	margin: 0.5em 0em;
}

/*
箇条書きの設定
*/
div.section ul, div.section ol {
	margin-left: 5em;
	margin-right: 3em;
	padding-left: 0px;
	line-height: 120%;
}
div.section ul ul, div.section ol ol {
	margin-left: 1.7em;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

li{
	margin-bottom:0.2em;
}

/*
項目リストの設定
*/
div.section dl {
	margin-left: 5em;
}

div.section dt {
	margin-bottom: 0.2em;
	font-weight: bold;
}

div.section dd {
	margin: 0em 3em 0.5em 1em;
}

/*
テーブルの設定
*/
div.section table {
	margin: 0.5em 1em 0.5em 5em;
	border: solid 2px #aaf;
	border-collapse: collapse;
}
div.section th, div.section td {
	padding: 5px;
	border: solid 1px #aaf;
}