source: OGRE/trunk/ogrenew/Tools/BlenderExport/Docs/style.css @ 692

Revision 692, 916 bytes checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1body {
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}
9div {
10    text-align: left;
11/* workaround margin-bug END */
12}
13a:link {  color: #FFFF00; text-decoration: underline}
14a:hover {  color: #FFFFFF; text-decoration: underline}
15a:visited {  color: #FFCC66; text-decoration: underline}
16li {
17    color: #66CC33;
18    list-style-type: circle;
19    position: relative;
20    left: -15px;
21    clip:    rect(   )
22}
23td {
24    font-size: 10pt; 
25}
26th {
27    font-size: 10pt;
28}
29H1 {
30    text-align: center;
31        color: yellow;
32}
33H2 {
34        color: yellow;
35}
36H3 {
37    FONT-FAMILY: trebuchet ms,helvetica,arial;
38        color: yellow;
39}
40
41pre {
42        background-color: white;
43        color: black;
44        padding: 20px;
45}
46dt {
47    color: yellow;
48}
49div#exporter {
50    margin-left: auto;
51    margin-right: auto;
52    width: 473px;
53}
54
Note: See TracBrowser for help on using the repository browser.