-
Notifications
You must be signed in to change notification settings - Fork 19
/
html-md-01.css
218 lines (193 loc) · 4.05 KB
/
html-md-01.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
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
/* html-md-01.css */
div#TOC li {
list-style-type: none;
list-style-position: outside;
list-style-image: none;
background-image: none;
background-position: 0px center;
}
.navbar-brand, .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
}
/* exercise */
body, td {
font-family: Times, TimesNewRoman, serif;
background-color: white;
font-size: 16px;
margin: 30px;
text-align:justify;
}
/*/* web page */
/*body, td {
font-family: Times, TimesNewRoman, serif;
background-color: white;
font-size: 16px;
font-weight: normal;
}*/
/*exercise*/
tt, code, pre {
font-family: Consolas, "Courier New", Monaco, monospace;
font-size: 13px;
font-weight: bolder;
}
/*web page*/
tt, code, pre {
font-family: Consolas, "Courier New", Monaco, monospace;
font-size: 13px;
font-weight: bold;
}
h1 {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
font-weight: normal;
}
h1.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
font-weight: normal;
}
h2 {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
font-weight: normal;
}
h3 {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
font-weight: normal;
font-style: italic;
}
h4 {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
}
h5 {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
font-style: italic;
}
h6 {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bolder;
}
a:visited {
color: rgb(50%, 0%, 50%);
}
tt, code, pre {
font-family: Consolas, "Courier New", Monaco, monospace;
font-size: 13px;
font-weight: bold;
}
/*pre {
margin-top: 0;
max-width: 100%;
border: 1px solid #999999;
white-space: pre-wrap;
}
pre code {
display: block;
/* padding: 0.2em;*/
/* background-color: #E0E0E0;*/
}
code.r, code.noeval, code.cpp {
background-color: #eeeeee;
}*/
table, td, th {
border: none;
}
blockquote {
color:#000000;
margin:0;
padding-left: 1em;
padding-right: 1em;
border-left: 0.5em #E0E0E0 solid;
border-right: 0.5em #E0E0E0 solid
font-family: Times, TimesNewRoman, serif;
background-color: white;
font-size: 16px;
font-weight: normal;
}
hr {
height: 0px;
border-bottom: none;
border-top-width: thin;
border-top-style: dotted;
border-top-color: #999999;
}
@media print {
* {
background-color: transparent !important;
background-image: none !important;
background-repeat: repeat !important;
background-attachment: scroll !important;
background-position: 0% 0% !important;
color: black !important;
filter: none !important;
}
body, td {
font-family: Times, TimesNewRoman, serif;
background-color: white;
font-size: 13px;
font-weight: normal;
width: 940px;
margin: 30px;
right: 860px;
text-align:justify;
}
h1 {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
}
h1.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
}
h2 {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-weight: normal;
}
h3 {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-weight: normal;
font-style: italic;
}
h4 {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
}
h5 {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
font-style: italic;
}
h6 {
font-family: "Times New Roman", Times, serif;
font-size: 13px;
font-weight: bolder;
}
tt, code, pre {
font-family: Consolas, "Courier New", Monaco, monospace;
font-size: 13px;
font-weight: bold;
}
img {
max-width: 100% !important;
}
p, h2, h3 {
orphans: 3; widows: 3;
}
h2, h3 {
page-break-after: avoid;
}
}