-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwiki_print.css
More file actions
86 lines (70 loc) · 1.2 KB
/
Copy pathwiki_print.css
File metadata and controls
86 lines (70 loc) · 1.2 KB
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
/*******************************
wiki_print.css
CSS for UseModWiki 0.92K3-ext1.30 or later version.
gypark@gmail.com
from 2002. 03. 01.
*******************************/
/********************
* 사이트 전체
********************/
body {
margin-left: 1%;
margin-right: 1%;
font: normal normal normal 75%/160% gulim, "Times New Roman", serif;
text-align:justify;
background: #fefefe;
color: black;
}
.editsection {
display: none;
}
PRE {
background: white;
color: black;
}
PRE font {
color: black;
}
IMG.newwindow {
display: none;
}
/* 상단 메뉴 바 */
DIV.gobottom {
display: none;
}
DIV.gotobar {
display: none;
}
/* 편집 가이드 */
DIV.editguide {
display: none;
}
/* footer */
DIV.footer,HR.footer {
display: none;
}
/* memo */
DIV.memo {
display: block;
}
/* 트랙백 주고받기 안내영역 */
DIV.trackbackguide {
display: none;
}
/* thread */
DIV.threadnew {
display: none;
}
DIV.threadreply {
display: none;
}
DIV.threadmemo {
display: none;
}
/* index */
A.wordindex:link, A.wordindex:active, A.wordindex:visited, A.wordindex:hover {
color: black;
}
SPAN.wordindex {
display: inline;
}