X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fcss%2Fstyle.css;h=e284310b860a815fee2e15a1c55ede601029fca7;hb=c32b2463b96643c794113146543624e8f993084c;hp=2be7d5cb46fc997fc1e3428629d5e53132a8ec97;hpb=5efab810f5ac961995940e8ca4051123334111c2;p=friendica.git diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 2be7d5cb46..e284310b86 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -38,6 +38,18 @@ body a { color: $link_color; text-decoration: none; } +/* Anchors incorrectly display with a fixed top menu. This global rule offsets all + * anchors so that accessing them with a # link will actually scroll the associated + * content in the visible part of the page. + * + * anchor.top should be the opposite of body.padding-top + */ +body a[name]:not([href]) { + display: block; + position: relative; + top: -110px; + visibility: hidden; +} body a:hover, body a:focus, body a:active, body a.active, body .btn-link:hover{ /*color: #59d6e4;*/