b3799689a1bcb70e82715fee22a76b76c7775999
[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 table {
16   margin-top:       1em;
17   margin-bottom:    1em;
18 }
19
20 #chapter table td {
21   padding-left:     1em;
22   padding-right:    1em;
23   background-color: #eaeaea;
24   border: thin solid white;
25   font-size: 80%;
26 }
27
28 td .docbook_option, td .docbook_emphasis {
29   font-size: 125%;
30 }
31
32
33 // Side Table of Contents
34
35   #outer > #toc {
36     position:     fixed;
37     top:        35%;
38     left:       0;
39     z-index:      3000;
40   }
41
42   #outer > #toc img {
43     position:     fixed;
44     top:        35%;
45     left:       0;
46     background-color:   #304b66;
47     padding:      0.5em;
48     z-index:      3000;
49     display:      none;
50   }
51
52   #outer > #toc img:hover {
53     cursor:       pointer;
54     background-color:   #000;
55   }
56
57   #outer > #toc > ul {
58     position:     fixed;
59     top:        30%;
60     background-color:   #fff;
61     min-height:     200px;
62     max-height:     65%;
63     overflow-y:     auto;
64     padding:      0.5em 0;
65     border-top:     1px solid #bbb;
66     border-bottom:      1px solid #bbb;
67     z-index:      3000;
68   }
69   #outer > #toc a {
70     font-size:      1.2em;
71     color:        #304b67;
72     text-decoration:    none;
73     padding:      0 0.5em;
74   }
75   #outer > #toc a:hover {
76     color:        #000;
77   }
78
79   @media all and ( max-width: 640px ){
80     #outer > #toc {
81       display:    none;
82     }
83   }