]> git.sur5r.net Git - cc65/blob - doc/doc.css
Removed a "cc65_" prefix.
[cc65] / doc / doc.css
1 body {
2     font-family:        arial, helvetica, sans-serif;
3     font-size:          100%;
4     text-align:         justify;
5     margin-left:        110px;
6     margin-top:         10px;
7     margin-right:       30px;
8     margin-bottom:      10px;
9     background-image:   url(doc.png);
10     background-repeat:  repeat-y;
11 }
12
13 h1, h2, h2 a:link, h2 a:active, h2 a:visited {
14     font-weight:        bold;
15     font-style:         italic;
16     text-align:         left;
17     color:              #DB3232;
18 }
19
20 h1 {
21     font-size:          250%;
22     text-shadow:        2px 2px 6px #505050;
23     letter-spacing:     2px;
24     padding-top:        40px;
25 }
26
27 h2 {
28     font-size:          160%;
29     text-shadow:        2px 2px 6px #303030;
30     letter-spacing:     1px;
31     margin-top:         2em;
32     margin-bottom:      1em;
33 }