From d38f422af157c4db786ce78a103275880166a5db Mon Sep 17 00:00:00 2001 From: Uwe Schmitt <uwe.schmitt@id.ethz.ch> Date: Tue, 10 Sep 2019 19:07:50 +0200 Subject: [PATCH] the header of the notebooks now also shows (c) info --- custom.html | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/custom.html b/custom.html index 4c2418b..f4210b9 100644 --- a/custom.html +++ b/custom.html @@ -88,13 +88,41 @@ h1, h2, h3, h4 { font-family: Kameron, arial; - } div#maintoolbar {display: none !important;} + + div#site { + border-top: 20px solid #1F407A; + border-right: 20px solid #1F407A; + margin-bottom: 0; + padding-bottom: 0; + } + div#toc-wrapper { + border-left: 20px solid #1F407A; + border-top: 20px solid #1F407A; + + } + + body { + margin-botton:10px; + } + </style> <script> IPython.OutputArea.prototype._should_scroll = function(lines) { return false; } </script> + + +<footer id="attribution" style="float:left; color:#1F407A; background:#fff; font-family: helvetica;"> + Copyright (C) 2019 Scientific IT Services of ETH Zurich, + <p> + Contributing Authors: + Dr. Tarun Chadha, + Dr. Franziska Oschmann, + Dr. Mikolaj Rybinski, + Dr. Uwe Schmitt. + </p< +</footer> -- GitLab