Verag Homepage Julius version 2

This commit is contained in:
ja
2021-08-02 07:56:52 +02:00
parent 66f7ea8ec4
commit ed5de0f448
5 changed files with 108 additions and 51 deletions

View File

@@ -63,7 +63,7 @@
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>VERAG AVISO-TV Online</title>
<title>VERAG AG Kundenseite</title>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<link rel="stylesheet" type="text/css" href="css/status.css"/>
@@ -75,8 +75,8 @@
color: #043381;
position: absolute;
background-color: #fff;
padding: 16px;
font-size: 16px;
padding: 1em;
font-size: 1em;
border: none;
}
@@ -85,15 +85,15 @@
display: none;
position: absolute;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
min-width: 10em;
box-shadow: 0em 0.5em 1em 0em rgba(0,0,0,0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
color: #043381;
padding: 12px 16px;
padding: 0.75em 1em;
text-decoration: solid;
display: block;
}
@@ -102,7 +102,7 @@
.dropdown-content a:hover {
background-color: #043384;
color: #fff;
text-shadow:5px;
text-shadow: 0.313em;
}
/* Show the dropdown menu on hover */
@@ -122,7 +122,7 @@
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid #ddd;
border: 0.063em solid #ddd;
}
#flex-container {