????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.217 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/icon/ |
Upload File : |
// =============================================================================
// _COLOPHON.SCSS
// -----------------------------------------------------------------------------
// Site styles.
// =============================================================================
// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
// 01. Base Styles
// =============================================================================
// Base Styles
// =============================================================================
.x-colophon.top {
position: relative;
border-top: 1px solid $baseBorderSolid;
border-top: 1px solid $baseBorderRgba;
padding: 4% 0;
background-color: $colophonBackground;
.x-column {
.widget:first-child {
margin-top: 0;
}
}
@include break(cubs) {
.x-column {
.widget:first-child {
margin-top: 65px;
}
}
.x-column:first-child {
.widget:first-child {
margin-top: 0
}
}
}
.widget {
margin-top: 65px;
}
.widget_categories,
.widget_meta,
.widget_nav_menu,
.widget_pages {
overflow-x: hidden;
}
}
.x-colophon.bottom {
border-top: 1px solid $baseBorderSolid;
border-top: 1px solid $baseBorderRgba;
padding: 4% 0;
text-align: center;
background-color: $colophonBackground;
.x-colophon-content {
margin: 10px 0;
@include font-size(1.0);
font-weight: 400;
letter-spacing: 2px;
line-height: 1.3;
text-transform: uppercase;
}
.x-social-global {
margin: 10px 0;
a {
margin: 0 1.25%;
@include font-size(2.1);
&.foursquare {
@include font-size(2.0);
}
}
}
.x-nav {
margin: 10px 0;
line-height: 1.3;
li {
margin: 0 0.5em;
display: inline-block;
a {
display: block;
@include font-size(1.0);
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
&:hover {
background-color: transparent;
}
}
}
}
}