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

93 lines
1.8 KiB

$baseFont: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
$monoFont: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
$boldFontWeight: 500;
$bolderFontWeight: 600;
11 years ago
$style: 'light';
$maxWidth: 80rem;
10 years ago
$headerHeight: 3rem;
8 years ago
$sidebarWidth: 20rem;
10 years ago
$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;
9 years ago
$linkTextDecoration: none;
11 years ago
8 years ago
$headerBackground: #eee;
$headerBorder: #d7d7d7;
11 years ago
10 years ago
$sidebarBackground: #f9f9f9;
8 years ago
$sidebarBorder: #e1e1e1;
10 years ago
$scrollbarColor: #d2d2d2;
$scrollbarColorHover: #aaa;
$pathBackground: $sidebarBackground;
$pathBorder: $sidebarBorder;
$noticeBackground: #faf9e2;
$noticeBorder: #e2e2c1;
$boxBackground: #fafafa;
$boxBorder: #d8d8d8;
$boxBorderLight: #e5e5e5;
9 years ago
$boxHeaderColor: $textColor;
10 years ago
$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);
9 years ago
$notifBorder: none;
10 years ago
$notifColor: #fff;
$notifColorLight: #ccc;
11 years ago
9 years ago
$tipBackground: rgba(#fffdcd, .95);
$tipBorder: 1px solid #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;