mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-09 06:16:06 +00:00
@@ -15,6 +15,6 @@ https://github.com/Jermolene/TiddlyWiki5/edit/master/editions/tw5.com/tiddlers/$
|
||||
<<innerMakeGitHubLink "$linkText$">>
|
||||
</$set>
|
||||
\end
|
||||
<div class="tw-improvement-banner">
|
||||
<div class="tc-improvement-banner">
|
||||
{{$:/core/images/star-filled}} Can you help us improve this documentation? [[Find out how|Improving TiddlyWiki Documentation]] to edit <<outerMakeGitHubLink "this tiddler on ~GitHub">>
|
||||
</div>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
title: $:/StaticBanner
|
||||
|
||||
<div class="tw-static-alert"><div class="tw-static-alert-inner">This page is part of a static HTML representation of the ~TiddlyWiki at http://tiddlywiki.com/</div></div>
|
||||
<div class="tc-static-alert"><div class="tc-static-alert-inner">This page is part of a static HTML representation of the ~TiddlyWiki at http://tiddlywiki.com/</div></div>
|
||||
|
@@ -42,7 +42,7 @@ tags: $:/tags/stylesheet
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.tw-improvement-banner {
|
||||
.tc-improvement-banner {
|
||||
font-size: 0.7em;
|
||||
background: #fcc;
|
||||
padding-left: 5px;
|
||||
@@ -53,19 +53,19 @@ tags: $:/tags/stylesheet
|
||||
|
||||
@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
|
||||
|
||||
.tw-improvement-banner {
|
||||
.tc-improvement-banner {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
|
||||
|
||||
.tw-improvement-banner {
|
||||
.tc-improvement-banner {
|
||||
margin-right: -23px;
|
||||
margin-left: -53px;
|
||||
}
|
||||
|
||||
.tw-improvement-banner:before {
|
||||
.tc-improvement-banner:before {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 0;
|
||||
@@ -81,7 +81,7 @@ tags: $:/tags/stylesheet
|
||||
|
||||
}
|
||||
|
||||
.tw-improvement-banner svg {
|
||||
.tc-improvement-banner svg {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user