X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fbreathe.css;h=ec6d91a5698cc8f007c17f024976c1d33c35b054;hb=4d591c4a074a11bb27f5fe0981a13125d4ef2e02;hp=c166588dec1b3119645d50a16a6941847f64149b;hpb=44dacd1d8217a2e2f7c0e0e960f5a05f1616a19f;p=friendica.git diff --git a/view/theme/vier/breathe.css b/view/theme/vier/breathe.css index c166588dec..ec6d91a569 100644 --- a/view/theme/vier/breathe.css +++ b/view/theme/vier/breathe.css @@ -3,6 +3,11 @@ body { background-color: #eeeeee !important; + font-family: "Lucida Sans Unicode","Lucida Sans", sans-serif; +} + +header #banner #logo-text { + margin-left: 7px; } #live-network { @@ -14,23 +19,44 @@ code { border-radius: 5px; } +header #banner a, +header #banner a:active, +header #banner a:visited, +header #banner a:link, +header #banner a:hover { + color: #737373; +} + +nav { + background: #eeeeee; +} + nav .icon { - color: #fff; + color: #737373; } nav a:active, nav a:visited, nav a:link, +nav a:hover .icon, nav a { - color: #fff; + color: #737373; } -nav #search-box #search-text { +nav #nav-search-box #nav-search-text { border-radius: 5px; } nav .nav-menu.selected { - border-bottom: 3px solid #eeeeee; + 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 { @@ -38,6 +64,11 @@ ul.menu-popup { border-radius: 5px; } +.contact-photo-menu { + border: 1px solid #364e59; + border-radius: 5px; +} + .tread-wrapper { border-radius: 10px; } @@ -54,8 +85,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 { @@ -66,6 +110,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; } @@ -73,3 +122,7 @@ div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink { .mail-list-wrapper { border-radius: 5px; } + +#viewcontact_wrapper-network { + border-radius: 5px; +}