summaryrefslogtreecommitdiff
path: root/webhelp/docs/common/css/positioning.css
diff options
context:
space:
mode:
Diffstat (limited to 'webhelp/docs/common/css/positioning.css')
-rw-r--r--webhelp/docs/common/css/positioning.css62
1 files changed, 35 insertions, 27 deletions
diff --git a/webhelp/docs/common/css/positioning.css b/webhelp/docs/common/css/positioning.css
index d843f64..ce39ee0 100644
--- a/webhelp/docs/common/css/positioning.css
+++ b/webhelp/docs/common/css/positioning.css
@@ -16,7 +16,7 @@ span.off { }
body { font: 12px Verdana, Geneva, sans-serif; }
p, ul, ol, li { font: 10pt Verdana, Geneva, sans-serif; }
h1 { font: 15pt Arial, Helvetica, geneva;
- color: black!important!;
+ color: black!important;
}
h2 { font: normal 12pt Arial, Helvetica, geneva; }
@@ -36,16 +36,16 @@ h2 { font: normal 12pt Arial, Helvetica, geneva; }
#header h1 {
margin-left: 310px;
position: fixed;
- top: 10px;
+ top: 20px;
left: -15px;
color: #404040 !important;
}
-/*
+
#header h1 {
margin-top: 2px;
}
-*/
+
p.breadcrumbs {
margin-top: 30px;
@@ -66,30 +66,32 @@ p.breadcrumbs {
overflow: auto;
position: fixed;
height: auto;
- top: 95px;
+ top:100px;
+ /*right:10px;*/
+ /*left:10px;*/
bottom: 0;
left: 0;
- width: 280px;
+ width:inherit;
z-index: 1500;
border-right:2px solid #bbc4c5;
- padding: 0px;
+ padding:1px;
background-color: #ededed!important;
}
#treeDiv {
overflow: auto;
- position: fixed;
+ /* position: fixed;*/
height: auto;
top: 136px;
bottom: 0;
left: 0;
- width: 243px;
+ /* width: 18%;*/
z-index: 1500;
- border-right:2px solid #CCCCCC;
- background-color: #f0f0f0!important;
+ /* border-right:2px solid #CCCCCC;
+ background-color: #f0f0f0!important;*/
}
-#searchDiv {
+/*#searchDiv {
overflow: auto;
position: fixed;
height: auto;
@@ -100,21 +102,22 @@ p.breadcrumbs {
z-index: 1500;
border-right:2px solid #CCCCCC;
background-color: #f0f0f0!important;
-}
+}*/
#content {
position: relative;
- top: 90px; /* left: 240px;*/
- right: auto; /* bottom: 20px; */
- margin: 0px 0px 0px 280px;
+ top: 90px; /*left: 240px;*/
+ right: auto; bottom: 20px;
+ /*margin: 0px 0px 0px 280px;*/
width: auto;
height: inherit;
padding-left: 5px;
padding-right: 30px;
- color: #000000;
- /*border-left: 2px solid #cccccc; overflow :scroll;*/
+ border-left: 1px solid #cccccc;
+ overflow :scroll;
+ overflow-x:hidden;
z-index: 1000;
- min-width:200px;
+
}
#navheader {
@@ -159,16 +162,18 @@ font-weight: normal;
}
.searchresult li { color: #0050A0; }
.shortdesclink { color: gray; font-size: 9pt; }
-.searchText { width: 11em }
+.searchText { float:left;width:150px; }
.searchButton {
- margin-left: 3px;
- background: #F4F4F4;
- color: #black;
- border: #ACCEAF solid 1pt;
+ padding: 2px 12px 2px 12px;
+ background-color:#bbb;
+ border:#bbb solid 1pt;
font-weight: bold;
font-size: 10pt
}
-.searchFieldSet { border: 1px solid #BFBAB0; background-color: #F2EFE9;}
+.searchButton:hover{
+ background-color: #cccccc;
+}
+.searchFieldSet {}
.title, div.toc>p{ font-weight: bold; }
@@ -310,11 +315,11 @@ body p.breadcrumbs {
line-height: 28px;
}
-body #content {
+/*body #content {
position: static;
margin-top: 126px;
top: 0px;
-}
+}*/
body.sidebar #toolbar{left: 0px;}
@@ -348,6 +353,8 @@ div.note *, div.caution *, div.important *, div.tip *, div.warning * {
border: 0px solid;
}
+#sidebar { display: none }
+
@media print {
body * {
@@ -367,3 +374,4 @@ div.note *, div.caution *, div.important *, div.tip *, div.warning * {
}
}
+