]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
Merge remote-tracking branch 'upstream/develop' into 1610-priority-dbclean
[friendica.git] / view / theme / frio / css / style.css
index a9c1a67d446e474f355f3d652d747a4d0a125f04..e284310b860a815fee2e15a1c55ede601029fca7 100644 (file)
@@ -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;*/
@@ -75,6 +87,9 @@ blockquote {
 .hidden {
     display: none !important;
 }
+code {
+       white-space: pre;
+}
 
 /*
 * standard page elements