|
0
|
1 |
--/*INNER FRAME LAYOUT*/ |
|
|
2 |
/* this style is from http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-21-fixed-fluid/ for 2 columns layout */ |
|
|
3 |
#contentwrapper { |
|
|
4 |
float: left; |
|
|
5 |
width: 100%; |
|
|
6 |
} |
|
|
7 |
/*Set left margin to $LeftColumnWidth$ |
|
|
8 |
#contentcolumn { |
|
|
9 |
margin-left: 200px; |
|
|
10 |
} |
|
|
11 |
*/ |
|
|
12 |
#leftcolumn { |
|
|
13 |
float: left; |
|
|
14 |
/*width: 200px; $LeftColumnWidth$*/ |
|
|
15 |
margin-left: -100%; |
|
|
16 |
} |
|
|
17 |
|
|
|
18 |
.innertube { |
|
200
|
19 |
margin: 25px 5px 5px 5px; |
|
0
|
20 |
} |
|
|
21 |
.initially_hidden, .displaynone { |
|
|
22 |
display:none; |
|
|
23 |
} |
|
421
|
24 |
|
|
|
25 |
.c-toc { |
|
|
26 |
position: fixed; |
|
424
|
27 |
height: 400px; |
|
421
|
28 |
overflow: auto; |
|
|
29 |
padding-bottom: 5px; |
|
|
30 |
padding: 3px; |
|
|
31 |
} |
|
|
32 |
|
|
|
33 |
.c-toc h3 { |
|
|
34 |
margin-top: 0; |
|
|
35 |
margin-bottom: 0; |
|
|
36 |
padding-top: 3px; |
|
|
37 |
padding-bottom: 3px; |
|
|
38 |
text-align: center; |
|
|
39 |
} |
|
|
40 |
|
|
|
41 |
.c-toc a { |
|
|
42 |
display: list-item; |
|
|
43 |
margin-left: 16px; |
|
|
44 |
margin-top: 5px; |
|
|
45 |
} |
|
|
46 |
|
|
|
47 |
.c-toc a.indentH2 { |
|
|
48 |
margin-left: 1em; |
|
|
49 |
} |
|
|
50 |
.c-toc a.indentH3 { |
|
|
51 |
margin-left: 1.5em; |
|
|
52 |
} |
|
|
53 |
.c-toc a.indentH4 { |
|
|
54 |
margin-left: 2em; |
|
|
55 |
} |
|
|
56 |
.c-toc a.indentH5 { |
|
|
57 |
margin-left: 2.5em; |
|
|
58 |
} |
|
|
59 |
.c-toc a.indentH6 { |
|
|
60 |
margin-left: 3em; |
|
|
61 |
} |