????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.36 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/themes/x/framework/css/src/site/_scss/stacks/renew/ |
Upload File : |
// =============================================================================
// _NAVBAR.SCSS
// -----------------------------------------------------------------------------
// Site styles.
// =============================================================================
// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
// 01. Base Styles
// 02. Button
// 03. Desktop Navigation
// 04. Mobile Navigation
// 05. Fixed Navbar
// 06. Search
// =============================================================================
// Base Styles
// =============================================================================
.x-navbar {
background-color: $navbarBackground;
}
// Button
// =============================================================================
.x-btn-navbar {
padding: 0.458em 0.625em;
color: $navbarLinkColor;
background-color: lighten($navbarBackground, 15%);
border-radius: 4px;
@include box-shadow(#{0 2px 0 0 rgba(0, 0, 0, 0.25)});
&:hover {
color: $navbarLinkColor;
}
&.collapsed {
background-color: lighten($navbarBackground, 10%);
&:hover {
background-color: lighten($navbarBackground, 15%);
}
}
}
// Desktop Navigation
// =============================================================================
.x-navbar .desktop .x-nav {
> li > a {
padding: 0;
> span {
padding: 0 0 5px;
}
}
> .x-menu-item > a > span {
@include box-shadow(#{none !important});
}
}
// Mobile Navigation
// =============================================================================
//
// Links.
//
.x-navbar .mobile .x-nav li > a {
margin: 0 0 11px;
border: 1px solid;
padding: 0.75em 0.95em;
color: $navbarLinkColor;
background-color: transparent;
}
//
// Sub toggle.
//
.x-sub-toggle {
width: 40px;
}
// Fixed Navbar
// =============================================================================
//
// Top styles.
//
.x-navbar-static-active,
.x-navbar-fixed-top-active {
.masthead-inline .desktop .x-nav > li:last-child > a {
padding-right: 0;
}
}
//
// Left/right styles.
//
.x-navbar-fixed-left,
.x-navbar-fixed-right {
.x-brand {
margin-left: 10%;
text-align: left;
}
.desktop .x-nav {
> li {
> a {
text-align: left;
margin-left: 0;
margin-right: 0;
padding: 6px 0;
}
}
}
@include break(cubs) {
.x-brand {
margin-left: 0;
}
}
}
// Search
// =============================================================================
.x-navbar .mobile .x-nav > li.x-menu-item-search {
margin: 0;
text-align: center;
> a {
border: 1px solid;
}
}