jekyll-theme-console 0.2.5 → 0.2.6
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 +3 -5
- data/_sass/jekyll-theme-console.scss +5 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d148e967229a89925620cf2bf9f33efa5255d7547178f1fe356aa43229a8adf
|
4
|
+
data.tar.gz: 73b8b8b65cb403210958a3df5ce7d5811d63ac7cb2dd30bb60482266edbfbb14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1818b04235b1a0c61f193e83b0245965708c8d8bf010c9ce6b5a7158b1fd71d71fc24c4ec323a4f7ef7b7cbdd99535a99d8374066e08f04743e486e6c0e8a871
|
7
|
+
data.tar.gz: 7fa71b12afed8f42fb61cbb1b5de37ad0149acd14ff275ce473cb0f1e8e2f4b5ab77cb9a035c2eece93000db60585d2ea2575ddc4d835f4bb75707a00ce1fff3
|
data/_includes/head.html
CHANGED
@@ -1,11 +1,9 @@
|
|
1
1
|
<head>
|
2
2
|
<meta charset="utf-8">
|
3
3
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
4
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no
|
5
|
-
|
6
|
-
|
7
|
-
{%- seo -%}
|
8
|
-
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
5
|
+
<title>{{ site.title }}{{ page.title }}</title>
|
6
|
+
{%- seo title=false -%}
|
9
7
|
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
10
8
|
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
11
9
|
{%- include google-analytics.html -%}
|
@@ -72,13 +72,16 @@ footer { margin-bottom: 20px; }
|
|
72
72
|
/**
|
73
73
|
* Form
|
74
74
|
*/
|
75
|
-
input
|
75
|
+
input, select, textarea { padding: 0; margin: 0; -webkit-appearance: none; -webkit-border-radius: 0; border: none; }
|
76
|
+
input[type=text], select, textarea { width: 100%; resize: none; background-color: $background-color; color: $text-color; caret-color: $text-color; font-size: $base-font-size; font-family: $base-font-family; line-height: $base-line-height; }
|
77
|
+
input, select, textarea, textarea::-webkit-input-placeholder { text-indent: 0px; }
|
76
78
|
::placeholder { color: $placeholder-color; opacity: 1; }
|
77
79
|
:-ms-input-placeholder { color: $placeholder-color; }
|
78
80
|
::-ms-input-placeholder { color: $placeholder-color; }
|
79
|
-
input[type=submit] {
|
81
|
+
input[type=submit] { font-size: $base-font-size; font-family: $base-font-family; line-height: $base-line-height; cursor: pointer; text-decoration: underline; color: $link-color; background-color: $background-color; }
|
80
82
|
input[type=submit]:hover { color: $background-color; background-color: $base-color; }
|
81
83
|
*:focus { outline: none; }
|
84
|
+
textarea { vertical-align: top; }
|
82
85
|
|
83
86
|
/**
|
84
87
|
* Code and syntax highlighting
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-console
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- b2a3e8
|
@@ -68,7 +68,7 @@ dependencies:
|
|
68
68
|
version: '12.0'
|
69
69
|
description:
|
70
70
|
email:
|
71
|
-
- b2a3e8@
|
71
|
+
- 31370519+b2a3e8@users.noreply.github.com
|
72
72
|
executables: []
|
73
73
|
extensions: []
|
74
74
|
extra_rdoc_files: []
|