summaryrefslogtreecommitdiff
path: root/apidoc/sphinx/static/bottle.css
blob: d809b1a17ba771bf0074d4ab8aa281dce602a0bc (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
48
49
50
51
52
53
54
55
56
57
58
@import url("default.css");
/*
body {
background: #eee url("http://bottle.paws.de/logo_bg.png") no-repeat scroll 0 0;
}

div.body {
border: 1px solid #ccc;
margin-right: 20px;
}

div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
border-bottom: 3px solid #003333;
border: 0px;
font-weight: bold;
margin: 20px -20px 10px;
padding: 3px 0 3px 10px;
}*/

div.body {
  background: #fff url("logo_bg.png") no-repeat scroll right 3em;
}

div.sphinxsidebar ul, div.sphinxsidebar ul ul, div.sphinxsidebar ul.want-points {
  list-style-image:none;
  //list-style-position:inside;
  list-style-type:disc;
}

div.body dt {
  font-weight: bold;
}

pre {
  background-color: #eee;
  border: 1px solid #ddd;
  border-width: 0 0 0 5px;
  padding: 5px 10px;
}

img.align-left {
  margin: 5px;
}

h1, h2, h3, h4, h5, h6, h7, p.rubric {
  clear: both;
}

div.sphinxsidebar ul {
  font-size: 0.9em;
}

p.rubric {
  background: #eee;
  border-left: 5px solid #1C4E63;
  padding-left: 5px;
}