2012. 2. 12. 13:33

티스토리 빈스킨

 

소스 다운로드 : 티스토리_Html.txt

 

미리 보기 : 테스트 페이지 보기(클릭)

 

 

Author  : Dang-Gun Roleeyas ( http://blog.danggun.net/ )
Create date : 2012.02.31
License  : BSD ( The BSD 2-Clause License )

 

 

티스토리용 빈스킨입니다.
티스토리에서 제공하는 스킨의 내용을 하나하나 구분하기 힘들어서 아에 갈아업고 하려고 만들었습니다 ㅎㅎㅎ
참고 : [빈스킨] 티스토리 빈스킨(깡통 스킨), [빈스킨] 티스토리 빈스킨(깡통 스킨)용 스타일 시트(CSS)


티스토리의 가이드 페이지의 구조 그대로 만들었습니다.
아무 내용도 들어가있지 않습니다.

css도 모두 제거하고 테스트하였습니다.
HTML태그만 있다는 소리죠 ㅋㅋㅋ
(css는 다음 글에 있습니다.)
주석도 가이드페이지와 동일하게 넣어놔서 검색해서 사용하기 좋습니다.

아마 이상태로는 티에디션과 '관리자>사이드 바'를 사용할수 없을 겁니다.(둘다 사용 가능 - 테스트 완료)
전문가용으로 위설명을 이해할수 없다면 쓰지 마세요.

보긴 간단해 보여도 이것은 직접 가공하여 사용하려면 손이 많이 갑니다.
태두리 지정이라던가 컨탠츠 위치라던가 하는 것들의 css작업을 손쉽게 하기위해선 div를 몇개 더 추가 시켜야 하죠.

 

 

1. 주요 기능

- 티스토리 기본기능 구현

- css제거

 

 

2. 사용 방법

티스토리 > 관리 >  HTML/CSS 편집

에 넣으시면 됩니다.

CSS는 모두 지웁니다.

 

2-1. 소스 코드

전체 소스 코드입니다.

다운 받은 텍스트 파일과 같습니다.

 

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- 해드 -->
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="alternate" type="application/rss+xml" title="당근로리야스" href="https://danggun.tistory.com/rss" />
    <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
    <link rel="stylesheet" media="print" type="text/css" href="./images/print.css" />
    <link rel="shortcut icon" href="https://blog.danggun.net/favicon.ico" />
    <title>당근로리야스 :: [빈스킨] 티스토리 빈스킨(깡통 스킨)</title>
 
    <!-- 스크립트 -->
    <script type="text/javascript" language="javascript">
    </script>
    <!-- 여기까지 스크립트 -->
</head>
<!-- 여기까지 - 해드 -->
 
<body>
<!-- 티스토리의 본문에서 자바스크립트를 사용하려면 s_t3>안에 있어야 한다. -->
<s_t3>
    <!-- 메인 컨테이너 -->
    <div id="container">
        <!-- 헤더 -->
        <div id="header">
            <!-- 01. 블로그 제목 -->
            <h1><a href="https://blog.danggun.net/">당근로리야스</a></h1>
        </div>
        <!-- 여기까지 - 헤더 -->
 
        <!-- 콘텐츠 -->
        <div id="content">
            <!-- 11. 검색 결과 리스트 -->
            <s_list>
                <div class="searchList">
                    <h3>''에 해당되는 글 건</h3>
                    <ol>
                        <s_list_rep>
                            <li>
                                <span class="date"></span>
                                <a href=""></a>
                                <span class="author"> by  </span>
                                <span class="cnt"></span>
                            </li>
                        </s_list_rep>
                    </ol>
                </div>
            </s_list>
            <!-- 여기까지 - 11. 검색 결과 리스트 -->
 
            <!-- 14. 태그 클라우드 -->
            <s_tag>
                <div class="taglog">
                    <h3>태그</h3>
                    <ul>
                        <s_tag_rep>
                            <li>
                                <a href="" class=""></a>
                            </li>
                        </s_tag_rep>
                    </ul>
                </div>
            </s_tag>
            <!-- 여기까지 - 14. 태그 클라우드 -->
 
            <!-- 15. 방명록 -->
            <s_guest>
                <div class="guestbook">
                    <h3>방명록</h3>
                    <!-- 15-1. 방명록 글쓰기 -->
                    <s_guest_input_form>
                        <div class="guestWrite">
                            <s_guest_member>
                                <s_guest_form>
                                    <p>
                                        <input type="text" name="" value="" />
                                        <label for="name"> : 이름 </label>
                                    </p>
                                    <p>
                                        <input type="password" name="" value="" />
                                        <label for="password"> : 패스워드 </label>
                                    </p>
                                    <p>
                                        <input type="text" name="" value="" class="homepage" />
                                        <label for="homepage"> : 홈페이지 </label>
                                    </p>
                                </s_guest_form>
                            </s_guest_member>
                            <p>
                                <textarea name="" cols="50" rows="6"> </textarea>
                            </p>
                            <p>
                                <input type="submit" value="안부 남기기" onclick="" class="submit" />
                            </p>
                        </div><!-- guestWrite close -->
                    </s_guest_input_form>
                    <!-- 여기까지 - 15-1. 방명록 글쓰기 -->
 
                    <!-- 15-2. 방명록 리스트 -->
                    <s_guest_container>
                        <div class="guestList">
                            <ol>
                                <s_guest_rep>
                                    <li id="">
                                        <div class="">
                                            <span class="name"></span>
                                            <span class="date"> </span>
                                            <span class="control">
                                                <a href="#" onclick="" class="modify">&nbsp;<span>수정/삭제</span></a>
                                                <a href="#" onclick="" class="write">&nbsp;<span>댓글쓰기</span></a>
                                            </span>
                                            <p></p>
                                        </div>
                                        <s_guest_reply_container>
                                            <ul>
                                                <s_guest_reply_rep>
                                                    <li id="">
                                                        <div class="">
                                                            <span class="name"></span>
                                                            <span class="date"> </span>
                                                            <span class="control">
                                                                <a href="#" onclick="" class="modify">&nbsp;<span>수정/삭제</span></a>
                                                            </span>
                                                            <p></p>
                                                        </div>
                                                    </li>
                                                </s_guest_reply_rep>
                                            </ul>
                                        </s_guest_reply_container>
                                    </li>
                                </s_guest_rep>
                            </ol>
                        </div>
                    </s_guest_container>
                    <!-- 여기까지 - 15-2. 방명록 리스트 -->
                </div>
            </s_guest>
            <!-- 여기까지 - 15. 방명록 -->
 
            <!-- 16. 공지사항 -->
            <s_notice_rep>
                <div class="entryNotice">
                    <div class="titleWrap">
                        <h2><a href=""></a></h2>
                        <span class="category">공지사항</span><span  class="date"></span>
                    </div>
                    <div class="article">
                        
                         <div class="author"> <span class="text">Posted by </span> </div>
                    </div>
                </div>
            </s_notice_rep>
            <!-- 여기까지 - 16. 공지사항 글 -->
 
            <!-- 17. 보호 글 -->
            <s_article_protected>
                <div class="entryProtected">
                    <div class="titleWrap">
                        <h2><a href=""></a></h2>
                        <span class="date"></span>
                        <span class="author">  by </span>
                    </div>
                    <p class="text">보호되어 있는 글입니다. <br />
                    내용을 보시려면 비밀번호를 입력하세요.</p>
                    <p><label for="">비밀번호 ::</label>
                    <input id="" name="" type="password" onkeydown="if (event.keyCode == 13) " />
                    <input type="button" class="submit" value="확인" onclick="" />
                    </p>
                </div>
            </s_article_protected>
            <!-- 여기까지 - 17. 보호 글 -->
 
            <!-- 본문 글,18. 글 -->
            <s_article_rep>
                <div class="entry">
                    <!-- 18-1. 글 제목(글제목, 카테고리, 날짜, 관리자) -->
                    <div class="titleWrap">
                        <h2><a href=""></a></h2>
                        <span class="category"><a href=""></a> </span>
                        <span class="date"></span>
                        <s_ad_div>
                            <div class="admin">
                                <a href="">수정</a> :
                                <a href="#" onclick="">수정(창으로)</a> |
                                ()→<a href="#" onclick=""></a> |
                                <a href="#" onclick="">관련글(트랙백)</a> |
                                <a href="#" onclick="">삭제</a>
                            </div>
                        </s_ad_div>
                    </div>
                    <!-- 여기까지 - 18-1. 글 제목 -->
 
                    <!-- 18-2. 글 -->
                    <div class="article">
                        
                        <div class="author">
                            <span class="text">Posted by </span>
                        </div>
                    </div>
                    <!-- 여기까지 - 18-2. 글 -->
 
                    <!-- 18-3. 글 관련 태그 -->
                    <s_tag_label>
                        <div class="tagTrail">
                            <span class="tagText">TAG </span> 
                        </div>
                    </s_tag_label>
                    <!-- 여기까지 - 18-3. 글 관련 태그 -->
 
                    <!-- 18-4. 트랙백 | 댓글 -->
                    <div class="actionTrail">
                        <a href="#tb" onclick=""><s_tb_count> 트랙백 <span class="cnt"></span></s_tb_count></a>,
                        <a href="#rp" onclick=""><s_rp_count> 댓글 <span class="cnt"></span>개가 달렸습니다.</s_rp_count></a>
                    </div>
 
                    <!-- 18-4-1. 트랙백 -->
                    <s_tb>
                        <div class="trackback">
                            <h3>트랙백 주소 :: </h3>
                            <s_tb_container>
                                <ol>
                                    <s_tb_rep>
                                        <li id="">
                                            <h4>Subject: <a href="" onclick="window.open(this.href); return false" rel="external nofollow"></a></h4>
                                            <span class="from">Tracked from <span class="name"></span></span>
                                            <span class="date"></span>
                                            <a href="#" onclick="; return false" class="delete">&nbsp;<span>삭제</span></a>
                                            <p></p>
                                        </li>
                                    </s_tb_rep>
                                </ol>
                            </s_tb_container>
                        </div>
                    </s_tb>
                    <!-- 여기까지 - 18-4-1. 트랙백 -->
 
                    <!-- 18-4-2. 댓글 -->
                    <s_rp>
                        <div class="comment">
                            <h3>댓글을 달아 주세요 </h3>
                            <!-- 18-4-2-1. 댓글 리스트 -->
                            <div class="commentList">
                                <s_rp_container>
                                    <ol>
                                        <s_rp_rep>
                                            <li id="">
                                                <div class="">
                                                    <span class="name"></span>
                                                    <span class="date"> </span>
                                                    <span class="control">
                                                        <a href="" class="address">&nbsp;<span>댓글주소</span></a>
                                                        <a href="#" onclick="" class="modify">&nbsp;<span>수정/삭제</span></a>
                                                        <a href="#" onclick="" class="write">&nbsp;<span>댓글쓰기</span></a>
                                                    </span>
                                                    <p></p>
                                                </div>
                                                <s_rp2_container>
                                                    <ul>
                                                        <s_rp2_rep>
                                                            <li id="">
                                                                <div class="">
                                                                    <span class="name"></span>
                                                                    <span class="date"> </span>
                                                                    <span class="control">
                                                                        <a href="" class="address">&nbsp;<span>댓글주소</span></a>
                                                                        <a href="#" onclick="" class="modify">&nbsp;<span>수정/삭제</span></a>
                                                                    </span>
                                                                    <p></p>
                                                                </div>
                                                            </li>
                                                        </s_rp2_rep>
                                                    </ul>
                                                </s_rp2_container>
                                            </li>
                                        </s_rp_rep>
                                    </ol>
                                </s_rp_container>
                            </div>
                            <!-- 여기까지 - 18-4-2-1. 댓글 리스트 -->
 
                            <!-- 18-4-2-2. 댓글 쓰기 -->
                            <s_rp_input_form>
                                <div class="commentWrite">
                                    <s_rp_member>
                                        <s_rp_guest>
                                            <p>
                                                <input type="text" name="" value="" />
                                                <label for="name"> : 이름 </label>
                                            </p>
                                            <p>
                                                <input type="password" name="" value="" />
                                                <label for="password"> : 패스워드 </label>
                                            </p>
                                            <p>
                                                <input type="text" class="homepage" name="" value=""/>
                                                <label for="homepage"> : 홈페이지 </label>
                                            </p>
                                        </s_rp_guest>
                                        <p class="secretWrap">
                                            <input type="checkbox" name="" class="checkbox" />
                                            <label for="secret"> 비밀글 </label>
                                        </p>
                                    </s_rp_member>
                                    <p>
                                        <textarea name="" rows="10" cols="50"></textarea>
                                    </p>
                                    <p>
                                        <input type="submit" value="댓글 달기" onclick="" class="submit" />
                                    </p>
                                </div>
                            </s_rp_input_form>
                            <!-- 여기까지 - 18-4-2-2. 댓글 쓰기 -->
 
                        </div>
                    </s_rp>
                    <!-- 여기까지 - 18-4-2. 댓글 -->
                    
                </div>
            </s_article_rep>
            <!-- 여기까지 - 본문 글,18. 글 -->
 
            <!-- 19. 페이징 -->
            <s_paging>
                <div class="paging">
                    <a  class="">◀ 이전페이지 </a>
                    <span class="numbox">
                        <s_paging_rep>
                        <a  class="num"> </a>
                        </s_paging_rep>
                    </span>
                    <a  class="">다음페이지 ▶</a>
                </div>
            </s_paging>
            <!-- 여기까지 - 19. 페이징 -->
        </div>
        <!-- 여기까지 - 콘텐츠 -->
        <hr />
 
        <!-- 사이드바 -->
        <div id="sidebar">
            <s_sidebar>
                <!-- 3-1. 블로그 이미지 + 블로그 설명 -->
                <s_sidebar_element>
                <!-- 블로그 로고 모듈 -->
                    <div class="blogImage"><img src="https://tistory1.daumcdn.net/tistory/693272/attach/620f72dd048645d4b55b2bd494640403" alt="블로그 이미지" /></div>
                    <div class="blogDesc"> <span class="userID">당근천국</span></div>
                </s_sidebar_element>
                <!-- 3-1. 블로그 이미지 + 블로그 설명 -->
 
                <!-- 3-2. 공지사항 리스트 -->
                <s_sidebar_element>
                <!-- 공지사항 모듈 -->
                    <s_rct_notice>
                        <div class="notice">
                            <ul>
                                <s_rct_notice_rep>
                                    <li><a href=""></a> </li>
                                </s_rct_notice_rep>
                            </ul>
                        </div>
                    </s_rct_notice>
                </s_sidebar_element>
                <!-- 여기까지 - 3-2. 공지사항 리스트 -->
 
                <!-- 3-3. 관리자 메뉴 -->
                <s_sidebar_element>
                <!-- 관리자 모듈 -->
                    <div class="adminMenu">
                        <ul>
                            <li class="tab_admin"><a href="https://danggun.tistory.com/manage">관리자</a></li>
                            <li class="tab_write"><a href="https://danggun.tistory.com/manage/entry/post">글쓰기</a></li>
                        </ul>
                    </div>
                </s_sidebar_element>
                <!-- 여기까지 - 3-3. 관리자 메뉴 -->
 
                <!-- 3-4. 검색 -->
                <s_sidebar_element>
                <!-- 검색 모듈 -->
                    <div class="search">
                        <s_search>
                            <input type="text" name="" value="" onkeypress="if (event.keyCode == 13) {  }"/>
                            <input value="검색" type="button" onclick="" class="submit"/>
                        </s_search>
                    </div>
                </s_sidebar_element>
                <!-- 여기까지 - 3-4. 검색 -->
 
                <!-- 3-5. 카테고리 -->
                <s_sidebar_element>
                <!-- 카테고리 모듈 -->
                    <div class="category">
                        <h3>카테고리</h3>
                        
분류 전체보기 (11018)
당근의 생활 (181)
게임 (10003)
기타 프로젝트 (47)
프로그래밍 (785)
임시저장 (2)
                    </div>
                </s_sidebar_element>
                <!-- 여기까지 - 3-5. 카테고리 -->
 
                <!-- 3-6. 태그 박스 -->
                <s_sidebar_element>
                <!-- 태그목록 모듈 -->
                    <div class="tagbox">
                        <h3>태그목록</h3>
                        <ul>
                            <s_random_tags>
                                <li><a href="" class=""> </a></li>
                            </s_random_tags>
                        </ul>
                    </div>
                </s_sidebar_element>
                <!-- 여기까지 - 3-6. 태그 박스 -->
 
                <!-- 3-7. 최근에 올라온 글 -->
                <s_sidebar_element>
                <!-- 최근 포스트 모듈 -->
                    <div class="recentPost">
                        <h3>최근에 올라온 글 </h3>
                        <ul>
                            <s_rctps_rep>
                                <li>
                                    <a href=""> .</a><span class="cnt"></span>
                                    <span class="author"> by </span>
                                </li>
                            </s_rctps_rep>
                        </ul>
                    </div>
                </s_sidebar_element>
                <!-- 여기까지 - 3-7. 최근에 올라온 글 -->
 
                <!-- 3-8. 최근에 달린 댓글 -->
                <s_sidebar_element>
                <!-- 최근 댓글 모듈 -->
                    <div class="recentComment">
                        <h3>최근에 달린 댓글</h3>
                        <ul id="recentComments">
                            <s_rctrp_rep>
                                <li>
                                    <a href="">.</a>
                                    <span class="info_wrap">
                                        <span class="name"></span>
                                        <span class="date"></span>
                                    </span>
                                </li>
                            </s_rctrp_rep>
                        </ul>
                    </div>
                </s_sidebar_element>
                <!-- 여기까지 - 3-8. 최근에 달린 댓글 -->
 
                <!-- 3-9. 최근에 받은 트랙백 -->
                <s_sidebar_element>
                <!-- 최근 트랙백 모듈 -->
                    <div class="recentTrackback">
                        <h3>최근에 받은 트랙백</h3>
                        <ul>
                            <s_rcttb_rep>
                                <li>
                                    <a href="">.</a>
                                    <span class="info_wrap">
                                        <span class="name"></span>
                                        <span class="date"></span>
                                    </span>
                                </li>
                            </s_rcttb_rep>
                        </ul>
                    </div>
                </s_sidebar_element>
                <!-- 여기까지 - 3-9. 최근에 받은 트랙백 -->
 
                <!-- 3-10. 글 보관함 -->
                <s_sidebar_element>
                <!-- 최근 보관함 모듈 -->
                    <div class="archive">
                        <h3>글 보관함</h3>
                        <ul>
                            <s_archive_rep>
                                <li>
                                    <a href=""> </a>
                                    <span class="cnt">()</span>
                                </li>
                            </s_archive_rep>
                        </ul>
                    </div>
                </s_sidebar_element>
                <!-- 여기까지 - 3-10. 글 보관함 -->
 
                <!-- 3-12. 링크 -->
                <s_sidebar_element>
                <!-- 링크 모듈 -->
                    <div class="link">
                        <h3>링크</h3>
                        <ul>
                            <s_link_rep>
                                <li>
                                    <a href="" onclick="window.open(this.href); return false"> .</a>
                                </li>
                            </s_link_rep>
                        </ul>
                    </div>
                </s_sidebar_element>
                <!-- 여기까지 - 3-12. 링크 -->
 
                <!-- 3-13. 방문자 수 -->
                <s_sidebar_element>
                <!-- 카운터 모듈 -->
                    <div class="counter">
                        <ul>
                            <li class="total">Total :  </li>
                            <li class="today">Today : </li>
                            <li class="yesterday">Yesterday : </li>
                        </ul>
                    </div>
                </s_sidebar_element>
                <!-- 여기까지 - 3-13. 방문자 수 -->
            </s_sidebar>
            <s_sidebar>
            <!-- 배너 삽입 위치 -->
 
                <!-- 3-14. 티스토리 로고, 구독하기 버튼 -->
                <s_sidebar_element>
                <!-- 배너 모듈 - 티스토리 -->
                    <div style="margin:8px 0; font:11px dotum; text-align:center;" >
                        <a href="http://www.tistory.com" style="margin-bottom:4px; display:block;"><img src="http://i1.daumcdn.net/cfs.tistory/static/images/t_logo.png" alt="tistory" /></a>
                        <a href="http://www.tistory.com/join">티스토리 가입하기!</a>
                    </div>
                </s_sidebar_element>
 
                <s_sidebar_element>
                <!-- RSS 링크 -->
                    <div class="botton">
                        <a href="https://danggun.tistory.com/rss" onclick="window.open(this.href); return false">
                        <img src="./images/rss.gif" alt="rss"/> </a>
                    </div>
                </s_sidebar_element>
                <!-- 여기까지 - 3-14. 티스토리 로고, 구독하기 버튼 -->
            </s_sidebar>
        </div>
        <!-- 여기까지 - 사이드바 -->
 
        <!-- 푸터 -->
        <div id="footer">
            <!-- 4-1. 메뉴  -->
            <div class="menu">
                <a href="https://danggun.tistory.com/location">지역로그</a> :
                <a href="https://danggun.tistory.com/tag">태그</a> :
                <a href="https://danggun.tistory.com/guestbook">방명록</a> :
                <a href="https://danggun.tistory.com/manage">관리자</a> :
                <a href="https://danggun.tistory.com/manage/entry/post">글쓰기</a>
            </div>
            <!-- 여기까지 - 4-1. 메뉴  -->
 
            <!-- 4-2. 저작권 표기  -->
            <div class="copyright">
                <a href="https://blog.danggun.net/"> 당근천국</a>'s Blog is powered by <a href="http://daum.net" onclick="window.open(this.href); return false">Daum</a>  / Designed by <a href="http://www.tistory.com">Tistory</a>
            </div>
            <!-- 여기까지 - 4-2. 저작권 표기  -->
        </div>
        <!-- 여기까지 - 푸터 -->
    </div>
    <!-- 여기까지 - 메인 컨테이너 -->
</s_t3>
</body>
</html>
cs

 

 

3.수정 이력

 

2013.04.16
'댓글 검색'기능이 삭제되어 해당 기능의 태그를 지웠습니다.(참고 : [티스토리] 티스토리에 덧글검색 기능은 없는 건가?)

 

 

2013.03.11

댓글이 안보이는 현상때문에 기본스킨을 불러와 다시 작업 하였습니다.

 

2012.02.13

컨탠츠영역 본문글 영역에 빠진 태그가 있어 추가 하였습니다.