Introduce "Heavier" theme, with thicker fonts

Partly prompted by this piece:

https://backchannel.com/how-the-web-became-unreadable-a781ddc711b6
print-window-tiddler
Jermolene 2016-11-03 19:11:24 +00:00
rodzic 87fbd07728
commit 975d5346fb
7 zmienionych plików z 83 dodań i 2 usunięć

Wyświetl plik

@ -0,0 +1,2 @@
title: $:/themes/tiddlywiki/vanilla/metrics/sidebarwidth
text: 450px

Wyświetl plik

@ -1,3 +1,3 @@
title: $:/theme
$:/themes/tiddlywiki/snowwhite
$:/themes/tiddlywiki/heavier

Wyświetl plik

@ -20,6 +20,7 @@
"tiddlywiki/starlight",
"tiddlywiki/seamless",
"tiddlywiki/centralised",
"tiddlywiki/heavier",
"tiddlywiki/tight",
"tiddlywiki/readonly"
],

Wyświetl plik

@ -1,3 +1,3 @@
title: $:/theme
$:/themes/tiddlywiki/snowwhite
$:/themes/tiddlywiki/heavier

Wyświetl plik

@ -14,6 +14,7 @@
"tiddlywiki/seamless",
"tiddlywiki/centralised",
"tiddlywiki/tight",
"tiddlywiki/heavier",
"tiddlywiki/readonly"
],
"languages": [

Wyświetl plik

@ -0,0 +1,68 @@
title: $:/themes/tiddlywiki/heavier/base
tags: [[$:/tags/Stylesheet]]
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
font-weight: 600;
}
html body strong {
font-weight: 700;
}
html body .tc-tiddler-frame .tc-tiddler-body {
font-weight: 500;
}
html body button.tc-tiddlylink,
html body a.tc-tiddlylink {
font-weight: 700;
}
html body a.tc-tiddlylink-shadow {
font-weight: 700;
}
html body a.tc-tiddlylink-shadow.tc-tiddlylink-resolves {
font-weight: 500;
}
html body button.tc-tag-label,
html body span.tc-tag-label {
font-weight: 500;
}
html body .tc-sidebar-header .tc-title a.tc-tiddlylink-resolves {
font-weight: 500;
}
html body .tc-menu-list-count {
font-weight: 700;
}
html body .tc-view-field-name {
font-weight: 400;
}
html body .tc-site-title,
html body .tc-titlebar {
font-weight: 500;
}
html body .tc-subtitle {
font-weight: 500;
}
html body .tc-tiddler-missing .tc-title {
font-weight: 500;
}
html body .tc-tab-buttons button {
font-weight: 500;
}

Wyświetl plik

@ -0,0 +1,9 @@
{
"title": "$:/themes/tiddlywiki/heavier",
"name": "Heavier",
"author": "JeremyRuston",
"core-version": ">=5.0.0",
"plugin-type": "theme",
"description": "Heavier font theme",
"dependents": ["$:/themes/tiddlywiki/snowwhite"]
}