catgirl 0.4.0 → 0.5.0
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/_includes/head.html +1 -1
- data/_layouts/default.html +5 -0
- data/_sass/catgirl.scss +41 -0
- 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: 5db1a1595ccf0224209df7b8d612ef1942020aef0156e50911218784326e2ef0
|
4
|
+
data.tar.gz: 2a9222f1be35b01513039a4b4c2d5c458b12a46b9352d68f63cf419f96bf531d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 309fffe96a2b875bd81bef21036f9b7ffb10c55ae6d0ce9d69ad41602a44b7429fe0425ff646540b4a5c9c06e39365b871904a8bc1e1330d4ff0f541cb32174b
|
7
|
+
data.tar.gz: 1b5914ee198adc1fc1fb30e3622162a4152fe77cfc261767cc84b45667185062be8ec86d3ae8064c3e070fbaba86ad390bfd0429c475a81764dd1aa2cc43534d
|
data/_includes/head.html
CHANGED
@@ -4,10 +4,10 @@
|
|
4
4
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
5
5
|
{%- if page.layout == "home" -%}
|
6
6
|
<link rel="stylesheet" href="/assets/css/home.css">
|
7
|
-
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
|
8
7
|
{%- else -%}
|
9
8
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
10
9
|
{%- endif -%}
|
10
|
+
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
|
11
11
|
<title>
|
12
12
|
{%- unless page.layout == "home" -%}
|
13
13
|
{{ page.title | append: " | " }}
|
data/_layouts/default.html
CHANGED
data/_sass/catgirl.scss
CHANGED
@@ -17,6 +17,15 @@ body {
|
|
17
17
|
position: absolute;
|
18
18
|
}
|
19
19
|
|
20
|
+
p {
|
21
|
+
img {
|
22
|
+
display: inline-block;
|
23
|
+
height: 1em;
|
24
|
+
transform: translate(0, 0.1em);
|
25
|
+
width: 1em;
|
26
|
+
}
|
27
|
+
}
|
28
|
+
|
20
29
|
#main {
|
21
30
|
display: flex;
|
22
31
|
flex: 0 0 50px;
|
@@ -98,6 +107,38 @@ td {
|
|
98
107
|
padding: 3px 5px;
|
99
108
|
}
|
100
109
|
|
110
|
+
@media all and (max-width: 1165px) {
|
111
|
+
#main, #content {
|
112
|
+
width: auto;
|
113
|
+
}
|
114
|
+
|
115
|
+
#sidebar {
|
116
|
+
width: auto;
|
117
|
+
height: auto;
|
118
|
+
background: none;
|
119
|
+
|
120
|
+
header {
|
121
|
+
width: auto;
|
122
|
+
}
|
123
|
+
|
124
|
+
footer {
|
125
|
+
display: none;
|
126
|
+
}
|
127
|
+
}
|
128
|
+
|
129
|
+
#wrapper {
|
130
|
+
flex-direction: column;
|
131
|
+
width: auto;
|
132
|
+
}
|
133
|
+
|
134
|
+
section {
|
135
|
+
border: 1px solid dimgray;
|
136
|
+
border-width: 1px 0;
|
137
|
+
margin: 0 0 20px;
|
138
|
+
padding: 10px 0;
|
139
|
+
}
|
140
|
+
}
|
141
|
+
|
101
142
|
@media all and (max-width: 960px) {
|
102
143
|
#wrapper {
|
103
144
|
flex-direction: column;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: catgirl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- j1nxie
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|