Skip to content

Commit 1f6d6d5

Browse files
committed
20231019 snapshot.
1 parent 083558a commit 1f6d6d5

30 files changed

Lines changed: 747 additions & 671 deletions

content/_data/ver.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"stable": "11.4.4",
3-
"dev": "11.4.4rc1"
2+
"stable": "11.4.28",
3+
"dev": "11.4.29rc1"
44
}

content/_includes/layout.njk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ This work is licensed under a
8282
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
8383
</p>
8484
</div>
85+
<div id="social-verification">
86+
<a rel="me" href="https://mastodon.social/@noscript"></a>
87+
<a rel="me" href="https://todon.eu/@ma1"></a>
88+
</div>
8589
</footer>
8690
</body>
8791
</html>

content/_includes/main.css

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
font-family: "Linik Sans", "sans-serif";
44
font-size: 16px;
55
--logo-font: "Jellee", cursive;
6+
--logo-red: #d12027;
67
scroll-behavior: smooth;
78
}
89

910
.__NoScript_ThemeWeb__, .__NoScript_ThemeWeb__[data-theme="dark"] {
1011
color-scheme: dark;
11-
--accent-color: #d12027;
12+
--accent-color: #ff4850;
1213
--fg-color1: #b1b0b6;
1314
--fg-color2: #fff;
1415
--text-color: #ddd;
@@ -27,6 +28,7 @@
2728
@media (prefers-color-scheme: light) {
2829
.__NoScript_ThemeWeb__ {
2930
color-scheme: light;
31+
--accent-color: var(--logo-red);
3032
--fg-color1: #555;
3133
--fg-color2: #000;
3234
--text-color: #333;
@@ -64,9 +66,9 @@
6466
opacity: 1;
6567
}
6668

67-
.donate {
68-
color: var(--hilite-color);
69-
text-shadow: var(--fg-color2) .05em 0em 0.05em;
69+
.donate, .donate:visited {
70+
color: var(--fg-color2);
71+
text-shadow: var(--logo-red) .05em 0em 0.05em;
7072
font-size: 6vw;
7173
padding: 1em;
7274
border: none;
@@ -90,6 +92,7 @@
9092
.donate:before {
9193
content: "♥";
9294
padding-right: .1em;
95+
color: var(--logo-red);
9396
}
9497

9598
.donated .donate {
@@ -266,7 +269,8 @@ header {
266269
}
267270

268271
header > h1 {
269-
display: none;
272+
position: absolute;
273+
text-indent: -5000px;
270274
font-size: 150px;
271275
padding: 0;
272276
margin: 0 0 0 220px;
@@ -526,4 +530,12 @@ img.nscl-logo {
526530

527531
.funds img {
528532
width: 100%;
533+
}
534+
535+
.badge {
536+
background: #800;
537+
color: white;
538+
font-weight: bold;
539+
border-radius: .3em;
540+
display: inline-block;
529541
}

0 commit comments

Comments
 (0)