This file is indexed.

/usr/share/tdiary/theme/yukon/yukon.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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
@charset "utf-8";
/*
Title: Yukon
Revision: $Revision: 1.6 $
Author: zoe
Access: zoe@kasumi.sakura.ne.jp
License: GPL
Comment: 想い出のユーコン

validated by W3C.
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background-color: #e0e0e0;
	color: #555;
	padding: 0.2em 0em;
	font-weight: bold;
}

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

a:visited {
	text-decoration: none;
	color: #607fb3;
}

a:active {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	text-align: right;
	font-size: small;
}

/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu {
	background-color: transparent;
	border-style: solid;
	border-color: #eee #aaa #aaa #eee;
	border-width: 1px;
	padding: 2px;
}

/*
日記タイトルの設定
*/
h1 {
	text-align: left;
	margin: 8px 0px;
	background-image: url(yukon_h1back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #607fb3;
	height: 120px;
	border-bottom: solid 16px #7088d0;
	font-size: 250%;
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	text-align: left;
	padding: 0px;
	margin: 0em;
	margin-bottom: 2em;
	color: #fff;
	background-image: url(yukon_dayback.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #233343;
}

/*
タイトル行全体の設定
*/
h2 {
	margin: 0px;
	padding: 0px;
	background-color: #bbb;
	line-height: 24px;
	text-align: center;
	font-weight: normal;
}

/*
日付の設定
*/
h2 span.date {
	margin-top: 0px;
}
h2 a:link, h2 a:visited {
	color: #fff;
}

/*
タイトルの設定
*/
h2 span.title {
	margin: 0px;
	padding: 0px;
}

/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	text-align: left;
	padding: 0px;
	margin: 0px 150px 8px 0px;
	background-color: #1f1f1f;
	background-image: url(yukon_divbodyback.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border-left: solid 1px #bbb;
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}

/*
サブタイトルを含むセクションの設定
*/
div.section {
	margin: 0em 1em;
	border-bottom: groove #fff 2px;
}

/*
サブタイトルの設定
*/
h3 {
	padding: 0.3em;
	margin: 0px;
	font-weight: normal;
}

/*
イメージアンカーの設定
ただしDefaultテーマではイメージアンカーは使っていないのでコメントにしてある
指定のコツは以下の通り
  - span.sanchorはセクションアンカー、span.canchorはツッコミアンカー
  - background-imageにアンカー画像を指定
  - paddingのtop(最初)とright(2番目)に画像の縦横サイズを指定
  - colorに背景色と同じ色を指定(文字を見えなくするため)
*/
/*
div.day h3 span.sanchor {
	background-image: url(sanchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0px 0px 12px 12px;
	color: #dcd1ba;
	background-color: transparent;
	font-size: 1px;
	height: 120px;
}

div.day span.canchor {
	background-image: url(canchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 14px 12px 0px 0px;
	color: #fff;
	background-color: transparent;
	font-size: 1px;
}
*/

/*
日記の本文(段落)の設定
*/
div.section p {
	line-height: 1.3em;
	padding: 0em 1em 0em 1em;
}

/*
ツッコミ/フォーム/リンク元のキャプション設定
*/
div.caption {
	text-align: left;
	padding: 2px;
	margin: 0.4em 0.4em;
	border-style: solid ridge ridge solid;
	border-color: #fff #000 #000 #fff;
	border-width: 1px 2px 2px 1px;
}

/*
ツッコミ欄全体の設定
*/
div.comment {
	font-size: 90%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/*
ツッコミ省略版本文
*/
div.commentshort {
	font-size: 90%;
	margin-left: 0.5em;
}

div.commentshort p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	line-height: 1.2em;
}

/*
ツッコミ本体
*/
div.commentbody {
	margin: 2px 8px;
}

/*
ツッコミした人の情報
*/
span.commentator {
	font-weight: normal;
}

/*
ツッコミ本文
*/
div.commentbody p {
	margin: 0.5em;
	margin-left: 2em;
}

/*
フォーム全体を囲む枠の設定
*/
div.form {
	text-align: left;
	padding: 4px;
	margin: 0em;
}

div.form div.caption {
	text-align: left;
	padding: 0px;
	margin-bottom: 0.5em;
}

div.form div.caption a{
	display: block;
	padding: 2px;
}

/*
フォームの設定
*/
div.form form {
	margin: 0em 0em 0em 4px;
}

div.form form.comment {
	font-size: 90%;
}

div.field {
	display: inline;
	margin-right: 2em;
	padding: 0px;
}

form.comment input {
	background-color: #eef;
	color: #000;
	margin-left: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

div.textarea {
	display: block;
	vertical-align: top;
}

form.comment textarea {
	display: block;
	background-color: #eef;
	color: #000;
	width: 30em;
	height: 5em;
	border: solid 1px #000;
}

div.button {
	display: block;
}

/*
リンク元リスト(Month/Latestモード)の設定
*/
div.referer {
	text-align: center;
	font-size: small;
	color: #ccc;
	padding: 0px;
	margin: 3px;
}
div.referer a:link, div.refererlist a:link {
	color: #fff;
}

/*
リンク元リスト(Dayモード)の設定
*/
div.refererlist {
	font-size: small;
	text-align: left;
	padding: 3px 8px;
	margin: 0px;
}

/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	margin-top: 3px;
}

/*
罫線の設定
*/
hr {
	border-style: none;
}

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

/*
フッタの設定
*/
div.footer {
	font-size: small;
	text-align: right;
}

/*
更新フォーム
*/
div.day.update {
	background-color: #8ca;
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #233343;
	padding: 0px;
}

div.day.update div.form div.caption {
	margin: 0px;
	border-style: none;
	text-align: right;
	color: #000;
	line-height: 24px;
}

div.day.update div.form {
	background-color: transparent;
	padding: 0px;
	border-style: none;
}

div.day.update div.form form.update {
	margin: 0px ! important;	
	border-left: solid 1px #bbb;
	border-right: solid 1px #bbb;
}

form.update div {
	padding: 0px;
}

form.update input, form.update textarea, form.commentstat input {
	background-color: #eef;
	color: #000;
}

form.update span.field {
	display: inline;
	margin-left: 0em;
	margin-right: 0.5em;
}

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

form.update div.textarea {
	display: block;
	margin-top: 1em;
}
form.update textarea {
	display: block;
	margin-left: 3em;
	margin-bottom: 1em;
	width: 35em;
	height: 15em;
}

form.update span.checkbox.hidediary {
	margin-left: 1em;
}

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

div.conf.day h2 span.title {
	display: block;
	text-align: center;
	margin-top: 0px;
}

div.conf.day div.body {
	padding: 8px;
	border-bottom: solid 1px #bbb;
}

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

/*
整形済みテキスト(preタグ)の設定
*/
pre {
	margin-left: 1em;
	margin-right: 1em;
	padding: 8px;
	background-color: #1f1f1f;
	border-style: solid;
	border-color: #bbb;
	border-width: 2px 1px;
	font-weight: normal;
}

/*
引用(blockquoteタグ)の設定
*/
div.body blockquote {
	border-style: solid;
	border-color: #ddf;
	border-width: 2px 2px 2px 2px;
	margin-left: 2em;
	margin-right: 2em;
	padding: 4px 4px 4px 4px;
	font-weight: normal;
}
div.body blockquote p {
	margin: 0.5em 0em 0.5em 0em;
}

/*
箇条書きの設定
*/
div.body ul, div.body ol {
	margin-left: 6em;
	margin-right: 3em;
}

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

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

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

li {
	list-style-type: circle;
}

em {
	font-weight: bold;
}

strong {
	font-size: 200%;
}

/*
サイドバー関連
*/
div.main {
	width: 75%;
	float: left;
}

div.sidebar {
	width: 18%;
	font-size: x-small;
	margin: 0em 4px 0em 0em;
	padding: 0.5em 2px;
	float: right;
	border: solid #000 1px;
}

div.sidebar p{
	margin: 0em;
}

div.list {
	font-size: x-small;
	text-align: left;
	margin-bottom: 0.3em;
	background-color: #efefef;
	color: #111;
}

div.list ol {
	padding-left: 2em;
	margin: 0px 2px;
}

div.list ul {
	padding-left: 2px;
	margin: 0px 2px;
	list-style: none;
}

div.list li {
	list-style: none;
}

div.list p {
	background-color: #607fb3;
	margin: 0em;
	text-align: center;
	border-style: solid ridge ridge solid; 
	border-color: #fff #000 #000 #fff;
	border-width: 1px 2px 2px 1px;
}

div.list form {
	text-align: center;
	margin-bottom: 0px;
}

/*
 いくつかのメジャーなプラグイン対応
 */

/* calendar2 */
table.calendar {
	font-size: x-small;
	line-height: 1.1em;
	margin: 2px auto;
}

table.calendar td {
	text-align: right;
}

table.calendar td.calendar-prev-month, table.calendar td.calendar-current-month, table.calendar td.calendar-next-month {
	text-align: center;
}

/* calendar2用画像 */
/*
table.calendar td.image {
        background-image: url(squirrel.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 120px;
	width: 110px;
	border-style: solid;
	border-color: #fff #000 #000 #fff;
	border-width: 1px;
}
*/
div.list p.link {
	text-align: left;
	background-color: #ccc;
}

div.list span.title {
        display: block;
}

div.list span.comment {
        display: block;
	margin-left: 0.5em;
}

div.list span.date {
	display: block;
	font-size: 90%;
	margin-left: auto;
	text-align: right;
}

/* footnote */
div.body span.footnote {
	vertical-align: super;
	font-size: 70%;
}

div.footnote {
	font-size: 90%;
	border-style: solid;
	border-color: #ddf;
	border-width: 1px 0px 0px 0px;
	padding: 0em;
	margin-left: 6em;
}

p.footnote {
	margin: 0em 0.5em;
	padding: 0em;
}