You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/assets/stylesheets/global/_variables.scss

88 lines
1.6 KiB

11 years ago
$baseFont: 'Open Sans', Helvetica, Arial, sans-serif;
10 years ago
$monoFont: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
11 years ago
$style: 'light';
$maxWidth: 80rem;
10 years ago
$headerHeight: 3rem;
$sidebarWidth: 18rem;
$sidebarMediumWidth: 16rem;
$sidebarHiddenWidth: 9px;
10 years ago
$contentBackground: #fff;
$documentBackground: #fafafa;
10 years ago
$textColor: #333;
$textColorLight: #666;
$textColorLighter: #888;
10 years ago
$inputFocusBorder: #35b5f4;
$focusBackground: #e5e5e5;
$focusBorder: #d4d4d4;
$focusText: #000;
$loadingText: #ccc;
$splashText: #ccc;
10 years ago
$selectionBackground: #398df0;
$selectionBorder: #196fc2;
$selectionText: #fff;
$highlightBackground: #fffdcd;
11 years ago
$linkColor: #3377c0;
$linkColorHover: #2f6cb6;
11 years ago
10 years ago
$headerBackground: #f0f0f0;
$headerBorder: #d9d9d9;
11 years ago
10 years ago
$sidebarBackground: #f9f9f9;
$sidebarBorder: #e3e3e3;
$scrollbarColor: #d2d2d2;
$scrollbarColorHover: #aaa;
$pathBackground: $sidebarBackground;
$pathBorder: $sidebarBorder;
$noticeBackground: #faf9e2;
$noticeBorder: #e2e2c1;
$boxBackground: #fafafa;
$boxBorder: #d8d8d8;
$boxBorderLight: #e5e5e5;
$boxHeaderBackground: #f5f5f5;
$noteBackground: #f8f8dd;
$noteBorder: #d3d952;
$noteGreenBackground: #e7f8e1;
$noteGreenBorder: #89da70;
$noteBlueBackground: #d4f3fd;
$noteBlueBorder: #94bbeb;
$noteOrangeBackground: #fbe6d1;
$noteOrangeBorder: #ec8b01;
$noteRedBackground: #fed5d3;
$noteRedBorder: #dc7874;
$labelBackground: #f4f4f4;
$notifBackground: rgba(#333, .85);
$notifColor: #fff;
$notifColorLight: #ccc;
11 years ago
$tipBackground: #fffdcd;
$tipBorder: #e7dca9;
11 years ago
$mediumScreen: '(max-width: 800px)';
10 years ago
$contentZ: 1;
11 years ago
$sidebarZ: 2;
10 years ago
$headerZ: 3;
11 years ago
$noticeZ: 4;
$hoverZ: 5;