Select Git revision
Forked from
Hodor Security Project / Hodor Web Frontend
Source project has a limited visibility.
-
Sabhariesh authoredSabhariesh authored
style.css 4.71 KiB
html {
background-color: #e2e2e2;
}
.container-fluid{
background-color: #e2e2e2;
}
#hodor-logo {
position: absolute;
top: 5px;
left: 45%;
height:auto;
width: 15%;
}
#sidenavbar a {
position: fixed;
left: -245px;
transition: 0.3s;
padding: 15px;
width: 290px;
font-size: 20px;
color: black;
border-radius: 0 5px 5px 0 ;
background-color: #000000;
text-align: center;
text-decoration: none;
font-family: 'Titillium Web', sans-serif;
z-index: 99 !important;
}
#sidenavbar a img {
border-radius: 50%;
width: 50px;
}
#sidenavbar>a>i {
position: absolute;
right: 10px;
color: #ffffff;
}
#sidenavbar>#profile>i {
top: 40%;
}
#sidenavbar>#docs>a {
}
#sidenavbar>#docs>i {
right: 18px;
}
#sidenavbar a:hover {
left: 0;
/* #background-color: #03a9f4; */ /*blue*/
background-color: #e53935; /*red*/
/*background-color: #43A047;*/ /*green*/
z-index: 99 !important;
}
#sidenavbar a:hover i {
color: black;
}
#profile>i {
top: 5px;