# HG changeset patch # User Christophe Lincoln # Date 1389782303 -3600 # Node ID 107168552d9ff19b0c94cd06b45a559bc87be227 # Parent 9799e8a6e9a8a8dbd23d208e05c4be70e4df154d hg style: start the update to new colors diff -r 9799e8a6e9a8 -r 107168552d9f slitaz-mercurial-style/templates/static/style-slitaz.css --- a/slitaz-mercurial-style/templates/static/style-slitaz.css Wed Jan 15 11:24:44 2014 +0100 +++ b/slitaz-mercurial-style/templates/static/style-slitaz.css Wed Jan 15 11:38:23 2014 +0100 @@ -30,7 +30,7 @@ #header { height: 40px; - background: #351a0a; + background: #222; } #header h1 { @@ -46,8 +46,8 @@ font-style: italic; } -#header h1 a:hover { - color: #d66018; +#header h1 a:hover, #network a:hover { + color: #afafaf; } /* Logo */ @@ -66,19 +66,18 @@ #network { float: right; - padding: 12px 5px 0; + padding: 14px 5px 0; font-size: 12px; } #network a { padding: 0 4px; } -#network a:hover { color: #cfcfcf; } /* Block */ #block { min-height: 150px; - background: #d66018; - padding: 26px 10% 0px; + background: #ccc; + padding: 20px 10% 0px; text-align: center; color: #222; border-bottom: 1px solid #f5f5f5; @@ -90,7 +89,7 @@ padding: 10px 10px 0 0; } -#block a, #network a { +#network a { color: #fff; font-weight: bold; text-decoration: none;