Attempted adding changebars - this may not work well
[exim-website.git] / templates / web / doc / chapter.css
1 .previous_page, .next_page {
2   font-size:      1.2em;
3 }
4
5 .previous_page {
6   float:        left;
7   clear:        left;
8 }
9
10 .next_page {
11   float:        right;
12   clear:        right;
13 }
14
15 #chapter {
16   line-height: 1.5;
17 }
18
19 #chapter table {
20   margin-top:       1em;
21   margin-bottom:    1em;
22 }
23
24 #chapter table td {
25   padding-left:     1em;
26   padding-right:    1em;
27   background-color: #eaeaea;
28   border: thin solid white;
29   font-size: 80%;
30 }
31
32 td .docbook_option, td .docbook_emphasis {
33   font-size: 125%;
34 }
35
36 /* Index section styling */
37
38 h3.index {
39   padding-top: 10px;
40   border-bottom: medium solid #000;
41   margin-bottom: 10px;
42 }
43
44 dl dt
45 {
46   clear: left;
47   float: left;
48   margin: 0;
49   font-weight: bold;
50   padding-left: 2em;
51   line-height: 1.1;
52 }
53
54 dl dd
55 {
56   margin-left: 4em;
57   padding-top: 0.2em;
58   clear: left;
59   line-height: 1.1;
60   white-space: normal;
61 }
62
63 dl dd dl
64 {
65   margin-left: -180px;
66 }
67
68
69 /* Side Table of Contents */
70
71  #outer > #toc {
72    position:     fixed;
73    top:        35%;
74    left:       0;
75    z-index:      3000;
76  }
77
78  #outer > #toc img {
79    position:     fixed;
80    top:        35%;
81    left:       0;
82    background-color:   #304b66;
83    padding:      0.5em;
84    z-index:      3000;
85    display:      none;
86  }
87
88  #outer > #toc img:hover {
89    cursor:       pointer;
90    background-color:   #000;
91  }
92
93  #outer > #toc > ul {
94    position:     fixed;
95    top:        30%;
96    background-color:   #fff;
97    min-height:     200px;
98    max-height:     65%;
99    overflow-y:     auto;
100    padding:      0.5em 0;
101    border-top:     1px solid #bbb;
102    border-bottom:      1px solid #bbb;
103    z-index:      3000;
104  }
105  #outer > #toc a {
106    font-size:      1.2em;
107    color:        #304b67;
108    text-decoration:    none;
109    padding:      0 0.5em;
110  }
111  #outer > #toc a:hover {
112    color:        #000;
113  }
114
115  @media all and ( max-width: 640px ){
116    #outer > #toc {
117      display:    none;
118    }
119  }
120
121 /* Changebars  -- experimental */
122 .changed {
123   border-right: 5px solid #000;
124 }