Verag Homepage Julius version 2
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
' End Property,
|
||||
</script>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG Spedition"/>
|
||||
<title>VERAG Spedition AG</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css"/>
|
||||
@@ -113,13 +113,16 @@
|
||||
|
||||
p {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-size: 17.6px;
|
||||
font-size: 1.1em;
|
||||
font-weight: 300;
|
||||
line-height: 27.2px;
|
||||
line-height: 1.7em;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
#footer {
|
||||
font-size: 8px;
|
||||
font-size:0.5em;
|
||||
}
|
||||
|
||||
@@ -133,11 +136,14 @@
|
||||
|
||||
.navbar {
|
||||
padding: 25px 30px;
|
||||
padding: 1.563em 1.875em;
|
||||
background: #fff;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 2.5em;
|
||||
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0.063em 0.063em 0.188em rgba(0,0,0,0.1);
|
||||
}
|
||||
.nav-item dropdown::marker{
|
||||
background-color:#fff;
|
||||
@@ -149,7 +155,7 @@
|
||||
.navbar-btn {
|
||||
box-shadow: none;
|
||||
outline: none !important;
|
||||
border: 2px;
|
||||
border: 2rem;
|
||||
|
||||
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5384BE', endColorstr='#4386D7');
|
||||
@@ -167,21 +173,27 @@
|
||||
.line {
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
height: 0.063em;
|
||||
border-bottom: 1px dashed #ddd;
|
||||
border-bottom: 0.063em dashed #ddd;
|
||||
margin: 40px 0;
|
||||
margin: 2.5em 0;
|
||||
}
|
||||
|
||||
#sidebarCollapse {
|
||||
background-color: #043381;
|
||||
color: #fff;
|
||||
margin-right:-123px;
|
||||
margin-right:-7.688em;
|
||||
}
|
||||
|
||||
#sidebarCollapse:hover {
|
||||
background-color: #000085;
|
||||
color: #fff;
|
||||
border-radius:5px;
|
||||
border-radius: 0.313em;
|
||||
margin-right:5px;
|
||||
margin-right: 0.313em;
|
||||
}
|
||||
/* ---------------------------------------------------
|
||||
SIDEBAR STYLE
|
||||
@@ -195,7 +207,9 @@
|
||||
|
||||
#sidebar {
|
||||
min-width: 250px;
|
||||
min-width: 15.625em;
|
||||
max-width: 250px;
|
||||
max-width: 15.625em;
|
||||
background:#fff;
|
||||
color: #000000;
|
||||
transition: all 0.2s;
|
||||
@@ -203,26 +217,33 @@
|
||||
|
||||
#sidebar.active {
|
||||
margin-left: -250px;
|
||||
margin-left: -15.625em;
|
||||
}
|
||||
|
||||
#sidebar .sidebar-header {
|
||||
padding: 20px;
|
||||
padiing: 1.25em;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
#sidebar ul.components {
|
||||
padding: 20px 0;
|
||||
padding: 1.25em 0;
|
||||
border-bottom: 1px solid #043381;
|
||||
border-bottom: 1.25em solid #043381;
|
||||
}
|
||||
|
||||
#sidebar ul p {
|
||||
color: #043381;
|
||||
padding: 14px;
|
||||
padding: 0.875em;
|
||||
}
|
||||
|
||||
#sidebar ul li a {
|
||||
padding: 10px;
|
||||
font-size: 1.1em;
|
||||
padding: 0.625em;
|
||||
font-size: 16px;
|
||||
font-size: 1em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -246,11 +267,12 @@
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 20px;
|
||||
right: 1.25em;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
ul ul a {
|
||||
font-size: 0.9em !important;
|
||||
font-size: 0.875em !important;
|
||||
padding-left: 30px !important;
|
||||
background: #fff;
|
||||
}
|
||||
@@ -261,10 +283,13 @@
|
||||
|
||||
ul.CTAs a {
|
||||
text-align: center;
|
||||
font-size: 0.9em !important;
|
||||
font-size: 14px !important;
|
||||
font-size: 0.875em !important;
|
||||
display: block;
|
||||
border-radius: 5px;
|
||||
border-radius: 0.313em;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 0.313em;
|
||||
}
|
||||
|
||||
a.download {
|
||||
@@ -285,6 +310,7 @@
|
||||
#content {
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
padding: 1.25em;
|
||||
min-height: 100vh;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
@@ -295,31 +321,40 @@
|
||||
@media (max-width: 768px) {
|
||||
#sidebar {
|
||||
margin-left: -250px;
|
||||
padding-top:0.5em;
|
||||
font-size:1.2em;
|
||||
margin-left: -15.625em;
|
||||
padding-top: 8px;
|
||||
padding-top:0.5em;
|
||||
font-size: 20.32px;
|
||||
font-size: 1.27em;
|
||||
}
|
||||
#content{
|
||||
font-size:1.56em;
|
||||
#content{
|
||||
font-size: 18.56px;
|
||||
font-size:1.16em;
|
||||
max-width:100%;
|
||||
min-width:60%;
|
||||
}
|
||||
#footer_content{
|
||||
font-size: 6.4px;
|
||||
font-size:0.4em;
|
||||
padding-inline:1px;
|
||||
padding-inline:0.063em;
|
||||
max-width:100%;
|
||||
min-width:60%;
|
||||
}
|
||||
.nav-link dropdown-toggle
|
||||
{
|
||||
font-size: 15.36px;
|
||||
font-size:0.96em;
|
||||
font-style:inherit;
|
||||
font-size-adjust:-2.52;
|
||||
}
|
||||
nav-item dropdown::marker{
|
||||
font-size:0px;
|
||||
font-size: 0em;
|
||||
}
|
||||
#navbarDropdown{
|
||||
font-size:0.86;
|
||||
font-size: 12.16px;
|
||||
font-size:0.76em;
|
||||
}
|
||||
#navbar{
|
||||
font-size:initial;
|
||||
@@ -334,29 +369,38 @@
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#sidebar {
|
||||
margin-left: -250px;
|
||||
margin-left: -250px;
|
||||
margin-left: -15.625em;
|
||||
padding-top: 8px;
|
||||
padding-top:0.5em;
|
||||
font-size:1.2em;
|
||||
font-size: 20px;
|
||||
font-size:1.25em;
|
||||
}
|
||||
#content{
|
||||
font-size:1.56em;
|
||||
#content{
|
||||
font-size: 25.12px;
|
||||
font-size:1.57em;
|
||||
max-width:100%;
|
||||
min-width:60%;
|
||||
}
|
||||
#footer_content{
|
||||
font-size: 6.4px;
|
||||
font-size:0.4em;
|
||||
padding-inline:1px;
|
||||
padding-inline:0.063em;
|
||||
max-width:100%;
|
||||
min-width:60%;
|
||||
}
|
||||
.nav-link dropdown-toggle
|
||||
{
|
||||
font-size: 13.76px;
|
||||
font-size:0.86em;
|
||||
font-style:inherit;
|
||||
font-size-adjust:-4.52;
|
||||
font-size-adjust: -72.32px;
|
||||
font-size-adjust:-4.52em;
|
||||
}
|
||||
nav-item dropdown::marker{
|
||||
font-size:0px;
|
||||
font-size:0em;
|
||||
overflow:hidden;
|
||||
}
|
||||
#navbarDropdown{
|
||||
@@ -373,11 +417,14 @@
|
||||
}
|
||||
#navbar.menu_class{
|
||||
width:20px;
|
||||
width: 1.25em;
|
||||
height:14px;
|
||||
height: 0.875em;
|
||||
}
|
||||
|
||||
#pagecontent{
|
||||
font-size:2.12em;
|
||||
font-size: 33.2px;
|
||||
font-size:2.075em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center
|
||||
@@ -412,13 +459,19 @@
|
||||
|
||||
/*Menue Header IMG style*/
|
||||
#main-menu div.menu_01 .menu_logo{
|
||||
position:absolute;
|
||||
position:absolute;
|
||||
left:10px;
|
||||
left: 0.625em;
|
||||
top:20px;
|
||||
top: 1.25em;
|
||||
margin:0px;
|
||||
margin:0em;
|
||||
padding:0px;
|
||||
padding:0em;
|
||||
max-width:60px;
|
||||
max-width: 3.75em;
|
||||
max-height: 60px;
|
||||
max-height: 3.75em;
|
||||
z-index:2;
|
||||
}
|
||||
.offcanvas-body {
|
||||
@@ -457,17 +510,15 @@
|
||||
<p>VERAG Spedition AG</p>
|
||||
<li class="active">
|
||||
<%
|
||||
%>
|
||||
<%
|
||||
Dim DB As New cDBFunctions
|
||||
Dim laenderkuerzel As String = "de"
|
||||
Dim navigation_footer As List(Of cNavigation) = DB.qry_menu_tags(laenderkuerzel)
|
||||
Dim nameproj As String = ""
|
||||
nameproj = "newpageJulius_Sidebar.aspx"
|
||||
Dim DB As New cDBFunctions
|
||||
Dim laenderkuerzel As String = "de"
|
||||
Dim navigation_footer As List(Of cNavigation) = DB.qry_menu_tags(laenderkuerzel)
|
||||
Dim nameproj As String = ""
|
||||
nameproj = "newpageJulius_Sidebar.aspx"
|
||||
|
||||
If laenderkuerzel Is Nothing Then
|
||||
laenderkuerzel = "de"
|
||||
Else
|
||||
If laenderkuerzel Is Nothing Then
|
||||
laenderkuerzel = "de"
|
||||
Else
|
||||
%>
|
||||
<li>
|
||||
<a href="#homeSubmenu" data-toggle="collapse" aria-expanded="false" class="dropdown-toggle">Unternehmen</a>
|
||||
@@ -743,7 +794,7 @@
|
||||
Next
|
||||
End If%>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
</li>
|
||||
<%
|
||||
Next
|
||||
@@ -856,7 +907,8 @@
|
||||
<div class="footer_content"><b>VERAG Spedition AG</b> A-4975 Suben 14-15 Tel.: +43 7711 2777-0, Fax: +43 7711 31600, email: info@verag.ag</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</form>
|
||||
|
||||
</li>
|
||||
<script type="text/javascript" src="js/toptions/top_up-min.js"></script>
|
||||
<!-- jQuery CDN - Slim version (=without AJAX) -->
|
||||
|
||||
Reference in New Issue
Block a user