Dre4m Shell
Server IP : 127.0.0.2  /  Your IP : 3.144.181.40
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /opt/odoo/doc/_extensions/odoo_ext/static/variables.less
// Based on http://www.odoo.com/openerp_website/static/src/less/variables.less
// ============================================================================

// Prefixes
// ==============================================
@website-2x-prefix       : "2x_";


// Odoo Colours
// ==============================================

@odoo-brand-optional     : #21b799;
@odoo-brand-primary      : #9E588B;

//== Odoo Colours
@o-violet-dark           : #875A7B;
@o-violet-darker         : #62495B;

@o-inverse               : #47738F;
@o-inverse-dark          : #5B7687;
@o-inverse-darker        : #485761;


//== Grayscale
@gray-lightest           : #F9F9F9;
@gray-lighter            : #F2F2F2;
@gray-light              : #dcddde;
@gray                    : #888888;
@gray-dark               : #6B6D70;
@gray-darker             : #282F33;
@gray-darkest            : darken(saturate(@gray-darker, 1%), 3%);

//== UI Colors
@brand-primary           : @odoo-brand-optional;
@brand-success           : #50AF51;
@brand-info              : #4B9EB6;
@brand-warning           : #F0AD4E;
@brand-danger            : #D9534F;

//== Apps' Families Colours
@color-alpha             : @brand-primary;
@color-alpha-dark        : #18856F;
@color-alpha-light       : #26D1AF;
@color-alpha-lightest    : #2AEBC4;

@color-beta              : #5B899E;
@color-beta-dark         : #3D5D6B;
@color-beta-light        : #699FB8;
@color-beta-lightest     : #77B5D1;

@color-gamma             : #E46F78;
@color-gamma-dark        : #B0565C;
@color-gamma-light       : #FC7C84;
@color-gamma-lightest    : #FC959C;

@color-delta             : #5C5B80;
@color-delta-dark        : #37364D;
@color-delta-light       : #6E6D99;
@color-delta-lightest    : #807FB3;

@color-epsilon           : #D5653E;
@color-epsilon-dark      : #A34E2F;
@color-epsilon-light     : #F07346;
@color-epsilon-lightest  : #FF8D63;



@doc_paper_dark          : @gray-lighter;
@doc_paper               : #fff;

@doc_exercise            : #938E94;
@doc_code-bg             : @gray-darkest;
@doc_lime                : #CDDC39;
@doc_orange              : #FF5722;
@doc_cyan                : #0097A7;


// Typography
// ===============================================

//== Fonts
@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700&subset=latin,latin-ext);

//== Font sizes/weigths
@font-size-base : 15px;

@fw_light       : 300;
@fw_regular     : 400;
@fw_medium      : 500;
@fw_semibold    : 600;
@fw_bold        : 700;

//== Paragraphs
@font-family-base        : -apple-system, BlinkMacSystemFont, Helvetica, "Helvetica Neue", Arial, sans-serif;
@text-color              : saturate(@gray-dark, 5%);

//== Headings
@headings-color          : saturate(@gray-darker, 15%);
@headings-font-family    : "Work Sans", sans-serif;
@headings-font-weight    : @fw_light;
@headings-small-color    : @headings-color;

@display1-size           : 6rem;
@display2-size           : 5.5rem;
@display3-size           : 4.5rem;
@display4-size           : 3.5rem;

//== Global textual link color.
@link-color              : @o-violet-dark;
@link-hover-color        : desaturate(@odoo-brand-primary, 10%);
@link-hover-decoration   : none;

//== Mute color.
@text-muted              : @gray;


// Layouting
// ===============================================
@body-bg: @gray-lightest;

//== Header
@w-header-height         : 50px;
@w-sub-nav-height        : 40px;
@w-header-white          : #FCFCFC;
@header-link-normal      : darken(@text-color,5%);

//== Footer
@footer-heigth           : 300px;
@footer-bg-color         : @gray-darker;
@footer-bottom-bg-color  : @gray-darkest;
@footer-text             : @gray-light;
@footer-text-mute        : @gray;


// ==========================
// == Docs Variables ========
// ==========================

// Z-Index Scale (private vars)
// --------------------------------------------------
@zIndex-1:100;
@zIndex-2:200;
@zIndex-3:300;
@zIndex-4:400;
@zIndex-5:500;
@zIndex-6:600;
@zIndex-7:700;
@zIndex-8:800;
@zIndex-9:900;
@zIndex-10:1000;

// Z-Index Elements
// --------------------------------------------------

@zIndex--main: 0;
@zIndex--mask: @zIndex-7;
@zIndex--float_action: @zIndex-8;
@zIndex--toggle_side_menu: @zIndex-8;


// Cards
// --------------------------------------------------
@card_min-height: 200px;
@card_margin-bottom: 20px;



// Easing Curves
// --------------------------------------------------
@o-ease          : cubic-bezier(.55,0,.1,1);
@ease-material-2 : cubic-bezier(0.215, 0.61, 0.355, 1);
@ease-material-3 : cubic-bezier(0.4, 0, 0.2, 1);

Anon7 - 2022
AnonSec Team