and added files
[bcm963xx.git] / userapps / opensource / reaim / html / doc.css
1     H1 {
2         clear:                  none;
3     }
4
5     H2 {
6         clear:                  both;
7         background-image:       url("tick.gif");
8         background-repeat:      no-repeat;
9         background-position:    100% 0%;
10         margin-top:             16px;
11         margin-bottom:          0px;
12         margin-left:            3px;
13         margin-right:           3px;
14     }
15
16     p {
17         background-color:       rgb(192,192,192);
18         margin-top:             0px;
19         margin-bottom:          0px;
20         margin-left:            3px;
21         margin-right:           3px;
22         border-color:           rgb(51,102,153);
23         border-style:           solid;
24         border-left-width:      1px;
25         border-right-width:     1px;
26         border-top-width:       0px;
27         border-bottom-width:    0px;
28         padding-left:           12px;
29         padding-right:          12px;
30     }
31
32     P.last {
33         border-bottom-width:    1px;
34     }
35
36     UL {
37         background-color:       rgb(192,192,192);
38         margin-top:             0px;
39         margin-bottom:          0px;
40         margin-left:            3px;
41         margin-right:           3px;
42         padding-top:            10px;
43         padding-bottom:         10px;
44         padding-left:           40px;
45         border-color:           rgb(51,102,153);
46         border-style:           solid;
47         border-left-width:      1px;
48         border-right-width:     1px;
49         border-top-width:       0px;
50         border-bottom-width:    0px;
51     }
52
53     OL {
54         background-color:       rgb(192,192,192);
55         margin-top:             0px;
56         margin-bottom:          0px;
57         margin-left:            3px;
58         margin-right:           3px;
59         padding-top:            10px;
60         padding-bottom:         10px;
61         padding-left:           40px;
62         border-color:           rgb(51,102,153);
63         border-style:           solid;
64         border-left-width:      1px;
65         border-right-width:     1px;
66         border-top-width:       0px;
67         border-bottom-width:    0px;
68     }
69
70     OL UL {
71         border-style:           none;
72     }
73
74     PRE {
75         background-color:       rgb(192,192,192);
76         margin-top:             0px;
77         margin-bottom:          0px;
78         margin-left:            3px;
79         margin-right:           3px;
80         padding-top:            10px;
81         padding-bottom:         10px;
82         border-color:           rgb(51,102,153);
83         border-style:           solid;
84         border-left-width:      1px;
85         border-right-width:     1px;
86         border-top-width:       0px;
87         border-bottom-width:    0px;
88     }
89
90     H3 {
91         clear:                  both;
92     }
93
94     IMG.back {
95         float:                  left;
96         margin-left:            3px;
97         margin-top:             3px;
98         border-style:           none;
99     }