mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-04 13:19:11 +00:00
Tweaks to background image support
And some demo images for use as backgrounds
This commit is contained in:
parent
5101ae4ce6
commit
a3f4221008
BIN
editions/tw5.com/tiddlers/images/Blurry Lawn.jpg
Normal file
BIN
editions/tw5.com/tiddlers/images/Blurry Lawn.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 241 KiB |
4
editions/tw5.com/tiddlers/images/Blurry Lawn.jpg.meta
Normal file
4
editions/tw5.com/tiddlers/images/Blurry Lawn.jpg.meta
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
title: Blurry Lawn.jpg
|
||||||
|
type: image/jpeg
|
||||||
|
tags: picture external-image
|
||||||
|
source: https://www.flickr.com/photos/jermy/16386332964/in/photostream
|
@ -1,4 +1,4 @@
|
|||||||
title: Motovun Jack.jpg
|
title: Motovun Jack.jpg
|
||||||
type: image/jpeg
|
type: image/jpeg
|
||||||
source: http://www.flickr.com/photos/jermy/6292279493/in/photostream
|
source: https://www.flickr.com/photos/jermy/6292279493/in/photostream
|
||||||
tags: picture
|
tags: picture
|
||||||
|
BIN
editions/tw5.com/tiddlers/images/PerlinLight.jpg
Normal file
BIN
editions/tw5.com/tiddlers/images/PerlinLight.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
2
editions/tw5.com/tiddlers/images/PerlinLight.jpg.meta
Normal file
2
editions/tw5.com/tiddlers/images/PerlinLight.jpg.meta
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
title: PerlinLight.jpg
|
||||||
|
type: image/jpeg
|
@ -11,7 +11,7 @@ tags: [[$:/tags/Stylesheet]]
|
|||||||
<$list filter="[<background>has[_canonical_uri]]">
|
<$list filter="[<background>has[_canonical_uri]]">
|
||||||
<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field="_canonical_uri"/>
|
<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field="_canonical_uri"/>
|
||||||
</$list>
|
</$list>
|
||||||
`);`
|
`) center center;`
|
||||||
`background-attachment: `{{$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment}}`;
|
`background-attachment: `{{$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment}}`;
|
||||||
-webkit-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;
|
-webkit-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;
|
||||||
-moz-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;
|
-moz-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
title: $:/themes/tiddlywiki/vanilla/settings/
|
title: $:/themes/tiddlywiki/vanilla/settings/
|
||||||
|
|
||||||
fontfamily: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "DejaVu Sans", sans-serif
|
fontfamily: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "DejaVu Sans", sans-serif
|
||||||
codefontfamily: Monaco, Consolas, "Lucida Console", "DejaVu Sans Mono", monospace
|
codefontfamily: Monaco, Consolas, "Lucida Console", "DejaVu Sans Mono", monospace
|
||||||
|
backgroundimageattachment: fixed
|
||||||
|
backgroundimagesize: auto
|
||||||
|
Loading…
Reference in New Issue
Block a user