summaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 951e83e..71f80a1 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -70,6 +70,7 @@ p.center {
position: inherit;
}
#___gcse_0:before { display: inline; }
+#___gcse_0 div.gsc-adBlock { display: none ! important; }
/* This is for mobile devices and the size of the youtube video */
iframe {
@@ -196,6 +197,16 @@ blockquote {
height: 80vh !important;
}
+.sticken {
+ position: sticky;
+ top: 50px;
+ height: calc(100vh - 50px);
+}
+
+.page > .sticken {
+ overflow-y: auto;
+}
+
/* news archive */
.container.home h3,
.container.home .h3 {