X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fbreathe.css;h=3403a24b277f6bae85a83d4966e0b47ded3d8819;hb=b8030313e57c987e98e93d510a15e856b3d2d0b0;hp=29198dcef03edaebaf734bb87167ac590a9f2ca8;hpb=dd1b28314e726f8777c8347409989040c1ab1cd1;p=friendica.git diff --git a/view/theme/vier/breathe.css b/view/theme/vier/breathe.css index 29198dcef0..3403a24b27 100644 --- a/view/theme/vier/breathe.css +++ b/view/theme/vier/breathe.css @@ -3,6 +3,7 @@ body { background-color: #eeeeee !important; + font-family: "Lucida Sans Unicode","Lucida Sans", sans-serif; } header #banner #logo-text { @@ -13,7 +14,7 @@ header #banner #logo-text { border-bottom: none !important; } -code { +pre code { border: none; border-radius: 5px; } @@ -37,11 +38,12 @@ nav .icon { nav a:active, nav a:visited, nav a:link, +nav a:hover .icon, nav a { color: #737373; } -nav #search-box #search-text { +nav #nav-search-box #nav-search-text { border-radius: 5px; } @@ -49,11 +51,24 @@ 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; } +.contact-photo-menu { + border: 1px solid #364e59; + border-radius: 5px; +} + .tread-wrapper { border-radius: 10px; } @@ -70,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 { @@ -82,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; } @@ -89,3 +122,7 @@ div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink { .mail-list-wrapper { border-radius: 5px; } + +#viewcontact_wrapper-network { + border-radius: 5px; +}