File: extend.css

package info (click to toggle)
python-scipy 0.18.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 75,464 kB
  • ctags: 79,406
  • sloc: python: 143,495; cpp: 89,357; fortran: 81,650; ansic: 79,778; makefile: 364; sh: 265
file content (116 lines) | stat: -rw-r--r-- 1,975 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
.container {
  width: 80%;
}
.navbar1 {
  padding-bottom: 10px;
}
.navbar1 .nav-pills {
  margin-bottom: 0px;
  font-size: 12px;
}
.navbar1 .nav-pills > li > a {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.navbar1 .dropdown.dropdown-menu {
	padding: 0px;
}
.header {
  padding-top: 30px;
  padding-bottom: 18px;
}
.SearchBar .form-search {
  margin-bottom: 0px;
}
.SearchBar .input-append input {
  height: 12px;
}
body {
  font-family: Segoe UI;
  background-color: #f9faf7;
}
.main {
  background-color: white;
  padding: 18px;
  -moz-box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888;
  box-shadow: 0 0 3px #888;
}
.MainHeader h1 {
  font-weight: normal;
}
.content .contentTitle h4 {
  font-size: 18px;
  font-weight: normal;
}
.content .meta {
  font-size: small;
}
.tags .btn {
  border: none;
  font-size: 10px;
  font-weight: bold;
}
.navigation {
  font-size: 12px;
  padding-bottom: 12px;
}
.navigation .nav-title {
  color: #333333;
  font-family: "Segoe UI semibold";
  font-size: 16px;
  text-transform: uppercase;
}
.navigation li {
  margin: 5px;
}
.snippetHeader {
  margin-bottom: 5px;
}
.snippetHeader .snippetTitle {
  font-size: 21px;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  color: #333333;
}
.snippetInfo {
  padding-top: 10px;
}
.snippetInfo .dl-horizontal {
  margin: 5px;
}
.snippet-body {
  padding: 10px;
}
.snippet-body .accordion-group {
  border: none;
}
.snippet-body .accordion-heading {
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.snippet-body .accordion-heading .accordion-toggle {
  padding-top: 10px;
  padding-bottom: 5px;
}
.SearchResult {
  padding: 10px;
  padding-top: 0px;
}
.SearchResult .PageTitle {
  font-size: 21px;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  display: block;
  color: #333333;
}
.footer {
  padding: 10px;
}
.footer-inside {
  border-top: 1px solid #e5e5e5;
  padding: 10px;
}