Update default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-02 17:48:43 +01:00 committed by GitHub
parent 94032ee330
commit faf3f4cf9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@
font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */
border: 2px solid #00326d;
margin: 5px;
}
.language-python {
/* New styles for Python code */
@ -35,6 +36,7 @@
font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */
border: 2px solid #00326d;
margin: 5px;
}
.language-matlab {
/* New styles for MATLAB code */
@ -44,6 +46,7 @@
font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */
border: 2px solid #00326d;
margin: 5px;
}
.highlight .hll { color: #000000 background-color: #d5e3f3 }
.highlight { border: 0px; background: #d5e3f3; }
@ -154,21 +157,26 @@
<div id="top"></div>
<div class="body-bg">
<header class="navbar navbar-default navbar-has-image navbar-top typo3-search-exclude">
<div class="container">
<div class="navbar-header navbar-header-main">
<a class="navbar-brand navbar-brand-image" href="https://www.uni-bremen.de/">
<img class="navbar-brand-logo-normal" src="https://www.uni-bremen.de/typo3conf/ext/package/Resources/Public/Images/logo_ub_2021.png" alt="Logo Universität Bremen, zurück zur Startseite">
</a>
<div class="container typo3-search-exclude meta">
<div class="row">
</div>
<div class="lightblue-container">
<div class="lightblue-bar">
<div class="lightblue-title">
<a href="/pytutorial/">PyTutorials</a>
<div class="col-md-12">
</div>
<div class="container">
<div class="navbar-header navbar-header-main">
<a class="navbar-brand navbar-brand-image" href="https://www.uni-bremen.de/">
<img class="navbar-brand-logo-normal" src="https://www.uni-bremen.de/typo3conf/ext/package/Resources/Public/Images/logo_ub_2021.png" alt="Logo Universität Bremen, zurück zur Startseite">
</a>
</div>
<div class="lightblue-container">
<div class="lightblue-bar">
<div class="lightblue-title">
<a href="/pytutorial/">PyTutorials</a>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Main content -->