annotate web/help/GuideOptionsToolbar.html @ 2824:c9eded8ad4e0

Fix #305: Faster Tagging (Keywords) https://github.com/BestImageViewer/geeqie/issues/305 Keyword autocompletion - see the Info Sidebar section in the Help file for details
author Colin Clark <colin.clark@cclark.uk>
date Sun, 26 Aug 2018 13:32:42 +0100
parents b3f34f91ac4d
children bb44bd76f857
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2658
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
2 <html>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
3 <head>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
5 <title>Toolbar</title>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
6 <link rel="previous" href="GuideOptionsBehavior.html" title="Behavior Options">
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
7 <link rel="next" href="GuideOptionsAdditional.html" title="Additional Preferences">
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
8 <link rel="top" href="GuideIndex.html" title="The Geeqie User Manual">
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
9 <style type="text/css">
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
10
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
11 html { height: 100%; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
12 body {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
13 margin: 0px; padding: 12px;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
14 background-color: #f9f9f6;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
15 min-height: 100%;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
16 direction: ltr;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
17 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
18 div, p, pre, blockquote { margin: 0; padding: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
19 p img { vertical-align: middle; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
20 sub { font-size: 0.83em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
21 sub sub { font-size: 1em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
22 sup { font-size: 0.83em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
23 sup sup { font-size: 1em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
24 table { border-collapse: collapse; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
25 table.table-pgwide { width: 100%; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
26 td { vertical-align: top; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
27 td { padding: 0.2em 0.83em 0.2em 0.83em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
28 th { padding: 0 0.83em 0 0.83em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
29 tr.tr-shade {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
30 background-color: #f9f9f6;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
31 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
32 td.td-colsep { border-right: solid 1px; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
33 td.td-rowsep { border-bottom: solid 1px; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
34 thead { border-top: solid 2px; border-bottom: solid 2px; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
35 tfoot { border-top: solid 2px; border-bottom: solid 2px; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
36 div.body {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
37 padding: 1em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
38 max-width: 60em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
39 background-color: #ffffff;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
40 border: solid 1px #e0e0df;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
41 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
42 div.body-sidebar {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
43 margin-right: 13em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
44 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
45 div.division div.division { margin-top: 1.72em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
46 div.division div.division div.division { margin-top: 1.44em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
47 div.header {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
48 margin: 0;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
49 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
50 border-bottom: solid 1px #e0e0df;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
51 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
52 h1, h2, h3, h4, h5, h6, h7 {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
53 margin: 0; padding: 0;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
54 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
55 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
56 h1.title { font-size: 1.72em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
57 h2.title { font-size: 1.44em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
58 h3.title { font-size: 1.2em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
59 h4.title, h5.title, h6.title, h7.title { font-size: 1em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
60 .block { margin-top: 1em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
61 .block .block-first { margin-top: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
62 .block-indent {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
63 margin-left left: 1.72em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
64 margin-: 1em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
65 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
66 .block-indent .block-indent { margin-left: 0em; margin-right: 0em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
67 td .block-indent { margin-left: 0em; margin-right: 0em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
68 dd .block-indent { margin-left: 0em; margin-right: 0em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
69 .block-verbatim { white-space: pre; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
70 div.title {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
71 margin-bottom: 0.2em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
72 font-weight: bold;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
73 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
74 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
75 div.title-formal { padding-left: 0.2em; padding-right: 0.2em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
76 div.title-formal .label { font-weight: normal; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
77 a {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
78 color: #1f609f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
79 text-decoration: none;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
80 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
81 a:hover { text-decoration: underline; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
82 a:visited { color: #9f1f6f; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
83 ul, ol, dl { margin: 0; padding: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
84 li {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
85 margin-top: 1em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
86 margin-left: 2.4em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
87 padding: 0;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
88 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
89 li.li-first { margin-top: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
90 dt { margin: 1em 0 0 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
91 dt.dt-first { margin: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
92 dd {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
93 margin-left: 1.72em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
94 margin-top: 0.5em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
95 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
96 dl.dl-compact dt { margin-top: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
97 dl.dl-compact dd { margin-top: 0; margin-bottom: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
98
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
99
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
100 ul.linktrail {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
101 display: block;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
102 margin: 0.2em 0 0 0;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
103 text-align: right;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
104 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
105 li.linktrail { display: inline; margin: 0; padding: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
106
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
107 li.linktrail::before {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
108 content: '  /  ';
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
109 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
110 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
111
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
112 li.linktrail-first::before, li.linktrail-only::before { content: ''; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
113
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
114
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
115 div.navbar {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
116 padding: 0.5em 1em 0.5em 1em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
117 max-width: 60em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
118 background-color: #ffffff;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
119 border: solid 1px #e0e0df;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
120 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
121 div.navbar-top { margin-bottom: 1em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
122 div.navbar-bottom { margin-top: 1em; clear: both; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
123 div.navbar img { border: 0; vertical-align: -0.4em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
124 table.navbar { width: 100%; margin: 0; border: none; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
125 table.navbar td { padding: 0; border: none; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
126 td.navbar-next {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
127 text-align: right;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
128 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
129 a.navbar-prev::before {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
130
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
131 content: '◀  ';
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
132 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
133 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
134 a.navbar-next::after {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
135
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
136 content: '  ▶';
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
137 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
138 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
139
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
140
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
141 div.sidebar {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
142 float: right;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
143 padding: 0; margin: 0; width: 12em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
144 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
145 div.sidenav {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
146 padding: 0.5em 1em 0 1em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
147 background-color: #ffffff;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
148 border: solid 1px #e0e0df;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
149 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
150 div.sidenav div.autotoc {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
151 background-color: #ffffff;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
152 border: none; padding: 0; margin: 0;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
153 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
154 div.sidenav div.autotoc div.autotoc { margin-top: 0.5em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
155 div.sidenav div.autotoc li { margin-bottom: 0.5em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
156 div.sidenav div.autotoc div.autotoc div.autotoc {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
157 margin-left: 1em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
158 margin-top: 0;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
159 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
160 div.sidenav div.autotoc div.autotoc div.autotoc li { margin-bottom: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
161
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
162
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
163 div.autotoc {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
164
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
165 display: table;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
166 margin-top: 1em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
167 margin-left: 1.72em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
168 padding: 0.5em 1em 0.5em 1em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
169 background-color: #f0f9ff;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
170 border: solid 1px #c0c9ff;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
171 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
172 div.autotoc ul { margin: 0; padding: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
173 div.autotoc li { list-style-type: none; margin: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
174 div.autotoc div.autotoc-title { margin-bottom: 0.5em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
175 div.autotoc div.autotoc { border: none; padding: 0; margin-top: 0; margin-bottom: 0.5em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
176 div.autotoc div.autotoc div.autotoc { margin-bottom: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
177
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
178
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
179 span.bibliolabel {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
180 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
181 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
182
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
183
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
184 div.admonition {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
185 padding: 0.5em 6px 0.5em 6px;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
186 border: solid 1px #e0e0df;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
187 background-color: #fffff0;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
188 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
189 div.caution-inner, div.important-inner, div.note-inner, div.tip-inner, div.warning-inner {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
190 padding-left: 60px;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
191 background-position: left top;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
192 background-repeat: no-repeat;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
193 min-height: 48px;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
194 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
195 div.caution-inner { background-image: url("admon-caution.png"); }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
196 div.important-inner { background-image: url("admon-important.png"); }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
197 div.note-inner { background-image: url("admon-note.png"); }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
198 div.note-bug div.note-inner { background-image: url("admon-bug.png"); }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
199 div.tip-inner { background-image: url("admon-tip.png"); }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
200 div.warning-inner { background-image: url("admon-warning.png"); }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
201 div.blockquote {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
202
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
203 background-image: url('watermark-blockquote-201C.png');
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
204 background-repeat: no-repeat;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
205 background-position: top left;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
206 padding: 0.5em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
207 padding-left: 4em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
208 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
209 div.attribution {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
210 margin-top: 0.5em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
211 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
212 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
213 div.attribution::before {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
214
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
215 content: '― ';
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
216 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
217 div.epigraph {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
218 text-align: right;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
219 margin-left: 20%;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
220 margin-right: 0;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
221 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
222 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
223 div.figure, div.informalfigure {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
224
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
225 display: table;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
226 padding: 0.5em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
227 background-color: #f9f9f6;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
228 border: solid 1px #e0e0df;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
229 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
230 div.figure-inner, div.informalfigure-inner {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
231 padding: 0.5em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
232 background-color: #ffffff;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
233 border: solid 1px #e0e0df;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
234 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
235 div.caption { margin-top: 0.5em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
236 div.programlisting {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
237 padding: 0.5em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
238
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
239 background-color: #f9f9f6;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
240 border: solid 1px #e0e0df;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
241 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
242 div.screen {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
243 padding: 0.5em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
244
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
245 background-color: #f9f9f6;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
246 border: solid 1px #e0e0df;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
247 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
248 div.screen .prompt {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
249 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
250 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
251 div.screen .userinput {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
252 font-weight: bold;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
253 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
254 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
255 div.programlisting .userinput {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
256 font-weight: bold;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
257 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
258 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
259 pre.linenumbering {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
260 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
261 margin: 0;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
262 padding-right: 1em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
263 float: left;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
264 text-align: right;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
265 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
266
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
267
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
268
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
269 dl.index dt { margin-top: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
270 dl.index dd { margin-top: 0; margin-bottom: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
271 dl.indexdiv dt { margin-top: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
272 dl.indexdiv dd { margin-top: 0; margin-bottom: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
273 dl.setindex dt { margin-top: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
274 dl.setindex dd { margin-top: 0; margin-bottom: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
275 div.list div.title-formal span.title {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
276 border-bottom: solid 1px #e0e0df;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
277 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
278 div.simplelist {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
279 margin-left: 1.72em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
280 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
281 div.simplelist table { margin-left: 0; border: none; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
282 div.simplelist td {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
283 padding: 0.5em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
284 border-left: solid 1px #e0e0df;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
285 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
286 div.simplelist td.td-first {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
287 padding-left: 0;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
288 border-left: 0;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
289 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
290 div.synopsis {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
291 padding: 0.5em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
292
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
293 background-color: #f9f9f6;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
294 border-top: solid 2px #c0c9ff;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
295 border-bottom: solid 2px #c0c9ff;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
296 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
297 div.synopsis div.synopsis {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
298 padding: 0;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
299 border: none;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
300 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
301 div.synopsis div.block { margin-top: 0.2em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
302 div.synopsis div.block-first { margin-top: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
303 div.cmdsynopsis { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
304
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
305 span.accel { text-decoration: underline; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
306 span.acronym { font-family: sans-serif; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
307 span.application { font-style: italic; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
308 span.classname, span.exceptionname, span.interfacename { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
309 span.code {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
310 font-family: monospace;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
311 border: solid 1px #e0e0df;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
312 padding-left: 0.2em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
313 padding-right: 0.2em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
314 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
315 pre span.code { border: none; padding: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
316 span.command {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
317 font-family: monospace;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
318 border: solid 1px #e0e0df;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
319 padding-left: 0.2em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
320 padding-right: 0.2em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
321 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
322 pre span.command { border: none; padding: 0; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
323 span.computeroutput { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
324
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
325 span.constant { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
326 span.database { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
327 span.email { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
328 span.emphasis { font-style: italic; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
329 span.emphasis-bold { font-style: normal; font-weight: bold; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
330 span.envar { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
331
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
332 span.filename { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
333 span.firstterm { font-style: italic; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
334 span.foreignphrase { font-style: italic; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
335 span.function { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
336
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
337 dt.glossterm span.glossterm { font-style: normal; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
338
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
339
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
340 span.glossterm { font-style: italic; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
341
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
342 span.guibutton, span.guilabel, span.guimenu, span.guimenuitem, span.guisubmenu, span.interface {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
343 font-weight: bold;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
344 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
345 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
346 span.keycap {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
347 font-weight: bold;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
348 color: #3f3f3f;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
349 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
350 span.lineannotation { font-style: italic; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
351 span.literal { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
352 span.markup { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
353 span.medialabel { font-style: italic; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
354 span.methodname { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
355 span.ooclass, span.ooexception, span.oointerface { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
356 span.option { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
357 span.parameter { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
358 span.paramdef span.parameter { font-style: italic; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
359 span.prompt { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
360 span.property { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
361 span.replaceable { font-style: italic; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
362 span.returnvalue { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
363 span.sgmltag { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
364 span.structfield, span.structname { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
365 span.symbol { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
366 span.systemitem { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
367 span.token { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
368 span.type { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
369 span.uri { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
370 span.userinput { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
371 span.varname { font-family: monospace; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
372 span.wordasword { font-style: italic; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
373
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
374
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
375
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
376 div.footnotes { font-style: italic; font-size: 0.8em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
377 div.footnote { margin-top: 1.44em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
378 span.footnote-number { display: inline; padding-right: 0.83em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
379 span.footnote-number + p { display: inline; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
380 a.footnote { text-decoration: none; font-size: 0.8em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
381 a.footnote-ref { text-decoration: none; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
382
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
383 span.co {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
384 margin-left: 0.2em; margin-right: 0.2em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
385 padding-left: 0.4em; padding-right: 0.4em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
386 border: solid 1px #000000;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
387 -moz-border-radius: 8px;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
388 background-color: #000000;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
389 color: #FFFFFF;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
390 font-size: 8px;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
391 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
392 span.co:hover {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
393 border-color: #333333;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
394 background-color: #333333;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
395 color: #FFFFFF;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
396 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
397 span.co a { text-decoration: none; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
398 span.co a:hover { text-decoration: none; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
399
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
400 dt.question { margin-left: 0em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
401 dt.question div.label { float: left; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
402 dd + dt.question { margin-top: 1em; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
403 dd.answer {
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
404 margin-top: 1em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
405 margin-left: 2em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
406 margin-right: 1em;
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
407 }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
408 dd.answer div.label { float: left; }
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
409 </style>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
410 </head>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
411 <body>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
412 <div class="navbar navbar-top"><table class="navbar"><tr>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
413 <td class="navbar-prev"><a class="navbar-prev" href="GuideOptionsBehavior.html" title="Behavior Options">Behavior Options</a></td>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
414 <td class="navbar-next"><a class="navbar-next" href="GuideOptionsAdditional.html" title="Additional Preferences">Additional Preferences</a></td>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
415 </tr></table></div>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
416 <div class="sidebar"><div class="sidenav"><div class="autotoc"><ul>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
417 <li><a href="GuideIndex-info.html" title="About This Document">About This Document</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
418 <li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
419 <a class="xref" href="GuideIndex.html" title="The Geeqie User Manual">The Geeqie User Manual</a><div class="autotoc"><ul>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
420 <li><a class="xref" href="GuideIntroduction.html" title="Introduction">Introduction</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
421 <li><a class="xref" href="GuideMainWindow.html" title="Main Window">Main Window</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
422 <li><a class="xref" href="GuideSidebars.html" title="Sidebars">Sidebars</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
423 <li><a class="xref" href="GuideOtherWindows.html" title="Stand-alone Windows">Stand-alone Windows</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
424 <li><a class="xref" href="GuideImageSearch.html" title="Search and Select">Search and Select</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
425 <li><a class="xref" href="GuideImageManagementPlugins.html" title="Plugins">Plugins</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
426 <li><a class="xref" href="GuideImageManagement.html" title="File Management">File Management</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
427 <li><a class="xref" href="GuideColorManagement.html" title="Color Management">Color Management</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
428 <li><a class="xref" href="GuideImagePresentation.html" title="Image Presentation">Image Presentation</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
429 <li><a class="xref" href="GuidePrinting.html" title="Printing">Printing</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
430 <li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
431 <a class="xref" href="GuideOptionsMain.html" title="Preferences">Preferences</a><div class="autotoc"><ul>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
432 <li><a class="xref" href="GuideOptionsGeneral.html" title="General Options">General Options</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
433 <li><a class="xref" href="GuideOptionsImage.html" title="Image Options">Image Options</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
434 <li><a class="xref" href="GuideOptionsWindow.html" title="Window Options">Window Options</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
435 <li><a class="xref" href="GuideOptionsKeyboard.html" title="Keyboard Options">Keyboard Options</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
436 <li><a class="xref" href="GuideOptionsFiltering.html" title="Files Options">Files Options</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
437 <li><a class="xref" href="GuideOptionsMetadata.html" title="Metadata">Metadata</a></li>
2824
c9eded8ad4e0 Fix #305: Faster Tagging (Keywords)
Colin Clark <colin.clark@cclark.uk>
parents: 2658
diff changeset
438 <li><a class="xref" href="GuideOptionsKeywords.html" title="Keywords">Keywords</a></li>
2658
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
439 <li><a class="xref" href="GuideOptionsColor.html" title="Color management options">Color management options</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
440 <li><a class="xref" href="GuideOptionsStereo.html" title="Stereo image management">Stereo image management</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
441 <li><a class="xref" href="GuideOptionsBehavior.html" title="Behavior Options">Behavior Options</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
442 <li>Toolbar</li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
443 </ul></div>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
444 </li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
445 <li><a class="xref" href="GuideOptionsAdditional.html" title="Additional Preferences">Additional Preferences</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
446 <li><a class="xref" href="GuideReference.html" title="Reference">Reference</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
447 <li><a class="xref" href="GuideFaq.html" title="Frequently Asked Questions">Frequently Asked Questions</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
448 <li><a class="xref" href="GuideLicence.html" title="Licence">Licence</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
449 <li><a class="xref" href="GuideCredits.html" title="Credits">Credits</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
450 <li><a class="xref" href="GuideGnuFdl.html" title="GNU Free Documentation License">GNU Free Documentation License</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
451 </ul></div>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
452 </li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
453 </ul></div></div></div>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
454 <div class="body body-sidebar"><div class="division section">
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
455 <a name="GuideOptionsToolbar"></a><div class="header"><h1 class="section title"><span class="title">Toolbar</span></h1></div>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
456 <ul class="linktrail">
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
457 <li class="linktrail linktrail-first"><a class="linktrail" href="GuideIndex.html" title="The Geeqie User Manual">The Geeqie User Manual</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
458 <li class="linktrail linktrail-last"><a class="linktrail" href="GuideOptionsMain.html" title="Preferences">Preferences</a></li>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
459 </ul>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
460 <p class="para block block-first">
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
461 This dialogue enables you to change the items displayed on the Toolbar.
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
462 <p class="para block block-first"></p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
463 The initial display shows the current setup. You may re-order these items by right-clicking on any item.
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
464 <p class="para block"></p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
465 Additional items may be included by clicking on the "Plus" symbol at the bottom of the tab. A list of all available options is displayed.
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
466 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
467 <p class="para block">Most of the Geeqie menu items are available, plus any desktop (Plugins) files.</p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
468 <div class="admonition block note block-indent"><div class="note-inner">
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
469 <p class="para block block-first">
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
470 If you select a desktop file, ensure that it includes an icon - the desktop file format is described in the
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
471 <a class="link" href="GuideReferenceStandards.html" title="Standards">Standards section</a>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
472 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
473 </div></div>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
474 </div></div>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
475 <div class="navbar navbar-bottom"><table class="navbar"><tr>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
476 <td class="navbar-prev"><a class="navbar-prev" href="GuideOptionsBehavior.html" title="Behavior Options">Behavior Options</a></td>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
477 <td class="navbar-next"><a class="navbar-next" href="GuideOptionsAdditional.html" title="Additional Preferences">Additional Preferences</a></td>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
478 </tr></table></div>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
479 </body>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
480 </html>