diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-20 01:44:20 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-20 01:44:21 +0200 |
commit | f5f1956e8b855ab5aeab531fc44a1a773427bf64 (patch) | |
tree | ec970c671a945a6f64543b62ebdd37647abc89d6 /view/theme/diabook/diabook-aerith/oembed_video.tpl | |
parent | 4a292e41378df8a89a809a2e1472727ca7b4b5c0 (diff) | |
download | volse-hubzilla-f5f1956e8b855ab5aeab531fc44a1a773427bf64.tar.gz volse-hubzilla-f5f1956e8b855ab5aeab531fc44a1a773427bf64.tar.bz2 volse-hubzilla-f5f1956e8b855ab5aeab531fc44a1a773427bf64.zip |
diabook-themes: theme-settings: add "colour scheme"-option, add diabook-pink and some bug/css-fixes
Diffstat (limited to 'view/theme/diabook/diabook-aerith/oembed_video.tpl')
-rw-r--r-- | view/theme/diabook/diabook-aerith/oembed_video.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/diabook/diabook-aerith/oembed_video.tpl b/view/theme/diabook/diabook-aerith/oembed_video.tpl new file mode 100644 index 000000000..d6d29f724 --- /dev/null +++ b/view/theme/diabook/diabook-aerith/oembed_video.tpl @@ -0,0 +1,4 @@ +<a class="embed_yt" href='$embedurl' onclick='this.innerHTML=Base64.decode("$escapedhtml"); yt_iframe(); return false;' style='float:left; margin: 1em; position: relative;'> + <img width='$tw' height='$th' src='$turl' > + <div style='position: absolute; top: 0px; left: 0px; width: $twpx; height: $thpx; background: url(images/icons/48/play.png) no-repeat center center;'></div> +</a> |