Mercurial > hg > vamp-docs
comparison code-docs/navtree.css @ 6:27319718b1f8 vamp-plugin-sdk-v2.7
Update code docs to v2.7 SDK
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2017 16:44:47 +0000 |
parents | 5c2683745b33 |
children |
comparison
equal
deleted
inserted
replaced
5:5c95f546f0b4 | 6:27319718b1f8 |
---|---|
41 } | 41 } |
42 | 42 |
43 #nav-tree .label { | 43 #nav-tree .label { |
44 margin:0px; | 44 margin:0px; |
45 padding:0px; | 45 padding:0px; |
46 font: 12px 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; | |
46 } | 47 } |
47 | 48 |
48 #nav-tree .label a { | 49 #nav-tree .label a { |
49 padding:2px; | 50 padding:2px; |
50 } | 51 } |
51 | 52 |
52 #nav-tree .selected a { | 53 #nav-tree .selected a { |
53 text-decoration:none; | 54 text-decoration:none; |
54 padding:2px; | |
55 margin:0px; | |
56 color:#fff; | 55 color:#fff; |
57 } | 56 } |
58 | 57 |
59 #nav-tree .children_ul { | 58 #nav-tree .children_ul { |
60 margin:0px; | 59 margin:0px; |
76 #doc-content { | 75 #doc-content { |
77 overflow:auto; | 76 overflow:auto; |
78 display:block; | 77 display:block; |
79 padding:0px; | 78 padding:0px; |
80 margin:0px; | 79 margin:0px; |
80 -webkit-overflow-scrolling : touch; /* iOS 5+ */ | |
81 } | 81 } |
82 | 82 |
83 #side-nav { | 83 #side-nav { |
84 padding:0 6px 0 0; | 84 padding:0 6px 0 0; |
85 margin: 0px; | 85 margin: 0px; |
86 display:block; | 86 display:block; |
87 position: absolute; | 87 position: absolute; |
88 left: 0px; | 88 left: 0px; |
89 width: 300px; | 89 width: 250px; |
90 } | 90 } |
91 | 91 |
92 .ui-resizable .ui-resizable-handle { | 92 .ui-resizable .ui-resizable-handle { |
93 display:block; | 93 display:block; |
94 } | 94 } |
95 | 95 |
96 .ui-resizable-e { | 96 .ui-resizable-e { |
97 background:url("ftv2splitbar.png") repeat scroll right center transparent; | 97 background-image:url("splitbar.png"); |
98 cursor:e-resize; | 98 background-size:100%; |
99 background-repeat:no-repeat; | |
100 background-attachment: scroll; | |
101 cursor:ew-resize; | |
99 height:100%; | 102 height:100%; |
100 right:0; | 103 right:0; |
101 top:0; | 104 top:0; |
102 width:6px; | 105 width:6px; |
103 } | 106 } |
115 | 118 |
116 #nav-tree { | 119 #nav-tree { |
117 background-image:url('nav_h.png'); | 120 background-image:url('nav_h.png'); |
118 background-repeat:repeat-x; | 121 background-repeat:repeat-x; |
119 background-color: #F9FAFC; | 122 background-color: #F9FAFC; |
123 -webkit-overflow-scrolling : touch; /* iOS 5+ */ | |
124 } | |
125 | |
126 #nav-sync { | |
127 position:absolute; | |
128 top:5px; | |
129 right:24px; | |
130 z-index:0; | |
131 } | |
132 | |
133 #nav-sync img { | |
134 opacity:0.3; | |
135 } | |
136 | |
137 #nav-sync img:hover { | |
138 opacity:0.9; | |
120 } | 139 } |
121 | 140 |
122 @media print | 141 @media print |
123 { | 142 { |
124 #nav-tree { display: none; } | 143 #nav-tree { display: none; } |