2015-01-20 21:25:57 +01:00
|
|
|
/* ==========================================================================
|
2016-03-10 04:19:11 +01:00
|
|
|
Variables
|
2015-01-20 21:25:57 +01:00
|
|
|
========================================================================== */
|
|
|
|
|
2015-04-17 12:43:36 +02:00
|
|
|
/*
|
2015-01-20 21:25:57 +01:00
|
|
|
Typography
|
|
|
|
========================================================================== */
|
|
|
|
|
2016-03-25 14:33:28 +01:00
|
|
|
$doc-font-size : 16;
|
|
|
|
$doc-line-height : 26;
|
2016-03-25 14:11:13 +01:00
|
|
|
|
|
|
|
/* paragraph indention */
|
2016-03-25 14:33:28 +01:00
|
|
|
$paragraph-indent : false; // true, false (default)
|
|
|
|
$indent-var : 0rem + ($doc-line-height / $doc-font-size);
|
2016-03-10 17:13:54 +01:00
|
|
|
|
2016-03-21 19:11:14 +01:00
|
|
|
/* system typefaces */
|
2016-03-25 14:33:28 +01:00
|
|
|
$serif : Georgia, Times, serif;
|
|
|
|
$sans-serif : -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
|
|
|
|
$monospace : Monaco, Consolas, "Lucida Console", monospace;
|
2016-03-10 04:19:11 +01:00
|
|
|
|
2016-03-21 19:11:14 +01:00
|
|
|
/* sans serif typefaces */
|
2016-03-25 14:33:28 +01:00
|
|
|
$sans-serif-narrow : $sans-serif;
|
|
|
|
$helvetica : Helvetica, "Helvetica Neue", Arial, sans-serif;
|
2016-03-21 19:11:14 +01:00
|
|
|
|
|
|
|
/* serif typefaces */
|
2016-03-25 14:33:28 +01:00
|
|
|
$georgia : Georgia, serif;
|
|
|
|
$times : Times, serif;
|
|
|
|
$bodoni : "Bodoni MT", serif;
|
|
|
|
$calisto : "Calisto MT", serif;
|
|
|
|
$garamond : Garamond, serif;
|
2016-03-21 19:11:14 +01:00
|
|
|
|
2014-07-31 19:09:32 +02:00
|
|
|
|
2015-04-17 12:43:36 +02:00
|
|
|
/*
|
2015-01-20 21:25:57 +01:00
|
|
|
Colors
|
|
|
|
========================================================================== */
|
|
|
|
|
2016-03-25 14:33:28 +01:00
|
|
|
$gray : #4c4c4c;
|
|
|
|
$dark-gray : #191413;
|
|
|
|
$light-gray : mix(#fff, $gray, 70%);
|
|
|
|
$lighter-gray : mix(#fff, $gray, 90%);
|
2016-03-10 17:13:54 +01:00
|
|
|
|
2016-03-25 14:33:28 +01:00
|
|
|
$body-color : #fff;
|
|
|
|
$background-color : #fff;
|
|
|
|
$code-background-color : #f8f8f8;
|
|
|
|
$text-color : #333332;
|
|
|
|
$border-color : $lighter-gray;
|
|
|
|
$base-color : #343434;
|
|
|
|
$comp-color : spin($base-color, 180);
|
|
|
|
$accent-color : #000;
|
2014-07-31 19:09:32 +02:00
|
|
|
|
2015-01-20 21:25:57 +01:00
|
|
|
/* buttons */
|
2016-03-25 14:33:28 +01:00
|
|
|
$primary-color : #000;
|
|
|
|
$success-color : #5cb85c;
|
|
|
|
$warning-color : #dd8338;
|
|
|
|
$danger-color : #C64537;
|
|
|
|
$info-color : #308cbc;
|
2014-07-31 19:09:32 +02:00
|
|
|
|
2015-01-21 17:21:50 +01:00
|
|
|
/* brands */
|
2016-03-25 14:33:28 +01:00
|
|
|
$behance-color : #1769FF;
|
|
|
|
$dribbble-color : #ea4c89;
|
|
|
|
$facebook-color : #3b5998;
|
|
|
|
$flickr-color : #ff0084;
|
|
|
|
$foursquare-color : #0072b1;
|
|
|
|
$github-color : #171516;
|
|
|
|
$google-plus-color : #dd4b39;
|
|
|
|
$instagram-color : #517fa4;
|
|
|
|
$lastfm-color : #d51007;
|
|
|
|
$linkedin-color : #007bb6;
|
|
|
|
$pinterest-color : #cb2027;
|
|
|
|
$rss-color : #fa9b39;
|
|
|
|
$soundcloud-color : #ff3300;
|
|
|
|
$stackoverflow-color : #fe7a15;
|
|
|
|
$tumblr-color : #32506d;
|
|
|
|
$twitter-color : #55acee;
|
|
|
|
$vimeo-color : #1ab7ea;
|
|
|
|
$vine-color : #00bf8f;
|
|
|
|
$youtube-color : #bb0000;
|
|
|
|
$xing-color : #006567;
|
2016-03-23 03:59:39 +01:00
|
|
|
|
2015-01-21 17:21:50 +01:00
|
|
|
|
2015-01-20 21:25:57 +01:00
|
|
|
/* links */
|
2016-03-25 14:33:28 +01:00
|
|
|
$link-color : #343434;
|
|
|
|
$link-color-hover : darken($link-color, 10);
|
|
|
|
$link-color-visited : lighten($link-color-hover, 20);
|
|
|
|
$link-color-focus : darken($link-color-visited, 10);
|
2016-03-10 17:13:54 +01:00
|
|
|
|
2016-03-25 14:33:28 +01:00
|
|
|
$border-radius : 4px;
|
2016-03-10 17:13:54 +01:00
|
|
|
|
|
|
|
|
|
|
|
/*
|
2016-03-15 17:34:14 +01:00
|
|
|
Breakpoints
|
2016-03-10 17:13:54 +01:00
|
|
|
========================================================================== */
|
|
|
|
|
2016-03-15 17:34:14 +01:00
|
|
|
@include breakpoint-set("to ems", true);
|
|
|
|
|
2016-03-25 14:33:28 +01:00
|
|
|
$small : 600px;
|
|
|
|
$medium : 768px;
|
|
|
|
$medium-wide : 900px;
|
|
|
|
$large : 1024px;
|
|
|
|
$x-large : 1280px;
|
2014-07-31 19:09:32 +02:00
|
|
|
|
2016-03-10 04:19:11 +01:00
|
|
|
|
2015-04-17 12:43:36 +02:00
|
|
|
/*
|
2016-03-15 17:34:14 +01:00
|
|
|
Grid
|
2015-01-20 21:25:57 +01:00
|
|
|
========================================================================== */
|
2015-04-17 12:43:36 +02:00
|
|
|
|
2016-03-25 14:33:28 +01:00
|
|
|
$right-sidebar-width-narrow : 200px;
|
|
|
|
$right-sidebar-width : 300px;
|
|
|
|
$right-sidebar-width-wide : 400px;
|
2016-03-16 21:18:37 +01:00
|
|
|
|
2016-03-15 17:34:14 +01:00
|
|
|
$susy: (
|
|
|
|
columns: 12,
|
2016-03-16 21:18:37 +01:00
|
|
|
// column-width: 90px,
|
2016-03-15 17:34:14 +01:00
|
|
|
gutters: 1/4,
|
|
|
|
math: fluid,
|
|
|
|
output: float,
|
2016-03-16 21:18:37 +01:00
|
|
|
gutter-position: after,
|
2016-03-15 17:34:14 +01:00
|
|
|
container: $large,
|
|
|
|
global-box-sizing: border-box,
|
2016-03-17 20:50:22 +01:00
|
|
|
// debug: (
|
|
|
|
// image: show,
|
|
|
|
// color: blue,
|
|
|
|
// output: overlay,
|
|
|
|
// toggle: top right,
|
|
|
|
// ),
|
2016-03-15 17:34:14 +01:00
|
|
|
);
|