kopia lustrzana https://github.com/miklobit/TiddlyWiki5
right menue SiteTitle and SiteSubtitle decoupled from tiddler title and tiddler subtitle. Otherwise it is not possible to modify the tiddler title styling, without affecting the site title.
rodzic
d402d3c5a6
commit
1940bd4dce
|
@ -7,8 +7,8 @@ tags: $:/tags/PageTemplate
|
||||||
|
|
||||||
<$reveal state="$:/state/sidebar" type="match" text="yes" default="yes" retain="yes">
|
<$reveal state="$:/state/sidebar" type="match" text="yes" default="yes" retain="yes">
|
||||||
|
|
||||||
<div class="titlebar">{{$:/SiteTitle}}</div>
|
<div class="tw-site-title">{{$:/SiteTitle}}</div>
|
||||||
<div class="tw-subtitle">{{$:/SiteSubtitle}}</div>
|
<div class="tw-site-subtitle">{{$:/SiteSubtitle}}</div>
|
||||||
|
|
||||||
<div class="tw-page-controls">
|
<div class="tw-page-controls">
|
||||||
|
|
||||||
|
|
|
@ -527,6 +527,7 @@ a.tw-tiddlylink-external:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tw-site-title,
|
||||||
.titlebar {
|
.titlebar {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 2.35em;
|
font-size: 2.35em;
|
||||||
|
|
Ładowanie…
Reference in New Issue