| .. | |||||
| _bootstrap-overrides.scss | |||||
| _contact.scss | |||||
| _footer.scss | |||||
| _global.scss | |||||
| _masthead.scss | |||||
| _mixins.scss | |||||
| _navbar.scss | |||||
| _post.scss | |||||
| _variables.scss | |||||
| clean-blog.scss |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/newsigniter/assets/back/scss/ |
Upload File : |
// Styling for the navbar
#mainNav {
position: absolute;
border-bottom: 1px solid $gray-200;
background-color: white;
@include sans-serif-font;
.navbar-brand {
font-weight: 800;
color: $gray-800;
}
.navbar-toggler {
font-size: 12px;
font-weight: 800;
padding: 13px;
text-transform: uppercase;
color: $gray-800;
}
.navbar-nav {
> li.nav-item {
> a {
font-size: 12px;
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
}
}
}
@media only screen and (min-width: 992px) {
border-bottom: 1px solid transparent;
background: transparent;
.navbar-brand {
padding: 10px 20px;
color: $white;
&:focus,
&:hover {
color: fade-out($white, .2);
}
}
.navbar-nav {
> li.nav-item {
> a {
padding: 10px 20px;
color: $white;
&:focus,
&:hover {
color: fade-out($white, .2);
}
}
}
}
}
@media only screen and (min-width: 992px) {
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
transition: background-color 0.2s;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
&.is-fixed {
/* when the user scrolls down, we hide the header right above the viewport */
position: fixed;
top: -67px;
-webkit-transition: -webkit-transform 0.2s;
-moz-transition: -moz-transform 0.2s;
transition: transform 0.2s;
border-bottom: 1px solid darken($white, .05);
background-color: fade-out($white, .1);
.navbar-brand {
color: $gray-900;
&:focus,
&:hover {
color: $primary;
}
}
.navbar-nav {
> li.nav-item {
> a {
color: $gray-900;
&:focus,
&:hover {
color: $primary;
}
}
}
}
}
&.is-visible {
/* if the user changes the scrolling direction, we show the header */
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
}
| .. | |||||
| _bootstrap-overrides.scss | |||||
| _contact.scss | |||||
| _footer.scss | |||||
| _global.scss | |||||
| _masthead.scss | |||||
| _mixins.scss | |||||
| _navbar.scss | |||||
| _post.scss | |||||
| _variables.scss | |||||
| clean-blog.scss |