[Liblas-commits] hg: tweak twitter box
liblas-commits at liblas.org
liblas-commits at liblas.org
Fri Nov 5 22:55:27 EDT 2010
changeset 4116ac560f7a in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=4116ac560f7a
summary: tweak twitter box
diffstat:
doc/_templates/indexsidebar.html | 45 +++++----------------------------------
1 files changed, 6 insertions(+), 39 deletions(-)
diffs (71 lines):
diff -r 52c7b86a18b5 -r 4116ac560f7a doc/_templates/indexsidebar.html
--- a/doc/_templates/indexsidebar.html Fri Nov 05 21:48:36 2010 -0500
+++ b/doc/_templates/indexsidebar.html Fri Nov 05 21:55:21 2010 -0500
@@ -15,53 +15,20 @@
<script>
new TWTR.Widget({
version: 2,
- type: 'search',
- search: 'from:liblas',
- interval: 6000,
- title: 'libLAS News',
- subject: '',
- width: 'auto',
- height: 150,
- theme: {
- shell: {
- background: '#e2e05a',
- color: '#ffffff'
- },
- tweets: {
- background: '#e2e05a',
- color: '#444444',
- links: '#1985b5'
- }
- },
- features: {
- scrollbar: true,
- loop: false,
- live: true,
- hashtags: true,
- timestamp: true,
- avatars: false,
- toptweets: false,
- behavior: 'all'
- }
-}).render().start();
-</script>
-<!-- <script type="text/javascript" >
-new TWTR.Widget({
- version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 'auto',
- height: 300,
+ height: 200,
theme: {
shell: {
background: '#e2e05a',
- color: '#050005'
+ color: '#000000'
},
tweets: {
- background: '#e2e05a',
- color: '#000000',
- links: '#000544'
+ background: '#6666ae',
+ color: '#ffffff',
+ links: '#ffffff'
}
},
features: {
@@ -74,7 +41,7 @@
behavior: 'all'
}
}).render().setUser('liblas').start();
-</script> -->
+</script>
</p>
More information about the Liblas-commits
mailing list