source: OGRE/trunk/ogrenew/Docs/api/html/style.css @ 657

Revision 657, 3.9 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: black; background-color: white}
2a:link {  color: #003300; text-decoration: underline}
3a:hover {  color: #F5BC52; text-decoration: underline}
4a:visited {  color: #004400; text-decoration: underline}
5li {  color: #003300; list-style-type: diamond; position: relative; left: -15px; clip:    rect(   )}
6td {  font-size: 10pt}
7th {  font-size: 10pt}
8
9.MainHeader {  font-weight: bold; color: #F5BC52; background-color: #006600; font-size: 10pt}
10.BorderHeader {  background-color: #999900; font-size: 8pt; font-weight: bold; color: #F5BC52; text-align: center}       
11.MainContent { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #CCFFCC }     
12.BorderContent {  font-size: 8pt; color: #66CC33; border-color: black #666600 #666600;
13                  padding-top: 2px; padding-right: 2px; padding-bottom: 10px; padding-left: 2px;
14                  margin-bottom: 2px; border-style: solid;
15                  border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
16.NewsDate {  color: #CCFFCC; font-weight: bold}
17.Annotation {  font-size: 10px}
18
19H1, H2, H3 {
20        background-color: #6b7d6b;
21        color: white;
22        padding: 2px;
23        padding-left: 5px;
24        border-style: solid;
25        border-width: 1px;
26        border-color: black;
27}
28
29H1 {
30        text-align: center;
31}
32H2 {
33}
34H3 {
35    FONT-FAMILY: trebuchet ms,helvetica,arial;
36}
37pre {
38        background-color: #eeffee;
39        color: black;
40        padding: 5px;
41}
42td.example {
43        border-style: solid;
44        border-width: 1px;
45        border-color: black;
46}
47dt { color: #3D653D; font-weight: bold;}
48
49A.qindex {}     
50A.qindexRef {}   
51A.el { text-decoration: none; font-weight: bold }       
52A.elRef { font-weight: bold }   
53A.code { text-decoration: none; font-weight: normal; color: Blue }       
54A:visited.code { text-decoration: none; font-weight: normal; color: Navy }       
55A:hover.code { text-decoration: underline; font-weight: normal; color: Blue }   
56A.codeRef { font-weight: normal; color: #4444ee }       
57DL.el { margin-left: -1cm }     
58DIV.fragment { width: 100%; border: none; background-color: #003300 }   
59DIV.ah { color: white; background-color: black; margin-bottom: 3; margin-top: 3 }       
60DIV.groupHeader { margin-left: 16; margin-top: 12; margin-bottom: 6; font-weight: bold }         
61DIV.groupText { margin-left: 16; font-style: italic; font-size: smaller }       
62FONT.keyword       { color: #008000 }   
63FONT.keywordtype   { color: #999920 }   
64FONT.keywordflow   { color: #e0FF00 }   
65FONT.comment       { color: #009900 }   
66FONT.preprocessor  { color: #809020 }   
67FONT.stringliteral { color: #002080 }   
68FONT.charliteral   { color: #008080 }
69.ex {   
70     FONT-SIZE: 8pt; FONT-FAMILY: tahoma
71}
72CODE.keywordtype {       
73     COLOR: #00ccff     
74}       
75CODE.keyword {   
76     FONT-WEIGHT: bold; COLOR: #00ccff   
77}       
78CODE.fn {       
79     COLOR: white;       
80     FONT-WEIGHT: bold;         
81}       
82CODE.var {       
83     COLOR: #dcdcdc;     
84}       
85CODE.macro {     
86     COLOR: #809020;     
87     FONT-WEIGHT: bold;         
88 }       
89CODE.comm {     
90     COLOR: lime         
91 }
92
93CODE.num {
94        COLOR: purple
95        }
96CODE.str {
97        COLOR: #ffcc33;
98        font-style: italic
99}
100/* Used for rendering members in API specification */
101
102.mdTable
103{
104        background-color: #eeffee;
105        color: #ED9C08;
106        width: 100%;
107        border-top-style: solid;
108        border-top-color: black;
109        border-top-width: 1px;
110}
111
112.md
113{
114        font-size: 12pt;
115        font-weight: bold;
116        color:
117}
118.md A.el {
119        color: #F5BC52;
120}
121.md A:link.el {
122        color: #007700;
123}
124.md A:hover.el {
125        color: #F5BC52;
126}
127.md A:visited.el {
128        color: #229922;
129}
130
131
132.mdname1, .mdname
133{
134   font-size: 12pt;
135   font-weight: normal;
136   font-style: italic;
137}
138
139/* There's no class on the graph images in the API docs, but they're
140all centered.  TODO: get doxygen to give them a class.  (This won't
141look terrible on any image, though, really.) */
142center img {
143        border-style: solid;
144        border-width: 1px;
145        border-color: #AACCAA;
146}
147
148.memItemLeft
149{
150        background-color: #eeffee;
151}
152.memItemRight
153{
154        background-color: #eeffee;
155}
156
157
158HR { height: 1px; }
Note: See TracBrowser for help on using the repository browser.