summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-10-06 03:20:09 +0200
committerfoockinho <foockinho@lorea.org>2012-10-06 03:20:09 +0200
commit1a60de700325fa6fabbfa153af3b48d7afa1a570 (patch)
tree617258616720d8edaeb0d5211889af04f6900ef9
parent52f6ec1b22584366c9c9e37341501d226e337317 (diff)
downloadsaravea_theme-1a60de700325fa6fabbfa153af3b48d7afa1a570.tar.gz
saravea_theme-1a60de700325fa6fabbfa153af3b48d7afa1a570.tar.bz2
changed elgg-river-message background color, changed typograpy proportion on river, change titles font-weight
-rw-r--r--views/default/css/elements/components.php11
-rw-r--r--views/default/css/elements/typography.php2
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;