summaryrefslogtreecommitdiff
path: root/docs/_static/custom.css
blob: 54def686eb7be8b03b2ed779c8abb091f22d5420 (plain)
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
body > div.document > div.sphinxsidebar > div > form > table > tbody > tr:nth-child(2) > td > select {
  width: 100%!important;
}

#python27 > a {
  color: white;
}

#carbonads {
  display: block;
  overflow: hidden;
  padding: 1em;
  background-color: #eeeeee;
  text-align: center;
  border: solid 1px #cccccc;
  margin: 1.5em 0 2em;
  border-radius: 2px;
  line-height: 1.5;
}

#carbonads a {
  border-bottom: 0;
}

#carbonads span {
  display: block;
  overflow: hidden;
}

.carbon-img {
  display: block;
  margin: 0 auto 1em;
  text-align: center;
}

.carbon-text {
  display: block;
  margin-bottom: 1em;
}

.carbon-poweredby {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 10px;
}