diff options
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 { |