no-style-please2 0.7.4.1 → 0.7.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/main.css +15 -11
- data/_sass/no-style-please.scss +6 -7
- 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: 60d5d28eb41c4d0d5c467e28b1f6862a0117f90d793f47ec248915e97d7f3656
|
4
|
+
data.tar.gz: 4fceeeeac3e82ad8fae00df5c9249ebda946b0dd74cf3d07ee50645f6d28c530
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16f1e9e756001879d0a153efc4d1aed637c3c01bc4c1c7191072e35666b9773b488d4990a92c589113088138f702f9d1d0a13bbcc900a680548c3f996735ca97
|
7
|
+
data.tar.gz: c48e4c36c12917ceee02c72eccd4eaa969d277bc86e7eb3f40c0cb282948fbdd347134c9005c31476a6a24373cfe43014580a1af3a3bcb039c28f156ebb0ae6a
|
data/_includes/main.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
body[a="dark"] {
|
2
2
|
filter: invert(1); }
|
3
3
|
body[a="dark"] img {
|
4
4
|
filter: invert(1); }
|
@@ -21,9 +21,9 @@ html {
|
|
21
21
|
|
22
22
|
body {
|
23
23
|
color: black;
|
24
|
-
font-family:
|
24
|
+
font-family: 'Times New Roman', Times, serif;
|
25
25
|
font-size: 16px;
|
26
|
-
line-height: 1.
|
26
|
+
line-height: 1.6;
|
27
27
|
margin: 0;
|
28
28
|
min-height: 100%;
|
29
29
|
overflow-wrap: break-word; }
|
@@ -39,9 +39,9 @@ hr {
|
|
39
39
|
|
40
40
|
p {
|
41
41
|
margin: 1rem 0; }
|
42
|
-
|
43
|
-
|
44
|
-
margin: 0.4rem 0; }
|
42
|
+
|
43
|
+
li {
|
44
|
+
margin: 0.4rem 0; }
|
45
45
|
|
46
46
|
*:target {
|
47
47
|
background: yellow; }
|
@@ -53,14 +53,18 @@ p {
|
|
53
53
|
|
54
54
|
hr {
|
55
55
|
text-align: center;
|
56
|
-
border: 0;
|
56
|
+
border: 0;
|
57
|
+
font-family: serif;
|
58
|
+
}
|
57
59
|
hr:before {
|
58
|
-
content: '/////';
|
60
|
+
content: '/////';
|
61
|
+
font-family: monospace; }
|
59
62
|
hr:after {
|
60
|
-
content: attr(data-content) "/////";
|
63
|
+
content: attr(data-content) "/////";
|
64
|
+
font-family: monospace; }
|
61
65
|
|
62
66
|
table {
|
63
|
-
width: 100%; }
|
67
|
+
width: 100%; }
|
64
68
|
|
65
69
|
table, th, td {
|
66
70
|
border: thin solid black;
|
@@ -69,7 +73,7 @@ table, th, td {
|
|
69
73
|
|
70
74
|
code {
|
71
75
|
color: white;
|
72
|
-
background:
|
76
|
+
background: gray; }
|
73
77
|
|
74
78
|
div.highlighter-rouge code {
|
75
79
|
display: block;
|
data/_sass/no-style-please.scss
CHANGED
@@ -25,9 +25,9 @@ html { height: 100%; }
|
|
25
25
|
|
26
26
|
body {
|
27
27
|
color: black;
|
28
|
-
font-family:
|
28
|
+
font-family:'Times New Roman', Times, serif;
|
29
29
|
font-size: 16px;
|
30
|
-
line-height: 1.
|
30
|
+
line-height: 1.6;
|
31
31
|
margin: 0;
|
32
32
|
min-height: 100%;
|
33
33
|
overflow-wrap: break-word;
|
@@ -54,9 +54,8 @@ li { margin: 0.4rem 0; }
|
|
54
54
|
hr {
|
55
55
|
text-align: center;
|
56
56
|
border: 0;
|
57
|
-
|
58
|
-
&:
|
59
|
-
&:after { content: attr(data-content) '/////' }
|
57
|
+
&:before { content: '/////' ;font-family: monospace;}
|
58
|
+
&:after { content: attr(data-content) '/////';font-family: monospace; }
|
60
59
|
}
|
61
60
|
|
62
61
|
table { width: 100%; }
|
@@ -68,8 +67,8 @@ table, th, td {
|
|
68
67
|
}
|
69
68
|
|
70
69
|
code {
|
71
|
-
color:
|
72
|
-
background:
|
70
|
+
color: black;
|
71
|
+
background: gray;
|
73
72
|
// border-radius: 2px;
|
74
73
|
// padding-left: 2px;
|
75
74
|
// padding-right: 2px;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: no-style-please2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.4.
|
4
|
+
version: 0.7.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- vitock
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|