Revision 692,
916 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Line | |
---|
1 | body { |
---|
2 | font-family: Verdana, Arial, Helvetica, sans-serif; |
---|
3 | font-size: 10pt; |
---|
4 | color: #CCFFCC; |
---|
5 | background-color: #003300; |
---|
6 | /* workaround margin-bug BEGIN */ |
---|
7 | text-align: center; |
---|
8 | } |
---|
9 | div { |
---|
10 | text-align: left; |
---|
11 | /* workaround margin-bug END */ |
---|
12 | } |
---|
13 | a:link { color: #FFFF00; text-decoration: underline} |
---|
14 | a:hover { color: #FFFFFF; text-decoration: underline} |
---|
15 | a:visited { color: #FFCC66; text-decoration: underline} |
---|
16 | li { |
---|
17 | color: #66CC33; |
---|
18 | list-style-type: circle; |
---|
19 | position: relative; |
---|
20 | left: -15px; |
---|
21 | clip: rect( ) |
---|
22 | } |
---|
23 | td { |
---|
24 | font-size: 10pt; |
---|
25 | } |
---|
26 | th { |
---|
27 | font-size: 10pt; |
---|
28 | } |
---|
29 | H1 { |
---|
30 | text-align: center; |
---|
31 | color: yellow; |
---|
32 | } |
---|
33 | H2 { |
---|
34 | color: yellow; |
---|
35 | } |
---|
36 | H3 { |
---|
37 | FONT-FAMILY: trebuchet ms,helvetica,arial; |
---|
38 | color: yellow; |
---|
39 | } |
---|
40 | |
---|
41 | pre { |
---|
42 | background-color: white; |
---|
43 | color: black; |
---|
44 | padding: 20px; |
---|
45 | } |
---|
46 | dt { |
---|
47 | color: yellow; |
---|
48 | } |
---|
49 | div#exporter { |
---|
50 | margin-left: auto; |
---|
51 | margin-right: auto; |
---|
52 | width: 473px; |
---|
53 | } |
---|
54 | |
---|
Note: See
TracBrowser
for help on using the repository browser.