summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorFabio Bioccetti <fabio.biocchetti@gmail.com>2016-10-21 12:35:55 -0200
committerOlivier Hallot <olivier.hallot@edx.srv.br>2016-10-21 20:26:11 +0000
commitf6f7781565812712d41180f312289ad65c46ff78 (patch)
treed01002e3fafc538cf9cef71f175fec8d38250cdf /help3xsl/default.css
parent599f664d48f995c461e06daf2295c1f9921fbcb8 (diff)
tdf#97745 Help pages in browser (WIP)
Work in progress: Search index Javascript xhp server patch2: rename jj.js to help.js updated index.html accordingly Change-Id: Idece5ea25b0906b3fbdfd1f401e8dcfdfa4bd947 Reviewed-on: https://gerrit.libreoffice.org/30143 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
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;
+}