Project

General

Profile

1

    
2
/* Import font families */
3
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
4
/* Oswald weights:
5
Light 300
6
Normal 400
7
Bold 700
8
*/
9
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic);
10
/* Source Sans Pro weights:
11
Light 300
12
Normal 400
13
Normal italic 400
14
Semi-bold 600
15
Bold 700
16
*/
17

    
18
/* BANNER/HEADER CSS
19
---------------------------------------------------- */
20
.banner{
21
	width: 100%;
22
	height: 84px;
23
	background-color: #166194;
24
}
25

    
26
.banner > a,
27
.banner > img{
28
	float: left;
29
	width: auto;
30
	margin: 20px 10px;
31
}
32
.banner > a > img,
33
.banner > img{
34
	max-height: 100%;
35
	height: 50px;
36
}
37

    
38
.banner .title{
39
    font-size: 1em;
40
    color: white;
41
    font-weight: lighter;
42
    font-family: Helvetica, Arial;
43
    width: 200px;
44
    line-height: 1.5em;
45
    margin-top: 0px;
46
}
47

    
48
/* RELATED/NAVIGATION CSS
49
---------------------------------------------------- */
50
#metacatDocs > .related {
51
	width: 100%;
52
	position: relative;
53
	top: -60px;
54
	left: -20px;
55
}
56

    
57
 .related > h3{
58
	display: none;
59
}
60

    
61
 .related > ul,
62
 .header > ul {
63
	list-style: none;
64
	float: right;
65
}
66

    
67
.related > ul > li.right > a
68
.header > ul > li > a{
69
	color: #FFFFFF;
70
	font: 400 30px/30px Oswald;	
71
	text-decoration: none;
72
	text-transform: uppercase;	
73
}
74

    
75
.related > ul > li.right,
76
.header > ul > li{
77
	margin-right: 20px;
78
	float:left;
79
}
80

    
81

    
82
.related > ul > li > a:hover,
83
.related > ul > li > a:focus
84
.header > ul > li > a:hover,
85
.header > ul > li > a:focus{
86
      color: #FFFFFF;
87
      text-decoration: none;
88
      opacity: 0.7;
89
}
90

    
91
.related > ul input[type="submit"]{	/*"Go" button on navigation search bar */
92
	position: relative;
93
    top: -4px;
94
    height: 30px;
95
    color: white;
96
    background: transparent;
97
    border: 1px solid white;
98
}
99

    
100
.related > ul input[type="submit"]:hover{	/*"Go" button on navigation search bar */
101
	color: #166194;
102
	cursor: pointer;
103
}
104

    
105
.related > ul > li > a{
106
    color: #FFFFFF;
107
    font-size: 2em;
108
    text-transform: capitalize;
109
}
110

    
111
.related > ul > li > span#searchbox{
112
	display: block;
113
	margin-right: 0px;
114
}
115

    
116
.related > ul > li > span#searchbox > form{
117
	display: inline;
118
	vertical-align: top;
119
}
120

    
121

    
122
.related .breadcrumb{
123
	display: none;
124
}
125

    
126

    
127

    
128

    
129

    
130
/* DOCUMENT / MAIN CONTENT AREA
131
------------------------------------------------------*/
132
.document{
133
    padding-bottom: 100px;
134
    padding: 0px 30px 100px 30px;
135
}
136

    
137
h1{
138
	display: inline-block; /* So that headers display at full width */
139
}
140

    
141
/* Permalink icons */
142
.document .headerlink{
143
	display: none;
144
	margin-left: 10px;
145
}
146

    
147
.document h1:hover > .headerlink,
148
.document h2:hover > .headerlink,
149
.document h3:hover > .headerlink{
150
	display: inline;
151
	color: #166194;
152
}
153

    
154
h1 a{
155
	color: #333;
156
	font-weight: 400;
157
	display: inline-block;
158
}
159
h2 a{
160
	color: #333;
161
	font-weight: 400;
162
	display: inline-block;
163
}
164

    
165
h3 a{
166
	color: #333;
167
	font-weight: 400;
168
	display: inline-block;
169
}
170

    
171
h4 a{
172
	color: #333;
173
	font-weight: 500;
174
	display: inline-block;
175
}
176
/* SIDEBAR
177
---------------------------------------------------- */
178
.sidebar{
179
	float: right;
180
	margin: 20px 0px 30px 20px;
181
	background: rgba(255,255,255, 0.5);
182
	border-radius: 10px;
183
	-moz-border-radius: 10px;
184
	-webkit-border-radius: 10px;
185
	padding: 10px;
186
	max-width:60%;
187
}
188

    
189
.sidebar .sidebar-title{
190
	font-size: 1.2em;
191
	margin-top: 0;
192
}
193

    
194
.sidebar img{
195
	margin: 0;
196
}
197

    
198
/* FOOTER
199
---------------------------------------------------- */
200
.footer{
201
	height: 100px;
202
	background-color: #7B8D99;
203
	bottom: 0;
204
	width: 100%;
205
	margin: 50px auto 0 auto;
206
}
207

    
208
.footer > .small-print{
209
	width: 600px;
210
	display: block;
211
	float: none;
212
	margin: 0 auto;
213
	color: #FFFFFF;
214
	font: 400 14px/14px Source Sans Pro;
215
}
216

    
217
.footer > .footerNav{
218
	width: 100%;
219
	display: block;
220
	height: 40px;
221
	margin-bottom: 10px;
222
}
223
.footerNav .related {
224
    top: 20px;
225
    position: relative;
226
}
227
.footer a {
228
    color: yellow;
229
}
230

    
231

    
232
/* Body CSS
233
-------------------------------------------------- */
234
    html, body {
235
    	margin: 0;
236
    	padding: 0;
237
    	height: 100%;
238
    }
239
    
240
/* TABLES 
241
 -----------------------------------------------*/
242
    table, tr, th, td, thead, tbody{
243
    	border: 0px;
244
    	border-collapse: collapse;
245
    	padding: 8px;
246
    }
247
    
248
    table{
249
    	background: rgba(255,255,255, 0.8);
250
    	margin-top:20px;    	
251
    }
252
    
253
    thead, th{
254
    	background-color: #555555;
255
    	color: #FFFFFF;
256
    	font: 300 16px/20px Source Sans Pro;
257
    }
258
    
259
    td{
260
    	font: 400 15px/20px Source Sans Pro;
261
    }
262
    
263
    tr.row-odd{
264
    	background: rgba(103, 184, 229, 0.2);
265
    }
266
    
267
    
268
/* TAG STYLING
269
-------------------------------------------------------- */
270
    
271
	
272
    
273
    article, aside, figure, footer, header, hgroup, menu, nav, section { 
274
      display:block;   
275
    }
276
    
277
    img{
278
       	max-width: 100%;
279
    	display: block;
280
    }
281
    
282
    input {
283
		-webkit-appearance: none;
284
		background-color: white;
285
		border-radius: 4px;
286
		height: 25px;
287
		width: 200px;
288
		box-shadow: none;
289
		border: 0;
290
    }
291
    
292
    input[type="submit"]{
293
    	width: auto;
294
    }
295
    
296
    a{
297
    	color: #166194;
298
    	text-decoration: none;
299
    }
300
        
301
    a:hover{
302
    	color: #3399CC;
303
    	text-decoration: none;
304
    }
305
    
306
        
307
    ul, ol{
308
    	margin: 0px;
309
    }
310
    
311
    li{
312
    	margin-left: 10px;
313
    }
314

    
315

    
316

    
317

    
318

    
319
/* HIGHLIGHTING
320
 -----------------------------------------------*/
321
  .highlight{
322
 	padding-left: 10px;
323
 	padding-right: 10px;
324
 	word-wrap: break-word;
325
 	color: #FFFFFF;
326
 	background: none;
327
 	clear: right;
328
 }
329
 
330
 .highlight-python{
331
 	word-wrap: break-word;
332
 	color: #FFFFFF;
333
 	clear: right;
334
 }
335
 
336
 pre{
337
    padding: 10px;
338
    background: #EEE;
339
    color: #008477;
340
    font-size: 15px;
341
    border-radius: 5px;
342
    -moz-border-radius: 5px;
343
    -webkit-border-radius: 5px;
344
    margin: 20px auto;
345
    border-color: #DDD;
346
 }
347
 
348
    
349
 /* MISC
350
 -----------------------------------------------*/
351
 .align-center{
352
 	margin-left: auto;
353
 	margin-right: auto;
354
 }
355
 
356
 .figure{
357
 	max-width: 80%;
358
 	background-color: #FFFFFF;
359
 	padding: 10px;
360
 	display: block;
361
 	border: 1px solid #666666;
362
 	margin: 20px auto;
363
 }
364
 
365
 .figure > img{
366
 	max-width: 95%;
367
 	margin: 10px auto;
368
 }
369
 
370
 .figure > .caption{
371
	 margin-bottom: 0px;
372
	text-align: center;
373
	font: 400 14px/14px Source Sans Pro;
374
	color: #666;
375
	padding-top: 10px;
376
 }
377
 
378
 
379
 .topic{
380
 	background: #FFF;
381
 	padding: 20px;
382
 	border-radius: 5px;
383
 	-webkit-border-radius: 5px;
384
 	-moz-border-radius: 5px;
385
 	margin-bottom: 20px;
386
 }
387
 
388
 .topic-title{
389
 	font-size: 1.7em;
390
	margin-top: 0;
391
 }
392
 
393
 .topic ul{
394
 	list-style: none;
395
 }
396
 
397
 .topic > ul > li > a{
398
 	font-weight: 500;
399
 }
400
 
401
 #license pre{
402
 	width: 700px;
403
 	margin: 0 auto;
404
 }
405
 
406
 #installing-the-registry .sidebar{
407
 	max-width: 100%;
408
 }
409
 
410
 .note{
411
 margin-left: 20px;
412
 color: #555555;
413
 }
414
 
415
 .deprecated{
416
 	color: #b94A48;
417
 	background-color: #F2DEDE;
418
 	padding: 8px 35px 8px 14px;
419
 	margin-bottom: 20px;
420
 	text-shadow: 0 1px 0 rga(255, 255, 255, 0.5);
421
 	border:1px solid #EED3D7;
422
 	border-radius: 4px;
423
 	-moz-border-radius: 4px;
424
 	-webkit-border-radius: 4px;
425
 }
426
 
427
 #content > div > ul{
428
 	font-weight: 700;
429
 }
430
 
431
 #content > div > ul > li{
432
 	margin-top:7px;
433
 }
434
 
435
 #content > div > ul ul{
436
 	font-weight: 400;
437
 }
438
 
439
  
440
.toctree-wrapper ul{
441
	list-style: none;
442
}
443
.toctree-l1 {
444
	margin-bottom: 20px;
445
}
446
.toctree-l1 > a{
447
	font-weight: 500;
448
}
449
.first ul{
450
	list-style: none;
451
}
452
 
(4-4/5)