/** * New variables are all defined here. You may override them in your own importing LESS file. * * IMPORTANT NOTES: Every time standard-vars is updated, please create a copy of it to standard-vars.less.dist. * * Since: 2.11.1.20110121 * Version: 2.14.20110423 * Author: yclian */ /* General Rules * ------------- */ @header-height: 3em; @footer-height: 6em; /* Blank pixel */ @logo-url: url(/img/c/transparent.png); @logo-width: 1px; @logo-height: 1px; @fonts: MyriadPro-R, Arial, Helvetica, Sans-Serif; @fonts-fixed: "Andale Mono", "Lucida Console", Monospace; /* Color Palette * ------------- */ /* Foreground color, e.g. logo's color. */ @color-foreground: #000; @color-background: #fff; @color-text: #000; @color-text-bold: #888; @color-link: #666; @color-link-active: #000; @color-lowlight-background: #aaa; @color-lowlight-text: #666; @color-highlight-background: #aaa; @color-highlight-text: @color-background; /* Some custom colors, used in widgets.*/ @color-extra-ok: #09ba00; @color-extra-warning: #d69900; @color-extra-alert: #c41212; @color-extra-blind: gray; /* Mono colors are used for shadow, overlay, grey-out, etc. */ @color-mono-ultra-dark: #000; @color-mono-super-dark: #333; @color-mono-dark: #666; @color-mono-medium: #aaa; @color-mono-light: #ccc; @color-mono-super-light: #eee; @color-mono-ultra-light: #fff; /* Clickable objects, e.g. buttons. Introduced to handle jQuery UI's deficit. Please make sure that * this color is aligned with your jQuery UI's styles. * @since 2.12.20110207 */ @color-clickable-text: @color-mono-ultra-dark; @color-clickable-text-hover: @color-mono-ultra-light; @color-clickable-text-active: @color-clickable-text-hover; @color-clickable-background: @color-mono-ultra-light; @color-clickable-background-hover: @color-mono-ultra-dark; @color-clickable-background-active: @color-foreground; @color-clickable-border: @color-mono-light; /* Generic objects are tables, modal, etc. */ @color-object-foreground: @color-foreground; @color-object-text: @color-text; @color-object-text-bold: @color-text-bold; @color-object-background: @color-mono-super-light; @color-object-border: @color-mono-light; /* Fixed text such as
, , , etc. */
@color-fixed-foreground: @color-object-foreground;
@color-fixed-text: @color-object-text;
@color-fixed-text-bold: @color-object-text-bold;
@color-fixed-background: @color-object-background;
@color-fixed-border: @color-object-border;

@color-error-foreground: @color-object-foreground;
@color-error-text: @color-object-text;
@color-error-text-bold: @color-object-text-bold;
@color-error-background: #ffebe8;
@color-error-border: #b02500;

@color-warning-foreground: @color-object-foreground;
@color-warning-text: @color-object-text;
@color-warning-text-bold: @color-object-text-bold;
@color-warning-background: #fffedc;
@color-warning-border: #c9c497;

@color-info-foreground: @color-object-foreground;
@color-info-text: @color-object-text;
@color-info-text-bold: @color-object-text-bold;
@color-info-background: #dcf5ff;
@color-info-border: #95becf;