source: trunk/ORBit2-2.14.0/docs/api/html/style.css

Last change on this file was 92, checked in by cinc, 19 years ago

Orbit2 modified for use with NOM

File size: 1.1 KB
Line 
1.synopsis, .classsynopsis
2{
3 background: #eeeeee;
4 border: solid 1px #aaaaaa;
5 padding: 0.5em;
6}
7.programlisting
8{
9 background: #eeeeff;
10 border: solid 1px #aaaaff;
11 padding: 0.5em;
12}
13.variablelist
14{
15 padding: 4px;
16 margin-left: 3em;
17}
18.variablelist td:first-child
19{
20 vertical-align: top;
21}
22div a[name]
23{
24 position: relative;
25 top: -4.5em;
26}
27table.navigation#top
28{
29 background: #ffeeee;
30 border: solid 1px #ffaaaa;
31 margin-top: 0;
32 margin-bottom: 0;
33 position: fixed;
34 top: 0;
35 left: 0;
36 height: 2em;
37 z-index: 1;
38}
39.navigation a
40{
41 color: #770000;
42}
43.navigation a:visited
44{
45 color: #550000;
46}
47.navigation .title
48{
49 font-size: 200%;
50}
51td.shortcuts
52{
53 color: #770000;
54 font-size: 80%;
55}
56
57div.refentry, div.chapter, div.part, div.book, div.index, div.glossary
58{
59 position: relative;
60 top: 3em;
61 z-index: 0;
62}
63div.refnamediv
64{
65 margin-top: 2em;
66}
67div.gallery-float
68{
69 float: left;
70 padding: 10px;
71}
72div.gallery-float img
73{
74 border-style: none;
75}
76div.gallery-spacer
77{
78 clear: both;
79}
80a
81{
82 text-decoration: none;
83}
84a:hover
85{
86 text-decoration: underline;
87 color: #FF0000;
88}
Note: See TracBrowser for help on using the repository browser.