-
Notifications
You must be signed in to change notification settings - Fork 214
/
mecab.css
170 lines (141 loc) · 2.67 KB
/
mecab.css
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
a:link {
text-decoration: none;
color: #006699;
}
a:visited {
text-decoration: none;
color: #cccccc;
}
a:active {
text-decoration: none;
color: #ff0;
}
a:hover, a:focus {
color: #000;
text-decoration: underline;
}
body {
font-size : 10pt;
line-height : 145%;
background-color : #ffffff;
color : #001100;
border-style: none;
margin: 2em 2em 2em 2em;
}
p {
padding: 0.2em 0.2em 0.0em 1.2em;
}
li {
padding: 0.1em 0.2em 0.0em 0em;
}
h1 {
margin: 0.2em 0.2em 0.2em 0.2em;
text-align: left;
font-size: 150%;
color: #000;
font-weight: bold;
}
h2 {
margin: 1.0em 0.1em 0.2em 0.4em;
padding: 3px;
font-size: 120%;
border-color: #99cccc;
border-width: 0px 0px 1px 0px;
border-style: solid;
}
h3 {
margin: 0.2em 0.1em 0.2em 0.8em;
padding: 3px;
font-size: 110%;
border-style: dotted;
border-color: #99cccc;
border-width: 0px 0px 1px 0px;
}
pre {
white-space: pre;
margin: 0.1em 0.2em 0.8em 1.3em;
padding: 5px;
line-height : 100%;
border-width: 1px 1px 3px 1px;
border-style: double solid double solid;
border-color: #cccccc;
overflow: auto;
background-color: #fcfcfc;
}
table {
margin: 0.2em 0.2em 0.2em 2em;
line-height: 120%;
border-width: 0em;
border: 0em;
}
table tr.odd {
background-color: #e0e0de;
vertical-align: top;
border-spacing: 1em;
}
table tr.even {
background-color: #efefde;
vertical-align: top;
border-spacing: 1em;
}
ol, dl {
list-style-position : outside;
margin: 0.2em 0.2em 0.2em 2em;
}
hr {
color : #003300;
height : 1px;
}
textarea {
margin-left: 1em;
width: 92%;
border-style: solid solid solid solid;
border-color: #cccccc;
border-width: 1px 1px 1px 1px;
}
div.section p {
line-height: 1.3em;
margin-left: 10px;
}
div.section p a, a:visited{
color: #006699;
}
div.body dl {
margin-left: 2em;
}
div.body dt {
margin-bottom: 0.2em;
font-weight: bold;
}
div.body dd {
margin-left: 1em;
margin-bottom: 0.5em;
}
div.body blockquote {
border-width: 3px 0px 1px 0px;
border-style: solid solid solid solid;
border-color: #191970;
background-color: transparent;
color: #191970;
font-style:italic;
padding: 8px;
}
div.main {
width: 80%;
float: left;
}
div.sidebar {
float: right;
width: 19%;
border-style: solid;
margin-left: 1%
margin-top: 0.5em;
border-width: 0 0 0 0px;
}
div.sidebar li { font-size: smaller; list-style-type: disc; margin-left: -0.8em; }
div.sidebar h2 { font-size: 90%;
border-width: 0px 0px 1px 0px;
}
div.sidebar h3 { font-size: 90%; }
div.book { margin-top: 1em; margin-bottom: 1em; margin-right: 20%;
margin-left: 20%; width: 60%; height: 60%; float: center; }