Skip to content

Commit fab9630

Browse files
committed
zopilotes
1 parent 572f93f commit fab9630

120 files changed

Lines changed: 46343 additions & 825 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/css/main.css

Lines changed: 50 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,16 @@
55
}
66

77
html {
8-
font-size: 57.5%;
8+
font-size: 87.5%;
99
scrollbar-color: #313a3d #dbdbdb;
1010
}
1111

1212
body {
13-
font-size: 16px;
14-
font-size: 1.6rem;
15-
font-family: Helvetica, Arial;
13+
background: #dbdbdb;
1614
color: #313a3d;
17-
width: 100%;
15+
width: 720px;
16+
font-family: Helvetica, Arial;
1817
margin: 0 auto;
19-
padding: 0 16px;
20-
background: #dbdbdb;
21-
line-height: 1.6;
22-
overflow-wrap: break-word;
2318
}
2419

2520
/* No additional spacing when theres superscript, like with footnote links. */
@@ -31,12 +26,12 @@ sup {
3126
}
3227

3328
header#banner {
34-
margin: 25px 0;
29+
margin: 20px 0;
3530
}
3631

3732
header#banner .site-logo {
3833
margin-right: 3px;
39-
height: 25px;
34+
height: 22px;
4035
width: auto;
4136
}
4237

@@ -51,8 +46,6 @@ header#banner a:hover {
5146

5247
header#banner h2 {
5348
display: inline;
54-
font-size: 21px;
55-
font-size: 2.1rem;
5649
margin: 0 8px 0 0;
5750
}
5851

@@ -62,7 +55,6 @@ header#banner nav {
6255

6356
header#banner nav ul {
6457
list-style-type: none;
65-
font-size: 1.05em;
6658
text-transform: lowercase;
6759
margin: 0;
6860
padding: 0;
@@ -96,9 +88,20 @@ main#content h6 {
9688
line-height: 1.15;
9789
}
9890

91+
main#content h1 {
92+
font-size: 1.5rem;
93+
}
94+
main#content h2 {
95+
font-size: 1.4rem;
96+
}
9997
main#content h3 {
100-
font-size: 19px;
101-
font-size: 1.9rem;
98+
font-size: 1.3rem;
99+
}
100+
main#content h4 {
101+
font-size: 1.2rem;
102+
}
103+
main#content h4 {
104+
font-size: 1.1rem;
102105
}
103106

104107
main#content h1 + p,
@@ -107,18 +110,40 @@ main#content h3 + p,
107110
main#content h4 + p,
108111
main#content h5 + p,
109112
main#content h6 + p {
110-
margin-top: 5px;
113+
margin-top: 0.5rem;
111114
}
112115

113116
main#content p {
114117
color: #394548;
115118
margin: 16px 0;
119+
line-height: 1.4;
120+
overflow-wrap: break-word;
121+
text-align: justify;
122+
hyphens: auto;
123+
}
124+
125+
main#content li {
126+
color: #394548;
127+
line-height: 1.4;
128+
overflow-wrap: break-word;
129+
text-align: justify;
130+
hyphens: auto;
131+
}
132+
133+
main#content ul {
134+
color: #394548;
135+
line-height: 1.4;
136+
overflow-wrap: break-word;
137+
text-align: justify;
138+
hyphens: auto;
116139
}
117140

118141
main#content hr {
142+
background: #394548;
143+
margin-left: -5%;
119144
height: 1px;
145+
width: 15%;
120146
border: 0;
121-
background: #394548;
122147
}
123148

124149
main#content abbr {
@@ -128,8 +153,6 @@ main#content abbr {
128153
/* index.html styles */
129154
main#content ul#posts {
130155
list-style-type: none;
131-
font-size: 16px;
132-
font-size: 1.6rem;
133156
margin-top: 0;
134157
padding: 0;
135158
}
@@ -140,7 +163,7 @@ main#content ul#posts li {
140163
}
141164

142165
main#content ul#posts small {
143-
font-size: 0.8em;
166+
font-size: 0.8rem;
144167
color: #767676;
145168
margin-left: 10px;
146169
}
@@ -160,16 +183,15 @@ main#content ul#posts li a:hover small {
160183
/* single.html styles */
161184
main#content header#post-header h1 {
162185
display: block;
163-
font-size: 23px;
164-
font-size: 2.3rem;
165186
line-height: 1.15;
166187
}
167188

168189
/* The date below the post header */
169190
main#content header#post-header > div {
170191
display: block;
171-
font-size: 0.85em;
192+
font-size: 0.8rem;
172193
color: #767676;
194+
margin: 0.5rem 0;
173195
}
174196

175197
main#content #toc {
@@ -182,7 +204,6 @@ main#content #toc {
182204
}
183205

184206
main#content #toc h4 {
185-
font-size: 1.06em;
186207
color: #3d3d3d;
187208
margin: 0;
188209
}
@@ -198,7 +219,6 @@ main#content #toc nav#TableOfContents > ol {
198219

199220
main#content #toc ul,
200221
main#content #toc ol {
201-
font-size: 0.98em;
202222
margin: 0;
203223
padding: 0 0 0 30px;
204224
}
@@ -236,9 +256,8 @@ main#content figure img {
236256
}
237257

238258
main#content figure figcaption {
239-
font-size: 0.92em;
259+
font-size: 0.8rem;
240260
font-style: italic;
241-
line-height: 22px;
242261
text-align: center;
243262
margin-top: 6px;
244263
padding: 0 10px;
@@ -268,18 +287,17 @@ main#content blockquote {
268287
main#content code:not(pre > code) {
269288
background-color: #c0c0c0;
270289
border: 1px solid #808080;
271-
font-size: 0.85em;
290+
font-size: 0.8rem;
272291
padding: 2px 4px;
273292
border-radius: 2px;
274293
}
275294

276295
main#content .footnotes {
277-
font-size: 0.9em;
296+
font-size: 0.8rem;
278297
}
279298

280299
footer#footer {
281-
font-size: 14px;
282-
font-size: 1.4rem;
300+
font-size: 0.8rem;
283301
font-weight: 400;
284302
color: #737373;
285303
margin: 40px 0;

assets/css/min770px.css

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +0,0 @@
1-
@media (min-width: 720px) {
2-
body {
3-
width: 720px;
4-
line-height: 1.5;
5-
}
6-
7-
main#content hr {
8-
width: 15%;
9-
margin-left: -5%;
10-
}
11-
12-
header#banner h2 {
13-
font-size: 25px;
14-
font-size: 2.5rem;
15-
}
16-
17-
main#content h3 {
18-
font-size: 20px;
19-
font-size: 2rem;
20-
}
21-
22-
main#content ul#posts {
23-
font-size: 18px;
24-
font-size: 1.8rem;
25-
}
26-
27-
/* single.html styles */
28-
main#content header#post-header h1 {
29-
font-size: 25px;
30-
font-size: 2.5rem;
31-
}
32-
33-
main#content pre {
34-
width: 100%;
35-
}
36-
}

content/posts/occidental-poem/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ date: 2025-04-30
88
Son trayectorias que trazan entre los átomos,
99
son curvas que desnudan misterios paralelos.
1010
Es hipótesis de tiempo escrita en el espacio,
11-
es información que se filtra entre la materia.
11+
información que se filtra entre la materia.
1212
```
1313

content/posts/reflexion-poem/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Poem 9. \"Reflexiones\""
2+
title: "Poem 9. \"Reflexión\""
33
category: personal
44
date: 2025-10-13
55
---

0 commit comments

Comments
 (0)