-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.css
More file actions
73 lines (72 loc) · 1.25 KB
/
Copy pathcommon.css
File metadata and controls
73 lines (72 loc) · 1.25 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
/*base*/
html {
font: 12px/1.5 arial, SimSun, helvetica, sans-serif
}
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ol, ul, fieldset, figure, menu, blockquote, pre, hr {
margin: 0
}
legend, menu, ol, ul, td, th, input {
padding: 0
}
ol, ul, menu {
list-style: none
}
em, abbr, dfn, address, cite, i {
font-style: normal
}
img {
vertical-align: middle;
border: 0
}
a {
color: inherit;
text-decoration: none
}
a:hover {
color: # ;
text-decoration: none;
outline: 0
}
h1, h2, h3, h4, h5, h6, strong {
font-size: 100%;
font-weight: 400
}
table {
border-collapse: collapse;
border-spacing: 0
}
caption, th {
text-align: left
}
hr {
border-style: solid
}
q:before, q:after {
content: none
}
button, [type=button], [type=reset], [type=submit] {
cursor: pointer;
background-color: transparent
}
button, [type=button], [type=reset], [type=submit], label, [type=text], textarea, select {
border: 0
}
button:focus, [type=button]:focus, [type=reset]:focus, [type=submit]:focus, label:focus, [type=text]:focus, textarea:focus, select:focus {
outline: 0
}
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
line-height: 0;
visibility: hidden
}
.clearfix {
zoom: 1
}
.text_overflow {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}