From 405f0f8db9f72afed4c357a22c4dd99bea39c419 Mon Sep 17 00:00:00 2001 From: Sem Date: Tue, 14 Aug 2012 22:59:23 +0200 Subject: Worked in Foockinho's proposal. --- views/default/css/elements/typography.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'views/default/css/elements/typography.php') diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index f080a29..38198bb 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -11,13 +11,13 @@ Typography *************************************** */ body { - font-size: 80%; + font-size: 85%; line-height: 1.4em; font-family: "Lucida Grande", Arial, Tahoma, Verdana, sans-serif; } a { - color: #4690D6; + color: #ff4c12; } a:hover, @@ -77,11 +77,11 @@ blockquote { h1, h2, h3, h4, h5, h6 { font-weight: bold; - color: #0054A7; + color: #333; } -h1 { font-size: 1.8em; } -h2 { font-size: 1.5em; line-height: 1.1em; padding-bottom:5px} +h1 { font-size: 2em; visibility: hidden;} +h2 { font-size: 1.8em; line-height: 1.1em; padding-bottom:5px} h3 { font-size: 1.2em; } h4 { font-size: 1.0em; } h5 { font-size: 0.9em; } @@ -103,7 +103,7 @@ h6 { font-size: 0.8em; } margin-right: 10px; } .elgg-heading-basic { - color: #0054A7; + color: #616068; font-size: 1.2em; font-weight: bold; } @@ -126,7 +126,7 @@ h6 { font-size: 0.8em; } } .elgg-loud { - color: #0054A7; + color: #d86c2c; } /* *************************************** -- cgit v1.2.3