~ubuntu-branches/ubuntu/oneiric/pyside/oneiric

« back to all changes in this revision

Viewing changes to doc/_static/default.css

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2010-10-19 22:52:14 UTC
  • mfrom: (1.1.4 upstream)
  • mto: (13.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101019225214-0s9fbpz12x3962qa
Tags: upstream-0.4.2
ImportĀ upstreamĀ versionĀ 0.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * Sphinx stylesheet -- default theme
3
 
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
 
 */
5
 
 
6
 
@import url("basic.css");
7
 
 
8
 
/* -- page layout ----------------------------------------------------------- */
9
 
 
10
 
body {
11
 
    font-family: sans-serif;
12
 
    font-size: 100%;
13
 
    background-color: #000000;
14
 
    color: #000;
15
 
    margin: 0;
16
 
    padding: 0;
17
 
}
18
 
 
19
 
div.document {
20
 
    background-image:url(images/side_background.jpg);
21
 
    background-repeat:repeat-y;
22
 
    background-color:#ffd800;
23
 
}
24
 
 
25
 
div.body {
26
 
    position:relative;
27
 
    background-color:#fff;
28
 
    color: #000000;
29
 
    padding: 0 20px 30px 20px;
30
 
}
31
 
 
32
 
div.footer {
33
 
    color: #ffffff;
34
 
    width: 100%;
35
 
    padding: 9px 0 9px 0;
36
 
    text-align: center;
37
 
    font-size: 75%;
38
 
}
39
 
 
40
 
div.footer a {
41
 
    color: #ffffff;
42
 
    text-decoration: underline;
43
 
}
44
 
 
45
 
div.related {
46
 
    background-image:url(images/top_background.jpg);
47
 
    background-repeat:repeat-x;
48
 
    background-color: #d7aa00;
49
 
    line-height:33px;
50
 
    height:33px;
51
 
    color: #000000;
52
 
}
53
 
 
54
 
div.related a {
55
 
    color: #000000;
56
 
}
57
 
 
58
 
div.related img {
59
 
    padding-top:3px;
60
 
}
61
 
 
62
 
div.sphinxsidebar {
63
 
}
64
 
 
65
 
div.sphinxsidebar h3 {
66
 
    font-family: Arial, Verdana, sans-serif;
67
 
    color: #000000;
68
 
    font-size: 1.4em;
69
 
    font-weight: normal;
70
 
    margin: 0;
71
 
    padding: 0;
72
 
}
73
 
 
74
 
div.sphinxsidebar h3 a {
75
 
    color: #000000;
76
 
}
77
 
 
78
 
div.sphinxsidebar h4 {
79
 
    font-family: Arial, Verdana, sans-serif;
80
 
    color: #000000;
81
 
    font-size: 1.3em;
82
 
    font-weight: normal;
83
 
    margin: 5px 0 0 0;
84
 
    padding: 0;
85
 
}
86
 
 
87
 
div.sphinxsidebar p {
88
 
    color: #ffffff;
89
 
}
90
 
 
91
 
div.sphinxsidebar p.topless {
92
 
    margin: 5px 10px 10px 10px;
93
 
}
94
 
 
95
 
div.sphinxsidebar ul {
96
 
    margin: 10px;
97
 
    padding: 0;
98
 
    color: #ffffff;
99
 
}
100
 
 
101
 
div#searchbox p.searchtip {
102
 
    color:#000000;
103
 
    font-size:90%;
104
 
    padding-top:50px;
105
 
}
106
 
 
107
 
div#searchbox {
108
 
    background-image:url(images/background_search.jpg);
109
 
    background-repeat:no-repeat;
110
 
    background-position:center;
111
 
    border:none;
112
 
}
113
 
 
114
 
div.sphinxsidebar a {
115
 
    color: #009491;
116
 
}
117
 
 
118
 
 
119
 
/* -- body styles ----------------------------------------------------------- */
120
 
 
121
 
a {
122
 
    color: #009491;
123
 
    text-decoration: underline;
124
 
}
125
 
 
126
 
a:hover {
127
 
    text-decoration: underline;
128
 
}
129
 
 
130
 
div.body p, div.body dd, div.body li {
131
 
    text-align: left;
132
 
    line-height: 130%;
133
 
}
134
 
 
135
 
div.body h1 {
136
 
    font-family: Arial, Verdana, sans-serif;
137
 
    background-color: #f2f2f2;
138
 
    font-weight: normal;
139
 
    color: #20435c;
140
 
    border-bottom: 1px solid #ccc;
141
 
    margin: 20px -20px 10px -20px;
142
 
    padding: 3px 0 3px 10px;
143
 
}
144
 
 
145
 
div.body h2,
146
 
div.body h3,
147
 
div.body h4,
148
 
div.body h5,
149
 
div.body h6 {
150
 
    font-family: Arial, Verdana, Helvetica, sans-serif;
151
 
    font-size:12px;
152
 
    font-weight:normal;
153
 
    border-left-width: 1px;
154
 
    border-right-width: 1px;
155
 
    border-top-width: 1px;
156
 
    border-bottom-width: 2px;
157
 
    border-style: solid;
158
 
    border-left-color: #b1b1b1;
159
 
    border-right-color: #b1b1b1;
160
 
    border-top-color: #b1b1b1;
161
 
    border-bottom-color: #009491;
162
 
    background-color: #e0e0e0;
163
 
    padding-left:5px;
164
 
}
165
 
 
166
 
div.body h1 { margin-top: 0; font-size: 200%; }
167
 
div.body h2 { font-size: 120%; }
168
 
div.body h3 { font-size: 115%; }
169
 
div.body h4 { font-size: 110%; }
170
 
div.body h5 { font-size: 105%; }
171
 
div.body h6 { font-size: 100%; }
172
 
 
173
 
a.headerlink {
174
 
    color: #c60f0f;
175
 
    font-size: 0.8em;
176
 
    padding: 0 4px 0 4px;
177
 
    text-decoration: none;
178
 
}
179
 
 
180
 
a.headerlink:hover {
181
 
    background-color: #c60f0f;
182
 
    color: white;
183
 
}
184
 
 
185
 
div.body p, div.body dd, div.body li {
186
 
    text-align: left;
187
 
    line-height: 130%;
188
 
}
189
 
 
190
 
div.admonition p.admonition-title + p {
191
 
    display: inline;
192
 
}
193
 
 
194
 
div.note {
195
 
    background-color: #eee;
196
 
    border: 1px solid #ccc;
197
 
}
198
 
 
199
 
div.seealso {
200
 
    background-color: #ffc;
201
 
    border: 1px solid #ff6;
202
 
}
203
 
 
204
 
div.topic {
205
 
    background-color: #eee;
206
 
}
207
 
 
208
 
div.warning {
209
 
    background-color: #ffe4e4;
210
 
    border: 1px solid #f66;
211
 
}
212
 
 
213
 
p.admonition-title {
214
 
    display: inline;
215
 
}
216
 
 
217
 
p.admonition-title:after {
218
 
    content: ":";
219
 
}
220
 
 
221
 
input[type=text]{
222
 
    background-color: #009491;
223
 
    font: 11px verdana, arial, helvetica, sans-serif;
224
 
    color:#FFFFFF;
225
 
    width: 150px;
226
 
    height: 18px;
227
 
    border: 1px solid #009491;
228
 
    margin-left:13px;
229
 
    margin-top:15px;
230
 
    margin-bottom:4px;
231
 
    border:none;
232
 
}
233
 
 
234
 
pre {
235
 
    padding: 5px;
236
 
    background-color: #eeffcc;
237
 
    color: #333333;
238
 
    line-height: 120%;
239
 
    border: 1px solid #ac9;
240
 
    border-left: none;
241
 
    border-right: none;
242
 
}
243
 
 
244
 
tt {
245
 
    background-color: #ecf0f3;
246
 
    padding: 0 1px 0 1px;
247
 
    font-size: 0.95em;
248
 
}