source: tags/0.12.0/j/doc/j.css

Last change on this file was 9365, checked in by piso, 19 years ago

Work in progress.

File size: 365 bytes
Line 
1BODY
2{
3    font-family: arial, helvetica, sans-serif;
4    color: #000000;
5    background-color: #ffffff;
6}
7
8B, I, P, UL, LI, H1, H2, H3, H4
9{
10    font-family: arial, helvetica, sans-serif;
11}
12
13
14A:link
15{
16    color: #cc6600;
17}
18
19A:active
20{
21    color: #cc6600;
22}
23
24A:visited
25{
26    color: #cc6600;
27}
28
29A:hover
30{
31    color: #cc6600;
32}
33
34CODE
35{
36    font-family: monospaced;
37}
Note: See TracBrowser for help on using the repository browser.