Änderungen CSS

This commit is contained in:
ja
2021-08-30 10:55:45 +02:00
parent fd0a71ee93
commit d7d2619df2
12 changed files with 176 additions and 153 deletions

View File

@@ -21,19 +21,20 @@
font-size: 0; font-size: 0;
visibility: hidden; visibility: hidden;
color: #043381; color: #043381;
} }
</style> </style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
<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" /> <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="../css/main.css"/>
<link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/> <link rel="stylesheet" type="text/css" href="../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar.css"/> <link rel="stylesheet" type="text/css" href="../css/navbarsidebar.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/Welcome.css"/> <link rel="stylesheet" type="text/css" href="../css/Customers/Welcome.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/CustomerIndex.css"/> <link rel="stylesheet" type="text/css" href="../css/Customers/CustomerIndex.css"/>
</asp:Content> </asp:Content>

View File

@@ -6,8 +6,7 @@
<head runat="server"> <head runat="server">
<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/example.css"/>
<script type="text/javascript"> <script type="text/javascript">
// Vergebe den Event-Handler // Vergebe den Event-Handler
document.onkeydown = handleKeyEvent; document.onkeydown = handleKeyEvent;
@@ -75,8 +74,8 @@
' End Property, ' End Property,
</script> </script>
<link rel="stylesheet" type="text/css" href="../css/StyleSheetWebsiteNew.css"/>
<link rel="stylesheet" type="text/css" href="/css/navbarsidebar.css"/>
<script type="text/javascript" src="../js/languageupdatescript.js"></script> <script type="text/javascript" src="../js/languageupdatescript.js"></script>
<!--Hover Info --> <!--Hover Info -->
@@ -94,8 +93,7 @@
<title></title> <title></title>
<asp:ContentPlaceHolder id="ContentPlaceHolder2" runat="server"> <asp:ContentPlaceHolder id="ContentPlaceHolder2" runat="server">
<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/example.css"/>
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" /> <link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
<script type="text/javascript"> <script type="text/javascript">
// Vergebe den Event-Handler // Vergebe den Event-Handler
@@ -114,8 +112,8 @@
<!-- Scroll Script--> <!-- Scroll Script-->
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script> <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<link rel="stylesheet" type="text/css" href="../css/StyleSheetWebsiteNew.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
<script type="text/javascript" src="../js/languageupdatescript.js"></script> <script type="text/javascript" src="../js/languageupdatescript.js"></script>
<!--Hover Info --> <!--Hover Info -->
@@ -131,7 +129,15 @@
</script> </script>
<style> <style>
</style> </style>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../css/Dropdown.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css"/> <link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
</asp:ContentPlaceHolder> </asp:ContentPlaceHolder>
<asp:ContentPlaceHolder id="head" runat="server"> <asp:ContentPlaceHolder id="head" runat="server">
@@ -282,41 +288,41 @@
<!-- Page Content --> <!-- Page Content -->
<nav id="content"> <nav id="content">
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel"> <div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel">
<div class="modal-dialog modal-dialog-scrollable" style="min-width: 850px; min-height: 800px; overflow: hidden; place-self:center"> <div class="modal-dialog modal-dialog-scrollable" style="min-width: 850px; min-height: 800px; overflow: hidden; place-self:center">
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Profil: User: <%=Me.Page.User.Identity.Name %></h5> <h5 class="modal-title" id="exampleModalLabel">Profil: User: <%=Me.Page.User.Identity.Name %></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<div class="container-fluid" > <div class="container-fluid" >
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<div class="col-sm-6"> <div class="col-sm-6">
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/samples/default-avatar.jpg"/> <asp:Image ID="Image1" runat="server" ImageUrl="~/images/samples/default-avatar.jpg"/>
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
<ul style="list-style:unset;border:2.3px ridge #043381"> <ul style="list-style:unset;border:2.3px ridge #043381">
<li> Name: <%=Me.Page.User.Identity.Name %></li> <li> Name: <%=Me.Page.User.Identity.Name %></li>
<li> Registriert seit: 15/02/2021</li> <li> Registriert seit: 15/02/2021</li>
<li> Die Berechtigungen im Überblick </li> <li> Die Berechtigungen im Überblick </li>
<ul> <ul>
<li><img src="../images/Icons/main/checkmarkcircle_veragblau.png" style="width:20px;height:20px;"/>"Zoll"</li> <li><img src="../images/Icons/main/checkmarkcircle_veragblau.png" style="width:20px;height:20px;"/>"Zoll"</li>
<li><img src="../images/Icons/main/checkmarkcircle_veragblau.png" style="width:20px;height:20px;"/>"Suben"</li> <img src="../images/Icons/main/checkmarkcircle_veragblau.png" style="width:20px;height:20px;"/>"Suben"</li>
<li><img src="../images/Icons/main/cross_wrong_close_delete_icon.png" style="width:20px;height:20px;"/>"Waidhaus"</li> <li><img src="../images/Icons/main/cross_wrong_close_delete_icon.png" style="width:20px;height:20px;"/>"Waidhaus"</li>
</ul> </ul>
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" id="butclose" class="btn btn-secondary" style="background-color:#043381;color:#fff" data-bs-dismiss="modal">Close</button> <button type="button" id="butclose" class="btn btn-secondary" style="background-color:#043381;color:#fff" data-bs-dismiss="modal">Close</button>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<div class="d-md-none"> <div class="d-md-none">
<nav class="navbar navbar-expand-md navbar-light bg-light justify-content-md-center flex-nowrap"> <nav class="navbar navbar-expand-md navbar-light bg-light justify-content-md-center flex-nowrap">
@@ -389,7 +395,7 @@
<div class="d-none d-md-block"> <div class="d-none d-md-block">
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff"> <nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff">
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx?lan2=DE&lan3=0"><img src="../images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a> <a class="navbar-brand" href="../newpageJulius_Sidebar.aspx?lan2=DE&lan3=0"><img src="../images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
<div class="mx-auto"> <div class="align-self: center">
<div class="btn-group"> <div class="btn-group">
<a type="button" class="btn btn-primary" href="Welcome.aspx" style="background-color:#fff; color:#043381;border:hidden;">Startseite</a> <a type="button" class="btn btn-primary" href="Welcome.aspx" style="background-color:#fff; color:#043381;border:hidden;">Startseite</a>
<!-- <button type="button" class="btn btn-danger dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;border:hidden;"> <!-- <button type="button" class="btn btn-danger dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;border:hidden;">
@@ -431,8 +437,8 @@
<a class="dropdown-item" href="#">Separated link</a> <a class="dropdown-item" href="#">Separated link</a>
</div>--> </div>-->
</div> </div>
</div> </div>
<div style="padding-right:240px;">
<ul class="nav nav-pills"> <ul class="nav nav-pills">
<li class="nav-item dropdown"> <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false"><asp:LoginName ID="LoginName1" runat="server" /></a> <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false"><asp:LoginName ID="LoginName1" runat="server" /></a>
@@ -446,8 +452,9 @@
</ul> </ul>
</ul> </ul>
</div>
<div id="divueberdropdown">
<div id="divueberdropdown">
<div class="dropdown" style="background-color:#fff; color:#043381; margin-right:9.813rem;position:sticky;"> <div class="dropdown" style="background-color:#fff; color:#043381; margin-right:9.813rem;position:sticky;">
<button class="dropbtn"> <center><img id="myImage" src="../<%=flagpath%>" style="border:1px solid #fff;width:32px; justify-items:center;" alt="Logo Schriftzug: Verag Spedition AG Blaue Schrift: Verag Spedition Graue Schrift: AG" /></center></button> <button class="dropbtn"> <center><img id="myImage" src="../<%=flagpath%>" style="border:1px solid #fff;width:32px; justify-items:center;" alt="Logo Schriftzug: Verag Spedition AG Blaue Schrift: Verag Spedition Graue Schrift: AG" /></center></button>
<div class="dropdown-content"> <div class="dropdown-content">

26
Customers/Default.aspx Normal file
View File

@@ -0,0 +1,26 @@
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="Customers_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server">
<!-- Bootstrap -->
<html lang="en"></html>
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex"/>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
<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" />
<link rel="stylesheet" type="text/css" href="../css/Dropdown.css"/>
<!-- <link rel="stylesheet" type="text/css" href="../css/style.css"/>-->
<link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>

View File

@@ -0,0 +1,5 @@

Partial Class Customers_Default
Inherits System.Web.UI.Page
End Class

View File

@@ -17,15 +17,15 @@
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" /> <link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
<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" /> <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="../css/main.css"/>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
<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"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/Welcome.css"/> <link rel="stylesheet" type="text/css" href="../css/Customers/Welcome.css"/>
</asp:Content> </asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
@@ -36,7 +36,7 @@
<asp:Label ID="Label1" runat="server" Text="Mitarbeiter "></asp:Label> <asp:Label ID="Label1" runat="server" Text="Mitarbeiter "></asp:Label>
<div style="height:25px;padding:7.5px 0;"> <div style="height:25px;padding:7.5px 0;">
<h1>News für dich:</h1> <h1>News für dich:</h1>
</div> </div>
<!--<br><br> <!--<br><br>
Die Mitarbeiter der VERAG Spedition AG haben sich auf die Bereiche Zoll und Steuer spezialisiert und können so ihren Kunden einen individuell abgestimmten Service anbieten. Die Mitarbeiter der VERAG Spedition AG haben sich auf die Bereiche Zoll und Steuer spezialisiert und können so ihren Kunden einen individuell abgestimmten Service anbieten.
@@ -52,24 +52,24 @@
</div> </div>
<div class="carousel-inner"> <div class="carousel-inner">
<div class="carousel-item active"> <div class="carousel-item active">
<a href="Invoices.aspx"> <img src="../images/pics/pexels-kampus-production-7477713.jpg" id="imgcar" style="width:100%;height:auto" alt="First slide"></a> <a href="Invoices.aspx"> <img src="../images/pics/pexels-kampus-production-7477713.jpg" id="imgcar" style="width: 100%" alt="First slide"></a>
<div class="carousel-caption d-none d-md-block" style="background:linear-gradient(to right, #003680 , #0055cc);opacity:80%"> <div class="carousel-caption d-block d-md-block" style="background:linear-gradient(to right, #003680 , #0055cc);opacity:80%;height:auto">
<a href="Invoices.aspx?Par1=3"><h5 style="opacity:100%">Rechnungen</h5></a> <a href="Invoices.aspx"><h5 style="opacity:100%">Rechnungen</h5></a>
<a href="Invoices.aspx?Par1=3"> <p style="color:#fff;opacity:100%">Hier erfahren sie alles über Ihre Rechnungen.</p></a> <a href="Invoices.aspx"> <p style="color:#fff;opacity:100%">Hier erfahren sie alles über Ihre Rechnungen.</p></a>
</div> </div>
</div> </div>
<div class="carousel-item"> <div class="carousel-item">
<a href="CustomerIndex.aspx"><img class="d-block w-100" src="../images/pics/pexels-photoscom-93398.jpg" id="imgcar" style="width:100%;height:auto" alt="Second slide"></a> <a href="CustomerIndex.aspx"><img src="../images/pics/pexels-photoscom-93398.jpg" id="imgcar" style="width: 100%" alt="Second slide"></a>
<div class="carousel-caption d-none d-md-block" style="background:linear-gradient(to right, #003680 , #0055cc);opacity:80%"> <div class="carousel-caption d-block d-md-block" style="background:linear-gradient(to right, #003680 , #0055cc);opacity:80%;height:auto">
<a href="CustomerIndex.aspx"> <h5 style="opacity:100%">Kundenseite</h5></a> <a href="CustomerIndex.aspx"> <h5 style="opacity:100%">Kundenseite</h5></a>
<a href="CustomerIndex.aspx"><p style="color:#fff;opacity:100%">Hier beginnt alles mit Ihren Aufträgen.</p></a> <a href="CustomerIndex.aspx"><p style="color:#fff;opacity:100%">Hier beginnt alles mit Ihren Aufträgen.</p></a>
</div> </div>
</div> </div>
<div class="carousel-item"> <div class="carousel-item">
<a href="Welcome.aspx"><img class="d-block w-100" src="../images/pics/pexels-jopwell-2422293.jpg" id="imgcar" style="width:100%;height:auto" alt="Third slide"></a> <a href="Welcome.aspx"><img src="../images/pics/pexels-jopwell-2422293.jpg" id="imgcar" style="width: 100%" alt="Third slide"></a>
<div class="carousel-caption d-block w-90" style="background:linear-gradient(to right, #003680 , #0055cc);opacity:80%;width:100%;height:auto"> <div class="carousel-caption d-block d-md-block" style="background:linear-gradient(to right, #003680 , #0055cc);opacity:80%;height:auto">
<a href="Welcome.aspx"><h5 style="opacity:100%">Startseite</h5></a> <a href="Welcome.aspx"><h5 style="opacity:100%">Startseite</h5></a>
<a href="Welcome.aspx?Par1=1"><p style="color:#fff;opacity:100%">Der Einstieg zu Ihrem Profil.</p></a> <a href="Welcome.aspx"><p style="color:#fff;opacity:100%">Der Einstieg zu Ihrem Profil.</p></a>
</div> </div>
</div> </div>
</div> </div>
@@ -81,13 +81,7 @@
<span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">>></span> <span class="visually-hidden">>></span>
</button> </button>
</div> </div>
</div> </div>
<div style="height:/*140px*/15.069967707212056vh;"></div> <div style="height:/*140px*/15.069967707212056vh;"></div>
</asp:Content> </asp:Content>

View File

@@ -1,13 +1,4 @@
body { 
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
#tableSearch { #tableSearch {
width: 1250px; width: 1250px;

View File

@@ -1,6 +1,4 @@
 .btn btn-primary {
.btn btn-primary {
color: #043381; color: #043381;
background-color: #fff; background-color: #fff;
} }

View File

@@ -1,13 +1,4 @@
body { 
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
.btn btn-primary { .btn btn-primary {
color: #043381; color: #043381;

View File

@@ -1,7 +1,7 @@
body { body {
font-family: 'Poppins', sans-serif; font-family: 'Poppins', sans-serif;
background: #fafafa; background: #fafafa;
background-image: src(../images/road.jpg); background-image: src(../../images/road.jpg);
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: fixed; background-attachment: fixed;
@@ -66,6 +66,16 @@ ContentPlaceHolder1 {
} }
@media (max-width: 575px) { @media (max-width: 575px) {
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: none;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color:#fff;
}
table { table {
border-collapse: collapse; border-collapse: collapse;
width: /*575px;*/ 126.65198237885463vw; width: /*575px;*/ 126.65198237885463vw;
@@ -153,7 +163,7 @@ ContentPlaceHolder1 {
body { body {
font-family: 'Poppins', sans-serif; font-family: 'Poppins', sans-serif;
background: #fafafa; background: #fafafa;
background-image: src(../images/road.jpg); background-image: src(../../images/road.jpg);
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: fixed; background-attachment: fixed;

View File

@@ -1,13 +1,4 @@
body { 
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
#containerseiterand { #containerseiterand {
text-align: center; text-align: center;
} }
@@ -19,24 +10,37 @@
#tableSearch { #tableSearch {
width: 1300px; width: 1300px;
} }
.align-self-xl-start { .align-self-xl-start {
width: 100%; width: 100%;
} }
#normaltable { #normaltable {
width: 1500px; width: 1500px;
} }
.carousel-inner { .carousel-inner {
width: 100%; width: 1604px;
} }
h1 { h1 {
color: #043381; color: #043381;
font-size: 32px; font-size: 32px;
} }
#imgcar { #imgcar {
width: 800px; width: 100%;
height: auto;
}
.carousel-inner {
width: 1604px;
height: 333px;
}
.carousel-item {
width: 1604px;
height: 333px;
}
.carousel-item active {
width: 1604px;
height: 333px;
}
.carousel slide {
width: 1604px;
height: 333px; height: 333px;
} }
@media (max-width: 558.98px) { @media (max-width: 558.98px) {
@@ -61,22 +65,36 @@ h1 {
} }
#imgcar { #imgcar {
width: 300px; width: 140%;
height: 125px; height: auto;
} }
.carousel-inner { .carousel-inner {
width: 600px; width: 360px;
height: 125px; height: 72px;
} }
.carousel-item { .carousel-item {
width: 600px; width: 360px;
height: 125px; height: 72px;
} }
carousel-caption d-none d-md-block { .carousel-item active {
width: 600px; width: 360px;
height: 125px; height: 72px;
}
#imgcar.d-block w-100 {
width: 360px;
height: 72px;
}
.carousel slide {
width: 360px;
height: 72px;
}
.carousel-caption d-block d-md-block {
width: 320px;
height: 62px;
} }
} }

View File

@@ -1,16 +1,7 @@
 
/*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 {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(/images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
p { p {
font-family: 'Poppins', sans-serif; font-family: 'Poppins', sans-serif;
@@ -102,7 +93,7 @@ a:focus {
} }
/* --------------------------------------------------- /* ---------------------------------------------------
SIDEBAR STYLE SIDEBAR STYLE
----------------------------------------------------- */ ----------------------------------------------------- */
.wrapper { .wrapper {
display: flex; display: flex;

View File

@@ -1,16 +1,7 @@
 
/*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 {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
p { p {
font-family: 'Poppins', sans-serif; font-family: 'Poppins', sans-serif;