Server IP : 85.214.239.14 / Your IP : 3.139.83.210 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/wordpress/phpMyAdmin/themes/pmahomme/scss/ |
Upload File : |
// configures general layout for detailed layout configuration please refer to the css files // navi frame // navi frame width $navi-width: 240px; // foreground (text) color for the navi frame $navi-color: #000; // background for the navi frame $navi-background: #f3f3f3; // foreground (text) color of the pointer in navi frame $navi-pointer-color: #000; // background of the pointer in navi frame $navi-pointer-background: #ddd; // main frame // foreground (text) color for the main frame $main-color: #444; // background for the main frame $main-background: #fff; // foreground (text) color of the pointer in browse mode $browse-pointer-color: #000; // background of the pointer in browse mode $browse-pointer-background: #cfc; // foreground (text) color of the marker (visually marks row by clicking on it) // in browse mode $browse-marker-color: #000; // background of the marker (visually marks row by clicking on it) in browse mode $browse-marker-background: #fc9; // fonts // the font family as a valid css font family value, if not set the browser default will be // used (depending on browser, DTD and system settings) $font-family: sans-serif; // fixed width font family, used in textarea $font-family-fixed: monospace; // tables // border $border: 0; // table header and footer color $th-background: #d3dce3; // table header and footer background $th-color: #000; // table data row background $bg-one: #e5e5e5; // table data row background, alternate $bg-two: #d5d5d5; // Bootstrap $enable-gradients: true; $enable-shadows: true; $enable-transitions: false; $primary: #ddd; $secondary: #ddd; $btn-border-radius: 0.85rem; $btn-line-height: 1.15;