summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css60
1 files changed, 56 insertions, 4 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index e4ba6d58e2..7065f0ff1e 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -109,15 +109,67 @@ h4, h5, h6
.hotlink
{ color:blue;}
-.infopage
- { color:green;
+.infopage {
+ color:green;
font-size:16pt;
font-weight:bold;
}
+
.topmenu{
- color:yellow;
- background-color:cyan;
+ color: green;
+ background-color: white;
font-size:16pt;
font-weight:bold;
}
+.indexlink{font-size: 10pt; margin-top: 2px; margin-bottom: 2px;}
+
+#DisplayArea{
+position: fixed;
+bottom: 5px;
+right: 5px;
+overflow:auto;
+width: 70%;
+height: 90%;
+}
+
+#BottomLeft {
+position: fixed;
+bottom: 5px;
+left: 5px;
+overflow:auto;
+width: 30%;
+height: 90%;
+}
+
+#TopRight {
+position: fixed;
+top: 5px;
+right: 5px;
+}
+
+#TopLeft {
+position: fixed;
+top: 5px;
+left: 5px;
+}
+
+#centerdiv {
+position: fixed;
+top: 25%;
+left:25%;
+}
+
+.tintro {
+ color: white;
+background-color: green;
+font-family: Arial;
+font-weight: bold;
+font-size: 24pt;
+border: 1px solid black;
+padding-bottom: 6px;
+margin-bottom: 6px;
+}
+.embedded {
+background-color:yellow;
+}