From e9e6c25c54de48394ca994073aa837de529dc89e Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 17 Jul 2017 11:28:49 -0300 Subject: tdf#97745 Help-in-browser (x) refactor contents Tree files now loaded as javascript More fixes Change-Id: Ifa353e717eec63e2369fbeabab7463f4ccd72392 Reviewed-on: https://gerrit.libreoffice.org/40069 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- help3xsl/default.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'help3xsl/default.css') diff --git a/help3xsl/default.css b/help3xsl/default.css index 7cbfba3f15..d0ac1d303e 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -25,7 +25,7 @@ */ -/* Structure */ +/* Document Structure */ html{ background: #FFFFFF; } @@ -37,6 +37,8 @@ body { max-width: 900px; } +/* Document Header */ + header { background: #00a500; padding: .5em 2em; @@ -81,9 +83,15 @@ header nav a:hover, header nav a:focus{ [role=main]{ padding:1.5em 3em; } + +/* Document Article */ + article{ padding: 1em 0; } + +/* Document Footer */ + footer{ background: #00a500; color: #fff; @@ -113,7 +121,6 @@ footer a{ .contents-treeview { -/* font: normal 11px "Segoe UI", Arial, Sans-serif;*/ -moz-user-select: none; -webkit-user-select: none; user-select: none; @@ -121,7 +128,6 @@ footer a{ .contents-treeview a { -/* color: #00f; */ text-decoration: none; } @@ -283,7 +289,6 @@ h4, h5, h6 { } .avis { -/* background-color: #EEEEEE;*/ } .relatedtopics { @@ -373,7 +378,7 @@ a:active{ top:1px; } -/* Tabs */ +/* Document Tabs */ .js-on #tabs article { -- cgit