Further modules included.
[yaffs-website] / web / modules / contrib / advanced_help / css / help.css
1
2 .advanced-help-topic code,
3 .advanced-help-topic pre {
4   background: #f1f1f1;
5   border: 1px solid #444;
6   display: block;
7   margin: 1em;
8   padding: .2em;
9 }
10
11 .advanced-help-topic h3,
12 .advanced-help-topic h4,
13 .advanced-help-topic h5,
14 .advanced-help-topic h6,
15 .advanced-help-topic dt {
16   font-weight: bold;
17 }
18
19 .advanced-help-topic li h3,
20 .advanced-help-topic li h4,
21 .advanced-help-topic li h5,
22 .advanced-help-topic li h6 {
23   font-weight: normal;
24 }
25
26 .help-left {
27   display: block;
28   float: left; /* LTR */
29   text-align: left;
30   width: 42%;
31 }
32
33 .help-up {
34   display: block;
35   float: left; /* LTR */
36   margin: 0 5%;
37   width: 4%;
38 }
39
40 .help-up-noleft {
41   display: block;
42   float: left; /* LTR */
43   margin: 0 5%;
44   text-align: right;
45   width: 42%;
46 }
47
48 .help-right {
49   display: block;
50   float: right;
51   text-align: right;
52   width: 42%;
53 }
54
55 .help-box {
56   margin: .5em;
57 }
58
59 .help-navigation {
60   border-top: 1px dotted #ccc;
61 }
62
63 .help-previous {
64   float: left;
65 }
66
67 .help-next {
68   float: right;
69 }