????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.144.25.212 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 : |
// ============================================================================= // _SOCIAL.SCSS // ----------------------------------------------------------------------------- // Site styles. // ============================================================================= // ============================================================================= // TABLE OF CONTENTS // ----------------------------------------------------------------------------- // 01. Global Social Links // 02. Twitter Embed // ============================================================================= // Global Social Links // ============================================================================= .x-social-global { font-weight: 400; line-height: 1; a { display: inline-block; text-align: center; color: $navbarLinkColor; background-color: rgba(255, 255, 255, 0.2); border-radius: 100em; &:hover { &.facebook { background-color: #3b5998; } &.twitter { background-color: #00abf0; } &.google-plus { background-color: #d84b35; } &.linkedin { background-color: #1a81ad; } &.xing { background-color: #006567; } &.foursquare { background-color: #0f6bb6; } &.youtube { background-color: #cc181e; } &.vimeo { background-color: #44bbff; } &.instagram { background-color: #3f729b; } &.pinterest { background-color: #cd1f28; } &.dribbble { background-color: #ea4b8b; } &.flickr { background-color: #ff0084; } &.behance { background-color: #1769ff; } &.tumblr { background-color: #36465d; } &.soundcloud { background-color: #ff5500; } &.rss { background-color: #fe6e00; } } i { display: block; } } } // Twitter Embed // ============================================================================= .twitter-tweet { width: 100% !important; max-width: 100% !important; margin: 0 0 $baseMargin !important; }