~ubuntu-branches/ubuntu/vivid/pango1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/html/style.css

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Michael Biebl, Andreas Henriksson
  • Date: 2013-10-21 13:45:21 UTC
  • mfrom: (1.6.7)
  • Revision ID: package-import@ubuntu.com-20131021134521-sc98iu83v2j7kb3g
Tags: 1.36.0-1
[ Michael Biebl ]
* Use Breaks instead of Conflicts since that is recommended nowadays for
  moving files between packages.
* Use the official field for udebs: Package-Type.

[ Andreas Henriksson ]
* New upstream release.
* Update debian/libpango-1.0-0.symbols with one added symbol.

[ Michael Biebl ]
* Refresh patches.
* Bump minimum required version of libcairo2-dev to >= 1.12.10 and
  libfontconfig1-dev to >= 2.10.91 to get the thread-safe version.

Show diffs side-by-side

added added

removed removed

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