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

styles.css

Blame
  • styles.css 12.10 KiB
    html {
        background-color: #111111 !important;
    }
    body {
        height: 100%;
        background-color: #111111 !important;
        height: 99vh;
        position: relative;
    }
    
    canvas {
        display:block;
        position: fixed;
    }
    
    li {
        list-style:none !important;
    
    }
    
    nav {
      color: #101010 !important;
    }
    
    .container-fluid{
        height: 100%;
    }
    
    .nav-hodor {
        float: left !important;
    }
    
    .content {
        height: 99vh !important;
        max-height: 90% !important;
    }
    
    .img-block {
        display: inline-block;
    }
    
    /* --------------------------------
    
    Primary style
    
    -------------------------------- */
    html * {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    
    *, *:after, *:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    body {
      font-size: 100%;
      font-family: "PT Sans", sans-serif;
      color: #505260;
      background-color: #fff;
    }
    
    a {
      color: #2f889a;
      text-decoration: none;
    }
    
    img {