This file is indexed.

/usr/share/tdiary/theme/query110/query110.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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
@charset "utf-8";

/*------------------------------------------------------------------------------*/
/*----*
  約束
 *----*/

body {
	margin			:	0% 0% 10px 0% ;
	padding			:	0% ;
	/*font-family		:	"Verdana Bold", "Verdana", "Osaka", "MS UI Gothic", sans-serif ;*/
	word-break		:	break-all ;
	word-wrap		:	break-word ;
}

pre {
	white-space		:	-moz-pre-wrap ;
	white-space		:	-pre-wrap ;
	white-space		:	-o-pre-wrap ;
	white-space		:	pre-wrap ;
}

/*------------------------------------------------------------------------------*/
/*----*
  基本
 *----*/

body {
	/*font-size		:	84% ;*/
	background-color	:	#f9f9f9 ;
	color			:	#443 ;
}
a:link {
	color			:	#221 ;
}
a:visited {
	color			:	#776 ;
}
a:hover {
	color			:	#c33 ;
	text-decoration		:	none ;
}

h1, h2, h3, h4, h5, h6 {
	font-size		:	1em ;
	font-weight		:	normal ;
	margin			:	0em ;
	padding			:	0em ;
}

p {
	margin			:	0.5em 1em ;
}

dl {
	margin			:	1em ;
}
dt {
	font-weight		:	bold ;
}

blockquote {
	border			:	solid 1px #bba ;
}

pre {
	background-color	:	#f9f9f6 ;
}

del, ins {
	color			:	#776 ;
}

form {
	margin			:	0px ;
}

/*------------------------------------------------------------------------------*/
/*--------------------------*
  テーブルヘッダとその打消し
 *--------------------------*/

table {}

table td table {}

table td table td {
	background		:	url("header.gif") 0% 100% repeat-x scroll #fff ;
	padding-bottom		:	5px ;
}

table font {
	color			:	#998 ;
}

div.day table {
	margin			:	1em 2em ;
	font-size		:	1em ;
}


/*------------------------------------------------------------------------------*/
/*----------------*
  今回のテーマの肝
 *----------------*/

h1 {
	background		:	url("h1.gif") 12px 50% no-repeat scroll #fff ;
	color			:	#ccb ;
	border			:	solid 1px #ccb ;
	border-bottom		:	solid 1px #ccb ;
}

.day,
.hatena-module {
	background		:	#fff ;
}
h2,
div.hatena-moduletitle {
	margin			:	6px ;
	padding			:	12px 10px 12px 24px ;
	letter-spacing		:	0.3em ;
	background		:	url("h2.gif") 4px 50% no-repeat scroll #ccb ;
	color			:	#776 ;
	border			:	solid 1px ;
	border-color		:	#bba ;
}

h2 a:link,
h2 a:visited,
.hatena-moduletitle a:link,
.hatena-moduletitle a:visited {
	color			:	#776 ;
	text-decoration		:	none ;
}
h2 a:hover,
.hatena-moduletitle a:hover {
	color			:	#fff ;
}

.body,
.hatena-modulebody {
	padding			:	12px 2em 36px 2em ;
	background		:	transparent ;
}

/*------------------------------------------------------------------------------*/
/*--------------------------*
  おおまかなレイアウトを制御
 *--------------------------*/

h1 {
	margin			:	2em 36px ;
	padding			:	10px 0px 10px 54px ;
	font-size		:	2em ;
	letter-spacing		:	0.4em ;
}

.hatena-body {
	position		:	relative ;
	width			:	100% ;
	top			:	0% ;
	left			:	0% ;
}
.hatena-description {
	margin			:	0px 36px 12px 36px ;
	border			:	solid 1px #eee ;
	background-color	:	#fff ;
}
.sidebar .hatena-description {
	margin-left		:	0px ;
}
.day .hatena-description,
.hatena-module .hatena-description {
	border			:	none ;
	background-color	:	transparent ;
}

.main {
	margin-right		:	250px ;
	width			:	auto ;
	_width			:	100% ;
}
div.calendar {
	margin			:	0px 36px ;
}
div.calendar a:link,
div.calendar a:visited {
	font-size		:	84% ;
	text-decoration		:	none ;
	color			:	#aa9 ;
}
div.calendar a:hover {
	color			:	#666 ;
}

.sidebar {
	position		:	absolute ;
	top			:	0px ;
	right			:	0px ;
	width			:	250px ;
}

/*----------------*
  メニュー・フッタ
 *----------------*/

div.adminmenu {
	margin			:	12px 36px ;
	text-align		:	right ;
}
div.adminmenu a:link,
div.adminmenu a:visited {
	text-decoration		:	none ;
	color			:	#998 ;
	margin-left		:	1em ;
}
div.adminmenu a:hover {
	color			:	#332 ;
}

div.footer {
	margin			:	12px 36px ;
	text-align		:	right ;
}

/*------------------------------------------------------------------------------*/
/*----*
  日記
 *----*/

div.day {
	margin			:	12px 36px 12px 36px ;
	width			:	auto ;
	_width			:	100% ;
	border			:	solid 1px ;
	border-color		:	#eee #eee ;
}
h2 {}
span.title {
	margin-left		:	1em ;
}

div.body {
	line-height		:	1.4 ;
}

img.photo {
	float			:	right ;
}

div.section {
	margin			:	1em 0em 2em 0em ;
}
h3 {
	margin-bottom		:	2em ;
	padding-bottom		:	0.2em ;
	letter-spacing		:	0.1em ;
	word-spacing		:	-0.1em ;
	border-bottom		:	double 3px #ddc ;
}
h3 a:link,
h3 a:visited {
	text-decoration		:	none ;
}
span.sanchor,
a.sectioncategory {
	color			:	#aa9 ;
}

div.footnote {
	margin			:	1em 0em 1em 2em ;
	border-left		:	double 6px #eee ;
}

/*----------------------------------*
  コメント・リンク元・トラックバック
 *----------------------------------*/

div.comment,
div.refererlist {
	background		:	transparent ;
	line-height		:	1.4 ;
	padding			:	0px 24px ;
}

div.caption {
	padding			:	0.2em ;
	background-color	:	#fff ;
	border-top		:	dashed 1px #e9e9e9 ;
}

div.commentshort,
div.refererlist ul {
	background		:	transparent ;
	padding			:	12px 0px 36px 0px ;
	border-top		:	dashed 1px #e9e9e9 ;
}
div.commentshort p {
	margin			:	0em 2em ;
}
span.canchor {
	display			:	none ;
}

div.refererlist ul {
	margin			:	0 ;
	list-style-type		:	none ;
	line-height	:	1.2 ;
}
div.refererlist ul li {
	margin		:	1px 0px 0px 1em ;
	padding		:	1px 0px 1px 12px ;
	background	:	url("arrow.gif") left top no-repeat scroll transparent ;
}

/*----------*
  キーワード
 *----------*/

a.keyword:link,
a.okeyword:link {
	color			:	#443 ;
	text-decoration		:	none ;
	border-bottom		:	solid 1px #999 ;
}
a.keyword:visited,
a.okeyword:visited {
	color			:	#443 ;
	text-decoration		:	none ;
	border-bottom		:	dashed 1px #999 ;
}

/*------------------------------------------------------------------------------*/
/*--------------*
  サイドバー周り
 *--------------*/

div.hatena-module * {
	margin			:	0px ;
}

div.hatena-module {
	margin			:	0px 36px 12px 0px ;
	font-size		:	12px ;
	border-style		:	solid ;
	border-color		:	#eee #eee ;
	border-width		:	1px ;
}

div.hatena-moduletitle {
	margin			:	6px ;
}

div.hatena-modulebody {
	padding			:	12px 6px 24px 6px ;
	line-height		:	1.4 ;
}
div.hatena-modulebody ul {
	margin-left		:	6px ;
	padding			:	0px ;
	list-style-type		:	none ;
}
div.hatena-module li {
	margin			:	1px 0px ;
	padding			:	1px 0px 1px 12px ;
	background		:	url("arrow.gif") left top no-repeat scroll transparent ;
	line-height		:	1.4 ;
}

div.hateba-module img {
	vertical-align		:	middle ;
}

/*------------*
  各モジュール
 *------------*/

form.hatena-searchform {
	margin			:	1em 0em ;
}

input.hatena-searchform {
	border			:	solid 1px #ccc ;
	background-color	:	#ecece6 ;
	margin-left		:	1px ;
}

table.calendar {
	margin			:	1em 0em 0em 0em ;
	width			:	100% ;
	_width			:	auto ;
	font-size		:	12px ;
	table-layout		:	fixed ;
	text-align		:	center ;
}

table.calendar td {
	border			:	solid 1px #e9e9e0 ;
	min-height		:	20px ;
	color			:	#aa9 ;
}

table.calendar a:link img,
table.calendar a:visited img {
	width			:	1em ;
	height			:	1em ;
	border			:	solid 1px #bba ;
}
table.calendar a:hover img {
	border-color		:	#998 ;
}

ul.hatena-photo {
	text-align		:	center ;
}

ul.hatena-photo li {
	display			:	inline ;
	background-image	:	none ;
	padding			:	0px ;
}

ul.hatena-photo li img {
	border			:	solid 2px #bba ;
}
ul.hatena-photo a:hover img {
	border-color		:	#998 ;
}