~pygame/pygame/trunk

« back to all changes in this revision

Viewing changes to docs/reST/_static/reset.css

  • Committer: pygame
  • Date: 2017-01-10 00:31:42 UTC
  • Revision ID: git-v1:2eea4f299a2e791f884608d7ed601558634af73c
commit 1639c41a8cb3433046882ede92c80ce69d59016b
Author: Thomas Kluyver <takowl@gmail.com>
Date:   Sun Jan 8 18:46:46 2017 +0000

    Build newer versions of libogg and libvorbis into Linux base images

    Closes #317
    Closes #323

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Set browser to a known state to get around browser incompatibilities.
 
2
 * Copied from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 
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, font, img, ins, kbd, q, s, samp,
 
8
small, strike, strong, sub, sup, tt, var,
 
9
dl, dt, dd, ol, ul, li,
 
10
fieldset, form, label, legend,
 
11
table, caption, tbody, tfoot, thead, tr, th, td {
 
12
        margin: 0;
 
13
        padding: 0;
 
14
        border: 0;
 
15
        outline: 0;
 
16
        font-weight: inherit;
 
17
        font-style: inherit;
 
18
        font-size: 100%;
 
19
        font-family: inherit;
 
20
        vertical-align: baseline;
 
21
}
 
22
/* remember to define focus styles! */
 
23
:focus {
 
24
        outline: 0;
 
25
}
 
26
body {
 
27
        line-height: 1;
 
28
        color: black;
 
29
        background: white;
 
30
}
 
31
ol, ul {
 
32
        list-style: none;
 
33
}
 
34
/* tables still need 'cellspacing="0"' in the markup */
 
35
table {
 
36
        border-collapse: separate;
 
37
        border-spacing: 0;
 
38
}
 
39
caption, th, td {
 
40
        text-align: left;
 
41
        font-weight: normal;
 
42
}
 
43
blockquote:before, blockquote:after,
 
44
q:before, q:after {
 
45
        content: "";
 
46
}
 
47
blockquote, q {
 
48
        quotes: "" "";
 
49
}