jekyll-theme-monospace 0.1.7 → 0.1.8
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.
- checksums.yaml +4 -4
- data/assets/styles.css +107 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4387e085c5b0689733cd3f3713e5a6d2b0fc191
|
4
|
+
data.tar.gz: 88ff612f406c92cee11f3ee3b8026805b7fccba1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e714c6689ab283063831e2c1232fa6d0aff7a514bc6c59d3ab6ad6065b09543e6cf9e027b959dcbc0165b8b9e0cc3a5ddbf27d53321836ae714c9aa47ee00b96
|
7
|
+
data.tar.gz: 9d52e83332b80c3ecfaab7e387da304dcb339be640059e360b50e5e50d020ed3c870a49ff93c2e04f9dcd2b141717c08949112b728c7e25d439f57031211c68f
|
data/assets/styles.css
ADDED
@@ -0,0 +1,107 @@
|
|
1
|
+
/**
|
2
|
+
* Theme Name: Monospace
|
3
|
+
* Theme URI: http://vinicius.soylocoporti.org.br/monospace-wordpress-theme
|
4
|
+
* Description: A clean, extra-light, easy, objective, image free and 80 columns monospaced content theme. Made for code, manuals and e-mail publishing. Good for programming blogs, planets and posting by mail.
|
5
|
+
* Author: Vinicius Massuchetto
|
6
|
+
* Author URI: http://vinicius.soylocoporti.org.br
|
7
|
+
* Version: 1.91
|
8
|
+
* Tags: white, blue, two-columns, fixed-width, threaded-comments, translation-ready
|
9
|
+
* License: GNU General Public License v2.0
|
10
|
+
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11
|
+
*/
|
12
|
+
|
13
|
+
.highlight code,.highlight pre{color:#fdce93;background-color:#3f3f3f;padding:10px;}.highlight .hll{background-color:#222}.highlight .c{color:#7f9f7f}.highlight .err{color:#e37170;background-color:#3d3535}.highlight .g{color:#7f9f7f}.highlight .k{color:#f0dfaf}.highlight .l{color:#ccc}.highlight .n{color:#dcdccc}.highlight .o{color:#f0efd0}.highlight .x{color:#ccc}.highlight .p{color:#41706f}.highlight .cm{color:#7f9f7f}.highlight .cp{color:#7f9f7f}.highlight .c1{color:#7f9f7f}.highlight .cs{color:#cd0000;font-weight:bold}.highlight .gd{color:#cd0000}.highlight .ge{color:#ccc;font-style:italic}.highlight .gr{color:red}.highlight .gh{color:#dcdccc;font-weight:bold}.highlight .gi{color:#00cd00}.highlight .go{color:gray}.highlight .gp{color:#dcdccc;font-weight:bold}.highlight .gs{color:#ccc;font-weight:bold}.highlight .gu{color:purple;font-weight:bold}.highlight .gt{color:#0040D0}.highlight .kc{color:#dca3a3}.highlight .kd{color:#ffff86}.highlight .kn{color:#dfaf8f;font-weight:bold}.highlight .kp{color:#cdcf99}.highlight .kr{color:#cdcd00}.highlight .kt{color:#00cd00}.highlight .ld{color:#cc9393}.highlight .m{color:#8cd0d3}.highlight .s{color:#cc9393}.highlight .na{color:#9ac39f}.highlight .nb{color:#efef8f}.highlight .nc{color:#efef8f}.highlight .no{color:#ccc}.highlight .nd{color:#ccc}.highlight .ni{color:#c28182}.highlight .ne{color:#c3bf9f;font-weight:bold}.highlight .nf{color:#efef8f}.highlight .nl{color:#ccc}.highlight .nn{color:#8fbede}.highlight .nx{color:#ccc}.highlight .py{color:#ccc}.highlight .nt{color:#9ac39f}.highlight .nv{color:#dcdccc}.highlight .ow{color:#f0efd0}.highlight .w{color:#ccc}.highlight .mf{color:#8cd0d3}.highlight .mh{color:#8cd0d3}.highlight .mi{color:#8cd0d3}.highlight .mo{color:#8cd0d3}.highlight .sb{color:#cc9393}.highlight .sc{color:#cc9393}.highlight .sd{color:#cc9393}.highlight .s2{color:#cc9393}.highlight .se{color:#cc9393}.highlight .sh{color:#cc9393}.highlight .si{color:#cc9393}.highlight .sx{color:#cc9393}.highlight .sr{color:#cc9393}.highlight .s1{color:#cc9393}.highlight .ss{color:#cc9393}.highlight .bp{color:#efef8f}.highlight .vc{color:#efef8f}.highlight .vg{color:#dcdccc}.highlight .vi{color:#ffffc7}.highlight .il{color:#8cd0d3}
|
14
|
+
|
15
|
+
body { margin:0px; padding:20px 0px; text-align:center; font-family:Monospace; color:#585858; }
|
16
|
+
a, a:visited { text-decoration:none; color:rgb(17, 170, 34); }
|
17
|
+
a:hover { color:#FFF; background-color:#5353CB }
|
18
|
+
h1, h2, h3, h4, h5, h6, h7 { margin:0px; text-transform:uppercase; }
|
19
|
+
h4, h5, h6 { font-size:14px; }
|
20
|
+
h1 { padding:0px 0px 15px; margin:0px 0px 15px 0px; }
|
21
|
+
blockquote { font-style:italic; background:#EAEAEA; margin:20px; padding:5px 10px; }
|
22
|
+
blockquote cite { display:block; padding:10px 20px 0 0; text-align:right; }
|
23
|
+
input, textarea { padding:5px; border:1px solid #8A8A8A; background:#EAEAEA; }
|
24
|
+
input:hover, textarea:hover, blockquote:hover { background:#E5E5E5; }
|
25
|
+
|
26
|
+
#wrap { margin:0px auto; text-align:left; font-size: 13px; line-height: 1.4; }
|
27
|
+
#container { float:right; }
|
28
|
+
#sidebar { overflow:hidden; clear:left; text-align:right; width:250px; height:auto; padding:0px 15px 0px 0px; border-right:1px dotted #C8C8C8; }
|
29
|
+
#sidebar li { list-style-type:none; }
|
30
|
+
#sidebar > li { margin:20px 0px; }
|
31
|
+
#sidebar h1 { border-bottom:1px dotted #C8C8C8; }
|
32
|
+
#sidebar .description { display:block; width:100%; height:auto; margin:0px 0px 10px 0px; }
|
33
|
+
|
34
|
+
ul.sub-menu, ul.children { margin:0px 10px 0px 0px; }
|
35
|
+
|
36
|
+
.post { margin:0px 0px 30px 0px; padding:0px 0px 30px 0px; border-bottom:1px dotted #C8C8C8; }
|
37
|
+
.post-edit-link { clear:both; }
|
38
|
+
.meta { margin:10px; padding:15px; background:#EAEAEA; clear:both; }
|
39
|
+
.meta span { display:block; clear:left; }
|
40
|
+
.thumbnail { margin:0px; padding:0px; }
|
41
|
+
.thumbnail img { float:right; }
|
42
|
+
|
43
|
+
.entry { font-size: 14px; line-height: 20px; }
|
44
|
+
.entry h2, h3, h4, h5 { margin:30px 0px 10px 0px; }
|
45
|
+
.entry img { display:block; border:1px solid #BDBDBD !important; }
|
46
|
+
.entry img.wp-smiley { border:0px !important; }
|
47
|
+
.entry a img:hover { background-color:transparent; border:1px solid #E5E5E5 !important; }
|
48
|
+
.entry .aligncenter, div.aligncenter { margin:10px auto; }
|
49
|
+
.entry .alignleft { float: left; margin:10px 15px 10px 0px; }
|
50
|
+
.entry .alignright { float: right; margin:10px 0px 10px 15px; }
|
51
|
+
.entry .alignnone { margin:10px 0px; }
|
52
|
+
.entry .gallery, .wp-caption { text-align:center; background:#EAEAEA; margin:10px; padding:10px; border:0px; max-width:520px; height:auto; }
|
53
|
+
.entry .wp-caption img { border:0 none; margin:0px auto; padding:0; max-width:500px; height:auto; }
|
54
|
+
.entry .gallery:hover, .wp-caption:hover { background:#E5E5E5; }
|
55
|
+
.entry .gallery-caption, .wp-caption-text { background:transparent; }
|
56
|
+
.entry .wp-caption p.wp-caption-text { font-size:11px; line-height:17px; margin:5px 50px 0px; }
|
57
|
+
.entry .gallery-icon { width:100%; height:auto; }
|
58
|
+
.entry .gallery-icon img { margin:0px auto; }
|
59
|
+
.entry .gallery-caption { margin:5px 10px 0px 0px; padding:0px; }
|
60
|
+
.entry p.attachment img { margin:0px auto; }
|
61
|
+
.sticky { border-bottom:3px dotted #C8C8C8; }
|
62
|
+
|
63
|
+
|
64
|
+
.wp_syntax { padding:5px 0px; }
|
65
|
+
.wp_syntax pre { line-height:1.3; }
|
66
|
+
.wp_syntax pre.php { line-height:1; }
|
67
|
+
|
68
|
+
.widget_recent_entries ul li,
|
69
|
+
.widget_recent_comments ul li,
|
70
|
+
.widget_rss ul li { margin:10px 0px; padding:10px 0px; border-top:1px dotted #C8C8C8; }
|
71
|
+
|
72
|
+
.related { margin:20px 0px 0px 0px; }
|
73
|
+
.nav { margin:30px 0px; text-align:center; }
|
74
|
+
|
75
|
+
#comments { border-top:1px dotted #C8C8C8; margin:30px 0px 0px 0px; padding:30px 0px 0px 0px; }
|
76
|
+
.commentlist li { list-style-type:none; padding:10px; margin:20px 0px 0px 0px; }
|
77
|
+
.commentlist li.even { background:#EAEAEA; }
|
78
|
+
.commentlist li.odd { background:#D6D6D6; }
|
79
|
+
.comment-author img { float:left; margin:0px 10px 10px 0px; }
|
80
|
+
ul.commentlist ul.children { padding-left:10px; }
|
81
|
+
ul.commentlist ul.children li { list-style-type:none; border:1px solid #AAA }
|
82
|
+
.form-section { margin:10px 0px; text-align:right; }
|
83
|
+
.form-section div { display:inline; }
|
84
|
+
.bypostauthor { border:3px dotted #C8C8C8; }
|
85
|
+
.form-allowed-tags { display:none; }
|
86
|
+
|
87
|
+
#respond { margin:30px 0px 0px 0px; background:#FFF; border:1px solid #9A9A9A; margin:30px 0 0; padding:20px; }
|
88
|
+
#commentform p { text-align:right; }
|
89
|
+
#commentform input { width:50%; height:auto; margin:0px 0px 0px 10px; }
|
90
|
+
#commentform .required { font-weight:bold; }
|
91
|
+
#commentform textarea { width:95%; height:auto; margin:10px 0px 0px 0px; }
|
92
|
+
#commentform .comment-form-comment { margin-bottom:5px; text-align:right; }
|
93
|
+
#commentform .form-allowed-tags { color:#8A8A8A; margin-top:0px; font-size:10px; }
|
94
|
+
|
95
|
+
input#submit { font-weight:bold; }
|
96
|
+
input#s { width:70%; height:auto; margin:5px 0px; }
|
97
|
+
|
98
|
+
#footer { text-align:center; clear:both; }
|
99
|
+
#footer div { margin:30px 0px 0px 0px; padding:30px 0px 0px 0px; border-top:1px dotted #C8C8C8; }
|
100
|
+
#footer li { list-style-type:none; }
|
101
|
+
#footer .widget_tag_cloud h2 { display:none; }
|
102
|
+
|
103
|
+
/* LWM EDITS */
|
104
|
+
#page-title{
|
105
|
+
position : relative;
|
106
|
+
top : 8px;
|
107
|
+
}
|
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.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- balancemarx
|
@@ -65,6 +65,7 @@ files:
|
|
65
65
|
- _layouts/home.html
|
66
66
|
- _layouts/page.html
|
67
67
|
- _layouts/post.html
|
68
|
+
- assets/styles.css
|
68
69
|
homepage: https://github.com/voluntary-ism/jekyll-theme-monospace
|
69
70
|
licenses:
|
70
71
|
- GPL-2.0
|