CSS Erstellung und Änderungen
This commit is contained in:
5
css/Customers/GroupPolicies.css
Normal file
5
css/Customers/GroupPolicies.css
Normal file
@@ -0,0 +1,5 @@
|
||||
#containerseiterand {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
width: 350px;
|
||||
}
|
||||
64
css/Customers/Welcome.css
Normal file
64
css/Customers/Welcome.css
Normal 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;
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
#containerseiterand {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
body {
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
#Login1_LoginButton {
|
||||
color: #fff;
|
||||
background-color: #003680;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
}
|
||||
@@ -89,14 +89,14 @@ a:focus {
|
||||
margin-right: -2.5rem;
|
||||
}
|
||||
|
||||
#sidebarCollapse:hover {
|
||||
background-color: #043381;
|
||||
color: #fff;
|
||||
border-radius: 5px;
|
||||
border-radius: 0.313em;
|
||||
margin-right: 5px;
|
||||
margin-right: 0.313rem;
|
||||
}
|
||||
#sidebarCollapse:hover {
|
||||
background-color: #043381;
|
||||
color: #fff;
|
||||
border-radius: 5px;
|
||||
border-radius: 0.313em;
|
||||
margin-right: 5px;
|
||||
margin-right: 0.313rem;
|
||||
}
|
||||
/* ---------------------------------------------------
|
||||
SIDEBAR STYLE
|
||||
----------------------------------------------------- */
|
||||
@@ -113,57 +113,57 @@ a:focus {
|
||||
color:#043381;
|
||||
}
|
||||
|
||||
#sidebar.active {
|
||||
margin-left: -250px;
|
||||
}
|
||||
#sidebar.active {
|
||||
margin-left: -250px;
|
||||
}
|
||||
|
||||
#sidebar .sidebar-header {
|
||||
background: #fff;
|
||||
}
|
||||
#sidebar .sidebar-header {
|
||||
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.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 p {
|
||||
color: #043381;
|
||||
padding: 14px;
|
||||
padding: 0.875em;
|
||||
}
|
||||
|
||||
#sidebar ul li a {
|
||||
padding: 10px;
|
||||
padding: 0.625em;
|
||||
font-size: 16px;
|
||||
font-size: 1em;
|
||||
display: block;
|
||||
}
|
||||
#sidebar ul li a {
|
||||
padding: 10px;
|
||||
padding: 0.625em;
|
||||
font-size: 16px;
|
||||
font-size: 1em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#sidebar ul li a:hover {
|
||||
color: #fff;
|
||||
background-color: #043381;
|
||||
}
|
||||
#sidebar ul li a:hover {
|
||||
color: #fff;
|
||||
background-color: #043381;
|
||||
}
|
||||
|
||||
#sidebar ul li.active > a,
|
||||
a[aria-expanded="true"] {
|
||||
color: #fafafa;
|
||||
background-color: #043381;
|
||||
}
|
||||
#sidebar ul li.active > a,
|
||||
a[aria-expanded="true"] {
|
||||
color: #fafafa;
|
||||
background-color: #043381;
|
||||
}
|
||||
|
||||
a[data-toggle="collapse"] {
|
||||
position: relative;
|
||||
}
|
||||
a[data-toggle="collapse"] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.dropdown-toggle::after {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 20px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.dropdown-toggle::after {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 20px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
ul ul a {
|
||||
font-size: 0.875em !important;
|
||||
@@ -277,8 +277,8 @@ a:focus {
|
||||
}
|
||||
|
||||
#navbarbrandhauptpage {
|
||||
transform: translateX(-50%);
|
||||
left: 10%;
|
||||
/*transform: translateX(-50%);*/
|
||||
left: 15%;
|
||||
top: 20%;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user