jekyll-lenciel-theme 0.1.8 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/head.html +4 -4
  3. data/assets/stylesheets/data-table.css +31 -0
  4. data/assets/stylesheets/screen.css +1 -0
  5. metadata +7 -66
  6. data/_sass/_base.scss +0 -5
  7. data/_sass/_partials.scss +0 -8
  8. data/_sass/base/_layout.scss +0 -192
  9. data/_sass/base/_solarized.scss +0 -46
  10. data/_sass/base/_theme.scss +0 -86
  11. data/_sass/base/_typography.scss +0 -162
  12. data/_sass/base/_utilities.scss +0 -28
  13. data/_sass/custom/_article.scss +0 -88
  14. data/_sass/custom/_background.scss +0 -3
  15. data/_sass/custom/_colors.scss +0 -48
  16. data/_sass/custom/_fonts.scss +0 -16
  17. data/_sass/custom/_footer.scss +0 -68
  18. data/_sass/custom/_footnotes.scss +0 -4
  19. data/_sass/custom/_header.scss +0 -11
  20. data/_sass/custom/_icomoon.scss +0 -204
  21. data/_sass/custom/_layout.scss +0 -21
  22. data/_sass/custom/_navigation.scss +0 -50
  23. data/_sass/custom/_styles.scss +0 -81
  24. data/_sass/custom/_tablestyle.scss +0 -37
  25. data/_sass/partials/_archive.scss +0 -72
  26. data/_sass/partials/_blog.scss +0 -157
  27. data/_sass/partials/_footer.scss +0 -19
  28. data/_sass/partials/_header.scss +0 -18
  29. data/_sass/partials/_navigation.scss +0 -137
  30. data/_sass/partials/_sharing.scss +0 -8
  31. data/_sass/partials/_sidebar.scss +0 -5
  32. data/_sass/partials/_syntax.scss +0 -278
  33. data/_sass/partials/sidebar/_base.scss +0 -106
  34. data/_sass/partials/sidebar/_delicious.scss +0 -4
  35. data/_sass/partials/sidebar/_googleplus.scss +0 -26
  36. data/_sass/partials/sidebar/_pinboard.scss +0 -12
  37. data/_sass/partials/sidebar/_twitter.scss +0 -34
  38. data/assets/stylesheets/screen.scss +0 -15
@@ -1,4 +0,0 @@
1
- .delicious-posts {
2
- a.delicious-link { margin-bottom: .5em; display: block; }
3
- p { font-size: 1em; }
4
- }
@@ -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
- }
@@ -1,12 +0,0 @@
1
- #pinboard_linkroll {
2
- .pin-title, .pin-description {
3
- display: block;
4
- margin-bottom: .5em;
5
- }
6
- .pin-tag {
7
- @include hover-link;
8
- @extend .aside-alt-link;
9
- &:after { content: ','; }
10
- &:last-child:after { content: ''; }
11
- }
12
- }
@@ -1,34 +0,0 @@
1
- #tweets {
2
- .loading {
3
- background: inline-image('bird_32_gray.png') no-repeat center .5em;
4
- color: darken($sidebar-bg, 18);
5
- text-shadow: $main-bg 0 1px;
6
- text-align: center;
7
- padding: 2.5em 0 .5em;
8
- &.error {
9
- background: inline-image('bird_32_gray_fail.png') no-repeat center .5em;
10
- }
11
- }
12
- p {
13
- position: relative;
14
- padding-right: 1em;
15
- }
16
- a[href*=status]:first-child {
17
- color: $twitter-status-link;
18
- float: right;
19
- padding: 0 0 .1em 1em;
20
- position: relative; right: -1.3em;
21
- text-shadow: #fff 0 1px;
22
- font-size: .7em;
23
- span { font-size: 1.5em; }
24
- text-decoration: none;
25
- &:hover {
26
- color: $sidebar-link-color-subdued-hover;
27
- text-decoration: none;
28
- }
29
- }
30
- a[href*='twitter.com/search']{
31
- @extend .aside-alt-link;
32
- @include hover-link;
33
- }
34
- }
@@ -1,15 +0,0 @@
1
- ---
2
- # this ensures Jekyll reads the file to be transformed into CSS later
3
- # only Main files contain this front matter, not partials.
4
- ---
5
-
6
- @import "compass";
7
- @include global-reset;
8
- @include reset-html5;
9
-
10
- @import "custom/colors";
11
- @import "custom/fonts";
12
- @import "custom/layout";
13
- @import "base";
14
- @import "partials";
15
- @import "custom/styles";