Skip to content
Snippets Groups Projects
Select Git revision
  • ae10d0db8c435df48b85789c72d0557b9cf637ba
  • develop default
  • master protected
3 results

style.css

Blame
  • style.css 2.13 KiB
    .container-fluid{
        background-color: #000000;
    }
    
    html {
        background-color: #000000;
    }
    
    #hodor-logo {
        position: absolute;
        top: 5px;
        left: 45%;
        background-color: #000000;
        opacity: 0.5;
        height:auto;
        width: 15%;
    }
    
    #sidenavbar a {
        position: absolute;
        left: -245px;
        transition: 0.3s;
        padding: 15px;
        width: 290px;
        font-size: 20px;
        color: black;
        border-radius: 0 5px 5px 0 ;
        background-color: grey;
        text-align: center;
        text-decoration: none;
        font-family: 'Titillium Web', sans-serif;
    }
    
    #sidenavbar a img {
        border-radius: 50%;
        width: 50px;
    }
    
    #sidenavbar>a>i {
        position: absolute;
        right: 10px;
        color: #000000;
    }
    
    #sidenavbar>#profile>i {
        top: 40%;
    }
    
    #sidenavbar>#docs>a {
    
    }
    
    #sidenavbar>#docs>i {
        right: 18px;
    }
    
    
    #sidenavbar a:hover {
        left: 0;
        background-color: grey;
        z-index: 99 !important;
    }
    
    #sidenavbar a:hover i {
        color: black;
    }
    
    #profile>i {
        top: 10%;
    }