social_stream 0.15.8 → 0.16.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -1
- data/base/app/models/user.rb +1 -1
- data/base/app/views/devise/registrations/_edit_user.html.erb +26 -0
- data/base/app/views/devise/registrations/edit.html.erb +2 -1
- data/base/app/views/posts/_post_focus_search.html.erb +2 -2
- data/base/app/views/posts/_post_global_search.html.erb +2 -2
- data/base/config/locales/en.yml +4 -0
- data/base/db/migrate/20111221103509_add_language_field.rb +13 -0
- data/base/lib/social_stream/base/version.rb +1 -1
- data/documents/lib/social_stream/documents/version.rb +1 -1
- data/documents/social_stream-documents.gemspec +2 -2
- data/events/app/assets/javascripts/0_init.js +4 -0
- data/events/app/assets/javascripts/events.js.coffee +66 -0
- data/events/app/assets/stylesheets/events.css.scss +37 -0
- data/events/app/controllers/events_controller.rb +40 -0
- data/events/app/controllers/rooms_controller.rb +7 -0
- data/events/app/models/event.rb +53 -0
- data/events/app/models/room.rb +8 -0
- data/events/app/views/events/_event.html.erb +1 -0
- data/events/app/views/events/_new.html.erb +40 -0
- data/events/app/views/events/_sidebar_calendar.html.erb +26 -0
- data/events/app/views/events/create.js.erb +21 -0
- data/events/app/views/events/destroy.js.erb +1 -0
- data/events/app/views/events/index.html.erb +96 -0
- data/events/app/views/rooms/_form.html.erb +31 -0
- data/events/app/views/rooms/_index.html.erb +10 -0
- data/events/app/views/rooms/_settings.html.erb +23 -0
- data/events/app/views/rooms/create.js.erb +7 -0
- data/events/app/views/rooms/destroy.js.erb +1 -0
- data/events/config/locales/en.yml +34 -4
- data/events/config/locales/es.yml +34 -4
- data/events/config/routes.rb +1 -0
- data/events/db/migrate/20111101193523_create_events.rb +13 -0
- data/events/db/migrate/20111120104349_create_rooms.rb +26 -0
- data/events/db/migrate/20111204155637_add_scheduler.rb +33 -0
- data/events/db/migrate/20111218203314_change_scheduler.rb +11 -0
- data/events/lib/social_stream/events/ability.rb +13 -0
- data/events/lib/social_stream/events/engine.rb +17 -0
- data/events/lib/social_stream/events/models/actor.rb +13 -0
- data/events/lib/social_stream/events/version.rb +1 -1
- data/events/lib/social_stream/views/settings/events.rb +18 -0
- data/events/lib/social_stream-events.rb +15 -0
- data/events/social_stream-events.gemspec +6 -10
- data/events/vendor/assets/images/boxy-ne.png +0 -0
- data/events/vendor/assets/images/boxy-nw.png +0 -0
- data/events/vendor/assets/images/boxy-se.png +0 -0
- data/events/vendor/assets/images/boxy-sw.png +0 -0
- data/events/vendor/assets/javascripts/fullcalendar.js +12 -10
- data/events/vendor/assets/javascripts/gcal.js +2 -2
- data/events/vendor/assets/javascripts/jquery.boxy.js +570 -0
- data/events/vendor/assets/javascripts/sprintf.js +183 -0
- data/events/vendor/assets/stylesheets/boxy.css +49 -0
- data/events/vendor/assets/stylesheets/fullcalendar.css +7 -10
- data/events/vendor/assets/stylesheets/fullcalendar.print.css +4 -4
- data/lib/social_stream/version.rb +1 -1
- data/linkser/app/assets/javascripts/linkser.js.erb +7 -3
- data/linkser/app/models/link.rb +2 -0
- data/linkser/app/views/links/_link.html.erb +1 -1
- data/linkser/app/views/links/_link_preview.html.erb +6 -0
- data/linkser/db/migrate/20111219122952_add_width_height_to_link.rb +15 -0
- data/linkser/lib/social_stream/linkser/version.rb +1 -1
- data/linkser/social_stream-linkser.gemspec +1 -1
- data/social_stream.gemspec +4 -4
- metadata +61 -42
- data/events/db/migrate/20110910161707_create_social_stream_events.rb +0 -54
- data/events/db/migrate/20111102145626_add_more_fields_to_events.rb +0 -20
- data/events/db/migrate/20111104165944_add_more_fields_to_sessions.rb +0 -13
- data/events/db/migrate/20111104182420_add_details_to_events.rb +0 -18
- data/events/db/migrate/20111209120019_reset_events.rb +0 -18
- data/events/vendor/assets/javascripts/jquery.ad-gallery.js +0 -850
- data/events/vendor/assets/javascripts/jquery.ad-gallery.pack.js +0 -10
- data/events/vendor/assets/stylesheets/ad_next.png +0 -0
- data/events/vendor/assets/stylesheets/ad_prev.png +0 -0
- data/events/vendor/assets/stylesheets/ad_scroll_back.png +0 -0
- data/events/vendor/assets/stylesheets/ad_scroll_forward.png +0 -0
- data/events/vendor/assets/stylesheets/jquery.ad-gallery.css +0 -171
- data/events/vendor/assets/stylesheets/loader.gif +0 -0
- data/events/vendor/assets/stylesheets/social_stream-events.css +0 -273
@@ -1,10 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) 2010 Anders Ekdahl (http://coffeescripter.com/)
|
3
|
-
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
|
4
|
-
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
|
5
|
-
*
|
6
|
-
* Version: 1.2.4
|
7
|
-
*
|
8
|
-
* Demo and documentation: http://coffeescripter.com/code/ad-gallery/
|
9
|
-
*/
|
10
|
-
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(8($){$.3n.3o=8(b){5 c={2s:\'Z.3p\',1W:0,1X:q,11:0.7,2t:q,1b:3q,v:q,x:q,2u:B,2v:B,1Y:0,t:{1c:B,1Z:q,1d:3r,2w:\'3s\',2x:\'3t\',20:B,2y:\'(\',2z:\')\',2A:q,2B:q},2C:\'21-2D\',2E:B,1z:B,1A:{1e:q,2F:q,2G:q}};5 d=$.2H(q,c,b);4(b&&b.t){d.t=$.2H(q,c.t,b.t)};4(!d.t.1c){d.t.1Z=q};5 e=[];$(3).2I(8(){5 a=1B 22(3,d);e[e.J]=a});w e};8 2J(a,b,c){5 d=12(a.u(\'Q\'),10);4(b==\'C\'){5 e=\'-\'+3.D+\'z\';a.u(\'Q\',3.D+\'z\')}y{5 e=3.D+\'z\';a.u(\'Q\',\'-\'+3.D+\'z\')};4(c){c.u(\'1f\',\'-\'+c[0].1C+\'z\');c.13({1f:0},3.r.1b*2)};4(3.R){3.R.13({1f:\'-\'+3.R[0].1C+\'z\'},3.r.1b*2)};w{1g:{Q:e},1h:{Q:d}}};8 2K(a,b,c){5 d=12(a.u(\'C\'),10);4(b==\'C\'){5 e=\'-\'+3.K+\'z\';a.u(\'C\',3.K+\'z\')}y{5 e=3.K+\'z\';a.u(\'C\',\'-\'+3.K+\'z\')};4(c){c.u(\'1f\',\'-\'+c[0].1C+\'z\');c.13({1f:0},3.r.1b*2)};4(3.R){3.R.13({1f:\'-\'+3.R[0].1C+\'z\'},3.r.1b*2)};w{1g:{C:e},1h:{C:d}}};8 2L(a,b,c){5 d=a.v();5 e=a.x();5 f=12(a.u(\'C\'),10);5 g=12(a.u(\'Q\'),10);a.u({v:0,x:0,Q:3.D/2,C:3.K/2});w{1g:{v:0,x:0,Q:3.D/2,C:3.K/2},1h:{v:d,x:e,Q:g,C:f}}};8 2M(a,b,c){a.u(\'S\',0);w{1g:{S:0},1h:{S:1}}};8 2N(a,b,c){a.u(\'S\',0);w{1g:{S:0},1h:{S:1},1d:0}};8 22(a,b){3.1e(a,b)};22.2O={17:q,T:q,1D:q,V:q,Z:q,1r:q,N:q,1E:q,1F:q,1i:q,1j:q,t:q,K:0,D:0,O:0,18:q,R:q,1G:0,r:q,G:q,1k:q,1H:q,1e:8(b,c){5 d=3;3.17=$(b);3.r=c;3.2P();3.2Q();4(3.r.v){3.K=3.r.v;3.T.v(3.r.v);3.17.v(3.r.v)}y{3.K=3.T.v()};4(3.r.x){3.D=3.r.x;3.T.x(3.r.x)}y{3.D=3.T.x()};3.1G=3.V.v();3.O=0;3.18=q;3.R=q;3.1k=q;3.2R();4(3.r.2u){3.2S()};5 e=8(a){w d.1I(a)};3.t=1B 23(e,3.r.t);3.L.F(3.t.2T());4(3.r.t.1c){3.t.1c()}y{3.t.24()};4(3.r.2v){3.2U()};4(3.r.2E){3.2V()};5 f=12(3.r.1W,10);4(25.26.27&&25.26.27.3u(\'#s-W\')===0){f=25.26.27.2W(/[^0-9]+/g,\'\');4((f*1)!=f){f=3.r.1W}};3.1J(B);3.1s(f,8(){4(d.r.t.1Z){d.14(f+1);d.t.1t()}});3.P(3.r.1A.1e)},2Q:8(){3.1H={\'21-3v\':2J,\'21-2D\':2K,\'3w\':2L,\'3x\':2M,\'3y\':2N}},2P:8(){3.L=3.17.E(\'.s-L\');3.1D=$(\'<p H="s-3z"></p>\');3.L.F(3.1D);3.T=3.17.E(\'.s-W-17\');3.T.3A();3.V=3.17.E(\'.s-V\');3.N=3.V.E(\'.s-3B\');3.1r=$(\'<A H="s-1r"></A>\');3.Z=$(\'<19 H="s-Z" 1K="\'+3.r.2s+\'">\');3.T.F(3.Z);3.Z.15();$(1L.3C).F(3.1r)},1J:8(a){4(a){3.Z.1l()}y{3.Z.15()}},3D:8(a,b){4($.28(b)){3.1H[a]=b}},2R:8(){5 f=3;3.G=[];5 g=0;5 h=0;5 j=3.N.E(\'a\');5 k=j.J;4(3.r.11<1){j.E(\'19\').u(\'S\',3.r.11)};j.2I(8(i){5 a=$(3);5 b=a.I(\'2X\');5 c=a.E(\'19\');4(!f.29(c[0])){c.2Y(8(){g+=3.1u.1u.2a;h++})}y{g+=c[0].1u.1u.2a;h++};a.1M(\'s-1N\'+i);a.1v(8(){f.1s(i);f.t.M();w q}).2Z(8(){4(!$(3).1w(\'.s-1m\')&&f.r.11<1){$(3).E(\'19\').1O(1P,1)};f.14(i)},8(){4(!$(3).1w(\'.s-1m\')&&f.r.11<1){$(3).E(\'19\').1O(1P,f.r.11)}});5 a=q;4(c.1n(\'s-1x\')){a=c.1n(\'s-1x\')}y 4(c.I(\'2b\')&&c.I(\'2b\').J){a=c.I(\'2b\')};5 d=q;4(c.1n(\'s-1o\')){d=c.1n(\'s-1o\')}y 4(c.I(\'2c\')&&c.I(\'2c\').J){d=c.I(\'2c\')};5 e=q;4(c.1n(\'s-U\')){e=c.1n(\'s-U\')}y 4(c.I(\'U\')&&c.I(\'U\').J){e=c.I(\'U\')};f.G[i]={1N:c.I(\'1K\'),W:b,2d:q,1p:q,1o:d,U:e,1q:q,1x:a}});5 l=2e(8(){4(k==h){f.V.E(\'.s-1N-3E\').u(\'v\',g+\'z\');1Q(l)}},3F)},2V:8(){5 a=3;$(1L).31(8(e){4(e.2f==39){a.1I();a.t.M()}y 4(e.2f==37){a.2g();a.t.M()}})},2S:8(){3.1i=$(\'<A H="s-2h"><A H="s-2h-W"></A></A>\');3.1j=$(\'<A H="s-32"><A H="s-32-W"></A></A>\');3.T.F(3.1i);3.T.F(3.1j);5 a=3;3.1j.33(3.1i).3G(8(e){$(3).u(\'x\',a.D);$(3).E(\'A\').1l()}).3H(8(e){$(3).E(\'A\').15()}).1v(8(){4($(3).1w(\'.s-2h\')){a.1I();a.t.M()}y{a.2g();a.t.M()}}).E(\'A\').u(\'S\',0.7)},2U:8(){5 c=3;3.1F=$(\'<A H="s-2i"></A>\');3.1E=$(\'<A H="s-3I"></A>\');3.V.F(3.1F);3.V.34(3.1E);5 d=0;5 e=q;$(3.1E).33(3.1F).1v(8(){5 a=c.1G-3J;4(c.r.1Y>0){5 a=c.r.1Y};4($(3).1w(\'.s-2i\')){5 b=c.N.1a()+a}y{5 b=c.N.1a()-a};4(c.r.t.20){c.t.M()};c.N.13({1a:b+\'z\'});w q}).u(\'S\',0.6).2Z(8(){5 b=\'C\';4($(3).1w(\'.s-2i\')){b=\'2j\'};e=2e(8(){d++;4(d>30&&c.r.t.20){c.t.M()};5 a=c.N.1a()+1;4(b==\'C\'){a=c.N.1a()-1};c.N.1a(a)},10);$(3).u(\'S\',1)},8(){d=0;1Q(e);$(3).u(\'S\',0.6)})},2k:8(){3.1D.2l((3.O+1)+\' / \'+3.G.J);4(!3.r.1z){3.1j.1l().u(\'x\',3.D);3.1i.1l().u(\'x\',3.D);4(3.O==(3.G.J-1)){3.1i.15()};4(3.O==0){3.1j.15()}};3.P(3.r.1A.2F)},35:8(a,b){4(b>3.D){5 c=a/b;b=3.D;a=3.D*c};4(a>3.K){5 c=b/a;a=3.K;b=3.K*c};w{v:a,x:b}},36:8(a,b,c){a.u(\'Q\',\'38\');4(c<3.D){5 d=3.D-c;a.u(\'Q\',(d/2)+\'z\')};a.u(\'C\',\'38\');4(b<3.K){5 d=3.K-b;a.u(\'C\',(d/2)+\'z\')}},3a:8(a){5 b=q;4(a.1o.J||a.U.J){5 c=\'\';4(a.U.J){c=\'<3b H="s-3c-U">\'+a.U+\'</3b>\'};5 b=\'\';4(a.1o.J){b=\'<16>\'+a.1o+\'</16>\'};b=$(\'<p H="s-W-3c">\'+c+b+\'</p>\')};w b},1s:8(a,b){4(3.G[a]&&!3.1k){5 c=3;5 d=3.G[a];3.1k=B;4(!d.1p){3.1J(B);3.14(a,8(){c.1J(q);c.2m(a,b)})}y{3.2m(a,b)}}},2m:8(a,b){4(3.G[a]){5 c=3;5 d=3.G[a];5 e=$(1L.3K(\'A\')).1M(\'s-W\');5 f=$(1B 3d()).I(\'1K\',d.W);4(d.1x){5 g=$(\'<a 2X="\'+d.1x+\'" 3L="3M"></a>\');g.F(f);e.F(g)}y{e.F(f)}3.T.34(e);5 h=3.35(d.1q.v,d.1q.x);f.I(\'v\',h.v);f.I(\'x\',h.x);e.u({v:h.v+\'z\',x:h.x+\'z\'});3.36(e,h.v,h.x);5 i=3.3a(d,e);4(i){4(!3.r.1X){e.F(i);5 j=h.v-12(i.u(\'3e-C\'),10)-12(i.u(\'3e-2j\'),10);i.u(\'v\',j+\'z\')}y{3.r.1X.F(i)}};3.3f(3.V.E(\'.s-1N\'+a));5 k=\'2j\';4(3.O<a){k=\'C\'};3.P(3.r.1A.2G);4(3.18||3.r.2t){5 l=3.r.1b;5 m=\'3N\';5 n=3.1H[3.r.2C].2n(3,e,k,i);4(1R n.1d!=\'1S\'){l=n.1d};4(1R n.3g!=\'1S\'){m=n.3g};4(3.18){5 o=3.18;5 p=3.R;o.13(n.1g,l,m,8(){o.3h();4(p)p.3h()})};e.13(n.1h,l,m,8(){c.O=a;c.18=e;c.R=i;c.1k=q;c.2k();c.P(b)})}y{3.O=a;3.18=e;c.R=i;3.1k=q;c.2k();3.P(b)}}},3i:8(){4(3.O==(3.G.J-1)){4(!3.r.1z){w q};5 a=0}y{5 a=3.O+1};w a},1I:8(a){5 b=3.3i();4(b===q)w q;3.14(b+1);3.1s(b,a);w B},3j:8(){4(3.O==0){4(!3.r.1z){w q};5 a=3.G.J-1}y{5 a=3.O-1};w a},2g:8(a){5 b=3.3j();4(b===q)w q;3.14(b-1);3.1s(b,a);w B},3O:8(){5 a=3;5 i=0;8 2o(){4(i<a.G.J){i++;a.14(i,2o)}};a.14(i,2o)},14:8(a,b){4(3.G[a]){5 c=3.G[a];4(!3.G[a].1p){5 d=$(1B 3d());d.I(\'1K\',c.W);4(!3.29(d[0])){3.1r.F(d);5 e=3;d.2Y(8(){c.1p=B;c.1q={v:3.v,x:3.x};e.P(b)}).2d(8(){c.2d=B;c.1p=q;c.1q=q})}y{c.1p=B;c.1q={v:d[0].v,x:d[0].x};3.P(b)}}y{3.P(b)}}},29:8(a){4(1R a.3k!=\'1S\'&&!a.3k){w q};4(1R a.3l!=\'1S\'&&a.3l==0){w q};w B},3f:8(a){3.N.E(\'.s-1m\').3m(\'s-1m\');a.1M(\'s-1m\');4(3.r.11<1){3.N.E(\'a:3P(.s-1m) 19\').1O(1P,3.r.11);a.E(\'19\').1O(1P,1)};5 b=a[0].1u.3Q;b-=(3.1G/2)-(a[0].2a/2);3.N.13({1a:b+\'z\'})},P:8(a){4($.28(a)){a.2n(3)}}};8 23(a,b){3.1e(a,b)};23.2O={1T:q,1U:q,X:q,L:q,r:q,2p:q,1y:q,Y:q,1V:q,1e:8(a,b){5 c=3;3.2p=a;3.r=b},2T:8(){3.1T=$(\'<16 H="s-t-1t">\'+3.r.2w+\'</16>\');3.1U=$(\'<16 H="s-t-M">\'+3.r.2x+\'</16>\');3.X=$(\'<16 H="s-t-X"></16>\');3.L=$(\'<A H="s-t-L"></A>\');3.L.F(3.1T).F(3.1U).F(3.X);3.X.15();5 a=3;3.1T.1v(8(){a.1t()});3.1U.1v(8(){a.M()});$(1L).31(8(e){4(e.2f==3R){4(a.Y){a.M()}y{a.1t()}}});w 3.L},24:8(){3.1y=q;3.M();3.L.15()},1c:8(){3.1y=B;3.L.1l()},3S:8(){4(3.1y){3.24()}y{3.1c()}},1t:8(){4(3.Y||!3.1y)w q;5 a=3;3.Y=B;3.L.1M(\'s-t-Y\');3.2q();3.P(3.r.2A);w B},M:8(){4(!3.Y)w q;3.Y=q;3.X.15();3.L.3m(\'s-t-Y\');1Q(3.1V);3.P(3.r.2B);w B},2q:8(){5 c=3;5 d=3.r.2y;5 e=3.r.2z;1Q(c.1V);3.X.1l().2l(d+(3.r.1d/2r)+e);5 f=0;3.1V=2e(8(){f+=2r;4(f>=c.r.1d){5 a=8(){4(c.Y){c.2q()};f=0};4(!c.2p(a)){c.M()};f=0};5 b=12(c.X.3T().2W(/[^0-9]/g,\'\'),10);b--;4(b>0){c.X.2l(d+b+e)}},2r)},P:8(a){4($.28(a)){a.2n(3)}}}})(3U);',62,243,'|||this|if|var|||function||||||||||||||||||false|settings|ad|slideshow|css|width|return|height|else|px|div|true|left|image_wrapper_height|find|append|images|class|attr|length|image_wrapper_width|controls|stop|thumbs_wrapper|current_index|fireCallback|top|current_description|opacity|image_wrapper|title|nav|image|countdown|running|loader||thumb_opacity|parseInt|animate|preloadImage|hide|span|wrapper|current_image|img|scrollLeft|animation_speed|enable|speed|init|bottom|old_image|new_image|next_link|prev_link|in_transition|show|active|data|desc|preloaded|size|preloads|showImage|start|parentNode|click|is|link|enabled|cycle|callbacks|new|offsetHeight|gallery_info|scroll_back|scroll_forward|nav_display_width|animations|nextImage|loading|src|document|addClass|thumb|fadeTo|300|clearInterval|typeof|undefined|start_link|stop_link|countdown_interval|initDate_index|description_wrapper|scroll_jump|autostart|stop_on_scroll|slide|AdGallery|AdGallerySlideshow|disable|window|location|hash|isFunction|isImageLoaded|offsetWidth|longdesc|alt|error|setInterval|keyCode|prevImage|next|forward|right|_afterShow|html|_showWhenLoaded|call|preloadNext|nextimage_callback|_next|1000|loader_image|animate_first_image|display_next_and_prev|display_back_and_forward|start_label|stop_label|countdown_prefix|countdown_sufix|onStart|onStop|effect|hori|enable_keyboard_move|afterImageVisible|beforeImageVisible|extend|each|VerticalSlideAnimation|HorizontalSlideAnimation|ResizeAnimation|FadeAnimation|NoneAnimation|prototype|setupElements|setupAnimations|findImages|initNextAndPrev|create|initBackAndForward|initKeyEvents|replace|href|load|hover||keydown|prev|add|prepend|_getContainedImageSize|_centerImage||0px||_getDescription|strong|description|Image|padding|highLightThumb|easing|remove|nextIndex|prevIndex|complete|naturalWidth|removeClass|fn|adGallery|gif|400|5000|Start|Stop|indexOf|vert|resize|fade|none|info|empty|thumbs|body|addAnimation|list|100|mouseover|mouseout|back|50|createElement|target|_blank|swing|preloadAll|not|offsetLeft|83|toggle|text|jQuery'.split('|'),0,{}))
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,171 +0,0 @@
|
|
1
|
-
.ad-gallery {
|
2
|
-
width: 320px;
|
3
|
-
}
|
4
|
-
|
5
|
-
.ad-gallery, .ad-gallery * {
|
6
|
-
margin: 0;
|
7
|
-
padding: 0;
|
8
|
-
}
|
9
|
-
|
10
|
-
.ad-gallery .ad-image-wrapper {
|
11
|
-
width: 100%;
|
12
|
-
height: 210px;
|
13
|
-
/*margin-bottom: 10px;*/
|
14
|
-
position: relative;
|
15
|
-
overflow: hidden;
|
16
|
-
}
|
17
|
-
.ad-gallery .ad-image-wrapper .ad-loader {
|
18
|
-
position: absolute;
|
19
|
-
z-index: 3;
|
20
|
-
top: 2px;
|
21
|
-
left: 48%;
|
22
|
-
border: 1px solid #CCC;
|
23
|
-
}
|
24
|
-
.ad-gallery .ad-image-wrapper .ad-next {
|
25
|
-
position: absolute;
|
26
|
-
right: 0;
|
27
|
-
top: 0px;
|
28
|
-
width: 25%;
|
29
|
-
height: 95%;
|
30
|
-
cursor: pointer;
|
31
|
-
display: block;
|
32
|
-
z-index: 100;
|
33
|
-
}
|
34
|
-
.ad-gallery .ad-image-wrapper .ad-prev {
|
35
|
-
position: absolute;
|
36
|
-
left: 0;
|
37
|
-
top: 0px;
|
38
|
-
width: 25%;
|
39
|
-
height: 95%;
|
40
|
-
cursor: pointer;
|
41
|
-
display: block;
|
42
|
-
z-index: 150;
|
43
|
-
}
|
44
|
-
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
|
45
|
-
/* Or else IE will hide it */
|
46
|
-
background: url(non-existing.jpg)\9
|
47
|
-
}
|
48
|
-
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
|
49
|
-
background: url(ad_prev.png);
|
50
|
-
width: 30px;
|
51
|
-
height: 30px;
|
52
|
-
display: none;
|
53
|
-
position: absolute;
|
54
|
-
/*top: 47%;*/
|
55
|
-
top:80px;
|
56
|
-
left: 0;
|
57
|
-
z-index: 101;
|
58
|
-
}
|
59
|
-
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
|
60
|
-
background: url(ad_next.png);
|
61
|
-
width: 30px;
|
62
|
-
height: 30px;
|
63
|
-
right: 0;
|
64
|
-
left: auto;
|
65
|
-
}
|
66
|
-
.ad-gallery .ad-image-wrapper .ad-image {
|
67
|
-
position: absolute;
|
68
|
-
overflow: hidden;
|
69
|
-
top: 0;
|
70
|
-
left: 0;
|
71
|
-
z-index: 9;
|
72
|
-
}
|
73
|
-
.ad-gallery .ad-image-wrapper .ad-image a img {
|
74
|
-
border: 0;
|
75
|
-
}
|
76
|
-
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
|
77
|
-
position: absolute;
|
78
|
-
bottom: 0px;
|
79
|
-
left: 0px;
|
80
|
-
padding: 7px;
|
81
|
-
text-align: left;
|
82
|
-
width: 100%;
|
83
|
-
z-index: 2;
|
84
|
-
background: url(opa75.png);
|
85
|
-
color: #000;
|
86
|
-
}
|
87
|
-
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
|
88
|
-
background: none;
|
89
|
-
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='opa75.png');
|
90
|
-
}
|
91
|
-
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
|
92
|
-
display: block;
|
93
|
-
}
|
94
|
-
.ad-gallery .ad-controls {
|
95
|
-
height: 15px;
|
96
|
-
}
|
97
|
-
.ad-gallery .ad-info {
|
98
|
-
float: left;
|
99
|
-
}
|
100
|
-
.ad-gallery .ad-slideshow-controls {
|
101
|
-
float: right;
|
102
|
-
}
|
103
|
-
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
|
104
|
-
padding-left: 5px;
|
105
|
-
cursor: pointer;
|
106
|
-
}
|
107
|
-
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
|
108
|
-
padding-left: 5px;
|
109
|
-
font-size: 0.9em;
|
110
|
-
}
|
111
|
-
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
|
112
|
-
cursor: default;
|
113
|
-
font-style: italic;
|
114
|
-
}
|
115
|
-
.ad-gallery .ad-nav {
|
116
|
-
width: 100%;
|
117
|
-
position: relative;
|
118
|
-
}
|
119
|
-
.ad-gallery .ad-forward, .ad-gallery .ad-back {
|
120
|
-
position: absolute;
|
121
|
-
top: 0;
|
122
|
-
height: 100%;
|
123
|
-
z-index: 10;
|
124
|
-
}
|
125
|
-
/* IE 6 doesn't like height: 100% */
|
126
|
-
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
|
127
|
-
height: 100px;
|
128
|
-
}
|
129
|
-
.ad-gallery .ad-back {
|
130
|
-
cursor: pointer;
|
131
|
-
left: -20px;
|
132
|
-
width: 13px;
|
133
|
-
display: block;
|
134
|
-
background: url(ad_scroll_back.png) 0px 22px no-repeat;
|
135
|
-
}
|
136
|
-
.ad-gallery .ad-forward {
|
137
|
-
cursor: pointer;
|
138
|
-
display: block;
|
139
|
-
right: -20px;
|
140
|
-
width: 13px;
|
141
|
-
background: url(ad_scroll_forward.png) 0px 22px no-repeat;
|
142
|
-
}
|
143
|
-
.ad-gallery .ad-nav .ad-thumbs {
|
144
|
-
overflow: hidden;
|
145
|
-
width: 100%;
|
146
|
-
}
|
147
|
-
.ad-gallery .ad-thumbs .ad-thumb-list {
|
148
|
-
float: left;
|
149
|
-
width: 9000px;
|
150
|
-
list-style: none;
|
151
|
-
}
|
152
|
-
.ad-gallery .ad-thumbs li {
|
153
|
-
float: left;
|
154
|
-
/* padding-right: 5px;*/
|
155
|
-
}
|
156
|
-
.ad-gallery .ad-thumbs li a {
|
157
|
-
display: block;
|
158
|
-
}
|
159
|
-
.ad-gallery .ad-thumbs li a img {
|
160
|
-
border: 3px solid #CCC;
|
161
|
-
display: block;
|
162
|
-
}
|
163
|
-
.ad-gallery .ad-thumbs li a.ad-active img {
|
164
|
-
border: 3px solid #616161;
|
165
|
-
}
|
166
|
-
/* Can't do display none, since Opera won't load the images then */
|
167
|
-
.ad-preloads {
|
168
|
-
position: absolute;
|
169
|
-
left: -9000px;
|
170
|
-
top: -9000px;
|
171
|
-
}
|
Binary file
|
@@ -1,273 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
*= require_tree .
|
3
|
-
*/
|
4
|
-
|
5
|
-
/*
|
6
|
-
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
7
|
-
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
8
|
-
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
9
|
-
*= require_self
|
10
|
-
*= require social_stream-base
|
11
|
-
*= require social_stream-documents
|
12
|
-
*= require_tree .
|
13
|
-
*/
|
14
|
-
#filter_div
|
15
|
-
{
|
16
|
-
float: right;
|
17
|
-
height: 10px;
|
18
|
-
padding-top: 5px;
|
19
|
-
width: 76px;
|
20
|
-
z-index: 2000;
|
21
|
-
}
|
22
|
-
#calendar{margin-top:-9px;}
|
23
|
-
#fc-btn-agenda{ padding-left: 1px;}
|
24
|
-
|
25
|
-
#founder{ padding: 1px; padding-top: 5px; text-align: center; }
|
26
|
-
#founder #created{display: inline-block;}
|
27
|
-
#founder #thumb{display: inline-block;}
|
28
|
-
|
29
|
-
.sb_wrapper input[type="text"],
|
30
|
-
ul.sb_dropdown{
|
31
|
-
border:1px solid #fff;
|
32
|
-
background: #fafafa;
|
33
|
-
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fafafa));
|
34
|
-
background: -moz-linear-gradient(top, #f2f2f2, #fafafa);
|
35
|
-
font-size:24px;
|
36
|
-
font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
|
37
|
-
-moz-box-shadow:1px 1px 3px #555;
|
38
|
-
-webkit-box-shadow:1px 1px 3px #555;
|
39
|
-
-box-shadow:1px 1px 3px #555;
|
40
|
-
outline:none;
|
41
|
-
padding:6px 5px 6px 20px;
|
42
|
-
text-shadow:1px 1px 1px #fff;
|
43
|
-
width:295px;
|
44
|
-
float:left;
|
45
|
-
margin:3px 0px;
|
46
|
-
}
|
47
|
-
ul.sb_dropdown{
|
48
|
-
float:left;
|
49
|
-
margin-right:50px;
|
50
|
-
list-style:none;
|
51
|
-
width:295px;
|
52
|
-
padding:6px 5px;
|
53
|
-
-moz-border-radius:0px 0px 10px 10px;
|
54
|
-
-webkit-border-bottom-right-radius:10px;
|
55
|
-
-webkit-border-bottom-left-radius:10px;
|
56
|
-
border-bottom-right-radius:10px;
|
57
|
-
border-bottom-left-radius:10px;
|
58
|
-
}
|
59
|
-
ul.sb_dropdown li{
|
60
|
-
font-size:8px;
|
61
|
-
line-height:2px;
|
62
|
-
height:22px;
|
63
|
-
float:left;
|
64
|
-
width:30%;
|
65
|
-
}
|
66
|
-
ul.sb_dropdown li input[type="checkbox"]{
|
67
|
-
float:left;
|
68
|
-
margin:10px 4px 0 5px;
|
69
|
-
}
|
70
|
-
ul.sb_dropdown li.sb_filter{
|
71
|
-
width:148px;
|
72
|
-
border:1px solid #f9f9f9;
|
73
|
-
clear:both;
|
74
|
-
background: #ddd;
|
75
|
-
font-size:12px;
|
76
|
-
text-transform:uppercase;
|
77
|
-
letter-spacing:1px;
|
78
|
-
color:#444;
|
79
|
-
height:16px;
|
80
|
-
line-height:16px;
|
81
|
-
padding:5px;
|
82
|
-
-moz-box-shadow:0px 0px 2px #777;
|
83
|
-
-webkit-box-shadow:0px 0px 3px #555 inset;
|
84
|
-
-box-shadow:0px 0px 3px #555 inset;
|
85
|
-
|
86
|
-
}
|
87
|
-
span.sb_up,
|
88
|
-
span.sb_down{
|
89
|
-
margin-top:10px;
|
90
|
-
padding:5px 25px 5px 25px;
|
91
|
-
width:14px;
|
92
|
-
height:41px;
|
93
|
-
background-color:#f2f2f2;
|
94
|
-
background-position:center center;
|
95
|
-
background-repeat: no-repeat;
|
96
|
-
z-index:10;
|
97
|
-
border:1px solid #fff;
|
98
|
-
-moz-box-shadow:1px 0px 1px #ddd;
|
99
|
-
-webkit-box-shadow:1px 0px 1px #ddd;
|
100
|
-
-box-shadow:1px 0px 1px #ddd;
|
101
|
-
|
102
|
-
}
|
103
|
-
span.sb_up{
|
104
|
-
background-image:url(../icons/up.png);
|
105
|
-
}
|
106
|
-
span.sb_down{
|
107
|
-
background-image:url(../icons/down.png);
|
108
|
-
}
|
109
|
-
input.sb_search{
|
110
|
-
background:#f2f2f2 url(../icons/search.png) no-repeat center center;
|
111
|
-
height:43px;
|
112
|
-
width:50px;
|
113
|
-
float:left;
|
114
|
-
border:none;
|
115
|
-
margin:3px 0px;
|
116
|
-
border:1px solid #fff;
|
117
|
-
-moz-box-shadow:1px 1px 3px #555;
|
118
|
-
-webkit-box-shadow:1px 1px 3px #555;
|
119
|
-
-box-shadow:1px 1px 3px #555;
|
120
|
-
outline:none;
|
121
|
-
cursor:pointer;
|
122
|
-
}
|
123
|
-
input.sb_search:hover{
|
124
|
-
background-color:#fff;
|
125
|
-
}
|
126
|
-
|
127
|
-
.space_center_manage
|
128
|
-
{
|
129
|
-
padding-right: 0;
|
130
|
-
padding-top: 9px;
|
131
|
-
text-align: left;
|
132
|
-
}
|
133
|
-
.tie_form {
|
134
|
-
display: inline;
|
135
|
-
height: 1%;
|
136
|
-
margin: 0 0;
|
137
|
-
overflow: hidden;
|
138
|
-
}
|
139
|
-
#contact_data{width: 250px;}
|
140
|
-
|
141
|
-
|
142
|
-
.session_wrapper1,.session_wrapper2{float:left;display:block;}
|
143
|
-
.session_wrapper1{
|
144
|
-
width:14%;
|
145
|
-
text-align:center;
|
146
|
-
margin:15px 0 15px 0;
|
147
|
-
color:#000;
|
148
|
-
}
|
149
|
-
.session_wrapper2{width:86%;padding-top: 5px;}
|
150
|
-
|
151
|
-
.event_date_image{margin: 0px 10px 0px 0px;width:100%;color:black;text-align:center;font-weight: bold;vertical-align: middle;}
|
152
|
-
.event_day{font-size: 3.5em;line-height:90%;}
|
153
|
-
.event_month{font-size: 2.5em;line-height:80%;}
|
154
|
-
.event_year{font-size: 1.2em;line-height:110%;}
|
155
|
-
.event_hour{font-size: 1.5em;line-height:80%;min-width: 30px; min-height: 20px;}
|
156
|
-
.event_day_name{font-size: 1em;line-height:80%;}
|
157
|
-
.event_time{font-size: 1em; line-height:50%;}
|
158
|
-
|
159
|
-
.session_title{
|
160
|
-
border-bottom: 1px solid #ccc;
|
161
|
-
width: 100%;
|
162
|
-
}
|
163
|
-
|
164
|
-
.schedule{ height: 85px;}
|
165
|
-
|
166
|
-
.block .session{height: 110px;}
|
167
|
-
.block .session_title_black {color: black;}
|
168
|
-
.block .session_content{font-size: 13px;}
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
.sb_wrapper input[type="text"],
|
175
|
-
ul.sb_dropdown{
|
176
|
-
border:1px solid #fff;
|
177
|
-
background: #fafafa;
|
178
|
-
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fafafa));
|
179
|
-
background: -moz-linear-gradient(top, #f2f2f2, #fafafa);
|
180
|
-
font-size:24px;
|
181
|
-
font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
|
182
|
-
-moz-box-shadow:1px 1px 3px #555;
|
183
|
-
-webkit-box-shadow:1px 1px 3px #555;
|
184
|
-
-box-shadow:1px 1px 3px #555;
|
185
|
-
outline:none;
|
186
|
-
padding:6px 5px 6px 20px;
|
187
|
-
text-shadow:1px 1px 1px #fff;
|
188
|
-
width:100px;
|
189
|
-
float: right;
|
190
|
-
margin:3px 0px;
|
191
|
-
margin-right:0px;
|
192
|
-
z-index: 2000;
|
193
|
-
}s
|
194
|
-
ul.sb_dropdown{
|
195
|
-
float:right;
|
196
|
-
list-style:none;
|
197
|
-
z-index:2000;
|
198
|
-
width:150px;
|
199
|
-
padding:6px 5px;
|
200
|
-
-moz-border-radius:0px 0px 10px 10px;
|
201
|
-
-webkit-border-bottom-right-radius:10px;
|
202
|
-
-webkit-border-bottom-left-radius:10px;
|
203
|
-
border-bottom-right-radius:10px;
|
204
|
-
border-bottom-left-radius:10px;
|
205
|
-
}
|
206
|
-
ul.sb_dropdown li{
|
207
|
-
float: left;
|
208
|
-
font-size: 12px;
|
209
|
-
height: 25px;
|
210
|
-
line-height: 10px;
|
211
|
-
width: 100%;
|
212
|
-
}
|
213
|
-
ul.sb_dropdown li input[type="checkbox"]{
|
214
|
-
float:right;
|
215
|
-
margin:0px 3px 0 5px;
|
216
|
-
}
|
217
|
-
ul.sb_dropdown li.sb_filter{
|
218
|
-
width:295px;
|
219
|
-
border:1px solid #f9f9f9;
|
220
|
-
clear:both;
|
221
|
-
background: #ddd;
|
222
|
-
font-size:12px;
|
223
|
-
text-transform:uppercase;
|
224
|
-
letter-spacing:1px;
|
225
|
-
color:#444;
|
226
|
-
height:16px;
|
227
|
-
line-height:16px;
|
228
|
-
padding:5px;
|
229
|
-
-moz-box-shadow:0px 0px 2px #777;
|
230
|
-
-webkit-box-shadow:0px 0px 3px #555 inset;
|
231
|
-
-box-shadow:0px 0px 3px #555 inset;
|
232
|
-
|
233
|
-
}
|
234
|
-
span.sb_up,
|
235
|
-
span.sb_down{
|
236
|
-
|
237
|
-
width:14px;
|
238
|
-
height:41px;
|
239
|
-
background-color:#f2f2f2;
|
240
|
-
/*background-position:center center;*/
|
241
|
-
background-position: left center;
|
242
|
-
background-repeat: no-repeat;
|
243
|
-
z-index:10;
|
244
|
-
border:1px solid #fff;
|
245
|
-
-moz-box-shadow:1px 0px 1px #ddd;
|
246
|
-
-webkit-box-shadow:1px 0px 1px #ddd;
|
247
|
-
-box-shadow:1px 0px 1px #ddd;
|
248
|
-
|
249
|
-
}
|
250
|
-
span.sb_up{
|
251
|
-
background-image:url("icons/up.png");
|
252
|
-
}
|
253
|
-
span.sb_down{
|
254
|
-
background-image:url("icons/down.png");
|
255
|
-
}
|
256
|
-
input.sb_search{
|
257
|
-
background:#f2f2f2 url("icons/search.png") no-repeat center center;
|
258
|
-
height:43px;
|
259
|
-
width:50px;
|
260
|
-
float:left;
|
261
|
-
border:none;
|
262
|
-
margin:3px 0px;
|
263
|
-
border:1px solid #fff;
|
264
|
-
-moz-box-shadow:1px 1px 3px #555;
|
265
|
-
-webkit-box-shadow:1px 1px 3px #555;
|
266
|
-
-box-shadow:1px 1px 3px #555;
|
267
|
-
outline:none;
|
268
|
-
cursor:pointer;
|
269
|
-
}
|
270
|
-
input.sb_search:hover{
|
271
|
-
background-color:#fff;
|
272
|
-
}
|
273
|
-
|