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 From 71bf24f23f9de8340b6c73904a8114af8169f2d3 Mon Sep 17 00:00:00 2001 From: foockinho Date: Sat, 6 Oct 2012 03:27:32 +0200 Subject: modified elgg-river-summary font size --- views/default/css/elements/components.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index 0f1cfdf..e75cacc 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -182,7 +182,7 @@ margin-top: 3px; } .elgg-river-summary{ - font-size: 85%; + font-size: 90%; } .elgg-river-attachments .elgg-avatar, .elgg-river-attachments .elgg-icon { -- cgit v1.2.3 From a6ec862bbf36a804f6c4e9e59847900f6b9b6bd5 Mon Sep 17 00:00:00 2001 From: foockinho Date: Sat, 6 Oct 2012 03:31:02 +0200 Subject: modified elgg-river-summary font size again --- views/default/css/elements/components.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index e75cacc..c1de562 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -182,7 +182,7 @@ margin-top: 3px; } .elgg-river-summary{ - font-size: 90%; + font-size: 95%; } .elgg-river-attachments .elgg-avatar, .elgg-river-attachments .elgg-icon { -- cgit v1.2.3 From 33d4b4aac7837815e9eacab83c3c8b03bf333d9d Mon Sep 17 00:00:00 2001 From: foockinho Date: Sat, 6 Oct 2012 03:39:11 +0200 Subject: added background color to elgg-content class --- views/default/css/elements/components.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index c1de562..e5fd170 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -43,10 +43,21 @@ margin-top: 3px; .elgg-item .elgg-subtext { margin-bottom: 5px; } -.elgg-item .elgg-content { +.elgg-item { margin: 10px 5px; } +.elgg-content { + margin: 10px 5px; + background-color: #f7f7f7; + border: 1px solid #ddd; + padding: 10px; + + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + /* *************************************** Gallery *************************************** */ @@ -182,7 +193,7 @@ margin-top: 3px; } .elgg-river-summary{ - font-size: 95%; + font-size: 94%; } .elgg-river-attachments .elgg-avatar, .elgg-river-attachments .elgg-icon { -- cgit v1.2.3 From e972851570622d3c1c42eb961f3f57735f0c5eff Mon Sep 17 00:00:00 2001 From: foockinho Date: Sat, 6 Oct 2012 04:12:41 +0200 Subject: added background color for combination of classes elgg-item elgg-output, changed margins --- views/default/css/elements/components.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index e5fd170..7f74090 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -43,12 +43,9 @@ margin-top: 3px; .elgg-item .elgg-subtext { margin-bottom: 5px; } -.elgg-item { - margin: 10px 5px; -} -.elgg-content { - margin: 10px 5px; +.elgg-item .elgg-content, .elgg-content .elgg-output, .elgg-item .elgg-output { + margin: 5px; background-color: #f7f7f7; border: 1px solid #ddd; padding: 10px; @@ -58,6 +55,8 @@ margin-top: 3px; border-radius: 3px; } + + /* *************************************** Gallery *************************************** */ -- cgit v1.2.3 From 61ca1af7d79121304c35ad7c6571513534f204cc Mon Sep 17 00:00:00 2001 From: foockinho Date: Sat, 6 Oct 2012 04:24:00 +0200 Subject: changed background color of comments and deleted border of elgg-output inside comments --- views/default/css/elements/components.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index 7f74090..d992764 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -205,7 +205,7 @@ margin-top: 3px; .elgg-river-comments-tab { display: block; - background-color: #DDD; + background-color: #f7f7f7; color: #444; margin-top: 5px; width: auto; @@ -222,7 +222,7 @@ margin-top: 3px; .elgg-river-comments { margin: 0; - background-color: #DDD; + background-color: #f7f7f7; border-top: none; border-right: solid 1px #BBB; border-bottom: solid 1px #BBB; @@ -234,6 +234,12 @@ margin-top: 3px; border-radius: 3px; border-top-right-radius: 0; } + +.elgg-river-comments .elgg-output { + border: none; + +} + .elgg-river-comments li:first-child { -webkit-border-radius: 5px 0 0; -moz-border-radius: 5px 0 0; -- cgit v1.2.3 From 5284160a2165be944653b11fbba2d131dbe9a716 Mon Sep 17 00:00:00 2001 From: foockinho Date: Tue, 9 Oct 2012 01:33:34 +0200 Subject: fixed elgg-search-input[text] height, fixed elgg-sprites.png css --- views/default/css/elements/icons.php | 12 ++++++------ views/default/search/css.php | 6 +++++- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 4094fe7..0487603 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -34,7 +34,7 @@ background-position: 0 -72px; } .elgg-icon-calendar { - background-position: 0 -90px; + background-position: 0 -91px; } .elgg-icon-cell-phone { background-position: 0 -108px; @@ -70,7 +70,7 @@ background-position: 0 -288px; } .elgg-icon-download { - background-position: 0 -306px; + background-position: 0 -304px; } .elgg-icon-eye { background-position: 0 -324px; @@ -148,10 +148,10 @@ background-position: 0 -756px; } .elgg-icon-refresh:hover { - background-position: 0 -774px; + background-position: 0 -775px; } .elgg-icon-refresh { - background-position: 0 -792px; + background-position: 0 -791px; } .elgg-icon-round-arrow-left { background-position: 0 -810px; @@ -175,7 +175,7 @@ background-position: 0 -918px; } .elgg-icon-search { - background-position: 0 -936px; + background-position: 0 -934px; } .elgg-icon-settings-alt:hover { background-position: 0 -954px; @@ -270,7 +270,7 @@ background-position: 0 -1476px; } .elgg-icon-users { - background-position: 0 -1494px; + background-position: 0 -1493px; } .elgg-icon-video { background-position: 0 -1512px; diff --git a/views/default/search/css.php b/views/default/search/css.php index 195d3a9..4e5e88c 100644 --- a/views/default/search/css.php +++ b/views/default/search/css.php @@ -23,8 +23,12 @@ Search plugin } .elgg-search input[type=text] { border: 0; - background: #EEE url(_graphics/elgg_sprites.png) no-repeat 210px -914px; + background: #EEE url(_graphics/elgg_sprites.png) no-repeat 210px -916px; + height: 20px; + font-size: 1em; + margin-top: 13px; } + .search-list li { padding: 5px 0 0; } -- cgit v1.2.3 From 8552ada4fb8f58ad6f1116cd8c4a33a115a2eeba Mon Sep 17 00:00:00 2001 From: foockinho Date: Tue, 9 Oct 2012 01:44:57 +0200 Subject: fixed sprites source --- views/default/css/elements/icons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 0487603..7253043 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -13,7 +13,7 @@ *************************************** */ .elgg-icon { - background: transparent url(_graphics/elgg_sprites.png) no-repeat left; + background: transparent url(mod/n1_theme/_graphics/elgg_sprites.png) no-repeat left; width: 16px; height: 16px; margin: 0 2px; -- cgit v1.2.3 From 2e6a1dffbbc20d9696206784292f47029ba966df Mon Sep 17 00:00:00 2001 From: foockinho Date: Tue, 9 Oct 2012 01:48:24 +0200 Subject: replaced elgg-sprites image --- _graphics/elgg_sprites.png | Bin 0 -> 25616 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 _graphics/elgg_sprites.png diff --git a/_graphics/elgg_sprites.png b/_graphics/elgg_sprites.png new file mode 100644 index 0000000..b51b7ef Binary files /dev/null and b/_graphics/elgg_sprites.png differ -- cgit v1.2.3 From 0fb0e1085cb5c688e38d48b40d8c336d4a0cc3cd Mon Sep 17 00:00:00 2001 From: foockinho Date: Tue, 9 Oct 2012 03:26:11 +0200 Subject: fixed shadows on .elgg-owner-block .elgg-image, fixed margins on .elgg-owner-block .elgg-subtext, changed tag sprite --- views/default/css/elements/components.php | 10 ++++++++++ views/default/css/elements/icons.php | 21 ++++++++++++++++++++- views/default/n1_theme/css.php | 3 ++- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index d992764..daac3c7 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -121,6 +121,16 @@ margin-top: 3px; margin-bottom: 20px; } +.elgg-owner-block h3 { + +} +.elgg-owner-block .elgg-subtext { + padding: 2px 0 9px 0; +} + + + + /* *************************************** Messages *************************************** */ diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 7253043..1642f26 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -229,7 +229,7 @@ background-position: 0 -1242px; } .elgg-icon-tag { - background-position: 0 -1260px; + background-position: 0 -1242px; } .elgg-icon-thumbs-down-alt:hover { background-position: 0 -1278px; @@ -361,3 +361,22 @@ -moz-border-radius: 3px; border-radius: 3px; } + + +.elgg-owner-block .elgg-image { + height: 25px; + background-color: #eee; + box-shadow: 0px 1px 2px #333; + padding: 1px; +} + +.subgroups-icons a img { + width: 25px; + height: 25px; + background-color: #eee; + box-shadow: 0px 1px 2px #333; + padding: 1px; + margin: 0px 3px 3px 0px; +} + + diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index c6a94a8..db9fa46 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -96,8 +96,9 @@ } .groups-profile-icon { + height: 201px; border: 2px solid #F1F1F1; - box-shadow: 0px 1px 3px #666 + box-shadow: 0px 1px 3px #666; } .elgg-page .cke_skin_BootstrapCK-Skin .cke_contents, .cke_skin_BootstrapCK-Skin .cke_contents iframe { -- cgit v1.2.3