X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fcss%2Fstyle.css;h=f1c78abc777b291b9c1799005dff2fb6866b577b;hb=b543ee8ac78168328c7a7f2d725ee01bb333e941;hp=c2ad62d3c3eec05dfbf9b8c26a3463bc77ee4e8f;hpb=d6a82c6c2d7befde9914fce3bd4e3e07b97ca036;p=friendica.git diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index c2ad62d3c3..f1c78abc77 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -33,6 +33,10 @@ body { /*color: #555;*/ font-family: 'Open Sans',sans-serif; } +body.minimal { + padding: 15px; +} + body a { /*color: #555;*/ /*color: #6fdbe8;*/ @@ -101,6 +105,9 @@ blockquote { * mobile aside */ @media screen and (max-width: 990px) { + body { + padding-top: 105px; + } aside{ position: fixed!important; top: 0!important; @@ -131,14 +138,6 @@ blockquote { * standard page elements */ -section.minimal { - top: 0px; - left: 0px; - position: absolute; - width: 100%; - height: 100%; -} - #back-to-top { display: none; cursor: pointer; @@ -193,7 +192,6 @@ section.minimal { background-image: none; text-shadow: none; border-radius: 3px; - outline: 0!important; margin-bottom: 0; font-size: 14px; font-weight: 600; @@ -375,9 +373,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; @@ -393,8 +388,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; @@ -625,6 +618,10 @@ nav.navbar a, nav.navbar .btn-link { display: flex; } +#friendica-logo-mask { + display: block; +} + /* Notification Menu */ #topbar-first #nav-notifications-menu { @@ -1070,6 +1067,23 @@ aside > #datebrowse-sidebar .posted-date-selector-months > ul > li:hover{ padding-left: 27px; } +.forumlist-img { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); + opacity: 0.5; + filter: alpha(opacity=50); /* For IE8 and earlier */ + -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; +} +#forumlist-sidbar-ul li:hover a > .forumlist-img { + -webkit-filter: unset; + filter: unset; + opacity: unset; +} + /* help page widget */ aside > .help-aside-wrapper p strong:first-child { display: block; @@ -1316,7 +1330,8 @@ section ul.tabs { section #jotOpen { display: none; } -#jotOpen { +#jotOpen, +#composeOpen { margin-top: 3px; float: right; } @@ -1374,7 +1389,8 @@ section #jotOpen { #jot-text-wrap .preview textarea { width: 100%; } -#preview_profile-jot-text { +#preview_profile-jot-text, +.comment-edit-form .preview { position: relative; padding: 0px 10px; margin-top: -2px; @@ -1385,7 +1401,8 @@ section #jotOpen { background: #fff; color: #555; } -textarea#profile-jot-text:focus + #preview_profile-jot-text { +textarea#profile-jot-text:focus + #preview_profile-jot-text, +textarea.comment-edit-text:focus + .comment-edit-form .preview { border: 2px solid #6fdbe8; border-top: none; } @@ -1517,11 +1534,11 @@ textarea#profile-jot-text:focus + #preview_profile-jot-text { } .fa.lock:before { - font-family: FontAwesome; + font-family: ForkAwesome; content: "\f023"; } .fa.unlock:before { - font-family: FontAwesome; + font-family: ForkAwesome; content: "\f09c"; } @@ -1623,8 +1640,7 @@ textarea#profile-jot-text:focus + #preview_profile-jot-text { padding: 15px; } .panel .panel-body { - padding: 15px; - font-size: 14px; + word-wrap: break-word; } .panel .panel-body .wall-item-content { color: #555; @@ -1669,7 +1685,19 @@ aside .panel-body { /* wall items */ .wall-item-container { - position: relative; + border-top: 1px solid rgba(255, 255, 255, 0.8); +} + +.wall-item-container.panel-body { + padding: 0; + border-top: none; + overflow: hidden; +} + +.wall-item-container .media { + margin-top: 0; + padding: 10px; + background-color: rgba(0, 0, 0, 0.03); } /* wall items contact photo */ @@ -1733,8 +1761,8 @@ aside .panel-body { top: 10px; } .comment .nav-pills.preferences { - right: 0px; - top: 0px; + right: 5px; + top: 5px; } .wall-item-network { font-size: 13px; @@ -1860,7 +1888,7 @@ code > .hl-main { padding: 10px 0; } .oembed.video .embed_video > div::before { - font-family: FontAwesome; + font-family: ForkAwesome; font-weight: normal; font-style: normal; display: inline-block; @@ -1892,7 +1920,7 @@ code > .hl-main { } .wall-item-tags, .itemedited { - margin-top: 10px; + margin: 10px 0; font-size: 13px; } @@ -1914,12 +1942,13 @@ code > .hl-main { /* item social action buttons */ .wall-item-actions { - margin-top: 15px; + display: flex; + margin: 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; @@ -1955,6 +1984,10 @@ code > .hl-main { margin: 0 .3em; } +.wall-item-responses > div > p { + margin: 0; +} + /* wall item hover effects */ .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions, @@ -2002,7 +2035,6 @@ code > .hl-main { margin-bottom: 0; } .comment-container { - margin-top: 10px; margin-bottom: 0px; border-top-left-radius: 3px; border-top-right-radius: 3px; @@ -2013,9 +2045,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; @@ -2024,21 +2057,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*/ @@ -2101,8 +2150,7 @@ 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; } /* Menubar Tabs */ section > .tabbar-wrapper { @@ -2264,7 +2312,7 @@ ul.dropdown-menu li:hover { .search-content-wrapper > .section-title-wrapper { display: none; } -#navbar-button > #search-save-form > #search-save { +#navbar-button > #search-save { margin-top: 3px; } /* Section-Content-Wrapper */ @@ -2291,10 +2339,10 @@ ul.dropdown-menu li:hover { .generic-page-wrapper, .profile_photo-content-wrapper, .videos-content-wrapper, .suggest-content-wrapper, .common-content-wrapper, .help-content-wrapper, .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper, -.directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper, +.delegation-content-wrapper, .notes-content-wrapper, .message-content-wrapper, .apps-content-wrapper, #adminpage, .delegate-content-wrapper, .uexport-content-wrapper, -.viewcontacts-content-wrapper, .dfrn_request-content-wrapper, +.dfrn_request-content-wrapper, .friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper, .profperm-content-wrapper, .invite-content-wrapper, .tos-content-wrapper, .fsuggest-content-wrapper { @@ -2875,12 +2923,12 @@ ul li:hover .contact-wrapper .contact-action-link:hover { padding: 1px 10px; } .panel .section-subtitle-wrapper a.accordion-toggle:before { - font-family: FontAwesome; + font-family: ForkAwesome; content: "\f0d7"; padding-right: 5px; } .panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before { - font-family: FontAwesome; + font-family: ForkAwesome; content: "\f0da"; } #settings-nick-wrapper { @@ -2925,11 +2973,11 @@ ul li:hover .contact-wrapper .contact-action-link:hover { padding-right: 10px; } .settings-block.fakelink > h3:before { - font-family: FontAwesome; + font-family: ForkAwesome; content: "\f0da"; /* Right Plain Pointer */ } .settings-block > .fakelink > h3:before { - font-family: FontAwesome; + font-family: ForkAwesome; content: "\f0d7"; /* Bottom Plain Pointer */ } @@ -3122,7 +3170,7 @@ section.help-content-wrapper li { transition: border 0.15s ease-in-out, color 0.15s ease-in-out; } #adminpage li .icon.on:after { - font-family: "FontAwesome"; + font-family: "ForkAwesome"; content: "\f00c"; display: inline-block; position: absolute; @@ -3165,7 +3213,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; } @@ -3194,53 +3268,6 @@ main .nav-tabs>li.active>a:hover { * Framework overwrite */ -/* jRange */ -.theme-frio .back-bar { - height: 5px !important; - border-radius: 2px; - background-color: #eeeeee; - background-color: #e7e7e7; - background-image: -moz-linear-gradient(top, #eeeeee, #dddddd); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd)); - background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd); - background-image: -o-linear-gradient(top, #eeeeee, #dddddd); - background-image: linear-gradient(to bottom, #eeeeee, #dddddd); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); -} -.theme-frio .back-bar .selected-bar { - border-radius: 2px; - background-color: $link_color; -/* background-image: -moz-linear-gradient(top, #bdfade, #76fabc); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc)); - background-image: -webkit-linear-gradient(top, #bdfade, #76fabc); - background-image: -o-linear-gradient(top, #bdfade, #76fabc); - background-image: linear-gradient(to bottom, #bdfade, #76fabc); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);*/ -} -.theme-frio .back-bar .pointer { - width: 14px !important; - height: 14px !important; - top: -5px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - border-radius: 10px; - border: 1px solid #AAA; - background-color: #e7e7e7 !important; - background-image: -moz-linear-gradient(top, #eeeeee, #dddddd); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd)); - background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd); - background-image: -o-linear-gradient(top, #eeeeee, #dddddd); - background-image: linear-gradient(to bottom, #eeeeee, #dddddd); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); -} -.theme-frio .back-bar .pointer-label { - color: #999; -} - /* textcomplete for contact filtering*/ #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list { position: relative !important; @@ -3417,7 +3444,6 @@ section .profile-match-wrapper { background-image: none; text-shadow: none; border-radius: 3px; - outline: 0!important; margin-bottom: 0; font-size: 14px; font-weight: 600; @@ -3436,7 +3462,6 @@ section .profile-match-wrapper { background-image: none; text-shadow: none; border-radius: 3px; - outline: 0!important; margin-bottom: 0; font-size: 14px; font-weight: 600; @@ -3507,8 +3532,11 @@ section .profile-match-wrapper { body { padding-top: 95px; } + body.minimal { + padding: 15px; + } - #friendica-logo-mask { + #friendica-logo-mask { display: none; } @@ -3526,6 +3554,10 @@ section .profile-match-wrapper { padding: 10px; } + .toplevel_item > .wall-item-container { + padding: 0; + } + .wall-spacer { height: 0px; } @@ -3542,7 +3574,7 @@ section .profile-match-wrapper { right: 10px; } - .generic-page-wrapper, .profile_photo-content-wrapper, .videos-content-wrapper, .suggest-content-wrapper, .common-content-wrapper, .help-content-wrapper, .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper, .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper, .message-content-wrapper, .apps-content-wrapper, #adminpage, .delegate-content-wrapper, .uexport-content-wrapper, .viewcontacts-content-wrapper, .dfrn_request-content-wrapper, .friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper, .profperm-content-wrapper, .invite-content-wrapper, .tos-content-wrapper, .fsuggest-content-wrapper { + .generic-page-wrapper, .profile_photo-content-wrapper, .videos-content-wrapper, .suggest-content-wrapper, .common-content-wrapper, .help-content-wrapper, .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper, .directory-content-wrapper, .delegation-content-wrapper, .notes-content-wrapper, .message-content-wrapper, .apps-content-wrapper, #adminpage, .delegate-content-wrapper, .uexport-content-wrapper, .dfrn_request-content-wrapper, .friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper, .profperm-content-wrapper, .invite-content-wrapper, .tos-content-wrapper, .fsuggest-content-wrapper { border-radius: 0; padding: 10px; } @@ -3569,4 +3601,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; + } }