mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-12 12:59:57 +00:00
Add new release banner for 5.1.10
This commit is contained in:
parent
040e35eab6
commit
56ff0027e0
25
editions/tw5.com/tiddlers/LanguageGallery.tid
Normal file
25
editions/tw5.com/tiddlers/LanguageGallery.tid
Normal file
@ -0,0 +1,25 @@
|
||||
created: 20151231083708980
|
||||
modified: 20151231084132703
|
||||
tags:
|
||||
title: LanguageGallery
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Here is an example of using the ListWidget and the TranscludeWidget to show a grid of all language icons (ie, tiddlers tagged [[Language]] and [[Icon]]).
|
||||
|
||||
<style>
|
||||
.language-gallery img {
|
||||
width: 5em;
|
||||
height: auto;
|
||||
margin: 0.5em;
|
||||
-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
|
||||
-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
|
||||
box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
|
||||
}
|
||||
</style>
|
||||
<div class="language-gallery">
|
||||
<$list filter="[all[tiddlers+shadows]tag[Language]tag[Icon]]">
|
||||
<span title=<<currentTiddler>>>
|
||||
<$transclude/>
|
||||
</span>
|
||||
</$list>
|
||||
</div>
|
Binary file not shown.
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 61 KiB |
Loading…
Reference in New Issue
Block a user