-
Notifications
You must be signed in to change notification settings - Fork 3
/
uEditorContent.css
66 lines (58 loc) · 947 Bytes
/
uEditorContent.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
/* HTML TAGS */
html,body,h1,h2,h3,h4,h5,h6,td,th,dd,p,div,li {
margin: 0;
padding: 0;
}
body {
padding: 10px;
font: 1em/1.6em 'Georgia',Verdana,Arial,sans-serif;
color: #333;
background: #fff;
}
h1 {
font-size: 20px;
line-height: 2em;
}
h2 {
font-size: 18px;
line-height: 2em;
}
h3 {
font-size: 14px;
line-height: 1.6em;
}
h4,h5,h6 {
font-size: 12px;
line-height: 1.5em;
}
input, textarea {
font-size: 14px;
}
a:link, a:visited {
color: #06c;
text-decoration: none;
}
a:hover {
color: #666;
}
a img {
border: 0;
}
blockquote {
color: #555;
font-style: italic;
font-size: 17px;
}
p {
margin: 10px 0;
font-size: 14px;
line-height: 1.6em;
}
pre {
display: block;
padding: 15px;
font-size: 0.75em;
border-color: #B3B3B3 #B3B3B3 #B3B3B3 #DDDDDD;
border-style: dotted dotted dotted solid;
border-width: 1px 1px 1px 5px;
}