]> git.stg.codes - stg.git/blob - doc/xslt/webhelp/docs/common/css/positioning.css
Set output encoding to utf-8.
[stg.git] / doc / xslt / webhelp / docs / common / css / positioning.css
1 body { font: 12px Verdana, Geneva, sans-serif; }
2 p, ul, ol, li { font: 10pt Verdana, Geneva, sans-serif; }
3 h1 { font: bold 15pt Arial, Helvetica, geneva; }
4 h2 { font: bold 14pt Arial, Helvetica, geneva; }
5
6 #header {
7     background: white url(../images/header-bg.gif) repeat-x;
8     position: fixed;
9     width: 100%;
10     height: 95px;
11     top: 0;
12     right: 0;
13     bottom: auto;
14     left: 0;
15     border-bottom: 2px solid #cccccc;
16     z-index: 2000;
17 }
18
19 #leftnavigation {
20 /* background-color:#91e7b3;*/
21     overflow: auto;
22     position: fixed;
23     height: auto;
24     top: 90px;
25     bottom: 0;
26     left: 0;
27     width: 280px;
28     z-index: 1500;
29     border-right:2px solid #CCCCCC;
30 }
31
32 #content {
33     position: relative;
34     top: 90px; /* left: 240px;*/
35     right: auto; /*  bottom: 20px;  */
36     margin: 0px 0px 0px 280px;
37     width: auto;
38     height: inherit;
39     padding-left: 5px;
40     padding-right: 30px;
41     color: #000000;
42     /*border-left: 2px solid #cccccc; overflow :scroll;*/
43     z-index: 1000;
44
45     max-width: 70em;
46     min-width:800px;
47 }
48
49 #navheader {
50     position: fixed;
51     top: 65px;
52     right:4px;
53 }
54
55 #content h1, #content h2 { color: #cc0000; }
56 .navfooter { bottom: 2%; }
57 .highlight { background-color: #c5d3c3; }
58 .highlightButton{ font-size: 0; }
59
60 /*  Show Hide TOC tree */
61 .pointLeft {
62     background: url("../images/showHideTreeIcons.png") 0 0 no-repeat;
63     height: 28px;
64     width: 15px;
65     display: block;
66     font-size: 0;
67     cursor: pointer;
68 }
69 .pointRight {
70     background: url("../images/showHideTreeIcons.png") -15px 0 no-repeat;
71     height: 28px;
72     display: block;
73     font-size: 0;
74     cursor: pointer;
75 }
76
77 /* Search results Styling */
78 .searchExpression {
79     color: #0050A0;
80     background-color: #EBEFF8;
81     font-size: 12pt;
82 }
83 .searchresult li a {
84     text-decoration: none;
85     color: #0050A0;
86 }
87 .searchresult li {
88     color: #0050A0;
89 }
90 .shortdesclink {
91     color: gray;
92     font-size: 9pt;
93 }
94 .searchText {
95     border: #BFCEE9 solid 1pt;
96     width: 11em
97 }
98 .searchButton {
99         margin-left: 3px;
100     background: #EBEFF8;
101     color: #0050A0;
102     border: #BFCEE9 solid 1pt;
103     font-weight: bold;
104     font-size: 10pt
105 }
106
107 .title, div.toc>p{
108         font-weight: bold;
109         }