Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 67 KiB |
@ -0,0 +1,72 @@
|
|||||||
|
//= depend_on icons.png
|
||||||
|
//= depend_on icons@2x.png
|
||||||
|
|
||||||
|
//= require vendor/open-sans
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Copyright 2013-2015 Thibaut Courouble and other contributors
|
||||||
|
*
|
||||||
|
* This source code is licensed under the terms of the Mozilla
|
||||||
|
* Public License, v. 2.0, a copy of which may be obtained at:
|
||||||
|
* http://mozilla.org/MPL/2.0/
|
||||||
|
*/
|
||||||
|
|
||||||
|
@import 'global/variables-dark',
|
||||||
|
'global/icons',
|
||||||
|
'global/classes',
|
||||||
|
'global/base';
|
||||||
|
|
||||||
|
@import 'components/app',
|
||||||
|
'components/header',
|
||||||
|
'components/notif',
|
||||||
|
'components/sidebar',
|
||||||
|
'components/content',
|
||||||
|
'components/page',
|
||||||
|
'components/fail',
|
||||||
|
'components/notice',
|
||||||
|
'components/path',
|
||||||
|
'components/prism',
|
||||||
|
'components/mobile';
|
||||||
|
|
||||||
|
@import 'pages/angular',
|
||||||
|
'pages/bower',
|
||||||
|
'pages/c',
|
||||||
|
'pages/chai',
|
||||||
|
'pages/coffeescript',
|
||||||
|
'pages/cordova',
|
||||||
|
'pages/d3',
|
||||||
|
'pages/ember',
|
||||||
|
'pages/express',
|
||||||
|
'pages/go',
|
||||||
|
'pages/haskell',
|
||||||
|
'pages/jquery',
|
||||||
|
'pages/knockout',
|
||||||
|
'pages/git',
|
||||||
|
'pages/grunt',
|
||||||
|
'pages/laravel',
|
||||||
|
'pages/less',
|
||||||
|
'pages/lodash',
|
||||||
|
'pages/marionette',
|
||||||
|
'pages/markdown',
|
||||||
|
'pages/maxcdn',
|
||||||
|
'pages/mdn',
|
||||||
|
'pages/modernizr',
|
||||||
|
'pages/moment',
|
||||||
|
'pages/mongoose',
|
||||||
|
'pages/nginx',
|
||||||
|
'pages/node',
|
||||||
|
'pages/php',
|
||||||
|
'pages/phpunit',
|
||||||
|
'pages/postgres',
|
||||||
|
'pages/rdoc',
|
||||||
|
'pages/react',
|
||||||
|
'pages/redis',
|
||||||
|
'pages/requirejs',
|
||||||
|
'pages/rethinkdb',
|
||||||
|
'pages/rfc',
|
||||||
|
'pages/sinon',
|
||||||
|
'pages/socketio',
|
||||||
|
'pages/sphinx',
|
||||||
|
'pages/underscore',
|
||||||
|
'pages/yard',
|
||||||
|
'pages/yii';
|
@ -0,0 +1,82 @@
|
|||||||
|
$baseFont: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||||
|
$monoFont: 'Source Code Pro', 'Inconsolata-g', Consolas, Menlo, monospace;
|
||||||
|
|
||||||
|
$style: 'dark';
|
||||||
|
|
||||||
|
$headerHeight: 3rem;
|
||||||
|
$sidebarWidth: 18rem;
|
||||||
|
$sidebarMediumWidth: 16rem;
|
||||||
|
|
||||||
|
$contentBackground: #2d2d2d;
|
||||||
|
|
||||||
|
$textColor: #b4b3af;
|
||||||
|
$textColorLight: #7e7d7d;
|
||||||
|
$textColorLighter: #6a6868;
|
||||||
|
|
||||||
|
$inputFocusBorder: #444;
|
||||||
|
|
||||||
|
$focusBackground: #3d3d3e;
|
||||||
|
$focusBorder: #3d3d3e;
|
||||||
|
$focusText: #f7f2f2;
|
||||||
|
|
||||||
|
$loadingText: #616161;
|
||||||
|
$splashText: #616161;
|
||||||
|
$promoText: #616161;
|
||||||
|
|
||||||
|
$selectionBackground: #346fce;
|
||||||
|
$selectionBorder: #346fce;
|
||||||
|
$selectionText: #fff;
|
||||||
|
|
||||||
|
$highlightBackground: #3d4449;
|
||||||
|
|
||||||
|
$linkColor: #f7f2f2;
|
||||||
|
$linkColorHover: #fff;
|
||||||
|
|
||||||
|
$headerBackground: #1e1e1e;
|
||||||
|
$headerBorder: #1e1e1e;
|
||||||
|
|
||||||
|
$sidebarBackground: #262626;
|
||||||
|
$sidebarBorder: #262626;
|
||||||
|
|
||||||
|
$scrollbarColor: #515151;
|
||||||
|
$scrollbarColorHover: #888;
|
||||||
|
|
||||||
|
$pathBackground: $headerBackground;
|
||||||
|
$pathBorder: $headerBorder;
|
||||||
|
|
||||||
|
$noticeBackground: #1e1e1e;
|
||||||
|
$noticeBorder: #1e1e1e;
|
||||||
|
|
||||||
|
$boxBackground: #1e1e1e;
|
||||||
|
$boxBorder: #0a0a0a;
|
||||||
|
$boxBorderLight: #171717;
|
||||||
|
$boxHeaderBackground: #1e1e1e;
|
||||||
|
|
||||||
|
$noteBackground: #3a3e31;
|
||||||
|
$noteBorder: #1a1c17;
|
||||||
|
|
||||||
|
$noteGreenBackground: #283e2b;
|
||||||
|
$noteGreenBorder: #111b13;
|
||||||
|
|
||||||
|
$noteBlueBackground: #1f2f3e;
|
||||||
|
$noteBlueBorder: #101922;
|
||||||
|
|
||||||
|
$noteOrangeBackground: #3e271d;
|
||||||
|
$noteOrangeBorder: #1f1511;
|
||||||
|
|
||||||
|
$noteRedBackground: #3e1b1b;
|
||||||
|
$noteRedBorder: #1b0a0a;
|
||||||
|
|
||||||
|
$labelBackground: #38383a;
|
||||||
|
|
||||||
|
$notifBackground: rgba(#000, .85);
|
||||||
|
$notifColor: #fff;
|
||||||
|
$notifColorLight: #bbb;
|
||||||
|
|
||||||
|
$mediumScreen: '(max-width: 800px)';
|
||||||
|
|
||||||
|
$contentZ: 1;
|
||||||
|
$sidebarZ: 2;
|
||||||
|
$headerZ: 3;
|
||||||
|
$noticeZ: 4;
|
||||||
|
$hoverZ: 5;
|
@ -0,0 +1 @@
|
|||||||
|
http://happytodesign.com/hicons/
|
After Width: | Height: | Size: 119 B |
After Width: | Height: | Size: 158 B |
@ -0,0 +1 @@
|
|||||||
|
http://gemicon.net/
|
After Width: | Height: | Size: 125 B |
After Width: | Height: | Size: 191 B |
@ -0,0 +1 @@
|
|||||||
|
http://www.entypo.com/
|
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 522 B |
@ -0,0 +1 @@
|
|||||||
|
http://www.entypo.com/
|
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 495 B |
@ -0,0 +1 @@
|
|||||||
|
http://www.entypo.com/
|
After Width: | Height: | Size: 143 B |
After Width: | Height: | Size: 233 B |
@ -0,0 +1 @@
|
|||||||
|
http://www.entypo.com/
|
After Width: | Height: | Size: 248 B |
After Width: | Height: | Size: 465 B |
@ -0,0 +1 @@
|
|||||||
|
http://gemicon.net/
|
After Width: | Height: | Size: 209 B |
After Width: | Height: | Size: 399 B |