jekyll-theme-monospace 0.1.11 → 0.1.12

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +16 -16
  3. data/assets/styles.css +26 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd57804a5a8a92c504d80e2a520f173b5e9de729
4
- data.tar.gz: 8a3b5a1f7cc0e6c36e174baee374b04ef1d00ec2
3
+ metadata.gz: 3c7639000816685857d2c7658add7dc2d8ef33f0
4
+ data.tar.gz: '028306cf34aa5db400d2d34bd90e3f3cc34b2501'
5
5
  SHA512:
6
- metadata.gz: 9861a80cdbc69a430309b3988ce8c2f0696d25a20bf71064088641fc01cfe3f1111277a8f9688767db9d7d426beb52c6344c8a1a637ec22a9b42ea4a4fe939d5
7
- data.tar.gz: 6a05f9128321261d0e7a4eaad2fc353b9ebe239632b85c3088a5c13012f7bdf79596c33c6b1a1088a31e2304e0eb410a1c6e47c7160a078e5a851c81839a3fcf
6
+ metadata.gz: 0f78734a8a3a00ff8fbdd56e3538616a525534c0f8ab0de58eb9d08d793856293456cda9fdec5a8cb279eb5639188cde84359604fa4321cc33fbabbc8fbdbb3f
7
+ data.tar.gz: d99a560f4b4c072258c6dfb34e16260a54fdc9cc6abd4b957b7d3b9a6d01670b9f928f4fd91761833626b6fb3bade6d317d767f8720ef9918c6049d9230fafc3
@@ -10,25 +10,25 @@
10
10
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
11
11
  </head>
12
12
  <body>
13
- <div id="wrap" style="width:850px">
14
- <div id="container" style="width:560px">
13
+ <div id="flexbox">
14
+ <div id="left">
15
+ <h1><a href="{{ "/" | relative_url }}">{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</a></h1>
16
+ </div>
17
+ <div class="right">
15
18
  <div class="entry">
16
19
  {{ content }}
17
20
  </div>
18
- <div id="sidebar">
19
- <h1><a href="{{ "/" | relative_url }}">{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</a></h1>
20
- </div>
21
- <div id="footer">
22
- <nav>
23
- <ul>
24
- <li><a href="{{ "/" | relative_url }}">Home</a></li>
25
- <li>:: <a href="{{ "/feed.xml" | relative_url }}">RSS</a></li>
26
- </ul>
27
- </nav>
28
- <div id="credits">
29
- <span></span>
30
- </div>
31
- </div>
21
+ </div>
22
+ </div>
23
+ <div id="footer">
24
+ <nav>
25
+ <ul>
26
+ <li><a href="{{ "/" | relative_url }}">Home</a></li>
27
+ <li>:: <a href="{{ "/feed.xml" | relative_url }}">RSS</a></li>
28
+ </ul>
29
+ </nav>
30
+ <div id="credits">
31
+ <span></span>
32
32
  </div>
33
33
  </div>
34
34
  </body>
data/assets/styles.css CHANGED
@@ -23,6 +23,32 @@ blockquote cite { display:block; padding:10px 20px 0 0; text-align:right; }
23
23
  input, textarea { padding:5px; border:1px solid #8A8A8A; background:#EAEAEA; }
24
24
  input:hover, textarea:hover, blockquote:hover { background:#E5E5E5; }
25
25
 
26
+ .flexbox {
27
+ display: -ms-flex;
28
+ display: -webkit-flex;
29
+ display: flex;
30
+ width: 100%;
31
+ font-size: 13px;
32
+ line-height: 1.4;
33
+ }
34
+
35
+ .left {
36
+ min-width: 100px;
37
+ flex-grow: 0;
38
+ padding:0px 15px 0px 0px;
39
+ border-right:1px dotted #C8C8C8;
40
+ text-align:right;
41
+ }
42
+
43
+ .left li { list-style-type:none; }
44
+ .left > li { margin:20px 0px; }
45
+ .left h1 { border-bottom:1px dotted #C8C8C8; }
46
+ .left .description { display:block; width:100%; height:auto; margin:0px 0px 10px 0px; }
47
+
48
+ .right {
49
+ flex-grow: 1;
50
+ }
51
+
26
52
  #wrap { margin:0px auto; text-align:left; font-size: 13px; line-height: 1.4; }
27
53
  #container { float:right; }
28
54
  #sidebar { overflow:hidden; clear:left; text-align:right; width:250px; height:auto; padding:0px 15px 0px 0px; border-right:1px dotted #C8C8C8; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-monospace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - balancemarx