summaryrefslogtreecommitdiff
path: root/pages/assets/style.scss
blob: cce3fd9d35fe133ff973f1fcd2ad98d784add148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62

//
// BOOTSTRAP VARIABLES
//

$link-color: #00F;
//$link-visited-color: #339;

$link-hover-color: lighten($link-color, 15%);
$line-height-base: 1.8;

@import "bootstrap-3.3.2";

//
// CUSTOM VARIABLES
//

$small-screen: $screen-xs-max;

$link-visited-color: darken($link-color, 15%);

$background-color: #fff;

$masthead-border-color: black;
$masthead-border: 1px solid $masthead-border-color;
$masthead-bg-color: #555;
$masthead-color: #fff;

$masthead-height: 128px;
$masthead-bg: url(/img/leap180.png) 0px 50% no-repeat;
$masthead-text-left-margin: 175px;
$masthead-text-top-margin: 45px;
$masthead-text-size: 36px;

$masthead-small-height: 96px;
$masthead-small-bg: url(/img/leap128.png) 0px 50% no-repeat;
$masthead-small-text-left-margin: 96px;
$masthead-small-text-top-margin: 20px;
$masthead-small-text-size: 24px;

//$tabs-small-size:
//$tabs-small-padding:

$cutout-color: darken($background-color,11%);
$background-color-start: darken($background-color,17%);

$side-column-bg-color: #d0d0d0; // rgba(0,0,0,0.05); // #e3e3e3
$side-column-border-color: #aaa; // rgba(0,0,0,0.2);
$side-column-active-bg-color: #000;
$side-column-active-color: $masthead_color;
$side-column-text-color: #000;
$side-column-indent: 15px;

$well-bg-color: #fff;
$well-border-color: #555;

@import "mixins";
@import "leap";

// Trying not to break stuff, we just add things for now
// Then we'll merge _new.scss into _leap.scss
@import "new";