diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-07-17 11:28:49 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-07-17 16:37:46 +0200 |
commit | e9e6c25c54de48394ca994073aa837de529dc89e (patch) | |
tree | abca562329afa5a993a9b53e737887c8b641cb40 /help3xsl/default.css | |
parent | 7c56a1e73cb266350862ea05c5b9592ad5a482c0 (diff) |
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 <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.css | 15 |
1 files changed, 10 insertions, 5 deletions
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 { |