Anpassungen Device Sizes

This commit is contained in:
ja
2021-08-10 08:13:58 +02:00
parent fc72c27fdc
commit 1dbd7e34c2
3 changed files with 20 additions and 20 deletions

View File

@@ -69,12 +69,12 @@
<link rel="stylesheet" type="text/css" href="css/main.css"/> <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/style.css"/>
<LINK REL="SHORTCUT ICON" HREF="images/Icons/favicon/favicon.ico" /> <LINK REL="SHORTCUT ICON" HREF="images/Icons/favicon/favicon.ico" />
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> --> <!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
<script src="js/netzwerk.js" type="text/javascript"></script> <script src="js/netzwerk.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/> <link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/>
<script type="text/javascript"> <script type="text/javascript">
// Vergebe den Event-Handler // Vergebe den Event-Handler
document.onkeydown = handleKeyEvent; document.onkeydown = handleKeyEvent;
// Funktion, die den Event verarbeitet // Funktion, die den Event verarbeitet
@@ -89,26 +89,26 @@
} }
</script> </script>
<!--[if IE]> <!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/main.css"> <link rel="stylesheet" type="text/css" href="css/main.css">
<![endif]--> <![endif]-->
<!--[if IE 6]> <!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="css/main.css"> <link rel="stylesheet" type="text/css" href="css/main.css">
<![endif]--> <![endif]-->
<!--[if lt IE 7]> <!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="css/main.css"> <link rel="stylesheet" type="text/css" href="css/main.css">
<![endif]--> <![endif]-->
<!--[if lte IE 5.5999]> <!--[if lte IE 5.5999]>
<link rel="stylesheet" type="text/css" href="css/main.css"> <link rel="stylesheet" type="text/css" href="css/main.css">
<![endif]--> <![endif]-->
<!--[if gte IE 5.5]> <!--[if gte IE 5.5]>
<link rel="stylesheet" type="text/css" href="css/main.css"> <link rel="stylesheet" type="text/css" href="css/main.css">
<![endif]--> <![endif]-->
<style> <style>
Sidenav Sidenav
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body { body {

View File

@@ -301,7 +301,7 @@
MEDIAQUERIES MEDIAQUERIES
----------------------------------------------------- */ ----------------------------------------------------- */
@media (max-width: 768px) { @media (max-width: 575.98px) {
#sidebar { #sidebar {
margin-left: -250px; margin-left: -250px;
padding-top:0.5em; padding-top:0.5em;
@@ -356,7 +356,7 @@
} }
} }
@media (min-width: 768px) { @media (min-width: /*768px*/575.98px) {
#sidebar { #sidebar {
margin-left: -250px; margin-left: -250px;
padding-top:0.86em; padding-top:0.86em;

View File

@@ -201,7 +201,7 @@ Imports System.Data.SqlClient
MEDIAQUERIES MEDIAQUERIES
----------------------------------------------------- */ ----------------------------------------------------- */
@media (max-width: 768px) { @media (max-width: /*768px*/575.98px) {
#sidebar { #sidebar {
padding-top: 8px; padding-top: 8px;
font-size: 1.25em; font-size: 1.25em;
@@ -267,7 +267,7 @@ Imports System.Data.SqlClient
background-color:#fff; background-color:#fff;
} }
} }
@media (min-width: 768px){ @media (min-width: /*768px*/575.98px){
#sidebar { #sidebar {
margin-left: /*-250px*/-15.625rem; margin-left: /*-250px*/-15.625rem;
padding-top:0.5em; padding-top:0.5em;