~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to docs/reference/gcr/html/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-10 21:37:48 UTC
  • mfrom: (1.1.59 upstream)
  • Revision ID: james.westby@ubuntu.com-20100310213748-imimrnfxu32ih4t3
Tags: 2.29.92-0ubuntu1
* New upstream version:
  - Fix various problems with not storing secret value properly.
  - Return no results when a search includes a bad collection identifier.
  - Don't raise error if ssh client disconnects early.
  - Allow running in a test environment.
  - Fix error when setting default keyring to NULL.
  - Autostart gnome-keyring-daemon in LXDE as well.
  - Rework the startup again, to use a singleton crontrolled via dbus, to help
    when no process was started by pam.
  - Display password and confirm prompts when creating keyring.
  - Allow specifying CKA_ID when creating collection.
  - Give translatable label to created login keyring.
  - When no default keyring set, use login keyring.
  - Fix problem initializing socket path in rpc module.
  - Fix endless loop in reading data.
  - Potential fix or sporadic crash.
  - Solaris build fixes.
  - Updated translations.
* debian/patches/05_git_no_read_looping.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.synopsis, .classsynopsis
2
2
{
3
 
  background: #eeeeee;
4
 
  border: solid 1px #aaaaaa;
 
3
  /* tango:aluminium 1/2 */
 
4
  background: #eeeeec;
 
5
  border: solid 1px #d3d7cf;
5
6
  padding: 0.5em;
6
7
}
7
8
.programlisting
8
9
{
9
 
  background: #eeeeff;
10
 
  border: solid 1px #aaaaff;
 
10
  /* tango:sky blue 0/1 */
 
11
  background: #e6f3ff;
 
12
  border: solid 1px #729fcf;
11
13
  padding: 0.5em;
12
14
}
13
15
.variablelist
20
22
  vertical-align: top;
21
23
}
22
24
 
23
 
/* this is needed so that the local anchors are displayed below the naviagtion */
24
25
@media screen {
25
26
  sup a.footnote
26
27
  {
27
28
    position: relative;
28
29
    top: 0em ! important;
 
30
    
29
31
  }
30
 
  div.refnamediv a[name], div.refsect1 a[name]
 
32
  /* this is needed so that the local anchors are displayed below the naviagtion */
 
33
  div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
31
34
  {
32
35
    position: relative;
33
 
    top: -4.5em;
34
 
  }
 
36
    padding-top:4.5em;
 
37
  }
 
38
  /* this seems to be a bug in the xsl style sheets when generating indexes */
 
39
  div.index div.index
 
40
  {
 
41
    top: 0em;
 
42
  }
 
43
  /* make space for the fixed navigation bar and add space at the bottom so that
 
44
   * link targets appear somewhat close to top
 
45
   */
 
46
  body
 
47
  {
 
48
    padding-top: 3.2em;
 
49
    padding-bottom: 20em;
 
50
  }
 
51
  /* style and size the navigation bar */
35
52
  table.navigation#top
36
53
  {
37
 
    background: #ffeeee;
38
 
    border: solid 1px #ffaaaa;
39
 
    margin-top: 0;
40
 
    margin-bottom: 0;
41
54
    position: fixed;
 
55
    /* tango:scarlet red 0/1 */
 
56
    background: #ffe6e6;
 
57
    border: solid 1px #ef2929;
 
58
    margin-top: 0;
 
59
    margin-bottom: 0;
42
60
    top: 0;
43
61
    left: 0;
44
 
    height: 2em;
45
 
    z-index: 1;
46
 
  }
47
 
  .navigation a
48
 
  {
49
 
    color: #770000;
50
 
  }
51
 
  .navigation a:visited
52
 
  {
53
 
    color: #550000;
 
62
    height: 3em;
 
63
    z-index: 10;
 
64
  }
 
65
  .navigation a, .navigation a:visited
 
66
  {
 
67
    /* tango:scarlet red 3 */
 
68
    color: #a40000;
 
69
  }
 
70
  .navigation a:hover
 
71
  {
 
72
    /* tango:scarlet red 1 */
 
73
    color: #ef2929;
54
74
  }
55
75
  td.shortcuts
56
76
  {
57
 
    color: #770000;
 
77
    /* tango:scarlet red 1 */
 
78
    color: #ef2929;
58
79
    font-size: 80%;
59
80
    white-space: nowrap;
60
81
  }
61
 
  div.refentry, div.chapter, div.reference, div.part, div.book, div.glossary, div.sect1, div.appendix, div.preface
62
 
  {
63
 
    position: relative;
64
 
    top: 3em;
65
 
    z-index: 0;
66
 
  }
67
 
  div.glossary, div.index
68
 
  {
69
 
    position: relative;
70
 
    top: 2em;
71
 
    z-index: 0;
72
 
  }
73
 
  div.refnamediv
74
 
  {
75
 
    margin-top: 2em;
76
 
  }
77
 
  body
78
 
  {
79
 
    padding-bottom: 20em;
80
 
  }
81
82
}
82
83
@media print {
83
84
  table.navigation {
87
88
  div.titlepage table.navigation {
88
89
    visibility: visible;
89
90
    display: table;
90
 
    background: #ffeeee;
91
 
    border: solid 1px #ffaaaa;
 
91
    /* tango:scarlet red 0/1 */
 
92
    background: #ffe6e6;
 
93
    border: solid 1px #ef2929;
92
94
    margin-top: 0;
93
95
    margin-bottom: 0;
94
96
    top: 0;
95
97
    left: 0;
96
 
    height: 2em;
 
98
    height: 3em;
97
99
  }
98
100
}
99
101
 
102
104
  font-size: 200%;
103
105
}
104
106
 
105
 
 
106
107
div.gallery-float
107
108
{
108
109
  float: left;
116
117
{
117
118
  clear: both;
118
119
}
119
 
a
 
120
 
 
121
a, a:visited
120
122
{
121
123
  text-decoration: none;
 
124
  /* tango:sky blue 2 */
 
125
  color: #3465a4;
122
126
}
123
127
a:hover
124
128
{
125
129
  text-decoration: underline;
126
 
  color: #FF0000;
 
130
  /* tango:sky blue 1 */
 
131
  color: #729fcf;
127
132
}
128
133
 
129
134
div.table table
130
135
{
131
136
  border-collapse: collapse;
132
137
  border-spacing: 0px;
133
 
  border-style: solid;
134
 
  border-color: #777777;
135
 
  border-width: 1px;
 
138
  /* tango:aluminium 3 */
 
139
  border: solid 1px #babdb6;
136
140
}
137
141
 
138
142
div.table table td, div.table table th
139
143
{
140
 
  border-style: solid;
141
 
  border-color: #777777;
142
 
  border-width: 1px;
 
144
  /* tango:aluminium 3 */
 
145
  border: solid 1px #babdb6;
143
146
  padding: 3px;
144
147
  vertical-align: top;
145
148
}
146
149
 
147
150
div.table table th
148
151
{
149
 
  background-color: #eeeeee;
 
152
  /* tango:aluminium 2 */
 
153
  background-color: #d3d7cf;
150
154
}
151
155
 
152
156
hr
153
157
{
154
 
  color: #777777;
155
 
  background: #777777;
156
 
  border: 0;
 
158
  /* tango:aluminium 3 */
 
159
  color: #babdb6;
 
160
  background: #babdb6;
 
161
  border: none 0px;
157
162
  height: 1px;
158
163
  clear: both;
159
164
}
161
166
.footer
162
167
{
163
168
  padding-top: 3.5em;
164
 
  color: #777777;
 
169
  /* tango:aluminium 3 */
 
170
  color: #babdb6;
165
171
  text-align: center;
166
172
  font-size: 80%;
167
173
}
 
174
 
 
175
.warning
 
176
{
 
177
  /* tango:orange 0/1 */
 
178
  background: #ffeed9;
 
179
  border-color: #ffb04f;
 
180
}
 
181
.note
 
182
{
 
183
  /* tango:chameleon 0/0.5 */
 
184
  background: #d8ffb2;
 
185
  border-color: #abf562;
 
186
}
 
187
.note, .warning
 
188
{
 
189
  padding: 0.5em;
 
190
  border-width: 1px;
 
191
  border-style: solid;
 
192
}
 
193
.note h3, .warning h3
 
194
{
 
195
  margin-top: 0.0em
 
196
}
 
197
.note p, .warning p
 
198
{
 
199
  margin-bottom: 0.0em
 
200
}
 
201
 
 
202
/* blob links */
 
203
h2 .extralinks, h3 .extralinks
 
204
{
 
205
  float: right;
 
206
  /* tango:aluminium 3 */
 
207
  color: #babdb6;
 
208
  font-size: 80%;
 
209
  font-weight: normal;
 
210
}
 
211
 
 
212
/* code listings */
 
213
 
 
214
.programlisting .cbracket   { color: #a40000; } /* tango: scarlet red 3 */
 
215
.programlisting .comment    { color: #a1a39d; } /* tango: aluminium 4 */
 
216
.programlisting .function   { color: #000000; font-weight: bold; }
 
217
.programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
 
218
.programlisting .keyword    { color: #4e9a06; } /* tango: chameleon 3  */
 
219
.programlisting .linenum    { color: #babdb6; } /* tango: aluminium 3 */
 
220
.programlisting .normal     { color: #000000; }
 
221
.programlisting .number     { color: #75507b; } /* tango: plum 2 */
 
222
.programlisting .preproc    { color: #204a87; } /* tango: sky blue 3  */
 
223
.programlisting .string     { color: #c17d11; } /* tango: chocolate 2 */
 
224
.programlisting .type       { color: #000000; }
 
225
.programlisting .type a     { color: #11326b; } /* tango: sky blue 4 */
 
226
.programlisting .symbol     { color: #ce5c00; } /* tango: orange 3 */
 
227
 
 
228
.listing_frame {
 
229
  /* tango:sky blue 1 */
 
230
  border: solid 1px #729fcf;
 
231
  padding: 0px;
 
232
}
 
233
 
 
234
.listing_lines, .listing_code {
 
235
  margin-top: 0px;
 
236
  margin-bottom: 0px;
 
237
  padding: 0.5em;
 
238
}
 
239
.listing_lines {
 
240
  /* tango:sky blue 0.5 */
 
241
  background: #a6c5e3;
 
242
  /* tango:aluminium 6 */
 
243
  color: #2e3436;
 
244
}
 
245
.listing_code {
 
246
  /* tango:sky blue 0 */
 
247
  background: #e6f3ff;
 
248
}
 
249
.listing_code .programlisting {
 
250
  /* override from previous */
 
251
  border: none 0px;
 
252
  padding: 0px;
 
253
}
 
254
.listing_lines pre, .listing_code pre {
 
255
  margin: 0px;
 
256
}
 
257