From dd1b28314e726f8777c8347409989040c1ab1cd1 Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sun, 15 Jun 2014 13:25:27 +0200 Subject: [PATCH 1/4] space between logo and sitename --- view/theme/vier/breathe.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/vier/breathe.css b/view/theme/vier/breathe.css index e93feaa56..29198dcef 100644 --- a/view/theme/vier/breathe.css +++ b/view/theme/vier/breathe.css @@ -5,6 +5,10 @@ body { background-color: #eeeeee !important; } +header #banner #logo-text { + margin-left: 7px; +} + #live-network { border-bottom: none !important; } From 321c711a3d2f6768e58258fd8e7968762cebf2f4 Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sun, 15 Jun 2014 13:35:34 +0200 Subject: [PATCH 2/4] top bar icons stay dark upon hover --- view/theme/vier/breathe.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/vier/breathe.css b/view/theme/vier/breathe.css index 29198dcef..805332709 100644 --- a/view/theme/vier/breathe.css +++ b/view/theme/vier/breathe.css @@ -37,6 +37,7 @@ nav .icon { nav a:active, nav a:visited, nav a:link, +nav a:hover .icon, nav a { color: #737373; } From 7fdcc1518289d70e09a551643da051e4af57ee41 Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sun, 15 Jun 2014 14:57:52 +0200 Subject: [PATCH 3/4] same drop-down menu for contact details as for user menu --- view/theme/vier/breathe.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/view/theme/vier/breathe.css b/view/theme/vier/breathe.css index 805332709..3c3dd0784 100644 --- a/view/theme/vier/breathe.css +++ b/view/theme/vier/breathe.css @@ -55,6 +55,11 @@ ul.menu-popup { border-radius: 5px; } +.contact-photo-menu { + border: 1px solid #364e59; + border-radius: 5px; +} + .tread-wrapper { border-radius: 10px; } From f70bdb984f9c60c041da6e272a64e00b19618b10 Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sun, 15 Jun 2014 18:16:02 +0200 Subject: [PATCH 4/4] A few more changes for breathe style in vier. --- view/theme/vier/breathe.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/view/theme/vier/breathe.css b/view/theme/vier/breathe.css index 3c3dd0784..3343cac12 100644 --- a/view/theme/vier/breathe.css +++ b/view/theme/vier/breathe.css @@ -50,6 +50,14 @@ nav .nav-menu.selected { border-bottom: 3px solid #737373; } +nav .nav-menu-icon.selected { + background-color: #eeeeee; +} + +nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify { + color: #737373; +} + ul.menu-popup { border: 1px solid #364e59; border-radius: 5px; @@ -76,8 +84,21 @@ ul.menu-popup { border-radius: 5px; } +ul.tabs { + background-color: #eeeeee; +} + ul.tabs a { - border-radius: 5px; + color: #737373; +} + +#event-notice:hover, #birthday-notice:hover, ul.tabs li .active, +.comment-edit-submit-wrapper .fakelink:hover { + color: #737373; +} + +ul.tabs li .active { + border-bottom: 3x solid #737373; } #birthday-notice, #event-notice { @@ -88,6 +109,11 @@ div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink { border-radius: 5px; } +div.pager, ul.tabs { + box-shadow: none; + border-bottom: none; +} + .vevent { border-radius: 5px; }