X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.css;h=16b2ecb58f9daf6d2923be8b66d5e6c6a52ec588;hb=ff5ab7e9c6b0795673938a991f4cc2d222be6bae;hp=9e88dd8f589e2290779e33b97049e3657b35fdd9;hpb=71e43e68d4b31b43126ef46e80875fe949acc276;p=friendica.git diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 9e88dd8f58..16b2ecb58f 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -319,7 +319,7 @@ .hide-comments-outer { margin-left: 80px; margin-bottom: 5px; - width: 684px; + width: 660px; border-bottom: 1px solid #BDCDD4; border-top: 1px solid #BDCDD4; @@ -340,12 +340,13 @@ h4 { } a { - color: #36C; + /* color: #36C; */ /* color: #3e3e8c; */ + color: #3465A4; text-decoration: none; } a:hover { - /* color: blue; */ + color: blue; text-decoration: underline } @@ -373,13 +374,14 @@ a:hover { clear: both; } .fakelink { - color: #36c; + /* color: #36c; */ /* color: #3e3e8c; */ + color: #3465A4; text-decoration: none; cursor: pointer; } .fakelink:hover { - /* color: blue; */ + color: blue; /*color: #005c94; */ text-decoration: underline; } @@ -449,8 +451,9 @@ div.jGrowl div.info { /* header */ header { position: fixed; - left: 43%; - right: 43%; + /* left: 43%; + right: 43%; */ + left: 25px; top: 0px; margin: 0px; padding: 0px; @@ -492,7 +495,8 @@ nav { left: 0px; top: 0px; padding: 0px; - background: #364A84; + padding-left: 0px; + background: #364A84; background: -moz-linear-gradient(top, #516499 0%, #364a84 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84)); background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%); @@ -505,6 +509,7 @@ nav { -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); + border-bottom: 5px solid #F80; } nav a, nav a:active, @@ -517,7 +522,7 @@ nav a:hover { } nav ul { margin: 0px; - padding: 0px 20px; + padding: 0px 10px; } nav ul li { list-style: none; @@ -529,6 +534,19 @@ nav ul li .menu-popup { left: 0px; right: auto; } +nav #search-box #search-text { + background-image: url('icons/lupe.png'); + background-repeat:no-repeat; + padding-left:0px; + border-top-left-radius: 15px; + border-top-right-radius: 15px; + border-bottom-right-radius: 15px; + border-bottom-left-radius: 15px; + position: relative; + height: 17px; + margin: 4px 0px 4px 4px; +} + nav .nav-menu-icon { position: relative; height: 22px; @@ -548,21 +566,34 @@ nav .nav-menu-icon img { nav .nav-menu-icon .nav-notify { top: 3px; } +nav .nav-menu-label { + margin: 3px 5px 0px; +} nav .nav-menu { position: relative; height: 16px; padding: 5px; - margin: 3px 15px 0px; + padding-left: 5px; + padding-right: 5px; + margin: 3px 3px 0px; font-size: 13px; border-bottom: 3px solid #364A84; } nav .nav-menu.selected { border-bottom: 3px solid #9eabb0; + /* background-color: #364E59; */ +} +nav .nav-menu:hover { + color: #fff !important; + /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */ + background: #4c619c; + text-decoration: none; } nav .nav-notify { display: none; position: absolute; - background-color: #36c; + /* background-color: #36c; */ + background-color: #F80; /* background-color: #19aeff; */ -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; @@ -570,9 +601,11 @@ nav .nav-notify { font-size: 10px; padding: 1px 3px; top: 0px; - right: -10px; + /* right: -10px; */ + right: -5px; min-width: 15px; - text-align: right; + /* text-align: right; */ + text-align: center; } nav .nav-notify.show { display: block; @@ -581,24 +614,52 @@ nav #nav-help-link, nav #nav-search-link, nav #nav-directory-link, nav #nav-apps-link, -nav #nav-site-linkmenu { +nav #nav-notifications-linkmenu, +nav #nav-site-linkmenu, +nav #nav-user-linklabel { float: right; } +nav #nav-user-linklabel { + padding-left: 0px; + margin-left: 0px; +} nav #nav-help-link .menu-popup, nav #nav-search-link .menu-popup, nav #nav-directory-link .menu-popup, nav #nav-apps-link .menu-popup, +nav #nav-notifications-linkmenu .menu-popup, nav #nav-site-linkmenu .menu-popup { right: 0px; left: auto; } +nav #nav-site-linkmenu { + margin-left: 0px; + margin-right: 0px; +} +nav #nav-notifications-linkmenu { + margin-left: 0px; + margin-right: 5px; +} nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify { background-image: url("../../../images/icons/22/notify_on.png"); } +nav #nav-messages-linkmenu.selected, +nav #nav-user-linklabel.selected, nav #nav-apps-link.selected { background-color: #364e59; } +nav #nav-community-link { + margin-left: 215px; +} + +nav #nav-user-linkmenu { + float: right; + padding-left: 0px; + padding-right: 0px; + margin-right: 5px; +} + #nav-notifications-mark-all { /* padding: 1px 1px 2px 26px; */ /* border-bottom: 1px solid #364E59; */ @@ -798,7 +859,7 @@ aside #search-text { margin-top: 0px; } .nets-all { - margin-left: 16px; + margin-left: 10px; } #contact-block { @@ -826,6 +887,18 @@ aside #search-text { widht: 48px; height: 58px; } +.group_selected { + background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center; + float: left; + height: 22px; + width: 22px; +} +.group_unselected { + background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center; + float: left; + height: 22px; + width: 22px; +} /* widget */ .widget { margin-bottom: 2em; @@ -879,11 +952,15 @@ aside #search-text { } .widget ul { padding: 0px; + -webkit-margin-before: 0em; + -webkit-margin-after: 0em; } .widget ul li { - padding-left: 16px; - min-height: 16px; + padding-left: 10px; + /* min-height: 20px; */ list-style: none; + padding-top: 1px; + padding-bottom: 1px; } .widget .tool.selected { background: url('../../../images/selected.png') no-repeat left center; @@ -897,7 +974,7 @@ aside #search-text { section { display: table-cell; vertical-align: top; - width: 800px; + width: 760px; padding: 0px 0px 0px 10px; } /* wall item */ @@ -906,11 +983,11 @@ section { position: relative; padding: 5px; margin-bottom: 0px; - width: 775px; + /* width: 755px; */ } .wall-item-decor { position: absolute; - left: 790px; + left: 755px; top: -10px; width: 16px; } @@ -919,7 +996,7 @@ section { } .wall-item-container { display: table; - width: 780px; + width: 745px; } .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom { display: table-row; @@ -971,7 +1048,12 @@ section { } .wall-item-container .wall-item-content img { - max-width: 700px; + max-width: 650px; + /* max-width: 580px; */ +} +.children .wall-item-container .wall-item-item .wall-item-content img { + /* max-width: 650px; */ + max-width: 580px; } .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions { display: table-cell; @@ -1022,7 +1104,7 @@ section { margin-top: 5px; margin-bottom: 5px; margin-left: 80px; - width: 700px; + width: 665px; border-bottom: 1px solid hsl(198, 21%, 79%); } .wall-item-container.comment .contact-photo { @@ -1060,7 +1142,7 @@ section { border: 1px solid #2d2d2d; } -.togglecomment { +.fakelink.togglecomment { float: left; margin-right: 1em; } @@ -1098,6 +1180,38 @@ section { border-right: 1px solid #A7C7F7; padding-right: 12px; } + +#profile-jot-form #profile-jot-text { + height: 2.0em; + width: 99%; + font-size: 15px; + color: #999999; + border: 1px solid #DDD; + padding: 0.3em; + margin-bottom: 10px; +} + +#profile-jot-form #jot-title, #profile-jot-form #jot-category { + + border-radius: 5px 5px 5px 5px; + font-weight: bold; + height: 20px; + margin: 0 0 5px; + width: 60%; + border: 1px solid #d2d2d2; +} + +#profile-jot-form #jot-title:-webkit-input-placeholder { + font-weight: normal; +} +#profile-jot-form #jot-title:-moz-placeholder { + font-weight: normal; +} +#profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{ + width: 785px; + height: 100px; +} + #jot-preview-content .tread-wrapper { background-color: #fce94f; } @@ -1357,7 +1471,7 @@ section { clear: both; } #profile-jot-text_tbl { - width: 800px; + width: 780px; } #profile-jot-wrapper { margin-bottom: 20px; @@ -1721,7 +1835,6 @@ blockquote { #prvmail-submit { float: left; margin-top: 10px; - margin-right: 30px; } #prvmail-upload-wrapper, #prvmail-link-wrapper, @@ -1890,7 +2003,7 @@ a.mail-list-link { } .app-title { - margin: 10px; + margin: 0px; } #identity-manage-desc { @@ -2048,3 +2161,144 @@ a.mail-list-link { width: 175px; } +.menu-profile-list{ + height: auto; + overflow: auto; + min-height: 16px; + list-style: none; + } +.menu-profile-list:hover{ + background: #E7F2F7; + } +.menu-profile-list-item{ + padding-left: 5px; + vertical-align: middle; + } +.menu-profile-list-item:hover{ + text-decoration: none; + } + +.autocomplete { + width: 350px; + color: black; + border: 1px solid rgb(210, 210, 210); + background-color: white; + cursor: pointer; + text-align: left; + max-height: 350px; + overflow: auto; + display: block; + background-position: initial initial; + background-repeat: initial initial; +} +.mail-list-wrapper { + background-color: #f6f7f8; + margin-bottom: 5px; + width: 100%; + height: auto; + overflow: hidden; +} +.mail-list-wrapper span { + display: block; + float: left; + width: 20%; + overflow: hidden; +} +.mail-list-wrapper .mail-subject { + width: 30%; + padding: 4px 0px 0px 4px; +} +.mail-list-wrapper .mail-subject a { + display: block; +} +.mail-list-wrapper .mail-subject.unseen a { + font-weight: bold; +} +.mail-list-wrapper .mail-date { + padding: 4px 4px 0px 4px; +} +.mail-list-wrapper .mail-from { + padding: 4px 4px 0px 4px; +} +.mail-list-wrapper .mail-count { + padding: 4px 4px 0px 4px; + text-align: right; +} +.mail-list-wrapper .mail-delete { + float: right; +} +#mail-display-subject { + background-color: #f6f7f8; + color: #2d2d2d; + margin-bottom: 10px; + width: 100%; + height: auto; + overflow: hidden; +} +#mail-display-subject span { + float: left; + overflow: hidden; + padding: 4px 0px 0px 10px; +} +#mail-display-subject .mail-delete { + float: right; + opacity: 0.5; + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + -ms-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; +} +#mail-display-subject:hover .mail-delete { + opacity: 1; + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + -ms-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; +} + +.mail-list-outside-wrapper-end { + clear: both; +} +.mail-list-outside-wrapper { + margin-top: 30px; +} +.mail-list-delete-wrapper { + float: right; + margin-right: 30px; + margin-top: 15px; +} +.mail-list-delete-icon { + border: none; +} +.mail-conv-sender, +.mail-conv-detail { + float: left; +} +.mail-conv-detail { + margin-left: 20px; + width: 500px; +} +.mail-conv-subject { + font-size: 1.4em; + margin: 10px 0; +} +.mail-conv-outside-wrapper-end { + clear: both; +} +.mail-conv-outside-wrapper { + margin-top: 30px; +} +.mail-conv-delete-wrapper { + float: right; + margin-right: 30px; + margin-top: 15px; +} +.mail-conv-break { + clear: both; +} +.mail-conv-delete-icon { + border: none; +} +