Improved handling of --verbose and --web
[exim-website.git] / templates / web / doc / chapter.css
1 #old_version_warning {
2   text-align:  center;
3   padding:     0.1em;
4   margin:      0;
5   font-size:   1.4em;
6 }
7
8 body.with-js #old_version_warning {
9   display:          none;
10   text-align:       left;
11   position:         fixed;
12   top:              20%;
13   left:             30%;
14   width:            40%;
15   background-color: #fff;
16   border:           1px solid #000;
17   padding:          1em;
18   z-index:          10000;
19 }
20
21 #old_version_warning span.closebar {
22   float:            right;
23   position:         relative;
24   right:            -0.5em;
25   top:              -0.5em;
26 }
27
28 #old_version_warning span.closebar a {
29   text-decoration:  none;
30 }
31
32 body.no-js #old_version_warning span.closebar {
33   display: none;
34 }
35
36 .previous_page, .next_page, .toc_page {
37   font-size:      1.2em;
38 }
39
40 .previous_page {
41   float:        left;
42   clear:        left;
43 }
44
45 .next_page {
46   float:        right;
47   clear:        right;
48 }
49
50 .toc_page {
51   position:     absolute;
52   right:        13em;
53   left:         13em;
54   text-align:   center;
55 }
56
57 #chapter {
58   line-height: 1.5;
59 }
60
61 #chapter table {
62   margin-top:       1em;
63   margin-bottom:    1em;
64 }
65
66 #chapter table td {
67   padding-left:     1em;
68   padding-right:    1em;
69   background-color: #eaeaea;
70   border: thin solid white;
71   font-size: 80%;
72 }
73
74 td .docbook_option, td .docbook_emphasis {
75   font-size: 125%;
76 }
77
78 /* Index section styling */
79
80 h3.index {
81   padding-top: 10px;
82   border-bottom: medium solid #000;
83   margin-bottom: 10px;
84 }
85
86 dl dt
87 {
88   clear: left;
89   float: left;
90   margin: 0;
91   font-weight: bold;
92   padding-left: 2em;
93   line-height: 1.1;
94 }
95
96 dl dd
97 {
98   margin-left: 4em;
99   padding-top: 0.2em;
100   clear: left;
101   line-height: 1.1;
102   white-space: normal;
103 }
104
105 dl dd dl
106 {
107   margin-left: -180px;
108 }
109
110
111 /* Side Table of Contents */
112
113  #outer > #toc {
114    position:     fixed;
115    top:        35%;
116    left:       0;
117    z-index:      3000;
118  }
119
120  #outer > #toc img {
121    position:     fixed;
122    top:        35%;
123    left:       0;
124    background-color:   #304b66;
125    padding:      0.5em;
126    z-index:      3000;
127    display:      none;
128  }
129
130  #outer > #toc img:hover {
131    cursor:       pointer;
132    background-color:   #000;
133  }
134
135  #outer > #toc > ul {
136    position:     fixed;
137    top:        30%;
138    background-color:   #fff;
139    min-height:     200px;
140    max-height:     65%;
141    overflow-y:     auto;
142    padding:      0.5em 0;
143    border-top:     1px solid #bbb;
144    border-bottom:      1px solid #bbb;
145    z-index:      3000;
146  }
147  #outer > #toc a {
148    font-size:      1.2em;
149    color:        #304b67;
150    text-decoration:    none;
151    padding:      0 0.5em;
152  }
153  #outer > #toc a:hover {
154    color:        #000;
155  }
156
157  @media all and ( max-width: 640px ){
158    #outer > #toc {
159      display:    none;
160    }
161  }
162
163 /* Changebars  -- experimental */
164 .changed {
165   border-right: 5px solid #000;
166 }