gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
docs/api/navtree.css
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 font: 12px 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
47 }
48
49 #nav-tree .label a {
50 padding:2px;
51 }
52
53 #nav-tree .selected a {
54 text-decoration:none;
55 color:#fff;
56 }
57
58 #nav-tree .children_ul {
59 margin:0px;
60 padding:0px;
61 }
62
63 #nav-tree .item {
64 margin:0px;
65 padding:0px;
66 }
67
68 #nav-tree {
69 padding: 0px 0px;
70 background-color: #FAFAFF;
71 font-size:14px;
72 overflow:auto;
73 }
74
75 #doc-content {
76 overflow:auto;
77 display:block;
78 padding:0px;
79 margin:0px;
80 -webkit-overflow-scrolling : touch; /* iOS 5+ */
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: 250px;
90 overflow : hidden;
91 }
92
93 .ui-resizable .ui-resizable-handle {
94 display:block;
95 }
96
97 .ui-resizable-e {
98 background-image:url("splitbar.png");
99 background-size:100%;
100 background-repeat:repeat-y;
101 background-attachment: scroll;
102 cursor:ew-resize;
103 height:100%;
104 right:0;
105 top:0;
106 width:6px;
107 }
108
109 .ui-resizable-handle {
110 display:none;
111 font-size:0.1px;
112 position:absolute;
113 z-index:1;
114 }
115
116 #nav-tree-contents {
117 margin: 6px 0px 0px 0px;
118 }
119
120 #nav-tree {
121 background-image:url('nav_h.png');
122 background-repeat:repeat-x;
123 background-color: #F9FAFC;
124 -webkit-overflow-scrolling : touch; /* iOS 5+ */
125 }
126
127 #nav-sync {
128 position:absolute;
129 top:5px;
130 right:24px;
131 z-index:0;
132 }
133
134 #nav-sync img {
135 opacity:0.3;
136 }
137
138 #nav-sync img:hover {
139 opacity:0.9;
140 }
141
142 @media print
143 {
144 #nav-tree { display: none; }
145 div.ui-resizable-handle { display: none; position: relative; }
146 }
147
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.