CSS Erstellung und Änderungen

This commit is contained in:
ja
2021-08-27 09:26:28 +02:00
parent fe14e013fd
commit df768f430e
18 changed files with 148 additions and 133 deletions

View File

@@ -28,7 +28,7 @@
<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="../css/CardsBoxes.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/CardsBoxes.css"/>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="height:/*5px*/ 0.390625vh"></div>

View File

@@ -26,7 +26,7 @@
<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="../css/CustomerIndex.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/CustomerIndex.css"/>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

View File

@@ -131,7 +131,7 @@
</script>
<style>
</style>
<link rel="stylesheet" type="text/css" href="../css/MasterpageCustomers.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css"/>
</asp:ContentPlaceHolder>
<asp:ContentPlaceHolder id="head" runat="server">

View File

@@ -20,12 +20,9 @@
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
<link rel="stylesheet" type="text/css" href="../css/Welcome.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css" />
<link rel="stylesheet" type="text/css" href="../css/Customers/GroupPolicies.css"/>
<style>
#containerseiterand{
margin-left:5px;
margin-right:5px;
width:350px;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar.css"/>

View File

@@ -26,7 +26,7 @@
<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="../css/Invoices.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/Invoices.css"/>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

View File

@@ -30,7 +30,7 @@
<link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/>
<link rel="stylesheet" href="../css/navbarsidebar.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../css/LKWs.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/LKWs.css"/>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

View File

@@ -15,59 +15,8 @@
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
<style>
.btn btn-primary{
color: #043381;
background-color: #fff;
}
#tableSearch{
width:1500px;
}
.align-self-xl-start{
width:100%;
}
#normaltable{
width:1500px;
}
.carousel-inner {
width:600px;
}
@media (max-width: 558.98px) {
#conovertab {
width: 350px;
overflow-x: auto;
}
h1{
font-size:12px;
}
#tableSearch{
max-width:350px;
}
#containerseiterand{
margin-left:5px;
margin-right:5px;
width:350px;
}
#imgcar{
width:300px;
height:125px;
}
.carousel-inner{
width:600px;
height:125px;
}
.carousel-item{
width:600px;
height:125px;
}
carousel-caption d-none d-md-block{
width:600px;
height:125px;
}
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar.css"/>
<link rel="stylesheet" type="text/css" href="../css/main.css"/>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
@@ -76,7 +25,8 @@
<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="../css/navbarsidebar.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/Welcome.css"/>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

View File

@@ -0,0 +1,5 @@
#containerseiterand {
margin-left: 5px;
margin-right: 5px;
width: 350px;
}

64
css/Customers/Welcome.css Normal file
View File

@@ -0,0 +1,64 @@
#containerseiterand {
text-align: center;
}
.btn btn-primary {
color: #043381;
background-color: #fff;
}
#tableSearch {
width: 1500px;
}
.align-self-xl-start {
width: 100%;
}
#normaltable {
width: 1500px;
}
.carousel-inner {
width: 600px;
}
@media (max-width: 558.98px) {
#conovertab {
width: 350px;
overflow-x: auto;
}
h1 {
font-size: 12px;
}
#tableSearch {
max-width: 350px;
}
#containerseiterand {
margin-left: 5px;
margin-right: 5px;
width: 350px;
}
#imgcar {
width: 300px;
height: 125px;
}
.carousel-inner {
width: 600px;
height: 125px;
}
.carousel-item {
width: 600px;
height: 125px;
}
carousel-caption d-none d-md-block {
width: 600px;
height: 125px;
}
}

View File

@@ -1,3 +0,0 @@
#containerseiterand {
text-align: center;
}

View File

@@ -1,12 +0,0 @@
body {
background-color: #fff;
background-image: none;
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
}
@media (min-width: 768px) {
}

View File

@@ -277,8 +277,8 @@ a:focus {
}
#navbarbrandhauptpage {
transform: translateX(-50%);
left: 10%;
/*transform: translateX(-50%);*/
left: 15%;
top: 20%;
position: absolute;
text-align: center;

View File

@@ -64,7 +64,21 @@
window.history.back()
}
</script>
<link rel="stylesheet" type="text/css" href="../login/login_FLEX.css"/>
<style>
body {
background-color: #fff;
background-image: none;
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
}
@media (min-width: 768px) {
}
</style>
</head>
<body onload="FocusOnInput()">