File: hatena_leaf.css

package info (click to toggle)
tdiary-theme 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,208 kB
  • sloc: javascript: 1,268; ruby: 85; makefile: 5
file content (456 lines) | stat: -rw-r--r-- 5,768 bytes parent folder | download | duplicates (6)
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
@charset "utf-8";

/*== leaf ==*/
/*==  大枠のレイアウト == */

body{
 margin:0px;
 padding:0px;
 text-align:center;
 width:auto;
 background:url(body.jpg) top center no-repeat;
}

table{
margin:auto;
width:760px;
}

table td table{
width:100%;
}

h1{
font-size:140%;
width:750px;
margin:0px auto;
padding:40px 0px;
text-indent:20px;
color:#333333;
text-align:left;

}

body{
width:750px;
margin:0px auto;
padding:5px;
text-align:left;
}

div.main {
width:535px;
margin:0px 5px 0px 0px;
padding:0px;
text-align:left;
float:left;
}

div.sidebar {
width:200px;
margin:0px;
padding:0px;
float:right;
}

/*==  前の日次の日 == */

div.calendar {
 text-align:left;
 padding:5px;
 color:#CCCCCC;

 font-size:90%;
}

div.calendar a {
 color:#339900;
}

div.calendar a:hover {
color:#66CC00;
text-decoration:underline;
}


/*==  1日全体 == */

div.day {
 padding-bottom:1px ;
 margin-bottom:10px;
 background:#FFFFFF;
 line-height:150%;
 border:1px solid #b2cca6;
}

/*==  タイトルの行 == */
h2 {
 font-size:100%;
 padding:3px 3px 3px 5px;
 margin:0px;
 color:#ffffff;
 background:#339900 url(h2.jpg) right top no-repeat;
}

h2 a.date{
 color:#c2e7b2;
 padding-right:5px;
}

h2 a.edit{
 font-size:90%;
 text-decoration:underline;
 color:#ffffff;
}

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



/*== 1記事全体== */
div.section{
 padding:5px;
 margin:5px;
 /*font-size:90%;*/
 line-height:150%;
 color:#333333;
}

div.section p{
 padding:0px;
 margin:5px;
}

.footnote{
 font-size:90%;
 margin-left:5px;
}

div.section p.sectionfooter { 
  text-align: right;
  margin-top: 1em;
}

/*== コメント全体==*/
div.comment{
 padding:5px;
 background:#eeffcc;
 border:1px dotted #b2cca6;
 margin:5px;
 font-size:90%;
}

/*== トラックバック全体==*/
div.refererlist{
 padding:5px;
 margin:5px;
 background:#eeffcc;
 border:1px dotted #b2cca6;
 font-size:90%;
}

/*== コメント・トラバタイトル部分==*/
div.caption{
 padding:0px;
 margin:0px;
}

/*== コメント内容部分== */
div.commentshort{
 padding:0px;
 margin:0px;
}

/*== コメント1つ== */
div.commentshort p{
 padding:0px;
 margin:1px 5px;
}

/*==コメントのテキストボックス==*/
div.commentshort textarea{
 width:350px;
}

/*== はてなモジュールの大枠 ==*/

div.hatena-module {
 padding:0px;
 border-bottom: 1px solid #333333;
 margin:0px 0px 10px 0px;
 background:#FFFFFF;
 border:1px solid #b2cca6;
}

div.hatena-moduletitle{
 font-size:90%;
 padding:5px 2px 5px 5px;
 margin:0px;
 background:#339900;
 color:#ffffff;
}

div.hatena-moduletitle a{
 color:#ffffff;
}

div.hatena-moduletitle a:visited{
 color:#ffffff;
}


.hatena-modulebody {
 padding:5px;
 font-size:90%;
}

/*== はてなモジュールカレンダー ==*/

table.calendar{
text-align:center;
width:185px;
font-size:90%;
}

td.calendar-sunday{
color:red;
}

td.calendar-saturday{
color:blue;
}

td.calendar-day img{
 width:15px;
 height:15px;
 border:1px solid #CCCCCC;
}

/*== はてなモジュールリスト関連 ==*/

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

.hatena-modulebody ul li {
 padding:5px 5px 5px 25px;
 margin:0px;
 border-bottom:1px dotted #b2cca6;
 background:url(li.jpg) no-repeat;
}

.hatena-modulebody ul li a {
 text-decoration:underline;
}

/*== 見出しの設定  ==*/

h3 {
font-size:100%;
margin:10px 10px 5px 0px;

}

div.day span.sanchor{
 padding:15px 0px 10px 35px;
 font-size:1px;
 color:#FFFFFF;
background:left no-repeat url(h3.jpg);

}

h4{
font-size:100%;
padding:2px 5px 2px 7px;
border-left:5px solid #339900
}

/* ==リンク色== */
a{
color:#339900;
text-decoration:none;
}

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

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

a:hover {
color:#66CC00;
text-decoration:underline;
}

a, a:link, a:visited, a:hover, {
word-break:break-all ;
word-wrap:break-word ;
}

/*== キーワード部分 ==*/

a.keyword {
}

a.keyword:link {
}

a.keyword:visited {
}

a.keyword:hover {
}

a.okeyword {
}


/*== 記事内の細かい部分 == */

div.section pre{
 padding:3px;
 border:1px solid #b2cca6;

}

div.section blockquote{
 padding:3px;
 border:1px solid #b2cca6;
 background:#eeffcc;
}

div.section ul li{
}

div.day img.photo{
 float:right;
 margin:5px;
}

img{
 border:0px;
}

/*== 以下はてなモジュールの細かい部分 ==*/

ul.hatena-photo li {
 margin:3px;
 background:#FFFFFF;
 padding:1px;
 margin:0px;
}

img.hatena-fotolife {
}

.hatena-searchform {
 margin:5px;
 padding:0px;
}

div.adminmenu{
text-align:right;
font-size:90%;
margin:3px 0px 3px 0px;
}

span.adminmenu a{
padding-left:10px;
padding-right:7px;
border-left:1px solid #CCCCCC;
}

/*== はまぞうリンク ==*/

div.hatena-asin-detail{
 margin:3px;
 padding:3px;
 border:1px solid #b2cca6;
}

.hatena-asin-detail-info{
 margin:5px;
}

.hatena-asin-detail-info ul{
list-style:none;
}

.hatena-asin-detail-image{
 float:left;
 margin-right:5px;
}

.hatena-asin-detail-title{
 margin:5px;
 font-weight:bold;
}

.hatena-asin-detail-foot{
 clear:both;
}

/*== フッター ==*/

.footer{
 clear:both;
 margin:5px;
 font-size:90%;
}
/*== Adsense ==*/
.ad{
}

/*== Clock ==*/
.hatena-clock{
}

/*== アンケートモジュール ==*/
.hatena-question-detail{
width:90%;
text-align:left;
border:1px solid #CCCCCC;
font-size:90%;
}

.hatena-question-detail-title{
padding:5px;

}

.hatena-question-detail-label{
width:30%;
padding:5px;
border-top:1px dashed #CCCCCC;
}

.hatena-question-detail-value{
width:65%;
padding:5px;
border-top:1px dashed #CCCCCC;
}

/*== プロフィール ==*/
.hatena-profile{
}

.hatena-profile-image{
}

.hatena-profile-id{
}

.hatena-profile-body{
}

hr.sep { display: none; }