199 lines
5.4 KiB
SCSS
199 lines
5.4 KiB
SCSS
$baseline: 20px;
|
|
|
|
$gw-column: 80px;
|
|
$gw-gutter: 20px;
|
|
|
|
$fg-column: $gw-column;
|
|
$fg-gutter: $gw-gutter;
|
|
$fg-max-columns: 12;
|
|
$fg-max-width: 1400px;
|
|
$fg-min-width: 810px;
|
|
|
|
$sans-serif: 'Open Sans', $verdana;
|
|
$monospace: Monaco, 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
|
|
$body-font-family: $sans-serif;
|
|
$serif: $georgia;
|
|
|
|
$body-font-size: em(14);
|
|
$body-line-height: golden-ratio(.875em, 1);
|
|
$base-font-color: rgb(60,60,60);
|
|
$baseFontColor: rgb(60,60,60);
|
|
$base-font-color: rgb(60,60,60);
|
|
$lighter-base-font-color: rgb(100,100,100);
|
|
$very-light-text: #fff;
|
|
|
|
$white: rgb(255,255,255);
|
|
$black: rgb(0,0,0);
|
|
$blue: rgb(29,157,217);
|
|
$pink: rgb(182,37,104);
|
|
$yellow: rgb(255, 252, 221);
|
|
$red: rgb(178, 6, 16);
|
|
$error-red: rgb(253, 87, 87);
|
|
$light-gray: rgb(221, 221, 221);
|
|
$dark-gray: rgb(51, 51, 51);
|
|
$border-color: rgb(200, 200, 200);
|
|
$sidebar-color: rgb(246, 246, 246);
|
|
$outer-border-color: rgb(170, 170, 170);
|
|
$green: rgb(37, 184, 90);
|
|
|
|
// old variables
|
|
$light-gray: #ddd;
|
|
$dark-gray: #333;
|
|
|
|
// edx.org marketing site variables
|
|
$m-gray: #8A8C8F;
|
|
$m-gray-l1: #97999B;
|
|
$m-gray-l2: #A4A6A8;
|
|
$m-gray-l3: #B1B2B4;
|
|
$m-gray-l4: #F5F5F5;
|
|
$m-gray-d1: #7D7F83;
|
|
$m-gray-d2: #707276;
|
|
$m-gray-d3: #646668;
|
|
$m-gray-d4: #050505;
|
|
|
|
$m-blue: #1AA1DE;
|
|
$m-blue-l1: #2BACE6;
|
|
$m-blue-l2: #42B5E9;
|
|
$m-blue-l3: #59BEEC;
|
|
$m-blue-d1: #1790C7;
|
|
$m-blue-d2: #1580B0;
|
|
$m-blue-d3: #126F9A;
|
|
$m-blue-d4: #0A4A67;
|
|
|
|
$m-pink: #B52A67;
|
|
$m-pink-l1: #CA2F73;
|
|
$m-pink-l2: #D33F80;
|
|
$m-pink-l3: #D7548E;
|
|
$m-pink-d1: #A0255B;
|
|
$m-pink-d2: #8C204F;
|
|
$m-pink-d3: #771C44;
|
|
|
|
$m-base-font-size: em(15);
|
|
|
|
$base-font-color: rgb(60,60,60);
|
|
$baseFontColor: rgb(60,60,60);
|
|
$lighter-base-font-color: rgb(100,100,100);
|
|
$text-color: $dark-gray;
|
|
|
|
$dark-trans-bg: rgba(0, 0, 0, .75);
|
|
|
|
$body-bg: rgb(250,250,250);
|
|
$container-bg: $white;
|
|
$header-image: linear-gradient(-90deg, rgba(255,255,255, 1), rgba(230,230,230, 0.9));
|
|
$header-bg: $white;
|
|
$courseware-header-image: linear-gradient(top, #fff, #eee);
|
|
$courseware-header-bg: transparent;
|
|
$footer-bg: $white;
|
|
$courseware-footer-border: none;
|
|
$courseware-footer-shadow: none;
|
|
$courseware-footer-margin: 0px;
|
|
|
|
|
|
// actions
|
|
$button-bg-image: linear-gradient(#fff 0%, rgb(250,250,250) 50%, rgb(237,237,237) 50%, rgb(220,220,220) 100%);
|
|
$button-bg-color: transparent;
|
|
$button-bg-hover-color: #fff;
|
|
|
|
// actions - primary
|
|
$action-primary-bg: $m-blue-d3;
|
|
$action-primary-fg: $white;
|
|
$action-primary-shadow: $m-blue-d4;
|
|
|
|
// focused - hover/active pseudo states
|
|
$action-primary-focused-bg: $m-blue-d1;
|
|
$action-primary-focused-fg: $white;
|
|
|
|
// current or active navigation item
|
|
$action-primary-active-bg: $m-blue;
|
|
$action-primary-active-fg: $m-blue-d3;
|
|
$action-primary-active-shadow: $m-blue-d2;
|
|
$action-primary-active-focused-fg: $m-blue-d4;
|
|
$action-primary-active-focused-shadow: $m-blue-d3;
|
|
|
|
// disabled
|
|
$action-primary-disabled-bg: $m-gray-d3;
|
|
$action-prmary-disabled-fg: $white;
|
|
|
|
|
|
|
|
// actions - secondary
|
|
$action-secondary-bg: $m-pink;
|
|
$action-secondary-fg: $white;
|
|
$action-secondary-shadow: $m-pink-d2;
|
|
|
|
// focused - hover/active pseudo states
|
|
$action-secondary-focused-bg: $m-pink-l3;
|
|
$action-secondary-focused-fg: $white;
|
|
|
|
// current or active navigation item
|
|
$action-secondary-active-bg: $m-pink-l2;
|
|
$action-secondary-active-fg: $m-pink-d1;
|
|
$action-secondary-active-shadow: $m-pink-d1;
|
|
$action-secondary-active-focused-fg: $m-pink-d3;
|
|
$action-secondary-active-focused-shadow: $m-pink-d2;
|
|
|
|
// disabled
|
|
$action-secondary-disabled-bg: $m-gray-d3;
|
|
$action-secondary-disabled-fg: $white;
|
|
|
|
|
|
|
|
|
|
$faded-hr-image-1: linear-gradient(180deg, rgba(200,200,200, 0) 0%, rgba(200,200,200, 1) 50%, rgba(200,200,200, 0));
|
|
$faded-hr-image-2: linear-gradient(180deg, rgba(200,200,200, 0) 0%, rgba(200,200,200, 1));
|
|
$faded-hr-image-3: linear-gradient(180deg, rgba(200,200,200, 1) 0%, rgba(200,200,200, 0));
|
|
$faded-hr-image-4: linear-gradient(180deg, rgba(240,240,240, 0) 0%, rgba(240,240,240, 1) 50%, rgba(240,240,240, 0));
|
|
$faded-hr-image-5: linear-gradient(180deg, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.8) 50%, rgba(255,255,255, 0));
|
|
$faded-hr-image-6: linear-gradient(90deg, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.6) 50%, rgba(255,255,255, 0));
|
|
|
|
$dashboard-profile-header-image: linear-gradient(-90deg, rgb(255,255,255), rgb(245,245,245));
|
|
$dashboard-profile-header-color: transparent;
|
|
$dashboard-profile-color: rgb(252,252,252);
|
|
$dot-color: $light-gray;
|
|
|
|
$content-wrapper-bg: $white;
|
|
$course-bg-color: #d6d6d6;
|
|
$course-bg-image: url(../images/bg-texture.png);
|
|
$account-content-wrapper-bg: shade($body-bg, 2%);
|
|
|
|
$course-profile-bg: rgb(245,245,245);
|
|
$course-header-bg: rgba(255,255,255, 0.93);
|
|
|
|
$border-color-1: rgb(190,190,190);
|
|
$border-color-2: rgb(200,200,200);
|
|
$border-color-3: rgb(100,100,100);
|
|
$border-color-4: rgb(252,252,252);
|
|
|
|
$link-color: $blue;
|
|
$link-color-d1: $m-blue-d2;
|
|
$link-hover: $pink;
|
|
$site-status-color: $pink;
|
|
|
|
$button-color: $blue;
|
|
$button-archive-color: #eee;
|
|
|
|
$shadow-color: $blue;
|
|
|
|
$sidebar-chapter-bg-top: rgba(255, 255, 255, .6);
|
|
$sidebar-chapter-bg-bottom: rgba(255, 255, 255, 0);
|
|
$sidebar-chapter-bg: #eee;
|
|
$sidebar-active-image: linear-gradient(top, #e6e6e6, #d6d6d6);
|
|
|
|
$form-bg-color: #fff;
|
|
$modal-bg-color: rgb(245,245,245);
|
|
|
|
//TOP HEADER IMAGE MARGIN
|
|
$header_image_margin: -69px;
|
|
|
|
//FOOTER MARGIN
|
|
$footer_margin: ($baseline/4) 0 ($baseline*1.5) 0;
|
|
|
|
//-----------------
|
|
// CSS BG Images
|
|
//-----------------
|
|
$homepage-bg-image: '../images/homepage-bg.jpg';
|
|
|
|
$login-banner-image: url(../images/bg-banner-login.png);
|
|
$register-banner-image: url(../images/bg-banner-register.png);
|
|
|
|
$video-thumb-url: '../images/courses/video-thumb.jpg'; |