mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-05 12:28:02 +00:00
@@ -135,7 +135,7 @@ h1 {
|
|||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
font-weight: 300;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
@@ -340,7 +340,7 @@ table tfoot tr td {
|
|||||||
button.tc-tiddlylink,
|
button.tc-tiddlylink,
|
||||||
a.tc-tiddlylink {
|
a.tc-tiddlylink {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: 500;
|
font-weight: bold;
|
||||||
color: <<colour tiddler-link-foreground>>;
|
color: <<colour tiddler-link-foreground>>;
|
||||||
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */
|
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */
|
||||||
}
|
}
|
||||||
@@ -726,7 +726,7 @@ button.tc-tag-label, span.tc-tag-label {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0.16em 0.7em;
|
padding: 0.16em 0.7em;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
font-weight: 400;
|
font-weight: normal;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
color: <<colour tag-foreground>>;
|
color: <<colour tag-foreground>>;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@@ -836,7 +836,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tc-sidebar-header .tc-title a.tc-tiddlylink-resolves {
|
.tc-sidebar-header .tc-title a.tc-tiddlylink-resolves {
|
||||||
font-weight: 300;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-sidebar-header .tc-sidebar-lists p {
|
.tc-sidebar-header .tc-sidebar-lists p {
|
||||||
@@ -1044,7 +1044,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
|||||||
width: 1%; /* Makes this column be as narrow as possible */
|
width: 1%; /* Makes this column be as narrow as possible */
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-view-field-value {
|
.tc-view-field-value {
|
||||||
@@ -1084,7 +1084,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
|||||||
|
|
||||||
.tc-site-title,
|
.tc-site-title,
|
||||||
.tc-titlebar {
|
.tc-titlebar {
|
||||||
font-weight: 300;
|
font-weight: normal;
|
||||||
font-size: 2.35em;
|
font-size: 2.35em;
|
||||||
line-height: 1.35em;
|
line-height: 1.35em;
|
||||||
color: <<colour tiddler-title-foreground>>;
|
color: <<colour tiddler-title-foreground>>;
|
||||||
@@ -1116,7 +1116,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
|||||||
.tc-subtitle {
|
.tc-subtitle {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: <<colour tiddler-subtitle-foreground>>;
|
color: <<colour tiddler-subtitle-foreground>>;
|
||||||
font-weight: 300;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-subtitle .tc-tiddlylink {
|
.tc-subtitle .tc-tiddlylink {
|
||||||
@@ -1580,7 +1580,7 @@ html body.tc-body.tc-single-tiddler-window {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: <<color background>>;
|
background-color: <<color background>>;
|
||||||
border: 4px dashed <<color modal-border>>;
|
border: 4px dashed <<color modal-border>>;
|
||||||
font-weight: 600;
|
font-weight: bold;
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
color: <<color foreground>>;
|
color: <<color foreground>>;
|
||||||
@@ -2011,7 +2011,7 @@ html body.tc-body.tc-single-tiddler-window {
|
|||||||
color: <<colour tab-foreground>>;
|
color: <<colour tab-foreground>>;
|
||||||
padding: 3px 5px 3px 5px;
|
padding: 3px 5px 3px 5px;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
font-weight: 300;
|
font-weight: normal;
|
||||||
border: none;
|
border: none;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
background-color: <<colour tab-background>>;
|
background-color: <<colour tab-background>>;
|
||||||
@@ -2692,13 +2692,13 @@ input.tc-palette-manager-colour-input {
|
|||||||
|
|
||||||
.tc-table-of-contents li li li {
|
.tc-table-of-contents li li li {
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-table-of-contents li li li li {
|
.tc-table-of-contents li li li li {
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-tabbed-table-of-contents {
|
.tc-tabbed-table-of-contents {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
title: $:/themes/tiddlywiki/vanilla/settings/
|
title: $:/themes/tiddlywiki/vanilla/settings/
|
||||||
|
|
||||||
fontfamily: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"
|
fontfamily: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
|
||||||
codefontfamily: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace
|
codefontfamily: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace
|
||||||
backgroundimageattachment: fixed
|
backgroundimageattachment: fixed
|
||||||
backgroundimagesize: auto
|
backgroundimagesize: auto
|
||||||
|
Reference in New Issue
Block a user