-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
40 lines (34 loc) · 1.09 KB
/
style.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
{
font-family: "Microsoft YaHei";
}
body {
width: 1000px;
}
p {
font-size: 12pt;
}
table {
font-size: 10pt;
padding: 2px;
margin: 0;
border: 4px double;
border-collapse:collapse;
width: 1000px;
}
pre {
width: 1000px;
overflow: auto;
word-wrap: break-word;
}
th, td {
border: 1px solid;
margin: 0;
min-width: 100px;
max-width: 400px;
padding-left: 5px;
padding-right: 5px;
word-wrap: break-word;
}
#disqus_thread {
margin-top: 20px;
}