Display a warning to the user if they're viewing old versions of the
[exim-website.git] / templates / web / doc / index.css
1 #old_version_warning {
2         text-align:                     center;
3         padding:                        0.1em;
4         margin:                         0;
5         font-size:                      1.4em;
6 }
7
8 #options {
9         padding:                        1em 0 0 2em;
10 }
11
12 #options img {
13         margin:                         10px 4px 0 0;
14         float:                          left;
15 }
16
17 #options img.collapse {
18         margin-right:                   0.5em;
19 }
20
21 #options img:hover {
22         cursor:                         pointer;
23 }
24
25 #chapters a {
26         text-decoration:                none;
27 }
28
29 #chapters, .chapter, .section {
30         float:                          left;
31         clear:                          both;
32         list-style:                     none;
33         white-space:                    nowrap;
34 }
35
36 #chapters li.chapter .button {
37         width:                          12px;
38         height:                         12px;
39         margin:                         10px 10px 0 0;
40         background-repeat:              no-repeat;
41         float:                          left;
42         display:                        none;
43 }
44
45 #chapters li.chapter .button:hover {
46         cursor:                         pointer;
47 }
48
49 #chapters.expandable li.chapter .button {
50         display:                        block;
51         background-image:               url('../../../../doc/plus-12x12.png');
52 }
53
54 #chapters.expandable li.chapter span.chapter_title.nosub {
55         margin-left:                    22px;
56 }
57
58 #chapters.expandable li.chapter ul.sections {
59         display:                        none;
60 }
61
62 #chapters.expandable li.chapter.open .button {
63         background-image:               url('../../../../doc/minus-12x12.png');
64 }
65
66 #chapters.expandable li.chapter.open ul.sections {
67         display:                        block;
68 }
69