Skip to content
Snippets Groups Projects
Select Git revision
  • 9d81d29204f2df7b3f2bdde8cd907b1565bac137
  • master default protected
2 results

eventDetails.ts

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%;
    }