From 1a60de700325fa6fabbfa153af3b48d7afa1a570 Mon Sep 17 00:00:00 2001 From: foockinho Date: Sat, 6 Oct 2012 03:20:09 +0200 Subject: changed elgg-river-message background color, changed typograpy proportion on river, change titles font-weight --- views/default/css/elements/components.php | 11 +++++++---- views/default/css/elements/typography.php | 2 ++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index c572829..0f1cfdf 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -172,15 +172,18 @@ margin-top: 3px; .elgg-river-message, .elgg-river-content { color: #444; - background-color: #DDD; - border-right: solid 1px #BBB; - border-bottom: solid 1px #BBB; + background-color: #f7f7f7; + border: 1px solid #ccc; border-radius: 3px; - font-size: 85%; + font-size: 100%; line-height: 1.5em; margin: 8px 0 5px 0; padding: 5px; } + +.elgg-river-summary{ + font-size: 85%; +} .elgg-river-attachments .elgg-avatar, .elgg-river-attachments .elgg-icon { float: left; diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index 943f323..f6b8549 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -105,6 +105,7 @@ blockquote { h1, h2, h3, h4, h5, h6 { color: #333; + font-weight: bold; } h1 { font-size: 2em; visibility: hidden;} @@ -128,6 +129,7 @@ h6 { font-size: 0.8em; } float: left; max-width: 530px; margin-right: 10px; + } .elgg-heading-basic { color: #616068; -- cgit v1.2.3