mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
parent
f223310d34
commit
2ae574d5ca
@ -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;
|
||||
}
|
||||
|
@ -434,10 +434,6 @@ button.tc-tag-label, span.tc-tag-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tw-open-tiddler-list {
|
||||
<<transform-origin "0% 0%">>
|
||||
}
|
||||
|
||||
.tc-menu-list-subitem {
|
||||
padding-left: 7px;
|
||||
}
|
||||
@ -446,11 +442,6 @@ button.tc-tag-label, span.tc-tag-label {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.tw-story-spacer {
|
||||
position: absolute;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
|
||||
|
||||
.tc-sidebar-header {
|
||||
@ -775,11 +766,6 @@ canvas.tc-edit-bitmapeditor {
|
||||
margin: 14px 0 14px 0;
|
||||
}
|
||||
|
||||
.tw-tag-editor-label {
|
||||
display: inline-block;
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
.tc-remove-tag-button {
|
||||
padding-left: 4px;
|
||||
}
|
||||
@ -1217,25 +1203,16 @@ canvas.tc-edit-bitmapeditor {
|
||||
color: <<colour alert-highlight>>;
|
||||
}
|
||||
|
||||
.tw-static-alert {
|
||||
.tc-static-alert {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.tw-static-alert-inner {
|
||||
.tc-static-alert-inner {
|
||||
padding: 0 2px 2px 42px;
|
||||
color: <<colour static-alert-foreground>>;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/*
|
||||
** Grids
|
||||
*/
|
||||
|
||||
.tw-grid-frame td {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
/*
|
||||
** Control panel
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user