~ubuntu-branches/ubuntu/trusty/evince/trusty-updates

« back to all changes in this revision

Viewing changes to help/reference/libdocument/html/style.css

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-11-12 12:10:03 UTC
  • mfrom: (1.8.6)
  • Revision ID: package-import@ubuntu.com-20131112121003-cjura8gxxx9w2u7l
Tags: 3.10.2-0ubuntu1
* New upstream version
* debian/patches/git_give_focus_correctly.patch,
  debian/patches/git_correct_page_info.patch,
  debian/patches/git_djvu_segfault.patch:
  - dropped, those changes are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body
2
 
{
3
 
  font-family: cantarell, sans-serif;
4
 
}
5
1
.synopsis, .classsynopsis
6
2
{
7
3
  /* tango:aluminium 1/2 */
57
53
  table.navigation#top
58
54
  {
59
55
    position: fixed;
60
 
    /* tango:aluminum 2 */
61
 
    background: #d3d7cf;
62
 
    border: solid 1px #babdb6;
 
56
    /* tango:scarlet red 0/1 */
 
57
    background: #ffe6e6;
 
58
    border: solid 1px #ef2929;
63
59
    margin-top: 0;
64
60
    margin-bottom: 0;
65
61
    top: 0;
69
65
  }
70
66
  .navigation a, .navigation a:visited
71
67
  {
72
 
    /* tango:sky blue 3 */
73
 
    color: #204a87;
 
68
    /* tango:scarlet red 3 */
 
69
    color: #a40000;
74
70
  }
75
71
  .navigation a:hover
76
72
  {
77
 
    /* tango:sky blue 2 */
78
 
    color: #3465a4;
 
73
    /* tango:scarlet red 1 */
 
74
    color: #ef2929;
79
75
  }
80
76
  td.shortcuts
81
77
  {
82
 
    /* tango:sky blue 2 */
83
 
    color: #3465a4;
 
78
    /* tango:scarlet red 1 */
 
79
    color: #ef2929;
84
80
    font-size: 80%;
85
81
    white-space: nowrap;
86
82
  }
93
89
  div.titlepage table.navigation {
94
90
    visibility: visible;
95
91
    display: table;
96
 
    /* tango:aluminum 2 */
97
 
    background: #d3d7cf;
98
 
    border: solid 1px #babdb6;
 
92
    /* tango:scarlet red 0/1 */
 
93
    background: #ffe6e6;
 
94
    border: solid 1px #ef2929;
99
95
    margin-top: 0;
100
96
    margin-bottom: 0;
101
97
    top: 0;
106
102
 
107
103
.navigation .title
108
104
{
109
 
  font-size: 120%;
 
105
  font-size: 200%;
110
106
}
111
107
 
112
108
div.gallery-float
160
156
 
161
157
hr
162
158
{
163
 
  /* tango:aluminium 1 */
164
 
  color: #d3d7cf;
165
 
  background: #d3d7cf;
 
159
  /* tango:aluminium 3 */
 
160
  color: #babdb6;
 
161
  background: #babdb6;
166
162
  border: none 0px;
167
163
  height: 1px;
168
164
  clear: both;
169
165
}
170
166
 
171
 
dl.toc dt
172
 
{
173
 
  padding-bottom: 0.25em;
174
 
}
175
 
 
176
 
dl.toc > dd > dl > dt
177
 
{
178
 
  padding-top: 0.25em;
179
 
  padding-bottom: 0.25em;
180
 
}
181
 
 
182
 
dl.toc > dt
183
 
{
184
 
  padding-top: 1em;
185
 
  padding-bottom: 0.5em;
186
 
  font-weight: bold;
187
 
}
188
 
 
189
 
.parameter
190
 
{
191
 
  font-style: normal;
192
 
}
193
 
 
194
167
.footer
195
168
{
196
169
  padding-top: 3.5em;
200
173
  font-size: 80%;
201
174
}
202
175
 
203
 
.informalfigure,
204
 
.figure
205
 
{
206
 
  margin: 2em;
207
 
}
208
 
 
209
 
.informalexample,
210
 
.example
211
 
{
212
 
  margin: 2em;
213
 
}
214
 
 
215
176
.warning
216
177
{
217
178
  /* tango:orange 0/1 */
229
190
  padding: 0.5em;
230
191
  border-width: 1px;
231
192
  border-style: solid;
232
 
  margin: 2em;
233
193
}
234
194
.note h3, .warning h3
235
195
{
240
200
  margin-bottom: 0.0em
241
201
}
242
202
 
243
 
p + div.section
244
 
{
245
 
  margin-top: 2.5em;
246
 
}
247
 
 
248
 
div.refnamediv,
249
 
div.refsynopsisdiv,
250
 
div.refsect1,
251
 
div.refsect2,
252
 
div.toc,
253
 
div.section
254
 
{
255
 
  margin-bottom: 2.5em;
256
 
}
257
 
 
258
203
/* blob links */
259
204
h2 .extralinks, h3 .extralinks
260
205
{