Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
  • Loading branch information
davrot authored Dec 2, 2023
1 parent 94032ee commit faf3f4c
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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 */
Expand All @@ -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; }
Expand Down Expand Up @@ -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 -->
Expand Down

0 comments on commit faf3f4c

Please sign in to comment.