diff options
Diffstat (limited to 'libraries/irrlicht-1.8/doc/html/navtree.css')
-rw-r--r-- | libraries/irrlicht-1.8/doc/html/navtree.css | 123 |
1 files changed, 0 insertions, 123 deletions
diff --git a/libraries/irrlicht-1.8/doc/html/navtree.css b/libraries/irrlicht-1.8/doc/html/navtree.css deleted file mode 100644 index 287bb18..0000000 --- a/libraries/irrlicht-1.8/doc/html/navtree.css +++ /dev/null | |||
@@ -1,123 +0,0 @@ | |||
1 | #nav-tree .children_ul { | ||
2 | margin:0; | ||
3 | padding:4px; | ||
4 | } | ||
5 | |||
6 | #nav-tree ul { | ||
7 | list-style:none outside none; | ||
8 | margin:0px; | ||
9 | padding:0px; | ||
10 | } | ||
11 | |||
12 | #nav-tree li { | ||
13 | white-space:nowrap; | ||
14 | margin:0px; | ||
15 | padding:0px; | ||
16 | } | ||
17 | |||
18 | #nav-tree .plus { | ||
19 | margin:0px; | ||
20 | } | ||
21 | |||
22 | #nav-tree .selected { | ||
23 | background-image: url('tab_a.png'); | ||
24 | background-repeat:repeat-x; | ||
25 | color: #fff; | ||
26 | text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); | ||
27 | } | ||
28 | |||
29 | #nav-tree img { | ||
30 | margin:0px; | ||
31 | padding:0px; | ||
32 | border:0px; | ||
33 | vertical-align: middle; | ||
34 | } | ||
35 | |||
36 | #nav-tree a { | ||
37 | text-decoration:none; | ||
38 | padding:0px; | ||
39 | margin:0px; | ||
40 | outline:none; | ||
41 | } | ||
42 | |||
43 | #nav-tree .label { | ||
44 | margin:0px; | ||
45 | padding:0px; | ||
46 | } | ||
47 | |||
48 | #nav-tree .label a { | ||
49 | padding:2px; | ||
50 | } | ||
51 | |||
52 | #nav-tree .selected a { | ||
53 | text-decoration:none; | ||
54 | padding:2px; | ||
55 | margin:0px; | ||
56 | color:#fff; | ||
57 | } | ||
58 | |||
59 | #nav-tree .children_ul { | ||
60 | margin:0px; | ||
61 | padding:0px; | ||
62 | } | ||
63 | |||
64 | #nav-tree .item { | ||
65 | margin:0px; | ||
66 | padding:0px; | ||
67 | } | ||
68 | |||
69 | #nav-tree { | ||
70 | padding: 0px 0px; | ||
71 | background-color: #FAFAFF; | ||
72 | font-size:14px; | ||
73 | overflow:auto; | ||
74 | } | ||
75 | |||
76 | #doc-content { | ||
77 | overflow:auto; | ||
78 | display:block; | ||
79 | padding:0px; | ||
80 | margin:0px; | ||
81 | } | ||
82 | |||
83 | #side-nav { | ||
84 | padding:0 6px 0 0; | ||
85 | margin: 0px; | ||
86 | display:block; | ||
87 | position: absolute; | ||
88 | left: 0px; | ||
89 | width: 300px; | ||
90 | } | ||
91 | |||
92 | .ui-resizable .ui-resizable-handle { | ||
93 | display:block; | ||
94 | } | ||
95 | |||
96 | .ui-resizable-e { | ||
97 | background:url("ftv2splitbar.png") repeat scroll right center transparent; | ||
98 | cursor:e-resize; | ||
99 | height:100%; | ||
100 | right:0; | ||
101 | top:0; | ||
102 | width:6px; | ||
103 | } | ||
104 | |||
105 | .ui-resizable-handle { | ||
106 | display:none; | ||
107 | font-size:0.1px; | ||
108 | position:absolute; | ||
109 | z-index:1; | ||
110 | } | ||
111 | |||
112 | #nav-tree-contents { | ||
113 | margin: 6px 0px 0px 0px; | ||
114 | } | ||
115 | |||
116 | #nav-tree { | ||
117 | background-image:url('nav_h.png'); | ||
118 | background-repeat:repeat-x; | ||
119 | background-color: #F9F9FC; | ||
120 | } | ||
121 | |||
122 | |||
123 | |||