This file is indexed.

/usr/share/tdiary/theme/kitchen-natural/kitchen-natural.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
@charset "utf-8";

/*
Title:kitchen-natural
Revision:1.1
Author:Nishioka Yuji
Access:http://d.hatena.ne.jp/n-yuji/
License:GPL
Comment:キッチンのインテリアふうのテーマシリーズです。お料理日記に最適? この「kitchen-natural」は、スタンダードなナチュラルテイスト。
*/

/* ページ全体の基本的な設定。背景色や文字色など */

body {
 background-color:#FFFFFF;
 background-image:url('tile01.gif');
 background-repeat:repeat;
 color:#755447;
 font-size:100%;
 line-height:150%;
 margin:0px;
 padding:0px;
 /* font-family:"MS Pゴシック",sans-serif; */
}

/* はてなボディ */

.hatena-body{
 position:absolute;
 padding:0;
 margin-top:20px;
 width:100%;
}

/* リンク文字列に関する設定 */

a:link {
 text-decoration:none;
 color:#9B4E31;
}

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

a:hover {
 color:#AF842D;
}

/* はてなキーワードリンクに関する設定 */

a.keyword {
 text-decoration:none;
 border-bottom-style:solid;
 border-width:1px;
 border-color:#B9956B;
}

a.keyword:link {

}

a.keyword:visited {
 color:#755447;
}

a.keyword:hover {
 background-color:#EECB8A;
}

/* 日記タイトルの設定 */

h1 {
 background-image:url('wood01.gif');
 background-repeat:repeat;
 text-align:left;
 font-weight:normal;
 /* font-family:Verdana,"MS Pゴシック",sans-serif; */
 letter-spacing:0.25em;
 color:#755447;
 margin-top:1em;
 margin-bottom:0em;
 margin-left:90px;
 margin-right:90px;
 padding:12px 10px 12px 10px;
 font-size:170%;
 border-style:solid;
 border-width:4px;
 border-left-color:#D8C49E;
 border-top-color:#E6D49F;
 border-bottom-color:#AA8566;
 border-right-color:#977A5A;
}

/* タイトル下の説明文の設定 */
div.hatena-description {
 line-height:140%;
 font-size:80%;
 margin-left:90px;
 margin-right:90px;
}

/* カレンダーの設定 */

div.calendar {
 text-align:right;
 line-height:110%;
 font-size:80%;
 margin-top:0;
 margin-bottom:0.5em;
 margin-left:90px;
 margin-right:90px;
}

div.calendar div.year {
}

/* 1日の日記全体を囲む枠の設定 */

div.day {
 background-color:#FFFFFF;
 background-image:url('cloth01.gif');
 background-repeat:repeat;
 border-style:solid;
 border-width:0 1px 1px 0;
 border-color:#C5B499;
 padding-bottom:0.5em;
 margin-top:0;
 margin-left:90px;
 margin-right:90px;
 margin-bottom:1.5em;
}

/* タイトル行全体の設定 */

h2 {
 background-image:url('wood01.gif');
 background-repeat:repeat;
 font-size:100%;
 font-weight:normal;
 margin-top:0px;
 padding:6px;
 border-style:solid;
 border-width:4px;
 border-left-color:#D8C49E;
 border-top-color:#E6D49F;
 border-bottom-color:#AA8566;
 border-right-color:#977A5A;

}

/* 日付の設定 */

h2 span.date {
 font-size:120%;
 /* font-family:Verdana,sans-serif; */
 border-style:solid;
 border-color:#AA8566;
 border-width:0 2px 0 0;
 padding:0em 0.5em 0em 0.25em;
}

/* タイトルの設定 */

h2 span.title {
 font-size:120%;
 font-weight:bold;
 color:#755447;
 padding:0 1em 0 0.25em;
}

/* タイトルを除いた1日の日記本文全体の設定 */

div.body {
 margin:1.5em 0.5em 0em 1em;
 /* font-size:90%; */
 line-height:165%;
}

/* サブタイトルを含むセクションの設定 */

div.section {
 margin-top:0.75em;
 margin-left:0em;
 margin-bottom:0em;
}

/* サブタイトルの設定 */

h3 {
 font-size:100%;
 margin-top:1em;
 margin-bottom:0.25em;
}

div.day span.sanchor {
 background-image:url('maru01.gif');
 background-position:bottom right;
 background-repeat:no-repeat;
 padding:16px 16px 0 0;
 color:#FFFFFF;
 background-color:transparent;
 font-size:1px;
}

/* その他の見出し(必要なら) */

h4 {
 font-weight:bold;
 margin-bottom:0em;
}

/* 日記の本文(段落)の設定 */

div.section p {
	margin:0em 0em 0em 0em;
}

/* コメント/フォーム/リンク元のキャプション設定 */

div.caption {
 font-size:80%;
 line-height:150%;
 border-style:dotted;
 border-color:#977A5A;
 border-width:2px 0px 0px 0px;
}

/* コメント欄全体の設定 */

div.comment {
 padding:0px;
 padding-bottom:2px;
 margin-top:1em;
 margin-left:5em;
 margin-right:1em;
}

/* コメント欄本文 */

div.commentshort {
 font-size:80%;
}
span.commentator {
 font-style:italic;
 font-size:120%;
 margin-right:0.5em;
}
div.commentshort p {
 margin-top:0.2em;
 margin-bottom:0.2em;
 line-height:150%;
}

span.canchor {
 background-image:url('maru-s01.gif');
 background-position:bottom right;
 background-repeat:no-repeat;
 padding:10px 10px 0 0;
 color:#FFFFFF;
 background-color:transparent;
 font-size:1px;
}

/* フォーム全体を囲む枠の設定 */

div.form {
 font-size:90%;
 line-height:1.5;
 margin:1% 5% 1% 5%;
 padding:1%;
 text-align:center;
}

/* リンク元リストの設定 */

div.refererlist {
 padding:2px;
 padding-bottom:1px;
 margin-top:0.5em;
 margin-left:0.5em;
 margin-right:1em;
}

/* リンク元リスト一覧の設定 */

div.refererlist ul {
 font-size:90%;
 margin:0.5em 1em 0.5em 3em;
 line-height:120%;
}

/* 罫線の設定 */

hr {
 border-style:dotted;
 border-width:2px;
 border-color:#977A5A;
}

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

hr.sep {
 display:none;
}

/* ヘッダ・フッタの設定 */

div.footer {
 text-align:left;
 font-size:80%;
 line-height:120%;
 margin-top:0px;
 margin-right:90px;
 margin-left:90px;
}

/* エラーメッセージ表示の設定 */

p.message {
 text-align:center;
 font-size:large;
 background-color:#d00;
 color:#fff;
 padding:8px;
}

/* 整形済みテキスト(preタグ)の設定 */

div.section pre {
 font-size:90%;
 line-height:120%;
 margin:0.5em 0.5em 0.5em 0;
 padding:0 1em 0 1em;
 background-color:#FFFFFF;
}

/* 引用(blockquoteタグ)の設定 */

div.section blockquote {
 border-style:dotted;
 border-color:#977A5A;
 border-width:0px 0px 0px 2px;
 margin-top:0.5em;
 margin-bottom:0.5em;
 margin-left:2em;
 margin-right:1em;
 padding:0em 1em 0em 0.5em;
}
div.section blockquote p {
 margin:0em 0em 0em 0em;
}

/* 箇条書きの設定 */

div.section ul, div.section ol {
 margin-top:0.5em;
 margin-bottom:0.5em;
 font-size:90%;
 line-height:130%;
}

/* 項目リストの設定 */

div.section dl {
 margin-top:0.5em;
 margin-bottom:0.5em;
 font-size:90%;
 line-height:130%;
}

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

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

/* カレンダー2の設定 */

table.calendar {
 font-size:1em;
 line-height:100%;
 text-align:center;
 background-color:transparent;
 margin:0 0 1em 0;
 width:100%;
}

table.calendar td {
	margin:0;
	padding:1px 2px 2px 2px;
}

table.calendar td.calendar-prev-month, table.calendar
td.calendar-current-month, table.calendar td.calendar-next-month {

}

table.calendar td.calendar-sunday {
 color:#BE002C;
 font-weight:bold;
}
table.calendar td.calendar-saturday {
 color:#095C9A;
 font-weight:bold;
}
td.calendar-day img {
 width:15px;
 height:15px;
 border:0;
}
/*

/* 脚注の設定 */

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

div.footnote {
 font-size:70%;
 line-height:130%;
 padding:0em;
 margin-top:1.75em;
 margin-left:8em;
 margin-right:1em;
}

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

/* amazonの書影リンクの設定 */

img.asin {
 float:right;
 border:0;
 margin:0 0.5em 4px 1em;
}

/* photoの設定 */

img.photo {
 float:right;
 margin:0 0.5em 4px 1em;
 border-style:solid;
 border-width:4px;
 border-left-color:#D8C49E;
 border-top-color:#E6D49F;
 border-bottom-color:#AA8566;
 border-right-color:#977A5A;
}

/* 検索時のハイライトの設定 */

span.highlight {
 color:#ffffff;
 background-color:#977A5A;
}

/* サイドバー関連の設定 */

div.main {
 padding:0px;
 margin-right:220px;
}

div.sidebar {
 background-image:url('wood01.gif');
 background-repeat:repeat;
 position:absolute;
 top:0px;
 width:180px;
 right:90px;
 padding:6px 6px 6px 6px;
 font-size:100%;
 text-align:center;
 border-style:solid;
 border-width:4px;
 border-left-color:#D8C49E;
 border-top-color:#E6D49F;
 border-bottom-color:#AA8566;
 border-right-color:#977A5A;
}

div.sidebar p {
 padding:0 ;
 margin:0;
}

/* モジュールの設定 */

p.recentitem {
 font-size:75%;
 font-weight:bold;
 line-height:160%;
 padding:2px 2px 2px 2px;
 margin:0 0 0.5em 0;
 color:#7B5F59;
 border-style:solid;
 border-width:2px;
 border-left-color:#D8C49E;
 border-top-color:#E6D49F;
 border-bottom-color:#AA8566;
 border-right-color:#977A5A;
}

div.recentsubtitles {
 font-size:75%;
 line-height:150%;
}

/* はてなモジュールの設定 */

.hatena-module{
 margin:0;
 padding:0;
 width:100%;
 text-align:center;
}

.hatena-moduletitle,
.hatena-moduletitle a{
 border:none;
}

.hatena-moduletitle{
 font-size:75%;
 font-weight:bold;
 line-height:160%;
 padding:2px 2px 2px 2px;
 margin:0 0 0.5em 0;
 color:#755447;
 border-style:solid;
 border-width:2px;
 border-left-color:#D8C49E;
 border-top-color:#E6D49F;
 border-bottom-color:#AA8566;
 border-right-color:#977A5A;
}

.hatena-modulebody{
 font-size:75%;
 line-height:150%;
}

.hatena-modulebody a{
 border:none;
}

.hatena-modulebody ul{
 padding:0;
 margin:0 0 1em 0;
 list-style-type:none;
}

.hatena-modulebody li {
}

ul.hatena-photo{
 list-style-type:none;
}

ul.hatena-photo li{
}

ul.hatena-photo li img{
}

ul.hatena-photo li a{
 display:inline;
}

ul.hatena-photo li a img{
 border:none;
 padding:2px;
}

form.hatena-searchform{
 padding:0;
 margin:0.5em 0 1em 0;
}
/* メニューの設定 */

div.adminmenu {
 font-size:80%;
 margin:0;
 text-align:center;
}

div.adminmenu a:link {
 text-decoration:none;
 color:#9B4E31;
}


div.adminmenu a:visited {
 text-decoration:none;
 color:#9B4E31;
}

div.adminmenu a:hover {
 color:#AF842D;
}

span.adminmenu {
 padding:0 1em 0 0;