????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.217.105 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/ |
Upload File : |
// =============================================================================
// _SEARCHFORM-OVERLAY.SCSS
// -----------------------------------------------------------------------------
// Site styles.
// =============================================================================
// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
// 01. Base Styles
// =============================================================================
// Base Styles
// =============================================================================
.x-searchform-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: $zindexNavbar + 1000;
background-color: rgba($baseModBackground, 0.925);
@include transition(#{top 0.3s ease});
&.in {
display: table;
}
.form-search {
padding-bottom: 2em;
@include font-size(1.0);
&:before {
display: none;
}
label {
margin-bottom: 0.85em;
font-size: 2.1em;
line-height: 1.4;
color: $headingsColor;
}
.search-query {
border: 0;
padding: 0;
height: auto;
font-size: 9.4em;
letter-spacing: -0.05em;
line-height: 1;
color: $headingsColor;
background-color: transparent;
border-radius: 0;
@include box-shadow(#{none});
&:focus,
&:active {
outline: 0;
}
}
@include break(middle-bear) {
@include font-size(0.8);
}
@include break(baby-bear) {
@include font-size(0.6);
}
}
}
.x-searchform-overlay-inner {
display: table-cell;
vertical-align: middle;
}