????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.116.26.90 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/admin/base/ |
Upload File : |
// ============================================================================= // _MISCELLANEOUS.CSS // ----------------------------------------------------------------------------- // Admin styles. // ============================================================================= // ============================================================================= // TABLE OF CONTENTS // ----------------------------------------------------------------------------- // 01. Addons Menu // 02. Notices // 03. Utilities // ============================================================================= // Addons Menu // ============================================================================= @import url(//fonts.googleapis.com/css?family=Lato:400&text=X); #adminmenu li.menu-top.toplevel_page_x-addons-home > a .wp-menu-image:before { content: "X"; padding-top: 6px; font-family: Lato, "Open Sans", "Helvetica Neue", sans-serif; font-weight: 400; } #adminmenu li.menu-top.toplevel_page_x-addons-home > .wp-submenu > li.wp-first-item:not(:last-child) { position: relative; margin-bottom: 9px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 6px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); } // Notices // ============================================================================= // // X. // div.x-notice { position: relative; } div.x-notice.dismissible { padding-right: 50px; } div.x-notice.warning { border-color: #ffbb00; } div.x-notice a { text-decoration: underline; } div.x-notice a.dismiss { position: absolute; top: 3px; right: 3px; line-height: 1.0; text-decoration: none; } .about-wrap div.x-notice.cornerstone { display: block !important; margin: 35px 0; } // // TGM. // div#setting-error-tgmpa { display: none !important; } // // Revolution Slider. // div.rs-update-notice-wrap { display: none !important; } // Utilities // ============================================================================= // // Clearfix. // .cf:before, .cf:after { content: ""; display: table; } .cf:after { clear: both; } // // Form validation. // .x-input-success { color: #008b1f !important; border-color: #7ad03a !important; background-color: #e2fee5 !important; } // // Alignment. // .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; }