X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fcss%2Fstyle.css;h=f213123fb6c89c0d869da950fec69098d3a93656;hb=82204b80e8d3c90697a1b70092b3714ba8dfeda8;hp=d425614a5ad7d59db20e2506e150098e6fefe088;hpb=5cb3e5d6e136f7e2b878a9df60c6f98df170cde9;p=friendica.git diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index d425614a5a..f213123fb6 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -96,9 +96,6 @@ blockquote { max-height: 0px !important; overflow: hidden !important; } -code { - white-space: pre-wrap; -} /** * mobile aside @@ -133,6 +130,15 @@ code { /* * standard page elements */ + +section.minimal { + top: 0px; + left: 0px; + position: absolute; + width: 100%; + height: 100%; +} + #back-to-top { display: none; cursor: pointer; @@ -375,7 +381,7 @@ header #banner { left:49%; right: 49%; z-index: 1040; - margin-top: 14px; + margin-top: 12.5px; text-align: center; text-shadow: 1px 1px 2px rgba(0,0,0,.5); font-size: 14px; @@ -479,7 +485,7 @@ nav.navbar .nav>li>a:focus{ border-radius: 3px; } #topbar-first .nav>.account .dropdown-toggle { - padding: 10px 5px 0px; + padding: 8px 5px 0px; line-height: 1.1em; text-align: left } @@ -714,7 +720,7 @@ nav.navbar a, nav.navbar .btn-link { /* Nav Search */ #topbar-first #search-box .navbar-form { margin: 0px; - padding: 10px 15px; + padding: 12px 12px; } #search-mobile .navbar-form { margin: 0; @@ -958,6 +964,10 @@ nav.navbar a, nav.navbar .btn-link { color: #fff!important; background-color: $menu_background_hover_color !important; } +#photo-edit-link-wrap { + color: #555; + margin-bottom: 15px; +} .nav-pills.preferences .dropdown .dropdown-toggle, .nav-pills.preferences > li > .btn { color: #bebebe; @@ -1061,9 +1071,6 @@ aside > #datebrowse-sidebar .posted-date-selector-months > ul > li:hover{ } /* help page widget */ -aside > .help-content-wrapper code, .help-aside-wrapper code { - display: inline -} aside > .help-aside-wrapper p strong:first-child { display: block; margin: 1em 0 0em; @@ -1106,7 +1113,7 @@ aside .vcard .tool .action{ transition: all 0.25s ease-in-out; } aside .vcard .tool a { -color: rgba(255,255,255,.85); + color: rgba(255,255,255,.85); } aside .vcard #profile-photo-wrapper:hover .tool .action { opacity: 1; @@ -1128,7 +1135,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; @@ -1143,6 +1152,7 @@ aside .vcard .icon { } #profile-extra-links { overflow: auto; + margin-bottom: 10px; } aside .vcard #dfrn-request-link-button, aside .vcard #wallmessage-link-botton { @@ -1244,14 +1254,22 @@ div#sidebar-group-list { transition: all 0.1s ease-in-out; } .faded-icon:hover { + color: #555; opacity: 1; } .icon-padding { margin-left: 20px; } -aside #group-sidebar .sidebar-group-li .group-edit-tool:hover, -aside #saved-search-list .saved-search-li .savedsearchdrop:hover { +aside #group-sidebar .sidebar-group-li:hover .group-edit-tool.faded-icon, +aside #saved-search-list .saved-search-li:hover .savedsearchdrop.faded-icon, +aside .widget:hover .widget-action.faded-icon { + opacity: 0.8; + transition: all 0.25s ease-in-out; +} +aside #group-sidebar .sidebar-group-li .group-edit-tool.faded-icon:hover, +aside #saved-search-list .saved-search-li .savedsearchdrop.faded-icon:hover, +aside .widget .widget-action.faded-icon:hover { opacity: 1; } aside #group-sidebar li .group-checkbox { @@ -1308,6 +1326,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; @@ -1324,6 +1365,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; @@ -1331,7 +1435,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; @@ -1339,7 +1446,7 @@ section #jotOpen { overflow-y: hidden; }*/ #acl-search { - margin-top: 20px; + /*margin-top: 20px;*/ /*padding: 8px;*/ /*border: 1px solid #ccc;*/ width: 100%; @@ -1347,7 +1454,6 @@ section #jotOpen { #acl-list { display: block; border: 1px solid #ccc; - overflow: auto; clear: both; min-height: 62px; margin-top: 20px; @@ -1355,10 +1461,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 { @@ -1410,6 +1516,15 @@ section #jotOpen { color: #fff; } +.fa.lock:before { + font-family: FontAwesome; + content: "\f023"; +} +.fa.unlock:before { + font-family: FontAwesome; + content: "\f09c"; +} + /* Filebrowser */ .fbrowser .breadcrumb { margin-bottom: 0px; @@ -1474,6 +1589,9 @@ section #jotOpen { .fbrowser.image .photo-album-image-wrapper { box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2); } +.fbrowser.image .photo-album-image-wrapper .caption { + pointer-events: none; +} .fbrowser .profile-rotator-wrapper { min-height: 200px; } @@ -1520,11 +1638,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; @@ -1766,6 +1884,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; @@ -1783,6 +1907,10 @@ 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 { @@ -2054,13 +2182,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; @@ -2184,6 +2313,13 @@ ul.dropdown-menu li:hover { -webkit-box-shadow: 0 0 3px #dadada; -moz-box-shadow: 0 0 3px #dadada; } +#content:hover .page-action.faded-icon { + opacity: 0.8; + transition: all 0.25s ease-in-out; +} +#content .page-action.faded-icon:hover { + opacity: 1; +} .section-title-wrapper { overflow: hidden; @@ -3029,7 +3165,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; } @@ -3425,4 +3587,12 @@ section .profile-match-wrapper { top: 24px; left: 24px; } + + /* + Prevent automatic zoom on input focus on iOS + see https://stackoverflow.com/a/16255670 + */ + .form-control { + font-size: 16px; + } }