# HG changeset patch # User Christophe Lincoln # Date 1389778570 -3600 # Node ID 5dad98dfe8f32fc7500f6ebe258002935f985aa2 # Parent b28605f7f50eb3ad8754eb705542d2922fd3481f forum: new colors and small fix diff -r b28605f7f50e -r 5dad98dfe8f3 forum/my-templates/slitaz/footer.php --- a/forum/my-templates/slitaz/footer.php Wed Jan 15 10:19:32 2014 +0100 +++ b/forum/my-templates/slitaz/footer.php Wed Jan 15 10:36:10 2014 +0100 @@ -23,6 +23,8 @@ Wikipedia Flattr

+ + - - diff -r b28605f7f50e -r 5dad98dfe8f3 forum/my-templates/slitaz/style.css --- a/forum/my-templates/slitaz/style.css Wed Jan 15 10:19:32 2014 +0100 +++ b/forum/my-templates/slitaz/style.css Wed Jan 15 10:36:10 2014 +0100 @@ -101,15 +101,15 @@ #header p { margin-bottom: 0; } #header h1 a { color: #fff; text-decoration: none; } -#header h1 a:hover, #network a:hover { color: #cfcfcf; } +#header h1 a:hover, #network a:hover { color: #afafaf; } #header div.search { float: right; padding: 8px; - background: #cc5b17; + background: #666; position: absolute; - top: 90px; - right: 20px; + top: 68px; + right: 10%; width: 210px; -moz-border-radius: 4px; -webkit-border-radius: 4px; @@ -150,19 +150,19 @@ #network { float: right; - padding: 14px 5px 0; + padding: 12px 5px 0; font-size: 12px; } #network a { padding: 0 4px; color: #fff; font-weight: bold; text-decoration: none;} #network img, .infobox img { vertical-align: middle; border: 0pt none; } #block { - min-height: 120px; - background: #d66018; - padding: 20px 12% 0; + min-height: 92px; + background: #ccc; + padding: 0px 10% 0; text-align: center; color: #333; - border-bottom: 1px solid #f5f5f5; + border-bottom: 1px solid #afafaf; } #block a {