Server IP : 127.0.0.2 / Your IP : 18.221.21.111 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,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,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/odoo/doc/_extensions/odoo_ext/static/ |
Upload File : |
// Based on http://www.odoo.com/openerp_website/static/src/less/footer.less // ======================================================================== body > footer { font-size: 14px; position: relative; width: 100%; height: auto; min-height: @footer-heigth; background-color: @footer-bg-color; color: @gray; z-index: 1; @media screen and (min-width: @screen-md-min) { &.o_footer_effect { .o-position-absolute(auto, 0, 0, 0); position: fixed; z-index: 0; } } .o_footer_logo { margin-bottom: 3em; margin-top: 3em; } a { color: @footer-text; &:hover, &:active, &:focus { color: white; } } .dropdown-menu a { color: @dropdown-link-color; &:hover, &:focus { color: @dropdown-link-hover-color; } &:active { color: @dropdown-link-active-color; } } .divider { margin: 10px 0; } ul, ol { list-style: none; padding-left: 0; } span.menu_title { font-weight: @fw_semibold; color: white; + ul { margin-top: 10px; } } .o_language_selector, .o_country_selector { display: inline-block; .opacity(0.8); a { font-size: 0.9em; font-weight: bold; } img { max-height: 20px; margin-right: 10px; vertical-align: bottom; } &:hover { .opacity(1); } } .o_country_selector { float: right; } hr { border-top-color: lighten(@footer-bg-color, 10%); } .o_footer_bottom { background-color: @footer-bottom-bg-color; color: @footer-text; padding: 1em 0; margin-top: 3em; a { .opacity(0.6); &:hover { .opacity(1); } } .social-links .fa { margin-left: 20px; } } }