Projekt

Obecné

Profil

Stáhnout (1.16 KB) Statistiky
| Větev: | Tag: | Revize:
1
html, body {
2
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
3
}
4
html, body, div, span, applet, object, iframe,
5
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
6
a, abbr, acronym, address, big, cite, code,
7
del, dfn, em, img, ins, kbd, q, s, samp,
8
small, strike, strong, sub, sup, tt, var,
9
b, u, i, center,
10
dl, dt, dd, ol, ul, li,
11
fieldset, form, label, legend,
12
table, caption, tbody, tfoot, thead, tr, th, td,
13
article, aside, canvas, details, embed,
14
figure, figcaption, footer, header, hgroup,
15
menu, nav, output, ruby, section, summary,
16
time, mark, audio, video {
17
    margin: 0;
18
    padding: 0;
19
    border: 0;
20
    font-size: 100%;
21
    font: inherit;
22
    vertical-align: baseline;
23
}
24
/* HTML5 display-role reset for older browsers */
25
article, aside, details, figcaption, figure,
26
footer, header, hgroup, menu, nav, section {
27
    display: block;
28
}
29

    
30
body {
31
    line-height: 1;
32
}
33

    
34
a {
35
    color: #111111;
36
    text-decoration: none;
37
}
38

    
39
ol, ul {
40
    list-style: none;
41
}
42

    
43
blockquote, q {
44
    quotes: none;
45
}
46

    
47
    blockquote:before, blockquote:after,
48
    q:before, q:after {
49
        content: '';
50
        content: none;
51
    }
52

    
53
table {
54
    border-collapse: collapse;
55
    border-spacing: 0;
56
}
    (1-1/1)