Difference between revisions of "Team:Valencia UPV/Templates:customcss"

Line 88: Line 88:
 
     background-position: center center;
 
     background-position: center center;
 
     background-attachment: fixed;
 
     background-attachment: fixed;
 +
}
 +
 +
@media (max-width: 1200px) {
 +
    .navbar-header {
 +
        float: none;
 +
    }
 +
    .navbar-left,.navbar-right {
 +
        float: none !important;
 +
    }
 +
    .navbar-toggle {
 +
        display: block;
 +
    }
 +
    .navbar-collapse {
 +
        border-top: 1px solid transparent;
 +
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
 +
    }
 +
    .navbar-fixed-top {
 +
        top: 0;
 +
        border-width: 0 0 1px;
 +
    }
 +
    .navbar-collapse.collapse {
 +
        display: none!important;
 +
    }
 +
    .navbar-nav {
 +
        float: none!important;
 +
        margin-top: 7.5px;
 +
    }
 +
    .navbar-nav>li {
 +
        float: none;
 +
    }
 +
    .navbar-nav>li>a {
 +
        padding-top: 10px;
 +
        padding-bottom: 10px;
 +
    }
 +
    .collapse.in{
 +
        display:block !important;
 +
    }
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 14:45, 7 September 2017