Css Stil in newpageJulius_Sidebar.aspx gespeichert.
This commit is contained in:
@@ -216,11 +216,13 @@ a:focus {
|
|||||||
|
|
||||||
/* @media (max-width: 320px) and (max-height: 640px){*/
|
/* @media (max-width: 320px) and (max-height: 640px){*/
|
||||||
@media (max-width: 575.98px) {
|
@media (max-width: 575.98px) {
|
||||||
#sidebar {
|
#sidebar {
|
||||||
padding: /*2px*/ 0.44052863436123346vw;
|
padding: /*2px*/ 0.44052863436123346vw;
|
||||||
font-size:1em;
|
font-size: 1em;
|
||||||
margin-left: -250px;
|
margin-left: -250px;
|
||||||
}
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
#sidebar.active {
|
#sidebar.active {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
@@ -297,6 +299,8 @@ a:focus {
|
|||||||
padding-top: 0.86em;
|
padding-top: 0.86em;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar.active {
|
#sidebar.active {
|
||||||
|
|||||||
@@ -116,6 +116,22 @@
|
|||||||
background-size:cover;
|
background-size:cover;
|
||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
}
|
}
|
||||||
|
#sidebar{
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
|
.sidebar-header{
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
|
.container-fluid{
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
|
.navbar-brand{
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user