mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 09:50:27 +00:00
Better styles for the message box
This commit is contained in:
parent
2c1ed36a91
commit
b77aa3908f
@ -1,6 +1,6 @@
|
||||
created: 20130822170200000
|
||||
creator: JeremyRuston
|
||||
modified: 20131126220042886
|
||||
modified: 20131127214126464
|
||||
modifier: JeremyRuston
|
||||
tags: introduction
|
||||
title: HelloThere
|
||||
@ -9,7 +9,8 @@ type: text/vnd.tiddlywiki
|
||||
Welcome to TiddlyWiki5, a reboot of TiddlyWiki, the non-linear personal web notebook first released in 2004. It is a complete interactive wiki in JavaScript that can be run from a [[single HTML file in the browser|How to use TiddlyWiki5 as a standalone HTML file]] or as a powerful [[Node.js application|Node.js]].
|
||||
|
||||
<div class="tw-message-box">
|
||||
{{TiddlyWiki Classic.png}}The deep internal changes mean that TiddlyWiki5 is not fully compatible with previous versions with different plugins, themes and so on. Content prepared for previous versions of TiddlyWiki will need massaging to work properly in TiddlyWiki5.
|
||||
<a class="tw-message-icon" href="http://tiddlywiki.com/" target="_blank">{{TiddlyWiki Classic.png}}</a>
|
||||
The deep internal improvements mean that TiddlyWiki5 is not fully compatible with older versions. Existing content will need massaging, while plugins and themes will have to be completely rewritten. The upgrade path will get smoother as TiddlyWiki5 matures.
|
||||
|
||||
The original TiddlyWiki Classic is still available at http://tiddlywiki.com/.
|
||||
</div>
|
||||
|
@ -1,8 +1,13 @@
|
||||
created: 20131127215321439
|
||||
creator: JeremyRuston
|
||||
modified: 20131127215323398
|
||||
modifier: JeremyRuston
|
||||
title: $:/DefaultTiddlers
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
HelloThere
|
||||
Features
|
||||
ReleaseHistory
|
||||
GettingStarted
|
||||
Community
|
||||
[[TiddlyWiki5 Editions]]
|
||||
RoadMap
|
||||
|
@ -124,3 +124,7 @@ canvas.tw-edit-bitmapeditor {
|
||||
.tw-more-sidebar .tw-tab-buttons button.tw-tab-selected {
|
||||
<<background-linear-gradient "left, rgb(236,236,236) 0%, rgb(248,248,248) 100%">>
|
||||
}
|
||||
|
||||
.tw-message-box img {
|
||||
<<box-shadow "1px 1px 3px rgba(0,0,0,0.5)">>
|
||||
}
|
||||
|
@ -931,6 +931,9 @@ canvas.tw-edit-bitmapeditor {
|
||||
background: #ECF2FF;
|
||||
padding: 0px 21px 0px 21px;
|
||||
margin: 0 -21px 0 -21px;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
color: #547599;
|
||||
}
|
||||
|
||||
.tw-message-box img {
|
||||
|
Loading…
Reference in New Issue
Block a user