jekyll-lenciel-theme 0.1.8 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/head.html +4 -4
- data/assets/stylesheets/data-table.css +31 -0
- data/assets/stylesheets/screen.css +1 -0
- metadata +7 -66
- data/_sass/_base.scss +0 -5
- data/_sass/_partials.scss +0 -8
- data/_sass/base/_layout.scss +0 -192
- data/_sass/base/_solarized.scss +0 -46
- data/_sass/base/_theme.scss +0 -86
- data/_sass/base/_typography.scss +0 -162
- data/_sass/base/_utilities.scss +0 -28
- data/_sass/custom/_article.scss +0 -88
- data/_sass/custom/_background.scss +0 -3
- data/_sass/custom/_colors.scss +0 -48
- data/_sass/custom/_fonts.scss +0 -16
- data/_sass/custom/_footer.scss +0 -68
- data/_sass/custom/_footnotes.scss +0 -4
- data/_sass/custom/_header.scss +0 -11
- data/_sass/custom/_icomoon.scss +0 -204
- data/_sass/custom/_layout.scss +0 -21
- data/_sass/custom/_navigation.scss +0 -50
- data/_sass/custom/_styles.scss +0 -81
- data/_sass/custom/_tablestyle.scss +0 -37
- data/_sass/partials/_archive.scss +0 -72
- data/_sass/partials/_blog.scss +0 -157
- data/_sass/partials/_footer.scss +0 -19
- data/_sass/partials/_header.scss +0 -18
- data/_sass/partials/_navigation.scss +0 -137
- data/_sass/partials/_sharing.scss +0 -8
- data/_sass/partials/_sidebar.scss +0 -5
- data/_sass/partials/_syntax.scss +0 -278
- data/_sass/partials/sidebar/_base.scss +0 -106
- data/_sass/partials/sidebar/_delicious.scss +0 -4
- data/_sass/partials/sidebar/_googleplus.scss +0 -26
- data/_sass/partials/sidebar/_pinboard.scss +0 -12
- data/_sass/partials/sidebar/_twitter.scss +0 -34
- data/assets/stylesheets/screen.scss +0 -15
@@ -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,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";
|