Main Page

Difference between revisions of "User:SynthSy/tweeki-white-theme.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 37: Line 37:
 
   display:block !important;
 
   display:block !important;
 
}
 
}
 +
}
 +
 +
ul.scroll-menu {
 +
    position: relative;
 +
    display: inherit !important;
 +
    overflow-x: auto;
 +
    -webkit-overflow-scrolling: touch;
 +
    -moz-overflow-scrolling: touch;
 +
    -ms-overflow-scrolling: touch;
 +
    -o-overflow-scrolling: touch;
 +
    overflow-scrolling: touch;
 +
    top: 0 !important;
 +
    left: 0 !important;
 +
    width: 100%;
 +
    height: auto;
 +
    max-height: 500px;
 +
    margin: 0;
 +
    border-left: none;
 +
    border-right: none;
 +
    -webkit-border-radius: 0 !important;
 +
    -moz-border-radius: 0 !important;
 +
    -ms-border-radius: 0 !important;
 +
    -o-border-radius: 0 !important;
 +
    border-radius: 0 !important;
 +
    -webkit-box-shadow: none;
 +
    -moz-box-shadow: none;
 +
    -ms-box-shadow: none;
 +
    -o-box-shadow: none;
 +
    box-shadow: none;
 +
}
 +
ul.scroll-menu-2x {
 +
    max-height: 230px;
 
}
 
}

Revision as of 10:25, 15 December 2017

body {
	padding-top:70px;
}
@media (max-width: 800px) {
    .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: 3px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

ul.scroll-menu {
    position: relative;
    display: inherit !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: auto;
    max-height: 500px;
    margin: 0;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
ul.scroll-menu-2x {
    max-height: 230px;
}