Statistics
| Branch: | Tag: | Revision:

root / okeanos_site / static / css / reset.css @ 0768522a

History | View | Annotate | Download (879 Bytes)

1
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
2
        margin: 0;
3
        padding: 0;
4
        outline: 0;
5
        border: 0;
6
        vertical-align: baseline;
7
        font-weight: inherit;
8
        font-style: inherit;
9
        font-size: 100%;
10
        font-family: inherit}
11

    
12
body {
13
        background: #fff;
14
        color: #000;
15
        line-height: 1}
16

    
17
ol, ul {
18
        list-style: none}
19

    
20
table {
21
        border-collapse: separate;
22
        border-spacing: 0;
23
        vertical-align: middle}
24

    
25
caption, th, td {
26
        vertical-align: middle;
27
        text-align: left;
28
        font-weight: normal}
29

    
30
q, blockquote {
31
        quotes: '' ''}
32

    
33
q:before,  q:after, blockquote:before,  blockquote:after {
34
        content: ''}
35

    
36
a img {
37
        border: none}
38

    
39