Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
94032ee330
commit
faf3f4cf9e
1 changed files with 19 additions and 11 deletions
|
@ -26,6 +26,7 @@
|
||||||
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
||||||
/* Add other styling properties as needed */
|
/* Add other styling properties as needed */
|
||||||
border: 2px solid #00326d;
|
border: 2px solid #00326d;
|
||||||
|
margin: 5px;
|
||||||
}
|
}
|
||||||
.language-python {
|
.language-python {
|
||||||
/* New styles for Python code */
|
/* New styles for Python code */
|
||||||
|
@ -35,6 +36,7 @@
|
||||||
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
||||||
/* Add other styling properties as needed */
|
/* Add other styling properties as needed */
|
||||||
border: 2px solid #00326d;
|
border: 2px solid #00326d;
|
||||||
|
margin: 5px;
|
||||||
}
|
}
|
||||||
.language-matlab {
|
.language-matlab {
|
||||||
/* New styles for MATLAB code */
|
/* New styles for MATLAB code */
|
||||||
|
@ -44,6 +46,7 @@
|
||||||
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
||||||
/* Add other styling properties as needed */
|
/* Add other styling properties as needed */
|
||||||
border: 2px solid #00326d;
|
border: 2px solid #00326d;
|
||||||
|
margin: 5px;
|
||||||
}
|
}
|
||||||
.highlight .hll { color: #000000 background-color: #d5e3f3 }
|
.highlight .hll { color: #000000 background-color: #d5e3f3 }
|
||||||
.highlight { border: 0px; background: #d5e3f3; }
|
.highlight { border: 0px; background: #d5e3f3; }
|
||||||
|
@ -154,21 +157,26 @@
|
||||||
<div id="top"></div>
|
<div id="top"></div>
|
||||||
<div class="body-bg">
|
<div class="body-bg">
|
||||||
<header class="navbar navbar-default navbar-has-image navbar-top typo3-search-exclude">
|
<header class="navbar navbar-default navbar-has-image navbar-top typo3-search-exclude">
|
||||||
<div class="container">
|
<div class="container typo3-search-exclude meta">
|
||||||
<div class="navbar-header navbar-header-main">
|
<div class="row">
|
||||||
<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>
|
||||||
<div class="lightblue-container">
|
<div class="col-md-12">
|
||||||
<div class="lightblue-bar">
|
</div>
|
||||||
<div class="lightblue-title">
|
<div class="container">
|
||||||
<a href="/pytutorial/">PyTutorials</a>
|
<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>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- Main content -->
|
<!-- Main content -->
|
||||||
|
|
Loading…
Reference in a new issue