-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreset.css
50 lines (41 loc) · 1.03 KB
/
reset.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
/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent; }
a {
margin: 0;
padding: 0;
vertical-align: baseline;
background: transparent;
text-decoration: none;
color: #000; }
table {
border-collapse: collapse;
border-spacing: 0; }
td, td img {
vertical-align: top; }
input, select, button, textarea {
margin: 0;
font-size: 100%;
font-family: 'Roboto', Arial, sans-serif;
color: #737373; }
input[type="checkbox"] {
vertical-align: bottom; }
input[type="radio"] {
vertical-align: text-bottom; }
sub {
vertical-align: sub;
font-size: smaller; }
sup {
vertical-align: super;
font-size: smaller; }
/* --------------- /reset.css --------------- */
.clearfix:after, .clearfix:before {
content: "";
clear: both;
display: block;
}