jekyll-foxslide 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_includes/after_footer.html +8 -0
  5. data/_includes/archive_post.html +8 -0
  6. data/_includes/article.html +67 -0
  7. data/_includes/asides/delicious.html +8 -0
  8. data/_includes/asides/github.html +8 -0
  9. data/_includes/asides/googleplus.html +11 -0
  10. data/_includes/asides/pinboard.html +19 -0
  11. data/_includes/asides/recent_posts.html +10 -0
  12. data/_includes/asides/twitter.html +7 -0
  13. data/_includes/custom/after_footer.html +4 -0
  14. data/_includes/custom/asides/about.html +2 -0
  15. data/_includes/custom/asides/found_on.html +49 -0
  16. data/_includes/custom/asides/instagram.html +5 -0
  17. data/_includes/custom/category_feed.xml +27 -0
  18. data/_includes/custom/footer.html +10 -0
  19. data/_includes/custom/footer_widgets.html +22 -0
  20. data/_includes/custom/head.html +3 -0
  21. data/_includes/custom/intro.html +6 -0
  22. data/_includes/custom/navigation.html +0 -0
  23. data/_includes/custom/widgets.html +11 -0
  24. data/_includes/disqus.html +21 -0
  25. data/_includes/facebook_like.html +10 -0
  26. data/_includes/footer.html +10 -0
  27. data/_includes/google_analytics.html +13 -0
  28. data/_includes/google_plus_one.html +9 -0
  29. data/_includes/head.html +53 -0
  30. data/_includes/navigation.html +24 -0
  31. data/_includes/post/author.html +14 -0
  32. data/_includes/post/categories.html +11 -0
  33. data/_includes/post/date.html +15 -0
  34. data/_includes/post/disqus_thread.html +1 -0
  35. data/_includes/twitter_sharing.html +11 -0
  36. data/_layouts/category_index.html +17 -0
  37. data/_layouts/default.html +9 -0
  38. data/_layouts/page.html +37 -0
  39. data/_layouts/post.html +26 -0
  40. data/_sass/_base.scss +6 -0
  41. data/_sass/base/_bootstrap-responsive.scss +1032 -0
  42. data/_sass/base/_bootstrap.scss +5571 -0
  43. data/_sass/base/_foundation.scss +1016 -0
  44. data/_sass/base/_solarized.scss +51 -0
  45. data/_sass/base/_syntax.scss +290 -0
  46. data/_sass/base/_theme.scss +226 -0
  47. data/_sass/custom/_colors.scss +43 -0
  48. data/_sass/custom/_fonts.scss +10 -0
  49. data/_sass/custom/_layout.scss +21 -0
  50. data/_sass/custom/_styles.scss +29 -0
  51. data/_sass/screen.scss +9 -0
  52. data/assets/jwplayer/glow/controlbar/background.png +0 -0
  53. data/assets/jwplayer/glow/controlbar/blankButton.png +0 -0
  54. data/assets/jwplayer/glow/controlbar/divider.png +0 -0
  55. data/assets/jwplayer/glow/controlbar/fullscreenButton.png +0 -0
  56. data/assets/jwplayer/glow/controlbar/fullscreenButtonOver.png +0 -0
  57. data/assets/jwplayer/glow/controlbar/muteButton.png +0 -0
  58. data/assets/jwplayer/glow/controlbar/muteButtonOver.png +0 -0
  59. data/assets/jwplayer/glow/controlbar/normalscreenButton.png +0 -0
  60. data/assets/jwplayer/glow/controlbar/normalscreenButtonOver.png +0 -0
  61. data/assets/jwplayer/glow/controlbar/pauseButton.png +0 -0
  62. data/assets/jwplayer/glow/controlbar/pauseButtonOver.png +0 -0
  63. data/assets/jwplayer/glow/controlbar/playButton.png +0 -0
  64. data/assets/jwplayer/glow/controlbar/playButtonOver.png +0 -0
  65. data/assets/jwplayer/glow/controlbar/timeSliderBuffer.png +0 -0
  66. data/assets/jwplayer/glow/controlbar/timeSliderCapLeft.png +0 -0
  67. data/assets/jwplayer/glow/controlbar/timeSliderCapRight.png +0 -0
  68. data/assets/jwplayer/glow/controlbar/timeSliderProgress.png +0 -0
  69. data/assets/jwplayer/glow/controlbar/timeSliderRail.png +0 -0
  70. data/assets/jwplayer/glow/controlbar/unmuteButton.png +0 -0
  71. data/assets/jwplayer/glow/controlbar/unmuteButtonOver.png +0 -0
  72. data/assets/jwplayer/glow/display/background.png +0 -0
  73. data/assets/jwplayer/glow/display/bufferIcon.png +0 -0
  74. data/assets/jwplayer/glow/display/muteIcon.png +0 -0
  75. data/assets/jwplayer/glow/display/playIcon.png +0 -0
  76. data/assets/jwplayer/glow/dock/button.png +0 -0
  77. data/assets/jwplayer/glow/glow.xml +115 -0
  78. data/assets/jwplayer/glow/playlist/item.png +0 -0
  79. data/assets/jwplayer/glow/playlist/itemOver.png +0 -0
  80. data/assets/jwplayer/glow/playlist/sliderCapBottom.png +0 -0
  81. data/assets/jwplayer/glow/playlist/sliderCapTop.png +0 -0
  82. data/assets/jwplayer/glow/playlist/sliderRail.png +0 -0
  83. data/assets/jwplayer/glow/playlist/sliderThumb.png +0 -0
  84. data/assets/jwplayer/glow/sharing/embedIcon.png +0 -0
  85. data/assets/jwplayer/glow/sharing/embedScreen.png +0 -0
  86. data/assets/jwplayer/glow/sharing/shareIcon.png +0 -0
  87. data/assets/jwplayer/glow/sharing/shareScreen.png +0 -0
  88. data/assets/jwplayer/player.swf +0 -0
  89. metadata +144 -0
@@ -0,0 +1,51 @@
1
+ $base03: #002b36 !default; //darkest blue
2
+ $base02: #073642 !default; //dark blue
3
+ $base01: #586e75 !default; //darkest gray
4
+ $base00: #657b83 !default; //dark gray
5
+ $base0: #839496 !default; //medium gray
6
+ $base1: #93a1a1 !default; //medium light gray
7
+ $base2: #eee8d5 !default; //cream
8
+ $base3: #fdf6e3 !default; //white
9
+ $solar-yellow: #b58900 !default;
10
+ $solar-orange: #cb4b16 !default;
11
+ $solar-red: #dc322f !default;
12
+ $solar-magenta: #d33682 !default;
13
+ $solar-violet: #6c71c4 !default;
14
+ $solar-blue: #268bd2 !default;
15
+ $solar-cyan: #2aa198 !default;
16
+ $solar-green: #859900 !default;
17
+
18
+ $solarized: dark !default;
19
+
20
+ @if $solarized == light {
21
+
22
+ $_base03: $base03;
23
+ $_base02: $base02;
24
+ $_base01: $base01;
25
+ $_base00: $base00;
26
+ $_base0: $base0;
27
+ $_base1: $base1;
28
+ $_base2: $base2;
29
+ $_base3: $base3;
30
+
31
+ $base03: $_base3;
32
+ $base02: $_base2;
33
+ $base01: $_base1;
34
+ $base00: $_base0;
35
+ $base0: $_base00;
36
+ $base1: $_base01;
37
+ $base2: $_base02;
38
+ $base3: $_base03;
39
+ }
40
+
41
+ /* non highlighted code colors */
42
+ $pre-bg: $base03 !default;
43
+ $pre-border: darken($base02, 5) !default;
44
+ $pre-color: $base1 !default;
45
+
46
+ /* Marked line colors */
47
+ $marker: rgba(#00baff, .5);
48
+
49
+ $marker-bg: rgba($marker, .08);
50
+ $marker-border: rgba($marker, .13);
51
+ $marker-border-left: $marker;
@@ -0,0 +1,290 @@
1
+ $noise-bg: image-url('noise.png') top left !default;
2
+ $img-border: inline-image('dotted-border.png');
3
+
4
+ $link-color: lighten(#165b94, 3) !default;
5
+ $link-color-hover: adjust-color($link-color, $lightness: 10, $saturation: 25) !default;
6
+ $link-color-visited: adjust-color($link-color, $hue: 80, $lightness: -4) !default;
7
+ $link-color-active: adjust-color($link-color-hover, $lightness: -15) !default;
8
+
9
+ @mixin selection($bg, $color: inherit, $text-shadow: none){
10
+ * {
11
+ &::-moz-selection { background: $bg; color: $color; text-shadow: $text-shadow; }
12
+ &::-webkit-selection { background: $bg; color: $color; text-shadow: $text-shadow; }
13
+ &::selection { background: $bg; color: $color; text-shadow: $text-shadow; }
14
+ }
15
+ }
16
+
17
+ $mono: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace !default;
18
+
19
+ .highlight, html .gist .gist-file .gist-syntax .gist-highlight {
20
+ table td.code { width: 100%; }
21
+ .line-numbers {
22
+ text-align: right;
23
+ font-size: 13px;
24
+ line-height: 1.45em;
25
+ @if $solarized == light {
26
+ background: lighten($base03, 1) $noise-bg !important;
27
+ border-right: 1px solid darken($base02, 2) !important;
28
+ @include box-shadow(lighten($base03, 2) -1px 0 inset);
29
+ text-shadow: lighten($base02, 2) 0 -1px;
30
+ } @else {
31
+ background: $base02 $noise-bg !important;
32
+ border-right: 1px solid darken($base03, 2) !important;
33
+ @include box-shadow(lighten($base02, 2) -1px 0 inset);
34
+ text-shadow: darken($base02, 10) 0 -1px;
35
+ }
36
+ span { color: $base01 !important; }
37
+ padding: .8em !important;
38
+ @include border-radius(0);
39
+ }
40
+ border: 1px solid $pre-border !important;
41
+ }
42
+
43
+ pre .line.marked {
44
+ position: relative;
45
+ display: block;
46
+ &:after {
47
+ content: "";
48
+ position: absolute;
49
+ background: $marker-bg;
50
+ left: -.8em; top: 0; bottom: 0; right: -.8em;
51
+ border: 1px solid { left-color: $marker-border-left; left-width: 2px; right-color: $marker-border; top: 0; bottom: 0; }
52
+ }
53
+ &.start:after {
54
+ border-top: 1px solid $marker-border;
55
+ }
56
+ &.end:after {
57
+ border-bottom: 1px solid $marker-border;
58
+ }
59
+ }
60
+
61
+ figure.code, .gist-file, pre {
62
+ @include box-shadow(rgba(#000, .06) 0 0 10px);
63
+ .highlight pre { @include box-shadow(none); }
64
+ }
65
+
66
+ html .gist .gist-file {
67
+ margin-bottom: 1.8em;
68
+ position: relative;
69
+ border: none;
70
+ padding-top: image-height("code_bg.png") !important;
71
+ .gist-syntax {
72
+ border-bottom: 0 !important;
73
+ background: none !important;
74
+ .gist-highlight{
75
+ background: $base03 !important;
76
+ pre {
77
+ @extend .pre-code;
78
+ }
79
+ }
80
+ }
81
+ .gist-meta {
82
+ padding: .6em 0.8em;
83
+ border: 1px solid lighten($base02, 2) !important;
84
+ color: $base01;
85
+ font-size: .7em !important;
86
+ @if $solarized == light {
87
+ background: lighten($base03, 2) $noise-bg;
88
+ border: 1px solid $pre-border !important;
89
+ border-top: 1px solid lighten($base03, 2) !important;
90
+ } @else {
91
+ background: $base02 $noise-bg;
92
+ }
93
+ @extend .sans;
94
+ line-height: 1.5em;
95
+ a {
96
+ color: mix($base1, $base01) !important;
97
+ @include hover-link;
98
+ &:hover { color: $base1 !important; }
99
+ }
100
+ a[href*='#file'] {
101
+ position: absolute; top: 0; left:0; right:-10px;
102
+ color: #474747 !important;
103
+ @extend .code-title;
104
+ &:hover { color: $link-color !important; }
105
+ }
106
+ a[href*=raw]{
107
+ @extend .download-source;
108
+ top: .4em;
109
+ }
110
+ }
111
+ }
112
+ pre {
113
+ background: $pre-bg $noise-bg;
114
+ @include border-radius(.4em);
115
+ @extend .mono;
116
+ border: 1px solid $pre-border;
117
+ line-height: 1.45em;
118
+ font-size: 13px;
119
+ margin-bottom: 2.1em;
120
+ padding: .8em 1em;
121
+ color: $pre-color;
122
+ overflow: auto;
123
+ }
124
+ h3.filename {
125
+ @extend .code-title;
126
+ + pre { @include border-top-radius(0px); }
127
+ }
128
+
129
+ p, li {
130
+ code {
131
+ @extend .mono;
132
+ display: inline-block;
133
+ white-space: no-wrap;
134
+ background: #fff;
135
+ font-size: .8em;
136
+ line-height: 1.5em;
137
+ color: #555;
138
+ border: 1px solid #ddd;
139
+ @include border-radius(.4em);
140
+ padding: 0 .3em;
141
+ margin: -1px 0;
142
+ }
143
+ pre code { font-size: 1em !important; background: none; border: none; }
144
+ }
145
+
146
+ .pre-code {
147
+ @include selection(adjust-color($base03, $lightness: 23%, $saturation: -65%), $text-shadow: $base03 0 1px);
148
+ font-family: $mono !important;
149
+ overflow: scroll;
150
+ overflow-y: hidden;
151
+ display: block;
152
+ padding: .8em !important;
153
+ overflow-x: auto;
154
+ line-height: 1.45em;
155
+ background: $base03 $noise-bg !important;
156
+ color: $base1 !important;
157
+ span { color: $base1 !important; }
158
+ span { font-style: normal !important; font-weight: normal !important; }
159
+
160
+ .c { color: $base01 !important; font-style: italic !important; } /* Comment */
161
+ .cm { color: $base01 !important; font-style: italic !important; } /* Comment.Multiline */
162
+ .cp { color: $base01 !important; font-style: italic !important; } /* Comment.Preproc */
163
+ .c1 { color: $base01 !important; font-style: italic !important; } /* Comment.Single */
164
+ .cs { color: $base01 !important; font-weight: bold !important; font-style: italic !important; } /* Comment.Special */
165
+ .err { color: $solar-red !important; background: none !important; } /* Error */
166
+ .k { color: $solar-orange !important; } /* Keyword */
167
+ .o { color: $base1 !important; font-weight: bold !important; } /* Operator */
168
+ .p { color: $base1 !important; } /* Operator */
169
+ .ow { color: $solar-cyan !important; font-weight: bold !important; } /* Operator.Word */
170
+ .gd { color: $base1 !important; background-color: mix($solar-red, $base03, 25%) !important; display: inline-block; } /* Generic.Deleted */
171
+ .gd .x { color: $base1 !important; background-color: mix($solar-red, $base03, 35%) !important; display: inline-block; } /* Generic.Deleted.Specific */
172
+ .ge { color: $base1 !important; font-style: italic !important; } /* Generic.Emph */
173
+ //.gr { color: #aa0000 } /* Generic.Error */
174
+ .gh { color: $base01 !important; } /* Generic.Heading */
175
+ .gi { color: $base1 !important; background-color: mix($solar-green, $base03, 20%) !important; display: inline-block; } /* Generic.Inserted */
176
+ .gi .x { color: $base1 !important; background-color: mix($solar-green, $base03, 40%) !important; display: inline-block; } /* Generic.Inserted.Specific */
177
+ //.go { color: #888888 } /* Generic.Output */
178
+ //.gp { color: #555555 } /* Generic.Prompt */
179
+ .gs { color: $base1 !important; font-weight: bold !important; } /* Generic.Strong */
180
+ .gu { color: $solar-violet !important; } /* Generic.Subheading */
181
+ //.gt { color: #aa0000 } /* Generic.Traceback */
182
+ .kc { color: $solar-green !important; font-weight: bold !important; } /* Keyword.Constant */
183
+ .kd { color: $solar-blue !important; } /* Keyword.Declaration */
184
+ .kp { color: $solar-orange !important; font-weight: bold !important; } /* Keyword.Pseudo */
185
+ .kr { color: $solar-magenta !important; font-weight: bold !important; } /* Keyword.Reserved */
186
+ .kt { color: $solar-cyan !important; } /* Keyword.Type */
187
+ .n { color: $solar-blue !important; }
188
+ .na { color: $solar-blue !important; } /* Name.Attribute */
189
+ .nb { color: $solar-green !important; } /* Name.Builtin */
190
+ .nc { color: $solar-magenta !important;} /* Name.Class */
191
+ .no { color: $solar-yellow !important; } /* Name.Constant */
192
+ //.ni { color: #800080 } /* Name.Entity */
193
+ .nl { color: $solar-green !important; }
194
+ .ne { color: $solar-blue !important; font-weight: bold !important; } /* Name.Exception */
195
+ .nf { color: $solar-blue !important; font-weight: bold !important; } /* Name.Function */
196
+ .nn { color: $solar-yellow !important; } /* Name.Namespace */
197
+ .nt { color: $solar-blue !important; font-weight: bold !important; } /* Name.Tag */
198
+ .nx { color: $solar-yellow !Important; }
199
+ //.bp { color: #999999 } /* Name.Builtin.Pseudo */
200
+ //.vc { color: #008080 } /* Name.Variable.Class */
201
+ .vg { color: $solar-blue !important; } /* Name.Variable.Global */
202
+ .vi { color: $solar-blue !important; } /* Name.Variable.Instance */
203
+ .nv { color: $solar-blue !important; } /* Name.Variable */
204
+ //.w { color: #bbbbbb } /* Text.Whitespace */
205
+ .mf { color: $solar-cyan !important; } /* Literal.Number.Float */
206
+ .m { color: $solar-cyan !important; } /* Literal.Number */
207
+ .mh { color: $solar-cyan !important; } /* Literal.Number.Hex */
208
+ .mi { color: $solar-cyan !important; } /* Literal.Number.Integer */
209
+ //.mo { color: #009999 } /* Literal.Number.Oct */
210
+ .s { color: $solar-cyan !important; } /* Literal.String */
211
+ //.sb { color: #d14 } /* Literal.String.Backtick */
212
+ //.sc { color: #d14 } /* Literal.String.Char */
213
+ .sd { color: $solar-cyan !important; } /* Literal.String.Doc */
214
+ .s2 { color: $solar-cyan !important; } /* Literal.String.Double */
215
+ .se { color: $solar-red !important; } /* Literal.String.Escape */
216
+ //.sh { color: #d14 } /* Literal.String.Heredoc */
217
+ .si { color: $solar-blue !important; } /* Literal.String.Interpol */
218
+ //.sx { color: #d14 } /* Literal.String.Other */
219
+ .sr { color: $solar-cyan !important; } /* Literal.String.Regex */
220
+ .s1 { color: $solar-cyan !important; } /* Literal.String.Single */
221
+ //.ss { color: #990073 } /* Literal.String.Symbol */
222
+ //.il { color: #009999 } /* Literal.Number.Integer.Long */
223
+ div { .gd, .gd .x, .gi, .gi .x { display: inline-block; width: 100%; }}
224
+ }
225
+
226
+ .highlight, .gist-highlight {
227
+ pre { background: none; @include border-radius(none); border: none; padding: 0; margin-bottom: 0; }
228
+ margin-bottom: 1.8em;
229
+ background: $base03;
230
+ overflow-y: hidden;
231
+ overflow-x: auto;
232
+ }
233
+
234
+ $solar-scroll-bg: rgba(#fff, .15);
235
+ $solar-scroll-thumb: rgba(#fff, .2);
236
+ @if $solarized == light {
237
+ $solar-scroll-bg: rgba(#000, .15);
238
+ $solar-scroll-thumb: rgba(#000, .15);
239
+ }
240
+
241
+ pre, .highlight, .gist-highlight {
242
+ &::-webkit-scrollbar { height: .5em; background: $solar-scroll-bg; }
243
+ &::-webkit-scrollbar-thumb:horizontal { background: $solar-scroll-thumb; -webkit-border-radius: 4px; border-radius: 4px }
244
+ }
245
+
246
+ .highlight code { @extend .pre-code; background: #000;}
247
+ figure.code {
248
+ background: none;
249
+ padding: 0;
250
+ border: 0;
251
+ margin-bottom: 1.5em;
252
+ pre { margin-bottom: 0; }
253
+ figcaption {
254
+ position: relative;
255
+ @extend .code-title;
256
+ a { @extend .download-source; }
257
+ }
258
+ .highlight {
259
+ margin-bottom: 0;
260
+ }
261
+ }
262
+
263
+ .code-title {
264
+ text-align: center;
265
+ font-size: 13px;
266
+ line-height: 2em;
267
+ text-shadow: #cbcccc 0 1px 0;
268
+ color: #474747;
269
+ font-weight: normal;
270
+ margin-bottom: 0;
271
+ @include border-top-radius(5px);
272
+ font-family: "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", Lucida, sans-serif;
273
+ background: #aaaaaa image-url("code_bg.png") top repeat-x;
274
+ border: 1px solid #565656;
275
+ border-top-color: #cbcbcb;
276
+ border-left-color: #a5a5a5;
277
+ border-right-color: #a5a5a5;
278
+ border-bottom: 0;
279
+ }
280
+
281
+ .download-source {
282
+ position: absolute; right: .8em;
283
+ @include hover-link;
284
+ color: #666 !important;
285
+ z-index: 1;
286
+ font-size: 13px;
287
+ text-shadow: #cbcccc 0 1px 0;
288
+ padding-left: 3em;
289
+ }
290
+
@@ -0,0 +1,226 @@
1
+ .container {
2
+ background-color: none;
3
+ }
4
+ #hero {
5
+ position: fixed;
6
+ top: 0;
7
+ width: 100%;
8
+ background-attachment: scroll;
9
+ background-clip: border-box;
10
+ background-color: #323232;
11
+ background-image: image-url("heroBack.jpg");
12
+ background-origin: padding-box;
13
+ background-position: 0 0;
14
+ background-repeat: repeat;
15
+ background-size: auto auto;
16
+ margin: 0px;
17
+ padding: 75px;
18
+ z-index: -1;
19
+ height: 550px;
20
+ }
21
+ #hero-inner {
22
+ font-family: 'Cantarell', sans-serif;
23
+ margin-top: 50px;
24
+ }
25
+ #hero-inner h1 {
26
+ font-size: 60px;
27
+ }
28
+ #hero-inner em {
29
+ font-style: normal;
30
+ color: #99CDE3;
31
+ text-shadow: -1px -1px 2px #FAFAFA, 1px 1px 2px #070707;
32
+ }
33
+ body {
34
+ background-attachment: scroll;
35
+ background-clip: border-box;
36
+ background-color: #323232;
37
+ background-image: none;
38
+ background-origin: padding-box;
39
+ background-position: 0 0;
40
+ background-repeat: repeat;
41
+ background-size: auto auto;
42
+ }
43
+ article {
44
+ background-attachment: scroll;
45
+ background-clip: padding-box;
46
+ background-color: #FFFFFF;
47
+ background-image: none;
48
+ background-origin: padding-box;
49
+ background-position: 0 0;
50
+ background-repeat: repeat;
51
+ background-size: auto auto;
52
+ border-bottom-left-radius: 6px;
53
+ border-bottom-right-radius: 6px;
54
+ border-top-left-radius: 6px;
55
+ border-top-right-radius: 6px;
56
+ box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
57
+ margin-bottom: 30px;
58
+ }
59
+ article h1 {
60
+ margin-top: 0px;
61
+ }
62
+ #front-wrapper {
63
+ background-color: #F1F1F1;
64
+ margin-top: 500px;
65
+ border-top-color: white;
66
+ border-top-style: solid;
67
+ border-top-width: 1px;
68
+ border-bottom-color: white;
69
+ border-bottom-style: solid;
70
+ border-bottom-width: 1px;
71
+ }
72
+ #archive-wrapper {
73
+ background-color: #F1F1F1;
74
+ border-top-color: white;
75
+ border-top-style: solid;
76
+ border-top-width: 1px;
77
+ border-bottom-color: white;
78
+ border-bottom-style: solid;
79
+ border-bottom-width: 1px;
80
+ }
81
+ .wrapper_single {
82
+ background-color: #F1F1F1;
83
+ background-image: image-url("heroBack.jpg");
84
+ background-attachment: fixed;
85
+ padding-top: 75px;
86
+ padding-bottom: 75px;
87
+ border-bottom-color: white;
88
+ border-bottom-style: solid;
89
+ border-bottom-width: 1px;
90
+ min-height: 500px;
91
+ }
92
+ .single_article {
93
+ margin: 25px;
94
+ }
95
+ .footer {
96
+ background-attachment: scroll;
97
+ background-clip: border-box;
98
+ background-color: #323232;
99
+ background-image: none;
100
+ background-origin: padding-box;
101
+ background-position: 0 0;
102
+ background-repeat: repeat;
103
+ background-size: auto auto;
104
+ color: #E4E4E4;
105
+ font-size: 1em;
106
+ padding-bottom: 1.618em;
107
+ padding-left: 25px;
108
+ padding-right: 25px;
109
+ padding-top: 1.618em;
110
+ margin: 0px;
111
+ }
112
+ .footer p {
113
+ color: #E4E4E4;
114
+ font-size: 12px;
115
+ }
116
+ .navbar {
117
+ margin-bottom: 0px;
118
+ }
119
+ .meta {
120
+ color: gray;
121
+ font-size: 10px;
122
+ }
123
+ #sub-hero {
124
+ background-attachment: scroll;
125
+ background-clip: border-box;
126
+ background-color: #FFFFFF;
127
+ background-image: none;
128
+ background-origin: padding-box;
129
+ background-position: 0 0;
130
+ background-repeat: repeat;
131
+ background-size: auto auto;
132
+ border-bottom-color: #F1F1F1;
133
+ border-bottom-style: solid;
134
+ border-bottom-width: 1px;
135
+ box-shadow: 0 1px 0 0 #FFFFFF;
136
+ padding: 20px;
137
+ margin-bottom: 30px;
138
+ }
139
+ .social_icon {
140
+ display: inline;
141
+ opacity: .7;
142
+ margin: 0px 0px 0px 1px;
143
+ }
144
+ dt .social_icon {
145
+ margin-left: 5px;
146
+ }
147
+ .dl-horizontal dd {
148
+ margin-bottom: 5px;
149
+ }
150
+ .dl-horizontal dt {
151
+ margin-bottom: 5px;
152
+ }
153
+ .article-format {
154
+ padding: 2em;
155
+ }
156
+ .archive-article-format {
157
+ padding: 1em;
158
+ }
159
+ #footer-widgets {
160
+ background-attachment: scroll;
161
+ background-clip: border-box;
162
+ background-color: #FFFFFF;
163
+ background-image: none;
164
+ background-origin: padding-box;
165
+ background-position: 0 0;
166
+ background-repeat: repeat;
167
+ background-size: auto auto;
168
+ border-top-color: #F1F1F1;
169
+ border-top-style: solid;
170
+ border-top-width: 1px;
171
+ padding: 20px;
172
+ }
173
+ .tweet_avatar {
174
+ display: none;
175
+ }
176
+ .tweet_time {
177
+ display: none;
178
+ }
179
+ .tweet_list {
180
+ margin: 0px;
181
+ padding: 0px;
182
+ }
183
+ .tweet_list li {
184
+ margin: 10px 0px;
185
+ border-radius: 10px;
186
+ background-color: #ECECEC;
187
+ padding: 5px;
188
+ }
189
+ #instabutton {
190
+ width: 230px;
191
+ }
192
+ .instagram-placeholder {
193
+ width: 100px;
194
+ height: 100px;
195
+ margin: 5px;
196
+ display: inline;
197
+ float: left;
198
+ }
199
+ .table td .code {
200
+ padding: 0px;
201
+ margin: 0px;
202
+ vertical-align: middle;
203
+ border: none;
204
+ }
205
+
206
+ .table td .gutter {
207
+ padding: 0px;
208
+ margin: 0px;
209
+ vertical-align: middle;
210
+ border: none;
211
+ }
212
+ table code {
213
+ white-space: inherit;
214
+ word-wrap: initial;
215
+ word-break: initial;
216
+ }
217
+ .tooltip.top.home {
218
+ margin-top: -503px;
219
+ }
220
+ p {
221
+ line-height: 1.7;
222
+ margin: 0 0 20px;
223
+ }
224
+ .recent_posts {
225
+ list-style-type: disc;
226
+ }