X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fcss%2Fstyle.css;h=c75142120656e221e9caf2e726eb02bfa0ae6748;hb=fa74adcf36628c89b832f60ff3feec5107234c0d;hp=5fa84abdfe2a48d4a20f961cf77c837b8dbef80a;hpb=bb3efd97ad1301dca5a702545b21cd0e559aa8c3;p=friendica.git diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 5fa84abdfe..c751421206 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -130,6 +130,15 @@ blockquote { /* * standard page elements */ + +section.minimal { + top: 0px; + left: 0px; + position: absolute; + width: 100%; + height: 100%; +} + #back-to-top { display: none; cursor: pointer; @@ -366,9 +375,6 @@ header #site-location { header #banner { position: fixed; top: 0px; -/* width: 33%; - margin-left: 33%; - margin-right: 33%;*/ left:49%; right: 49%; z-index: 1040; @@ -384,8 +390,6 @@ header #banner { } header #banner #logo-img, .navbar-brand #logo-img { - /*mask: url('network#m1');*/ - /*mask-image: url('img/friendica-25.png');*/ -webkit-mask-image: url('img/friendica-25.png'); background-color: $nav_icon_color; height: 25px; @@ -1126,7 +1130,9 @@ aside .vcard .p-addr { white-space: nowrap; padding-bottom: 2px; } - +aside .vcard .title { + margin-top: 10px; +} aside .vcard .detail { display: table; padding: 5px 0; @@ -1141,6 +1147,7 @@ aside .vcard .icon { } #profile-extra-links { overflow: auto; + margin-bottom: 10px; } aside .vcard #dfrn-request-link-button, aside .vcard #wallmessage-link-botton { @@ -1314,6 +1321,29 @@ section #jotOpen { .jothidden { /*display: none;*/ } +.modal #jot-sections { + max-height: calc(100vh - 22px); +} +@media (min-width: 768px) { + .modal #jot-sections { + max-height: calc(100vh - 62px); + } +} +#jot-modal #jot-sections, +#jot-modal #jot-modal-body, +#jot-modal #profile-jot-form, +#jot-modal #profile-jot-wrapper, +#jot-modal #jot-text-wrap, +#jot-modal #jot-preview-content, +#jot-modal #tread-wrapper--1, +#jot-modal #item-Q0, +#jot-modal #profile-jot-acl-wrapper, +#jot-modal #acl-wrapper { + overflow: hidden; + display: flex; + flex: auto; + flex-direction: column; +} #jot-modal .modal-header a, #jot-modal .modal-header .btn-link, #profile-jot-submit-wrapper a, #profile-jot-submit-wrapper .btn-link { color: #555; @@ -1330,6 +1360,69 @@ section #jotOpen { } #jot-text-wrap textarea { min-height: 100px; + overflow-y: auto !important; + overflow-y: overlay !important; +} +/*#jot-attachment-preview { + display: none; +}*/ +#jot-text-wrap .preview textarea { + width: 100%; +} +#preview_profile-jot-text { + position: relative; + padding: 0px 10px; + margin-top: -2px; + border: 2px solid #ededed; + border-top: none; + box-shadow: none; + border-radius: 0 0 4px 4px; + background: #fff; + color: #555; +} +textarea#profile-jot-text:focus + #preview_profile-jot-text { + border: 2px solid #6fdbe8; + border-top: none; +} +.preview hr.previewseparator { + margin-top: 0px; + border-color: #D2D2D2; +} +#previewImgBtn_profile-jot-text, +.closePreview { + position: absolute; + top: 15px; +} +.closePreview { + right: 15px; + z-index: 1; +} +.previewImgBtn { + left: 15px; +} +.preview button.previewActionBtn { + display:block; + height: 25px; + width: 25px; + border-radius: 50%; + color: #fff; + border: 2px solid #fff; + box-shadow: 0 0 3px gray; + background: #777; + text-align: center; + line-height: 2px; + text-decoration: none; + padding: 0 0 1px 1px; + opacity: 0.7; +} +.preview button.previewActionBtn:hover { + opacity: 1; +} +.preview .closePreview button.previewActionBtn { + font-size: 25px; +} +#previewInputTitle_profile-jot-text { + width: 100%; } #profile-jot-wrapper button#profile-jot-submit { margin-top: 5px; @@ -1337,7 +1430,10 @@ section #jotOpen { #profile-jot-wrapper #character-counter { padding: 10px 15px; } - +.modal .wall-item-container.preview { + overflow-y: auto; + overflow-y: overlay; +} /* ACL */ /*#jot-modal-body { height: auto; @@ -1345,7 +1441,7 @@ section #jotOpen { overflow-y: hidden; }*/ #acl-search { - margin-top: 20px; + /*margin-top: 20px;*/ /*padding: 8px;*/ /*border: 1px solid #ccc;*/ width: 100%; @@ -1353,7 +1449,6 @@ section #jotOpen { #acl-list { display: block; border: 1px solid #ccc; - overflow: auto; clear: both; min-height: 62px; margin-top: 20px; @@ -1361,10 +1456,10 @@ section #jotOpen { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; + overflow-y: auto; } #acl-list-content { - overflow-y: auto; - max-height: calc(100vh - 330px); + overflow-y: hidden; height: auto !important; } .acl-list-item { @@ -1538,11 +1633,11 @@ aside .panel-body { } /* Thread hover effects */ -.wall-item-container .wall-item-content a, -.wall-item-container a, -.wall-item-container .fakelink, -.toplevel_item .fakelink, -.toplevel_item .wall-item-container .wall-item-responses a { +.desktop-view .wall-item-container .wall-item-content a, +.desktop-view .wall-item-container a, +.desktop-view .wall-item-container .fakelink, +.desktop-view .toplevel_item .fakelink, +.desktop-view .toplevel_item .wall-item-container .wall-item-responses a { color: #555; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; @@ -1569,7 +1664,13 @@ aside .panel-body { /* wall items */ .wall-item-container { - position: relative; + background-color: rgba(0, 0, 0, 0.03); + padding: 0.5em; + border-top: 1px solid rgba(255, 255, 255, 0.8); +} + +.wall-item-container .media { + margin-top: 0; } /* wall items contact photo */ @@ -1784,6 +1885,12 @@ code > .hl-main { .oembed.video .embed_video > div:hover { background-color: rgba(0,0,0,0); } +.oembed.video .embed_video.active { + margin: 1em 0; +} +.oembed.video .embed_video.active iframe { + width: 100% !important; +} .wall-item-tags, .itemedited { margin-top: 10px; @@ -1801,15 +1908,20 @@ code > .hl-main { .wall-item-bottom .label a { color: #fff; } +.wall-item-tags .category, +.wall-item-tags .folder { + margin-right: 3px; +} /* item social action buttons */ .wall-item-actions { - margin-top: 15px; + display: flex; + margin: .5em 0; + justify-content: space-between; } -.wall-item-actions, .wall-item-actions a, .wall-item-actions button { +.wall-item-actions a, .wall-item-actions button { font-size: 13px; color: #555; - margin-bottom: 0; } .wall-item-actions .active { font-weight: bold; @@ -1903,9 +2015,10 @@ code > .hl-main { position: relative!important; margin-top: 0; } -.hide-comments-outer-wrapper { -/* text-align: center; - margin-top: -18px;*/ +.hide-comments-outer { + background-color: rgba(0, 0, 0, 0.03); + padding: 0.5em; + border-radius: 0.5em 0.5em 0 0; } .hide-comments-total { cursor: pointer; @@ -1914,21 +2027,37 @@ code > .hl-main { /* * Comment Box */ -.thread_level_2 .wall-item-comment-wrapper { - padding-right: 5px; + +.comment-fake-form, +.wall-item-comment-wrapper { + padding: 10px; + border-top: 1px solid rgba(255, 255, 255, 0.8); + background-color: rgba(0, 0, 0, 0.03); + border-radius: 0 0 10px 10px; } -.comment-edit-submit-wrapper { - margin-bottom: 25px; + +.comment-fake-form { + border-color: #d9d9d9; } -.comment-edit-submit-wrapper a, -.comment-edit-submit-wrapper a:hover { - padding-top: 5px !important; - padding-bottom: 5px !important; +.comment-fake-form textarea { + resize: none; } -.comment-icon-list > li > .icon, -.comment-icon-list > li > .icon:hover { - color: #555; - background-color: transparent; + +.comment-container .wall-item-comment-wrapper { + margin-top: 0.5em; +} + +.comment-edit-form textarea { + resize: vertical; +} + +.comment-edit-submit-wrapper { + text-align: right; +} + +.comment-icon-list { + display: flex; + justify-content: space-between; } /* acpopup + textcompletion*/ @@ -1991,8 +2120,8 @@ img.acpopup-img { .wall-item-container.thread_level_5, .wall-item-container.thread_level_6, .wall-item-container.thread_level_7 { - margin-left: 15px; - + margin-left: 15px; + margin-right: -0.5em; } /* Menubar Tabs */ section > .tabbar-wrapper { @@ -2072,13 +2201,14 @@ ul.dropdown-menu li:hover { } /* Notificaiotn badges */ -.nav-notify .show { - display: block; +#mail-update-li.show { + display: inline-block!important; } /* Media Classes */ .media .time, .media .shared-time, +.media .delivery, .media .location, .media .location a { font-size: 11px; @@ -3054,7 +3184,33 @@ section.help-content-wrapper li { pointer-events: none; } -/* Register Page*/ +/* Manage Page */ +#identity-selector-wrapper { + width: auto; + height: auto; + margin-top: 20px; +} +#identity-selector-wrapper .identity-match-photo { + width: auto; + float: none; +} +#identity-selector-wrapper .identity-match-photo button { + position: relative; +} +#identity-selector-wrapper .identity-match-photo .badge { + position: absolute; + top: -8px; + right: -8px; +} +#identity-selector-wrapper .identity-match-name { + text-align: center; +} +#identity-selector-wrapper .identity-match-details { + width: auto; + float: none; +} + +/* Register Page */ #register-openid-wrapper, #register-name-wrapper, #register-invite-wrapper, #profile-publish-wrapper { margin-top: 20px; } @@ -3458,4 +3614,12 @@ section .profile-match-wrapper { .form-control { font-size: 16px; } + + .wall-item-container.thread_level_3, + .wall-item-container.thread_level_4, + .wall-item-container.thread_level_5, + .wall-item-container.thread_level_6, + .wall-item-container.thread_level_7 { + margin-left: 5px; + } }