octopress 3.0.0.alpha1 → 3.0.0.alpha2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/octopress.rb +3 -2
- data/lib/octopress/commands/build_jekyll.rb +17 -0
- data/lib/octopress/commands/build_stylesheets.rb +1 -1
- data/lib/octopress/commands/install.rb +2 -3
- data/lib/octopress/commands/new.rb +1 -1
- data/lib/octopress/commands/scaffold.rb +3 -2
- data/lib/octopress/commands/serve.rb +1 -1
- data/lib/octopress/configuration.rb +7 -1
- data/lib/octopress/installer.rb +15 -11
- data/lib/octopress/{js_asset_manager.rb → js_assets_manager.rb} +0 -1
- data/lib/octopress/scaffold/site/config.ru +25 -0
- data/lib/octopress/version.rb +1 -1
- data/octopress.gemspec +1 -1
- metadata +5 -161
- data/.themes/classic/.editorconfig +0 -44
- data/.themes/classic/_config/adn-timeline.yml +0 -10
- data/.themes/classic/_config/delicious-feed.yml +0 -4
- data/.themes/classic/_config/deploy/gh_pages.yml +0 -9
- data/.themes/classic/_config/deploy/rsync.yml +0 -14
- data/.themes/classic/_config/disqus.yml +0 -11
- data/.themes/classic/_config/facebook-like.yml +0 -2
- data/.themes/classic/_config/gauges-analytics.yml +0 -6
- data/.themes/classic/_config/github-repos.yml +0 -24
- data/.themes/classic/_config/google-analytics.yml +0 -6
- data/.themes/classic/_config/google-plus.yml +0 -13
- data/.themes/classic/_config/jekyll.yml +0 -37
- data/.themes/classic/_config/pinboard-feed.yml +0 -4
- data/.themes/classic/_config/require-js.yml +0 -19
- data/.themes/classic/_config/theme.yml +0 -54
- data/.themes/classic/_config/twitter-timeline.yml +0 -9
- data/.themes/classic/assets/javascripts/lib/ios-rotate-scaling-fix.js +0 -18
- data/.themes/classic/assets/javascripts/lib/jquery.cookie.js +0 -92
- data/.themes/classic/assets/javascripts/lib/modernizr.js +0 -447
- data/.themes/classic/assets/javascripts/lib/octopress.js +0 -83
- data/.themes/classic/assets/javascripts/modules/adn-timeline.coffee +0 -68
- data/.themes/classic/assets/javascripts/modules/delicious-feed.coffee +0 -38
- data/.themes/classic/assets/javascripts/modules/github-repos.coffee +0 -60
- data/.themes/classic/assets/javascripts/modules/github.coffee +0 -60
- data/.themes/classic/assets/javascripts/modules/helpers.coffee +0 -96
- data/.themes/classic/assets/javascripts/modules/pinboard-feed.coffee +0 -42
- data/.themes/classic/assets/javascripts/modules/site.coffee +0 -11
- data/.themes/classic/assets/stylesheets/_base.scss +0 -5
- data/.themes/classic/assets/stylesheets/_partials.scss +0 -8
- data/.themes/classic/assets/stylesheets/base/_layout.scss +0 -191
- data/.themes/classic/assets/stylesheets/base/_solarized.scss +0 -75
- data/.themes/classic/assets/stylesheets/base/_theme.scss +0 -92
- data/.themes/classic/assets/stylesheets/base/_typography.scss +0 -168
- data/.themes/classic/assets/stylesheets/base/_utilities.scss +0 -27
- data/.themes/classic/assets/stylesheets/custom/_colors.scss +0 -49
- data/.themes/classic/assets/stylesheets/custom/_fonts.scss +0 -10
- data/.themes/classic/assets/stylesheets/custom/_layout.scss +0 -17
- data/.themes/classic/assets/stylesheets/custom/_styles.scss +0 -2
- data/.themes/classic/assets/stylesheets/partials/_archive.scss +0 -77
- data/.themes/classic/assets/stylesheets/partials/_blog.scss +0 -165
- data/.themes/classic/assets/stylesheets/partials/_footer.scss +0 -19
- data/.themes/classic/assets/stylesheets/partials/_header.scss +0 -18
- data/.themes/classic/assets/stylesheets/partials/_navigation.scss +0 -136
- data/.themes/classic/assets/stylesheets/partials/_sharing.scss +0 -73
- data/.themes/classic/assets/stylesheets/partials/_sidebar.scss +0 -4
- data/.themes/classic/assets/stylesheets/partials/_syntax.scss +0 -234
- data/.themes/classic/assets/stylesheets/partials/sidebar/_base.scss +0 -106
- data/.themes/classic/assets/stylesheets/partials/sidebar/_delicious.scss +0 -4
- data/.themes/classic/assets/stylesheets/partials/sidebar/_googleplus.scss +0 -26
- data/.themes/classic/assets/stylesheets/partials/sidebar/_pinboard.scss +0 -12
- data/.themes/classic/assets/stylesheets/plugins/_plugins.scss +0 -5
- data/.themes/classic/assets/stylesheets/screen.scss +0 -11
- data/.themes/classic/source/404.markdown +0 -9
- data/.themes/classic/source/_includes/after_footer.html +0 -7
- data/.themes/classic/source/_includes/archive_post.html +0 -12
- data/.themes/classic/source/_includes/article.html +0 -23
- data/.themes/classic/source/_includes/comments.html +0 -9
- data/.themes/classic/source/_includes/custom/after_footer.html +0 -3
- data/.themes/classic/source/_includes/custom/after_page.html +0 -1
- data/.themes/classic/source/_includes/custom/after_post.html +0 -0
- data/.themes/classic/source/_includes/custom/comments.html +0 -5
- data/.themes/classic/source/_includes/custom/footer.html +0 -4
- data/.themes/classic/source/_includes/custom/head.html +0 -7
- data/.themes/classic/source/_includes/custom/header.html +0 -6
- data/.themes/classic/source/_includes/custom/navigation.html +0 -4
- data/.themes/classic/source/_includes/custom/page_meta.html +0 -1
- data/.themes/classic/source/_includes/custom/post_meta.html +0 -1
- data/.themes/classic/source/_includes/custom/sharing.html +0 -3
- data/.themes/classic/source/_includes/disqus.html +0 -22
- data/.themes/classic/source/_includes/facebook_like.html +0 -10
- data/.themes/classic/source/_includes/feed_entry.xml +0 -10
- data/.themes/classic/source/_includes/footer.html +0 -1
- data/.themes/classic/source/_includes/gauges_analytics.html +0 -15
- data/.themes/classic/source/_includes/google_analytics.html +0 -13
- data/.themes/classic/source/_includes/google_plus_one.html +0 -9
- data/.themes/classic/source/_includes/head.html +0 -33
- data/.themes/classic/source/_includes/header.html +0 -1
- data/.themes/classic/source/_includes/navigation.html +0 -15
- data/.themes/classic/source/_includes/post/author.html +0 -8
- data/.themes/classic/source/_includes/post/categories.html +0 -10
- data/.themes/classic/source/_includes/post/date.html +0 -15
- data/.themes/classic/source/_includes/post/disqus_thread.html +0 -1
- data/.themes/classic/source/_includes/post/meta.html +0 -3
- data/.themes/classic/source/_includes/post/sharing.html +0 -36
- data/.themes/classic/source/_includes/post/title.html +0 -5
- data/.themes/classic/source/_includes/post/variables.html +0 -14
- data/.themes/classic/source/_includes/sidebars/blog_index_default.html +0 -3
- data/.themes/classic/source/_includes/sidebars/page_default.html +0 -4
- data/.themes/classic/source/_includes/sidebars/post_default.html +0 -4
- data/.themes/classic/source/_includes/sidebars/sections/delicious.html +0 -8
- data/.themes/classic/source/_includes/sidebars/sections/github.html +0 -9
- data/.themes/classic/source/_includes/sidebars/sections/google_plus.html +0 -5
- data/.themes/classic/source/_includes/sidebars/sections/pinboard.html +0 -17
- data/.themes/classic/source/_includes/sidebars/sections/recent_posts.html +0 -10
- data/.themes/classic/source/_includes/twitter_sharing.html +0 -11
- data/.themes/classic/source/_layouts/category_feed.xml +0 -24
- data/.themes/classic/source/_layouts/category_index.html +0 -19
- data/.themes/classic/source/_layouts/default.html +0 -14
- data/.themes/classic/source/_layouts/page.html +0 -34
- data/.themes/classic/source/_layouts/post.html +0 -39
- data/.themes/classic/source/archives/index.html +0 -20
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/background.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/blankButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/divider.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/fullscreenButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/fullscreenButtonOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/muteButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/muteButtonOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/normalscreenButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/normalscreenButtonOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/pauseButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/pauseButtonOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/playButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/playButtonOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderBuffer.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderCapLeft.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderCapRight.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderProgress.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderRail.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/unmuteButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/unmuteButtonOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/display/background.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/display/bufferIcon.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/display/muteIcon.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/display/playIcon.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/dock/button.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/glow.xml +0 -115
- data/.themes/classic/source/assets/jwplayer/glow/playlist/item.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/playlist/itemOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/playlist/sliderCapBottom.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/playlist/sliderCapTop.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/playlist/sliderRail.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/playlist/sliderThumb.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/sharing/embedIcon.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/sharing/embedScreen.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/sharing/shareIcon.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/sharing/shareScreen.png +0 -0
- data/.themes/classic/source/assets/jwplayer/player.swf +0 -0
- data/.themes/classic/source/atom.xml +0 -23
- data/.themes/classic/source/images/bird_32_gray.png +0 -0
- data/.themes/classic/source/images/bird_32_gray_fail.png +0 -0
- data/.themes/classic/source/images/code_bg.png +0 -0
- data/.themes/classic/source/images/dotted-border.png +0 -0
- data/.themes/classic/source/images/email.png +0 -0
- data/.themes/classic/source/images/icon/facebook.png +0 -0
- data/.themes/classic/source/images/icon/github.png +0 -0
- data/.themes/classic/source/images/icon/googleplus.png +0 -0
- data/.themes/classic/source/images/icon/twitter-bird.png +0 -0
- data/.themes/classic/source/images/icon/twitter.png +0 -0
- data/.themes/classic/source/images/line-tile.png +0 -0
- data/.themes/classic/source/images/noise.png +0 -0
- data/.themes/classic/source/images/rss.png +0 -0
- data/.themes/classic/source/images/search.png +0 -0
- data/.themes/classic/source/index.html +0 -30
- data/.themes/classic/source/javascripts/jquery.min.js +0 -5
- data/.themes/classic/source/octopress-favicon.png +0 -0
- data/.themes/classic/source/robots.txt +0 -7
@@ -1,73 +0,0 @@
|
|
1
|
-
@mixin social-button-bg($icon: false, $color: #333, $img: false) {
|
2
|
-
color: $color;
|
3
|
-
&:visited, &:hover, &:visited:hover { color: $color; }
|
4
|
-
@if $img {
|
5
|
-
padding-left: image-width($img) + 6px;
|
6
|
-
&:before {
|
7
|
-
background: image-url($img) no-repeat center center;
|
8
|
-
width: image-width($img);
|
9
|
-
height: image-height($img);
|
10
|
-
position: absolute; left: 3px;
|
11
|
-
}
|
12
|
-
} @else if $icon {
|
13
|
-
padding-left: icon-sprite-width($icon) + 6px;
|
14
|
-
&:before {
|
15
|
-
vertical-align: middle;
|
16
|
-
@extend .icon-#{$icon};
|
17
|
-
position: absolute; left: 3px;
|
18
|
-
}
|
19
|
-
}
|
20
|
-
}
|
21
|
-
|
22
|
-
.simple-social-button {
|
23
|
-
position: relative;
|
24
|
-
overflow: hidden;
|
25
|
-
font-family: "Lucida Grande", Helvetica, Arial, sans;
|
26
|
-
display: inline-block;
|
27
|
-
border: 1px solid #ccc;
|
28
|
-
padding: .2em .5em; line-height: 1.45em;
|
29
|
-
font-size: 11px;
|
30
|
-
font-weight: bold;
|
31
|
-
text-decoration: none;
|
32
|
-
text-shadow: #fff 0 1px;
|
33
|
-
@include border-radius(.3em);
|
34
|
-
background-color: #e5e5e5;
|
35
|
-
@include background-image(linear-gradient(#fff, #ddd));
|
36
|
-
&:hover {
|
37
|
-
@include background-image(linear-gradient(#f5f5f5, #ccc));
|
38
|
-
border-color: #b5b5b5;
|
39
|
-
background-color: #ddd;
|
40
|
-
}
|
41
|
-
&:before {
|
42
|
-
content: "";
|
43
|
-
display: inline-block;
|
44
|
-
}
|
45
|
-
}
|
46
|
-
|
47
|
-
.sharing {
|
48
|
-
p.meta + & {
|
49
|
-
padding: { top: 1em; left: 0; }
|
50
|
-
background: $img-border top left repeat-x;
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
#fb-root { display: none; }
|
55
|
-
|
56
|
-
.googleplus-share {
|
57
|
-
@extend .simple-social-button;
|
58
|
-
@include social-button-bg('googleplus', #db583b);
|
59
|
-
&:before { top: 5px; }
|
60
|
-
}
|
61
|
-
.facebook-share {
|
62
|
-
@extend .simple-social-button;
|
63
|
-
@include social-button-bg('facebook', #4e5a9b);
|
64
|
-
&:before { top: 3px; }
|
65
|
-
}
|
66
|
-
.twitter-share, .sidebar a.twitter-follow-button {
|
67
|
-
@extend .simple-social-button;
|
68
|
-
@include social-button-bg('twitter');
|
69
|
-
}
|
70
|
-
.sidebar .github-follow {
|
71
|
-
@extend .simple-social-button;
|
72
|
-
@include social-button-bg('github');
|
73
|
-
}
|
@@ -1,234 +0,0 @@
|
|
1
|
-
p, li {
|
2
|
-
code {
|
3
|
-
@extend .mono;
|
4
|
-
display: inline-block;
|
5
|
-
white-space: no-wrap;
|
6
|
-
background: #fff;
|
7
|
-
font-size: .8em;
|
8
|
-
line-height: 1.5em;
|
9
|
-
color: #555;
|
10
|
-
border: 1px solid #ddd;
|
11
|
-
@include border-radius(.4em);
|
12
|
-
padding: 0 .3em;
|
13
|
-
margin: -1px 0;
|
14
|
-
}
|
15
|
-
pre code { font-size: 1em; background: none; border: none; }
|
16
|
-
}
|
17
|
-
|
18
|
-
pre, figure.code table {
|
19
|
-
@if $code-selection-color != false {
|
20
|
-
@include selection($code-selection);
|
21
|
-
}
|
22
|
-
}
|
23
|
-
|
24
|
-
pre {
|
25
|
-
background: $pre-bg $noise-bg;
|
26
|
-
@include border-radius(.4em);
|
27
|
-
@extend .mono;
|
28
|
-
color: $pre-color;
|
29
|
-
overflow: scroll;
|
30
|
-
overflow-y: hidden;
|
31
|
-
overflow-x: auto;
|
32
|
-
border: 1px solid $pre-border;
|
33
|
-
margin-bottom: 2.1em;
|
34
|
-
padding: 1em .8em;
|
35
|
-
font-size: 13px;
|
36
|
-
line-height: 1.45em;
|
37
|
-
}
|
38
|
-
|
39
|
-
figure.code {
|
40
|
-
@include box-shadow(rgba(#000, .06) 0 0 10px);
|
41
|
-
background: none;
|
42
|
-
padding: 0;
|
43
|
-
border: 0;
|
44
|
-
margin-bottom: 1.5em;
|
45
|
-
pre {
|
46
|
-
@include border-radius(0px);
|
47
|
-
@include box-shadow(none);
|
48
|
-
background: none;
|
49
|
-
color: $base1;
|
50
|
-
border: none;
|
51
|
-
padding: 0;
|
52
|
-
margin-bottom: 0;
|
53
|
-
overflow: visible;
|
54
|
-
font-style: normal;
|
55
|
-
font-weight: normal;
|
56
|
-
}
|
57
|
-
figcaption {
|
58
|
-
position: relative;
|
59
|
-
text-align: center;
|
60
|
-
font-size: 13px;
|
61
|
-
line-height: 2em;
|
62
|
-
font-weight: normal;
|
63
|
-
margin-bottom: 0;
|
64
|
-
@include border-top-radius(5px);
|
65
|
-
font-family: "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", Lucida, sans-serif;
|
66
|
-
background-color: #aaaaaa;
|
67
|
-
@if lightness($base03) <= lightness(#555) {
|
68
|
-
text-shadow: #cbcccc 0 1px 0;
|
69
|
-
color: #555;
|
70
|
-
@include background-image(linear-gradient(
|
71
|
-
#e0e0e0, #cfcfcf 6%, #b1b1b1 90%, #aaaaaa
|
72
|
-
));
|
73
|
-
border: 1px solid #a5a5a5 {
|
74
|
-
top-color: #cbcbcb;
|
75
|
-
bottom: 0;
|
76
|
-
}
|
77
|
-
}
|
78
|
-
@else if lightness($base03) > lightness(#555) {
|
79
|
-
text-shadow: #fff 0 1px 0;
|
80
|
-
color: #777;
|
81
|
-
@include background-image(linear-gradient(
|
82
|
-
#fff, #f0f0f0 6%, #e5e5e5 90%, #ddd
|
83
|
-
));
|
84
|
-
border: 1px solid #c5c5c5 {
|
85
|
-
top-color: #d5d5d5;
|
86
|
-
bottom: 0;
|
87
|
-
}
|
88
|
-
}
|
89
|
-
a {
|
90
|
-
position: absolute; right: .8em;
|
91
|
-
@include hover-link;
|
92
|
-
color: inherit;
|
93
|
-
z-index: 1;
|
94
|
-
padding-left: 3em;
|
95
|
-
}
|
96
|
-
}
|
97
|
-
.marked {
|
98
|
-
position: relative;
|
99
|
-
display: block;
|
100
|
-
&:after {
|
101
|
-
content: "";
|
102
|
-
position: absolute;
|
103
|
-
background: $marker-bg;
|
104
|
-
left: -.8em; top: 0; bottom: 0; right: -.8em;
|
105
|
-
border: 0px solid $marker-border {
|
106
|
-
left-color: $marker-border-left;
|
107
|
-
}
|
108
|
-
}
|
109
|
-
&.start:after {
|
110
|
-
border-top-width: 1px;
|
111
|
-
}
|
112
|
-
&.end:after {
|
113
|
-
border-bottom-width: 1px;
|
114
|
-
}
|
115
|
-
}
|
116
|
-
.unnumbered, .line-numbers {
|
117
|
-
.marked:after { border-left-width: 2px; }
|
118
|
-
}
|
119
|
-
}
|
120
|
-
|
121
|
-
figure .highlight {
|
122
|
-
border: 1px solid $pre-border;
|
123
|
-
background: $base03;
|
124
|
-
overflow-y: hidden;
|
125
|
-
overflow-x: auto;
|
126
|
-
|
127
|
-
// allows line number to be read by screen readers but won't be selected when copying code
|
128
|
-
[data-line]:before { content: attr(data-line); }
|
129
|
-
|
130
|
-
td {
|
131
|
-
line-height: 1.45em;
|
132
|
-
font-size: 13px;
|
133
|
-
pre { padding: .8em; }
|
134
|
-
}
|
135
|
-
|
136
|
-
.main {
|
137
|
-
width: 100%;
|
138
|
-
background: $base03 $noise-bg;
|
139
|
-
}
|
140
|
-
|
141
|
-
.line-numbers {
|
142
|
-
text-align: right;
|
143
|
-
pre { color: $base01; }
|
144
|
-
|
145
|
-
@if lightness($base03) > lightness(#555) {
|
146
|
-
background: lighten($base03, 1) $noise-bg;
|
147
|
-
border-right: 1px solid darken($base02, 2);
|
148
|
-
@include box-shadow(lighten($base03, 2) -1px 0 inset);
|
149
|
-
text-shadow: lighten($base02, 2) 0 -1px;
|
150
|
-
} @else {
|
151
|
-
background: $base02 $noise-bg;
|
152
|
-
border-right: 1px solid darken($base03, 2);
|
153
|
-
@include box-shadow(lighten($base02, 2) -1px 0 inset);
|
154
|
-
text-shadow: darken($base02, 10) 0 -1px;
|
155
|
-
}
|
156
|
-
}
|
157
|
-
|
158
|
-
.c { color: $base01; font-style: italic; } /* Comment */
|
159
|
-
.cm { color: $base01; font-style: italic; } /* Comment.Multiline */
|
160
|
-
.cp { color: $base01; font-style: italic; } /* Comment.Preproc */
|
161
|
-
.c1 { color: $base01; font-style: italic; } /* Comment.Single */
|
162
|
-
.cs { color: $base01; font-weight: bold; font-style: italic; } /* Comment.Special */
|
163
|
-
.err { color: $solar-red; background: none; } /* Error */
|
164
|
-
.k { color: $solar-orange; } /* Keyword */
|
165
|
-
.o { color: $base1; font-weight: bold; } /* Operator */
|
166
|
-
.p { color: $base1; } /* Operator */
|
167
|
-
.ow { color: $solar-cyan; font-weight: bold; } /* Operator.Word */
|
168
|
-
.gd { color: $base1; background-color: mix($solar-red, $base03, 25%); display: inline-block; } /* Generic.Deleted */
|
169
|
-
.gd .x { color: $base1; background-color: mix($solar-red, $base03, 35%); display: inline-block; } /* Generic.Deleted.Specific */
|
170
|
-
.ge { color: $base1; font-style: italic; } /* Generic.Emph */
|
171
|
-
//.gr { color: #aa0000 } /* Generic.Error */
|
172
|
-
.gh { color: $base01; } /* Generic.Heading */
|
173
|
-
.gi { color: $base1; background-color: mix($solar-green, $base03, 20%); display: inline-block; } /* Generic.Inserted */
|
174
|
-
.gi .x { color: $base1; background-color: mix($solar-green, $base03, 40%); display: inline-block; } /* Generic.Inserted.Specific */
|
175
|
-
//.go { color: #888888 } /* Generic.Output */
|
176
|
-
//.gp { color: #555555 } /* Generic.Prompt */
|
177
|
-
.gs { color: $base1; font-weight: bold; } /* Generic.Strong */
|
178
|
-
.gu { color: $solar-violet; } /* Generic.Subheading */
|
179
|
-
//.gt { color: #aa0000 } /* Generic.Traceback */
|
180
|
-
.kc { color: $solar-green; font-weight: bold; } /* Keyword.Constant */
|
181
|
-
.kd { color: $solar-blue; } /* Keyword.Declaration */
|
182
|
-
.kp { color: $solar-orange; font-weight: bold; } /* Keyword.Pseudo */
|
183
|
-
.kr { color: $solar-magenta; font-weight: bold; } /* Keyword.Reserved */
|
184
|
-
.kt { color: $solar-cyan; } /* Keyword.Type */
|
185
|
-
.n { color: $solar-blue; }
|
186
|
-
.na { color: $solar-blue; } /* Name.Attribute */
|
187
|
-
.nb { color: $solar-green; } /* Name.Builtin */
|
188
|
-
.nc { color: $solar-magenta;} /* Name.Class */
|
189
|
-
.no { color: $solar-yellow; } /* Name.Constant */
|
190
|
-
//.ni { color: #800080 } /* Name.Entity */
|
191
|
-
.nl { color: $solar-green; }
|
192
|
-
.ne { color: $solar-blue; font-weight: bold; } /* Name.Exception */
|
193
|
-
.nf { color: $solar-blue; font-weight: bold; } /* Name.Function */
|
194
|
-
.nn { color: $solar-yellow; } /* Name.Namespace */
|
195
|
-
.nt { color: $solar-blue; font-weight: bold; } /* Name.Tag */
|
196
|
-
.nx { color: $solar-yellow !important; }
|
197
|
-
//.bp { color: #999999 } /* Name.Builtin.Pseudo */
|
198
|
-
//.vc { color: #008080 } /* Name.Variable.Class */
|
199
|
-
.vg { color: $solar-blue; } /* Name.Variable.Global */
|
200
|
-
.vi { color: $solar-blue; } /* Name.Variable.Instance */
|
201
|
-
.nv { color: $solar-blue; } /* Name.Variable */
|
202
|
-
//.w { color: #bbbbbb } /* Text.Whitespace */
|
203
|
-
.mf { color: $solar-cyan; } /* Literal.Number.Float */
|
204
|
-
.m { color: $solar-cyan; } /* Literal.Number */
|
205
|
-
.mh { color: $solar-cyan; } /* Literal.Number.Hex */
|
206
|
-
.mi { color: $solar-cyan; } /* Literal.Number.Integer */
|
207
|
-
//.mo { color: #009999 } /* Literal.Number.Oct */
|
208
|
-
.s { color: $solar-cyan; } /* Literal.String */
|
209
|
-
//.sb { color: #d14 } /* Literal.String.Backtick */
|
210
|
-
//.sc { color: #d14 } /* Literal.String.Char */
|
211
|
-
.sd { color: $solar-cyan; } /* Literal.String.Doc */
|
212
|
-
.s2 { color: $solar-cyan; } /* Literal.String.Double */
|
213
|
-
.se { color: $solar-red; } /* Literal.String.Escape */
|
214
|
-
//.sh { color: #d14 } /* Literal.String.Heredoc */
|
215
|
-
.si { color: $solar-blue; } /* Literal.String.Interpol */
|
216
|
-
//.sx { color: #d14 } /* Literal.String.Other */
|
217
|
-
.sr { color: $solar-cyan; } /* Literal.String.Regex */
|
218
|
-
.s1 { color: $solar-cyan; } /* Literal.String.Single */
|
219
|
-
//.ss { color: #990073 } /* Literal.String.Symbol */
|
220
|
-
//.il { color: #009999 } /* Literal.Number.Integer.Long */
|
221
|
-
div { .gd, .gd .x, .gi, .gi .x { display: inline-block; width: 100%; }}
|
222
|
-
}
|
223
|
-
|
224
|
-
$solar-scroll-bg: rgba(#fff, .15);
|
225
|
-
$solar-scroll-thumb: rgba(#fff, .2);
|
226
|
-
@if lightness($base03) > lightness(#555) {
|
227
|
-
$solar-scroll-bg: rgba(#000, .15);
|
228
|
-
$solar-scroll-thumb: rgba(#000, .15);
|
229
|
-
}
|
230
|
-
|
231
|
-
pre, figure .highlight {
|
232
|
-
&::-webkit-scrollbar { height: .5em; background: $solar-scroll-bg; }
|
233
|
-
&::-webkit-scrollbar-thumb:horizontal { background: $solar-scroll-thumb; -webkit-border-radius: 4px; border-radius: 4px }
|
234
|
-
}
|
@@ -1,106 +0,0 @@
|
|
1
|
-
.side-shadow-border {
|
2
|
-
@include box-shadow(lighten($sidebar-bg, 5) 0 1px);
|
3
|
-
}
|
4
|
-
.sidebar {
|
5
|
-
overflow: hidden;
|
6
|
-
color: $sidebar-color;
|
7
|
-
text-shadow: lighten($sidebar-bg, 8) 0 1px;
|
8
|
-
a { @extend .force-wrap; }
|
9
|
-
section {
|
10
|
-
@extend .sans;
|
11
|
-
font-size: .8em;
|
12
|
-
line-height: 1.4em;
|
13
|
-
margin-bottom: 1.5em;
|
14
|
-
h1 {
|
15
|
-
margin: 1.5em 0 0;
|
16
|
-
padding-bottom: .2em;
|
17
|
-
border-bottom: 1px solid $sidebar-border;
|
18
|
-
@extend .side-shadow-border;
|
19
|
-
+ p {
|
20
|
-
padding-top: .4em;
|
21
|
-
}
|
22
|
-
}
|
23
|
-
}
|
24
|
-
img {
|
25
|
-
@extend .flex-content;
|
26
|
-
@extend .basic-alignment;
|
27
|
-
@include shadow-box($border: #fff .3em solid);
|
28
|
-
}
|
29
|
-
ul {
|
30
|
-
margin-bottom: 0.5em;
|
31
|
-
margin-left: 0;
|
32
|
-
}
|
33
|
-
li {
|
34
|
-
list-style: none;
|
35
|
-
padding: .5em 0;
|
36
|
-
margin: 0;
|
37
|
-
border-bottom: 1px solid $sidebar-border;
|
38
|
-
@extend .side-shadow-border;
|
39
|
-
p:last-child {
|
40
|
-
margin-bottom: 0;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
a {
|
44
|
-
color: inherit;
|
45
|
-
@include transition(color .5s);
|
46
|
-
}
|
47
|
-
&:hover p a, &:hover li a {
|
48
|
-
color: $sidebar-link-color;
|
49
|
-
&:hover { color: $sidebar-link-color-hover; }
|
50
|
-
}
|
51
|
-
}
|
52
|
-
.aside-alt-link {
|
53
|
-
color: $sidebar-link-color-subdued;
|
54
|
-
&:hover {
|
55
|
-
color: $sidebar-link-color-subdued-hover;
|
56
|
-
}
|
57
|
-
}
|
58
|
-
|
59
|
-
@media only screen and (min-width: 768px) {
|
60
|
-
.toggle-sidebar {
|
61
|
-
outline: none;
|
62
|
-
position: absolute; right: -10px; top: 0; bottom: 0;
|
63
|
-
display: inline-block;
|
64
|
-
text-decoration: none;
|
65
|
-
color: mix($text-color-light, $sidebar-bg);
|
66
|
-
width: 9px;
|
67
|
-
cursor: pointer;
|
68
|
-
&:hover {
|
69
|
-
background: mix($sidebar-border, $sidebar-bg);
|
70
|
-
@include background(linear-gradient(left, rgba($sidebar-border, .5), rgba($sidebar-border, 0)));
|
71
|
-
}
|
72
|
-
&:after {
|
73
|
-
position: absolute; right: -11px; top: 0;
|
74
|
-
width: 20px;
|
75
|
-
font-size: 1.2em;
|
76
|
-
line-height: 1.1em;
|
77
|
-
padding-bottom: .15em;
|
78
|
-
@include border-bottom-right-radius(.3em);
|
79
|
-
text-align: center;
|
80
|
-
background: $main-bg $noise-bg;
|
81
|
-
border-bottom: 1px solid $sidebar-border;
|
82
|
-
border-right: 1px solid $sidebar-border;
|
83
|
-
content: "\00BB";
|
84
|
-
text-indent: -1px;
|
85
|
-
}
|
86
|
-
.collapse-sidebar & {
|
87
|
-
text-indent: 0px;
|
88
|
-
right: -20px;
|
89
|
-
width: 19px;
|
90
|
-
&:hover {
|
91
|
-
background: mix($sidebar-border, $sidebar-bg);
|
92
|
-
}
|
93
|
-
&:after {
|
94
|
-
border-left: 1px solid $sidebar-border;
|
95
|
-
text-shadow: #fff 0 1px;
|
96
|
-
content: "\00AB";
|
97
|
-
left: 0px; right: 0;
|
98
|
-
text-align: center;
|
99
|
-
text-indent: 0;
|
100
|
-
border: 0;
|
101
|
-
border-right-width: 0;
|
102
|
-
background: none;
|
103
|
-
}
|
104
|
-
}
|
105
|
-
}
|
106
|
-
}
|
@@ -1,26 +0,0 @@
|
|
1
|
-
.googleplus {
|
2
|
-
h1 {
|
3
|
-
-moz-box-shadow: none !important;
|
4
|
-
-webkit-box-shadow: none !important;
|
5
|
-
-o-box-shadow: none !important;
|
6
|
-
box-shadow: none !important;
|
7
|
-
border-bottom: 0px none !important;
|
8
|
-
}
|
9
|
-
a {
|
10
|
-
text-decoration: none;
|
11
|
-
white-space: normal !important;
|
12
|
-
line-height: 32px;
|
13
|
-
|
14
|
-
img {
|
15
|
-
float: left;
|
16
|
-
margin-right: 0.5em;
|
17
|
-
border: 0 none;
|
18
|
-
}
|
19
|
-
}
|
20
|
-
}
|
21
|
-
|
22
|
-
.googleplus-hidden {
|
23
|
-
position: absolute;
|
24
|
-
top: -1000em;
|
25
|
-
left: -1000em;
|
26
|
-
}
|