From a57b9db48a582fa9867c3cbbae435cb6a61d2a9e Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Fri, 16 Aug 2013 12:39:06 +0300 Subject: [PATCH] css: change link layout --- css/default.css | 20 +++++++++++++------- css/syntax.css | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/css/default.css b/css/default.css index defa521..1b49794 100644 --- a/css/default.css +++ b/css/default.css @@ -21,13 +21,17 @@ h2 { } a { - //color: #067359; - color: #08767F; + color: #5B756C;; text-decoration: none; + border-bottom: 1px dotted; } a:hover { - text-decoration: underline; + background-color: #f2f4f9; +} + +p, ul, ol { + line-height: 1.6; } pre { @@ -65,10 +69,6 @@ math { margin-top: -15px; } -.info a { - color: #5B756C; -} - .info sup { color: #C2CBCE; font-style: normal; @@ -113,6 +113,7 @@ img.thumb { a:hover img { text-decoration: none; + border-bottom: none; } #header { @@ -127,10 +128,13 @@ a:hover img { font-size: 34px; font-weight: bold; text-decoration: none; + border-bottom: none; } #logo a:hover { color: #5B756C; + border-bottom: none; + background-color: #fff; } #navigation { @@ -144,10 +148,12 @@ a:hover img { font-size: 22px; margin-left: 12px; text-decoration: none; + border-bottom: none; } #navigation a:hover { color: #5B756C; + border-bottom: none; } #footer { diff --git a/css/syntax.css b/css/syntax.css index dc2f189..f3d94c1 100644 --- a/css/syntax.css +++ b/css/syntax.css @@ -20,5 +20,5 @@ pre.sourceCode span.re { } pre.sourceCode span.er { color: red; font-weight: bold; } pre.sourceCode { - background-color: #f7f7f9; + background-color: #f2f4f9; } -- 1.7.10.4