Alle Seiten haben eigenes CSS-Files

This commit is contained in:
ja
2021-08-27 08:30:29 +02:00
parent e089f74a7a
commit 79fe87cf54
12 changed files with 9015 additions and 668 deletions

View File

@@ -111,55 +111,9 @@
<script type="text/javascript" src="/js/languageupdatescript.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheets/StyleInfoPanel.css"/>
<link rel="stylesheet" type="text/css" href="css/Dropdown.css"/>
<style>
.dropbtn {
background-color: #043381;
position: page:absolute;
color: white;
padding: 16px;
padding: 1em;
font-size: 16px;
font-size: 1em;
border: none;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 160px;
min-width: 10em;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
box-shadow: 0em 0.5em 1em 0em rgba(0,0,0,0,2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 12px 16px;
padding: 0.75em 1em;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #043381;
color: #fff;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
background-color: #043381;
}
</style>
</head>