diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-08 05:26:56 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-08 05:26:56 -0500 |
commit | 9c769f9b79e171a6500b4150ace3896266db9e17 (patch) | |
tree | 828a00e311954715d26bcd0299ecab00e18ad136 /help3xsl | |
parent | 1223c55707d05cf229553040aea771748a1452a1 (diff) |
Helponline: Rely on color, not thick borders, to separate content from UI
Those thick borders were fugly.
Give a slightly darker appearance to the sidebar and make its border fainter.
Remove the pure-white background in body to make it easier on the eyes.
Kill the alarming yellow (what was I thinking?).
Change-Id: If236126da91df535a0bddbfbf4804c8ee655c4e1
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 427a374b38..391c4d2132 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -84,6 +84,7 @@ h6, pointer-events: auto; } body { + background-color: #FDFDFD; margin: 0; line-height: normal; } @@ -145,7 +146,7 @@ td { h1 { font-size: 1.83rem; font-weight: 300; - border-bottom: 3px solid #18A303; + border-bottom: 2px solid #18A303; padding-bottom: 6px; } h1 a { @@ -201,8 +202,8 @@ h6 { .donation { padding: 5px 0px 0px 10px; margin-bottom: 1em; - background-color: #ffeeba; - border: 1px solid #FFDC42; + background-color: #F5FFDC; + border: 1px solid #E1FDA6; border-radius: 3px; } .donation p{ @@ -664,7 +665,8 @@ li.disabled a { font-size: 19px; } aside { - border-right: 5px solid #19A303; + background-color: #F5F5F5; + border-right: 1px solid #E8E8E8; float: left; width: 320px; grid-area: sidebar; |