X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.css;h=befe47ad6b051a63942c67cdd12abaf6715adb9a;hb=1fb636ba1ef406c2ea6913479f9cd314f58a9b03;hp=35e958c45e4f4cf37ab2b4eea1c82236e80a6aa0;hpb=4efb6c6f79a92128899354e5bf0b49e38e19eeb7;p=friendica.git diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 35e958c45e..befe47ad6b 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -419,9 +419,10 @@ code { opacity: 1; } -.sidebar-group-li:hover, #sidebar-new-group:hover, #sidebar-edit-groups:hover, #forum-widget-collapse:hover, +.sidebar-group-li:hover, #sidebar-new-group:hover, #sidebar-edit-groups:hover,#forum-widget-collapse:hover, #sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forumlist-sidebar li:hover, #forumlist-sidebar-right li:hover, -.nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, right_aside h4 a:hover, #message-new:hover { +.nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, right_aside h4 a:hover, #message-new:hover, +#sidebar-photos-albums li:hover, .photos-upload-link:hover { /* background-color: #ddd; */ /* background-color: #e5e5e5; */ background-color: #F5F5F5; @@ -448,6 +449,12 @@ code { display: block; } +.photos-upload-link { + padding-top: 3px; + padding-bottom: 3px; + display: block; +} + #forumlist-sidebar { padding-top: 3px; padding-bottom: 3px; @@ -467,7 +474,7 @@ code { display: inline-block; } -a.nets-link, .side-link a, #sidebar-new-group a, #sidebar-edit-groups a, a.savedsearchterm, a.fileas-link, aside h4 a, right_aside h4 a { +a.nets-link, .side-link a, #sidebar-new-group a, #sidebar-edit-groups a, a.savedsearchterm,a.fileas-link, aside h4 a, right_aside h4 a { display: block; color: #737373; } @@ -494,7 +501,7 @@ a.sidebar-group-element { color: black; } -#forumlist-sidebar a, #forumlist-sidebar-right a, .tool a, .admin.link a { +#forumlist-sidebar a, #forumlist-sidebar-right a, .tool a, .admin.link a, #sidebar-photos-albums a { color: #737373; } @@ -667,6 +674,7 @@ nav .nav-menu img { margin-top: -3px; margin-right: 4px; } + nav .nav-menu-icon .nav-notify { top: 3px; } @@ -701,6 +709,23 @@ nav .nav-menu:hover { /* background: #4c619c; */ text-decoration: none; } + +.manage-notify { + background-color: #F80; + -moz-border-radius: 5px 5px 5px 5px; + -webkit-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; + font-size: 10px; + padding: 1px 3px; + top: 0px; + min-width: 15px; + text-align: center; + color: white; + float: right; + margin-top: -14px; + margin-right: -20px; +} + nav .nav-notify { display: none; position: absolute; @@ -720,6 +745,7 @@ nav .nav-notify { text-align: center; color: white; } + nav .nav-notify.show { display: block; } @@ -932,7 +958,7 @@ right_aside { font-size: 13px; overflow-y: auto; z-index: 2; - line-height: 17px; + /* line-height: 17px; */ color: #737373; box-shadow: 1px 2px 0px 0px #D8D8D8; top: 32px; @@ -957,7 +983,7 @@ aside { top: 32px; overflow-y: auto; z-index: 2; - line-height: 17px; + /* line-height: 17px; */ position: fixed; /* overflow: auto; */ height: 100%; @@ -974,11 +1000,17 @@ aside .vcard .fn { } aside .vcard .title { margin-bottom: 5px; + float: left; } aside .vcard dl { height: auto; overflow: auto; } +aside .vcard .account-type { + margin-bottom: 13px; + font-size: 14px; + font-weight: bold; +} aside select { background-color: white; @@ -2696,6 +2728,13 @@ a.mail-list-link { font-weight: bold; color: #FF0000; } +#event-desc-text-edit-bb, #event-location-text-edit-bb { + float: none; +} +#event-start-text, #event-finish-text, #event-summary-text, #event-desc-text, #event-location-text { + margin-bottom: 10px; + margin-top: 20px; +} .settings-block { /* border: 1px solid #AAA; */