78 lines
1.4 KiB
CSS
78 lines
1.4 KiB
CSS
|
header, main, footer, body {
|
||
|
padding-left: 300px;
|
||
|
}
|
||
|
|
||
|
html {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background-color: #000428;
|
||
|
}
|
||
|
|
||
|
.side-nav .userView {
|
||
|
background-color: transparent
|
||
|
}
|
||
|
.background {
|
||
|
background: #000428; /* fallback for old browsers */
|
||
|
background: -webkit-linear-gradient(to left, #000428 , #004e92); /* Chrome 10-25, Safari 5.1-6 */
|
||
|
background: linear-gradient(to left, #000428 , #004e92); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
||
|
}
|
||
|
@media only screen and (max-width : 992px) {
|
||
|
header, main, footer, body {
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
#menu-sidenav {
|
||
|
display: block;
|
||
|
}
|
||
|
}
|
||
|
@media only screen and (min-width : 993px) {
|
||
|
#menu-sidenav {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.secondary-content {
|
||
|
color: #000428;
|
||
|
}
|
||
|
|
||
|
.progress {
|
||
|
background-color: lightgrey;
|
||
|
}
|
||
|
|
||
|
.progress .determinate {
|
||
|
background-color: #000428;
|
||
|
}
|
||
|
|
||
|
.btn, .btn-large {
|
||
|
background-color: #004e92;
|
||
|
}
|
||
|
|
||
|
.btn:hover, .btn-large:hover {
|
||
|
background-color: #000428;
|
||
|
}
|
||
|
button:focus {
|
||
|
background-color: #004e92;
|
||
|
}
|
||
|
|
||
|
#background-canvas {
|
||
|
display: none;
|
||
|
z-index: -999;
|
||
|
position: fixed;
|
||
|
top:0;
|
||
|
left:0;
|
||
|
}
|
||
|
#titresnir > a > h3:hover {
|
||
|
transform: rotate(5deg) scale(1.1);
|
||
|
}
|
||
|
#titresnir > a > h3 {
|
||
|
transition: all 0.4s cubic-bezier(.8,1.8,.75,.75);
|
||
|
}
|
||
|
|
||
|
.successBQ {
|
||
|
border-left: 5px solid #59f442;
|
||
|
}
|
||
|
|
||
|
.rotate {
|
||
|
transform: rotate(180deg);
|
||
|
}
|