summaryrefslogtreecommitdiff
path: root/spec/public/stylesheets/screen-small.css
blob: 674db7c490009b7276416eb5b785b81e6f18397e (plain) (blame)
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
body {
  padding: 0px;
  margin: 0px;
}
aside.left {
  position: relative;
  margin: 0px auto;
  overflow: visible;
  height: inherit;
  margin-bottom: 40px;
  background-color: #073642;
}
header {
  position: relative;
  height: inherit;
  min-height: 32px;
}
main {
    max-width: 1000px;
    min-width: 600px;
    margin: 0 auto;
}

#chapters a {
  font-size: 14px;
  max-height: 32px;
  padding: 4px 8px;
  white-space: nowrap;
  display: inline-block;
}
#chapters > #github {
  padding: 14px;
}

#toc {
  overflow: visible;
}
#toc .toc-active {
  background: inherit;
}
#toc .toc-h1 {
  display: inherit;
}
#toc .toc-h1 a {
  padding-left: 10px;
  color: #FFFFFF;
  background: #72D0EB;
}
#toc .toc-h2 a {
  padding-left: 30px;
}
#toc .toc-h3 a {
  padding-left: 50px;
}
#toc a {
  font-size: 14px;
}