mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-27 01:14:44 +00:00
Big green download buttons
This commit is contained in:
parent
ee9cf60aa2
commit
d7454b100a
@ -7,10 +7,8 @@ title: Download
|
||||
|
||||
! Download Single File Editions
|
||||
|
||||
Right click and download these links to single file editions of TiddlyWiki5:
|
||||
|
||||
* [[empty|http://five.tiddlywiki.com/empty]]
|
||||
* [[tw5.com|http://five.tiddlywiki.com/]]
|
||||
|<$button message="tw-save-wiki" param="$:/editions/tw5.com/save-empty" class="btn-big-green">Save Empty {{$:/core/images/save-button}}</$button>|Get started with an empty wiki |
|
||||
|<$button message="tw-save-wiki" param="$:/core/save/all" class="btn-big-green">Save Full {{$:/core/images/save-button}}</$button>|Download a full copy of this site, including all the documentation |
|
||||
|
||||
! Download Node.js Edition
|
||||
|
||||
|
@ -242,6 +242,17 @@ a.tw-tiddlylink-external {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.btn-big-green {
|
||||
padding: 8px;
|
||||
margin: 8px;
|
||||
background: #34C734;
|
||||
color: #fff;
|
||||
fill: #fff;
|
||||
border: none;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.btn-mini {
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user