~ubuntu-branches/ubuntu/wily/spyder/wily-proposed

« back to all changes in this revision

Viewing changes to spyderlib/utils/inspector/static/css/default.css

  • Committer: Package Import Robot
  • Author(s): Ghislain Antony Vaillant, Ghislain Antony Vaillant, Picca Frédéric-Emmanuel
  • Date: 2014-10-19 11:42:57 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20141019114257-st1rz4fmmscgphhm
Tags: 2.3.1+dfsg-1
* Team upload

[Ghislain Antony Vaillant]
* New upstream release. (Closes: #765963)
* Bump Standards-Version to 3.9.6 (no changes required).
* d/control: fix pedantic lintian warning regarding capitalization in
  packages' description.

[Picca Frédéric-Emmanuel]
* Update the homepage now that upstream moved to bitbucket.
* debian/copyright
  - updated for 2.3.1 version
* debian/control
  + Recommends: python-pandas and python3-pandas

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    margin: 0px 25px 15px 25px;
5
5
}
6
6
 
 
7
 
7
8
/* --- Title style --- */
8
9
div.title h1 {
9
10
    font-size: 180%;
69
70
    font-weight: 900;
70
71
}
71
72
 
 
73
 
72
74
/* --- Docstring div style --- */
73
75
div.docstring {
74
76
    margin-top: -1px;
78
80
    padding: 0px 2px 0px;
79
81
}
80
82
 
 
83
 
81
84
/* --- Headers style --- */
82
 
div.section {
83
 
    margin: 22px 0px 0px 0px;
 
85
h2, h3, h4 {
 
86
    font-family: 'Helvetica', sans-serif;
 
87
    color: rgb(49, 126, 172);
 
88
    margin-top: 20px;
 
89
    margin-bottom: 10px;
84
90
}
85
91
 
86
 
div.section h2 {
 
92
h2 {
87
93
    font-size: 140%;
88
 
    font-family: 'Trebuchet MS', sans-serif;
89
94
    font-weight: normal;
90
 
    border-bottom: 1px solid rgb(238, 238, 238);
91
 
    color: rgb(49, 126, 172);
 
95
    border-bottom: 1px solid rgb(220, 220, 220);
92
96
    padding: 4px 0px 4px 0px;
93
97
}
94
98
 
95
 
div.section h3 {
96
 
    font-size: 110%;
97
 
    padding: 0px 5px 0px;
 
99
h3 {
 
100
    font-size: 115%;
 
101
}
 
102
 
 
103
h4 {
 
104
    font-size: 100%;
 
105
    margin-top: 14px;
 
106
    font-weight: normal;
 
107
}
 
108
 
 
109
h2.html-toggle-button, h3.html-toggle-button, h4.html-toggle-button {
 
110
    padding-left: 20px;
 
111
}
 
112
 
 
113
.collapsed > h2, .collapsed > h3, .collapsed > h4, .expanded > h2, .expanded > h3, .expanded > h4 {
 
114
    background-color: transparent;
 
115
    background-image: url(../images/collapse_expand.png);
 
116
    background-repeat: no-repeat;
 
117
    background-attachment: scroll;
 
118
    cursor: pointer;
 
119
}
 
120
 
 
121
.collapsed > h2 {
 
122
    background-position: 2px 7px;
 
123
}
 
124
 
 
125
.collapsed > h3 {
 
126
    background-position: 2px 2px;
 
127
}
 
128
 
 
129
.collapsed > h4 {
 
130
    background-position: 2px 0px;
 
131
}
 
132
 
 
133
.expanded > h2 {
 
134
    background-position: 0px -31px;
 
135
}
 
136
 
 
137
.expanded > h3 {
 
138
    background-position: 0px -38px;
 
139
}
 
140
 
 
141
.expanded > h4 {
 
142
    background-position: 0px -39px;
98
143
}
99
144
 
100
145
dl.docutils {
129
174
}
130
175
 
131
176
 
 
177
/* --- Links --- */
 
178
a {
 
179
    text-decoration: none;
 
180
    color: rgba(40, 130, 180, 1);
 
181
}
 
182
 
 
183
a:hover {
 
184
    text-decoration: underline;
 
185
}
 
186
 
 
187
 
 
188
/* --- Images --- */
 
189
img {
 
190
    box-shadow: 0px 2px 6px #cacaca;
 
191
    border: 1px solid #c9c9c9;
 
192
}
 
193
 
 
194
img.align-center {
 
195
    display: block;
 
196
    margin-left: auto;
 
197
    margin-right: auto;
 
198
}
 
199
 
 
200
 
132
201
/* --- Lists style --- */
133
 
li p span {
134
 
    position: relative;
135
 
    left: -9px;
136
 
}
137
 
 
138
202
ol.arabic {
139
 
    margin-left: -8px;
 
203
    margin-left: -10px;
 
204
}
 
205
 
 
206
ul {
 
207
    margin-left: -5px;
140
208
}
141
209
 
142
210
/* --- Literal blocks style --- */
145
213
    font-size: 95%;
146
214
}
147
215
 
 
216
 
148
217
/* --- Docutils table style --- */
149
218
table.docutils {
150
219
    border-collapse: collapse;
165
234
    background-color: rgb(249, 249, 249);
166
235
}
167
236
 
 
237
 
168
238
/* --- Docutils table headers --- */
169
239
table.docutils th {
170
240
    background-color: #EEEEEE;
180
250
    color: rgb(65, 65, 65);
181
251
}
182
252
 
 
253
 
183
254
/* --- Field-list table style --- */
184
255
table.docutils.field-list {
185
256
    font-size: 80%;
191
262
    width: 83%;
192
263
}
193
264
 
 
265
 
194
266
/* --- Field-list table headers --- */
195
267
table.docutils.field-list th {
196
268
    background-color: transparent;
202
274
    padding: 4px 0px 4px 8px;
203
275
}
204
276
 
 
277
 
205
278
/* --- Spacing around example code --- */
206
279
div.highlight pre {
207
280
    padding: 9px 14px;
226
299
 
227
300
tt {
228
301
    background-color: #ECF0F3;
229
 
    font-size: 95%;
 
302
    /*font-size: 95%;*/
230
303
    padding: 0px 1px;
231
304
}
232
305
 
 
306
 
 
307
 
 
308
div.admonition.note {
 
309
    font-size: 0.95em;
 
310
    margin: 1.3em;
 
311
    border: 1px solid #BCE8F1;
 
312
    background-color: #D9EDF7;
 
313
    padding: 0px 5px 0 5px;
 
314
    color: #3A87AD;
 
315
}
 
316
 
 
317
div.admonition p.admonition-title {
 
318
    font-size: 1em;
 
319
    margin-top: 7px;
 
320
    font-weight: bold;
 
321
}
 
322
 
 
323
 
233
324
/* ----------- Panels ----------- */
234
325
 
235
326
.panel {
260
351
 
261
352
.panel-usage {
262
353
    border-color: #2fa4e7;
263
 
    margin-top: 30px;
264
 
    width: 53%;
 
354
    margin-top: 15px;
 
355
    width: 60%;
265
356
    margin-left: auto;
266
357
    margin-right: auto;
267
358
}
272
363
    border-color: #2fa4e7;
273
364
}
274
365
 
 
366
.panel-usage > .panel-body > br {
 
367
    display: block;
 
368
    margin: 12px 0;
 
369
    content: "";
 
370
}
 
371
 
 
372
.hr {
 
373
    background-color: rgb(200, 200, 200);
 
374
    height: 1px;
 
375
}
 
376
 
275
377
 
276
378
/* ----------- IPython console styles ----------- */
277
379