Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
39ff0c5bd3
commit
9063412a16
1 changed files with 10 additions and 0 deletions
|
@ -163,6 +163,16 @@
|
||||||
footer .footer-section-content {
|
footer .footer-section-content {
|
||||||
background-image: url(https://www.uni-bremen.de/typo3conf/ext/package/Resources/Public/Images/Backgrounds/uhb_background_footer.png);
|
background-image: url(https://www.uni-bremen.de/typo3conf/ext/package/Resources/Public/Images/Backgrounds/uhb_background_footer.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav .toc-class {
|
||||||
|
position: fixed;
|
||||||
|
top: 10px; /* Adjust as needed */
|
||||||
|
right: 10px; /* Adjust as needed */
|
||||||
|
width: 200px; /* Adjust as needed */
|
||||||
|
height: 100%;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue