social_stream 0.0.5 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +17 -7
- data/app/controllers/frontpage_controller.rb +16 -0
- data/app/models/actor.rb +25 -10
- data/app/models/user.rb +4 -0
- data/app/views/{home → activities}/_activities.html.erb +4 -4
- data/app/views/activities/_new.html.erb +2 -2
- data/app/views/comments/_new.html.erb +1 -1
- data/app/views/frontpage/_header.html.erb +23 -0
- data/app/views/frontpage/_sponsor.html.erb +13 -0
- data/app/views/frontpage/index.html.erb +87 -0
- data/app/views/groups/_follow.html.erb +9 -0
- data/app/views/groups/_followers.html.erb +14 -0
- data/app/views/groups/_logo.html.erb +4 -0
- data/app/views/groups/_middle_show.html.erb +7 -0
- data/app/views/groups/_right_show.html.erb +6 -0
- data/app/views/groups/_tabs.html.erb +32 -0
- data/app/views/groups/show.html.erb +5 -12
- data/app/views/home/_contacts.html.erb +17 -0
- data/app/views/home/_groups.html.erb +6 -7
- data/app/views/home/_location.html.erb +1 -1
- data/app/views/home/_middle.html.erb +4 -0
- data/app/views/home/_options.html.erb +14 -0
- data/app/views/home/_right.html.erb +22 -0
- data/app/views/home/index.html.erb +15 -3
- data/app/views/layouts/_footer.html.erb +12 -0
- data/app/views/layouts/_header.erb +36 -0
- data/app/views/layouts/application.html.erb +81 -0
- data/app/views/layouts/frontpage.html.erb +51 -0
- data/app/views/ties/_suggestions.html.erb +18 -14
- data/app/views/users/_contacts.html.erb +19 -0
- data/app/views/users/_logo.html.erb +6 -0
- data/app/views/users/_menu.html.erb +30 -0
- data/app/views/users/_middle_show.html.erb +2 -0
- data/app/views/users/_profile.html.erb +121 -0
- data/app/views/users/_right_show.html.erb +5 -0
- data/app/views/users/show.html.erb +18 -0
- data/config/locales/en.yml +1 -1
- data/config/routes.rb +5 -1
- data/init.rb +2 -0
- data/lib/generators/social_stream/install_generator.rb +13 -1
- data/lib/generators/social_stream/templates/public/images/boxy/boxy-ne.png +0 -0
- data/lib/generators/social_stream/templates/public/images/boxy/boxy-nw.png +0 -0
- data/lib/generators/social_stream/templates/public/images/boxy/boxy-se.png +0 -0
- data/lib/generators/social_stream/templates/public/images/boxy/boxy-sw.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/_notes/btn_certificates.png.mno +4 -0
- data/lib/generators/social_stream/templates/public/images/btn/arrows-ffffff.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/bold.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_activities.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_bookmark.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_browse.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_certificates.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_check.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_conferences.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_config.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_date.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_delete.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_documents.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_embebed.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_exit.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_find.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_follow.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_follower.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_foward.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_friend.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_gallery.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_help.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_home.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_inbox.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_info.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_like.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_next.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_notifications.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_outline.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_partner.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_photo.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_profile.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_rank.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_security.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_send.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_share.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_spam.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_tag.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_video.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/btn_write.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/close.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/facebook.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/flyer.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/index_71.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/italic.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/keynote.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/live.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/new.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/next_conference.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/next_space.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/notifications.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/pixel.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/point_blue.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/point_gray.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/subtime.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/tag_cloud.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/time.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/title_background.png +0 -0
- data/lib/generators/social_stream/templates/public/images/btn/viewer.png +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/collaborate.gif +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/collaborate.png +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/comments.png +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/facebook.png +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/green_sq.png +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/join.gif +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/meet.gif +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/meet.png +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/people.png +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/purple_sq.png +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/right_comments.gif +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/right_organizers.gif +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/right_people.gif +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/right_social.gif +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/right_tags.gif +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/right_webcam.gif +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/share.gif +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/share.png +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/tags.png +0 -0
- data/lib/generators/social_stream/templates/public/images/frontpage/yellow_sq.png +0 -0
- data/lib/generators/social_stream/templates/public/images/logo.png +0 -0
- data/lib/generators/social_stream/templates/public/images/logo/dit.png +0 -0
- data/lib/generators/social_stream/templates/public/images/logos/original/group.png +0 -0
- data/lib/generators/social_stream/templates/public/images/logos/original/user.png +0 -0
- data/lib/generators/social_stream/templates/public/javascripts/hoverIntent.js +84 -0
- data/lib/generators/social_stream/templates/public/javascripts/jquery-ui-personalized-1.5.2.packed.js +1 -0
- data/lib/generators/social_stream/templates/public/javascripts/jquery.boxy.js +570 -0
- data/lib/generators/social_stream/templates/public/javascripts/jquery.livequery.js +250 -0
- data/lib/generators/social_stream/templates/public/javascripts/main.js +82 -0
- data/lib/generators/social_stream/templates/public/javascripts/menu.js +99 -0
- data/lib/generators/social_stream/templates/public/javascripts/superfish.js +121 -0
- data/lib/generators/social_stream/templates/public/stylesheets/activities.css +231 -0
- data/lib/generators/social_stream/templates/public/stylesheets/base.css +68 -0
- data/lib/generators/social_stream/templates/public/stylesheets/boxy.css +49 -0
- data/lib/generators/social_stream/templates/public/stylesheets/browse.css +120 -0
- data/lib/generators/social_stream/templates/public/stylesheets/frontpage.css +708 -0
- data/lib/generators/social_stream/templates/public/stylesheets/header.css +107 -0
- data/lib/generators/social_stream/templates/public/stylesheets/home.css +98 -0
- data/lib/generators/social_stream/templates/public/stylesheets/index.css +632 -0
- data/lib/generators/social_stream/templates/public/stylesheets/menu.css +83 -0
- data/lib/generators/social_stream/templates/public/stylesheets/middle.css +94 -0
- data/lib/generators/social_stream/templates/public/stylesheets/right.css +57 -0
- data/lib/generators/social_stream/templates/public/stylesheets/social_stream.css +75 -0
- data/lib/generators/social_stream/templates/seeds.yml +1 -1
- data/lib/paperclip/{ext.rb → social_stream.rb} +0 -0
- data/lib/social_stream/models/actor.rb +1 -1
- data/lib/social_stream/rails.rb +3 -2
- data/lib/social_stream/rails/common.rb +1 -0
- data/lib/social_stream/version.rb +1 -1
- data/social_stream.gemspec +2 -1
- metadata +156 -11
@@ -0,0 +1,107 @@
|
|
1
|
+
/*******************************header *************************************/
|
2
|
+
#headerFront {
|
3
|
+
width: 100%;
|
4
|
+
padding: 0;
|
5
|
+
background: #1F4A75;
|
6
|
+
}
|
7
|
+
|
8
|
+
#menu_top {
|
9
|
+
width: 960px;
|
10
|
+
margin-left: auto;
|
11
|
+
margin-right: auto;
|
12
|
+
}
|
13
|
+
|
14
|
+
.banner_top {
|
15
|
+
width: 960px;
|
16
|
+
height: 27px;
|
17
|
+
margin-left: auto;
|
18
|
+
margin-right: auto;
|
19
|
+
padding-top: 3px;
|
20
|
+
position: relative;
|
21
|
+
}
|
22
|
+
|
23
|
+
#headerFront {
|
24
|
+
width: 100%;
|
25
|
+
padding: 2px 0px 0px 0px;
|
26
|
+
background: #1F4A75;
|
27
|
+
height: 27px;
|
28
|
+
}
|
29
|
+
|
30
|
+
#logo_vcc {
|
31
|
+
padding: 0px 0px 0px 4px;
|
32
|
+
}
|
33
|
+
|
34
|
+
#logo_txt {
|
35
|
+
color: #fff;
|
36
|
+
display: inline;
|
37
|
+
vertical-align: top;
|
38
|
+
padding-top: 2px;
|
39
|
+
}
|
40
|
+
|
41
|
+
#space_logo {
|
42
|
+
width: 60%;
|
43
|
+
display: inline;
|
44
|
+
}
|
45
|
+
|
46
|
+
#header_left {
|
47
|
+
left: 0px;
|
48
|
+
float: left;
|
49
|
+
padding-left: 5px;
|
50
|
+
}
|
51
|
+
|
52
|
+
#header_right {
|
53
|
+
float: right;
|
54
|
+
right: 0px;
|
55
|
+
padding-right: 10px;
|
56
|
+
}
|
57
|
+
|
58
|
+
.btn_config {
|
59
|
+
vertical-align: top;
|
60
|
+
padding-bottom: 0px;
|
61
|
+
padding-left: 6px;
|
62
|
+
display: inline;
|
63
|
+
}
|
64
|
+
|
65
|
+
.txt_config {
|
66
|
+
color: #fff;
|
67
|
+
vertical-align: top;
|
68
|
+
display: inline;
|
69
|
+
padding-top: 2px;
|
70
|
+
border-right: thin solid;
|
71
|
+
padding-right: 3px;
|
72
|
+
}
|
73
|
+
|
74
|
+
.txt_config2 {
|
75
|
+
color: #fff;
|
76
|
+
vertical-align: top;
|
77
|
+
display: inline;
|
78
|
+
padding-top: 2px;
|
79
|
+
padding-right: 3px;
|
80
|
+
}
|
81
|
+
|
82
|
+
#txt_find {
|
83
|
+
color: #fff;
|
84
|
+
vertical-align: top;
|
85
|
+
display: inline;
|
86
|
+
padding-top: 2px;
|
87
|
+
padding-right: 3px;
|
88
|
+
}
|
89
|
+
|
90
|
+
#find_form {
|
91
|
+
color: #fff;
|
92
|
+
vertical-align: top;
|
93
|
+
display: inline-block;
|
94
|
+
padding-top: 2px;
|
95
|
+
padding-right: 3px;
|
96
|
+
}
|
97
|
+
|
98
|
+
#input_find {
|
99
|
+
border-color: #0656a4;
|
100
|
+
padding: 0px;
|
101
|
+
border: 1px inset;
|
102
|
+
}
|
103
|
+
|
104
|
+
.btn_menu {
|
105
|
+
vertical-align: middle;
|
106
|
+
display: inline;
|
107
|
+
}
|
@@ -0,0 +1,98 @@
|
|
1
|
+
#my_groups {
|
2
|
+
width: 100%;
|
3
|
+
}
|
4
|
+
|
5
|
+
.group{
|
6
|
+
display:inline-block;
|
7
|
+
}
|
8
|
+
|
9
|
+
#groups_list {
|
10
|
+
width: 100%;
|
11
|
+
border-bottom: thin solid #D4E4Ea;
|
12
|
+
padding-bottom: 5px;
|
13
|
+
text-align: center;
|
14
|
+
}
|
15
|
+
|
16
|
+
#group_todos {
|
17
|
+
float: right;
|
18
|
+
padding-right: 15px;
|
19
|
+
padding-top: 5px;
|
20
|
+
}
|
21
|
+
|
22
|
+
#groups_title {
|
23
|
+
width: 100%;
|
24
|
+
padding-left: 5px;
|
25
|
+
font-weight: bold;
|
26
|
+
}
|
27
|
+
|
28
|
+
#my_conferences {
|
29
|
+
background-color: #deeff8;
|
30
|
+
/*border-bottom: thin solid #D4E4Ea;*/
|
31
|
+
border-top: thin solid #D4E4Ea;
|
32
|
+
}
|
33
|
+
|
34
|
+
#tabconferences {
|
35
|
+
background-color: #deeff8;
|
36
|
+
}
|
37
|
+
|
38
|
+
.tabconference {
|
39
|
+
margin-top: 2px;
|
40
|
+
/*border-top: thin solid #D4E4EA;*/
|
41
|
+
padding: 2px 0px 2px 0px;
|
42
|
+
}
|
43
|
+
|
44
|
+
.tabconference fondo {
|
45
|
+
background-color: #fff;
|
46
|
+
}
|
47
|
+
|
48
|
+
.tabconference li {
|
49
|
+
display: inline;
|
50
|
+
list-style: none;
|
51
|
+
padding-right: 2px;
|
52
|
+
}
|
53
|
+
|
54
|
+
.tabconference li a {
|
55
|
+
text-decoration: none;
|
56
|
+
padding: 4px 3px;
|
57
|
+
outline: none;
|
58
|
+
}
|
59
|
+
|
60
|
+
.tabconference ul {
|
61
|
+
background: #deeff8;
|
62
|
+
}
|
63
|
+
|
64
|
+
.tabconference li a:hover,.tabconference li.ui-tabs-nav a,.tabconference li.ui-tabs-selected a,.tabconference li a:active
|
65
|
+
{
|
66
|
+
background: #fff;
|
67
|
+
font-weight: bold;
|
68
|
+
text-decoration: none;
|
69
|
+
}
|
70
|
+
|
71
|
+
#title-conferences,#title-top-conferences {
|
72
|
+
text-align: center;
|
73
|
+
}
|
74
|
+
|
75
|
+
.middle {
|
76
|
+
vertical-align: top;
|
77
|
+
}
|
78
|
+
|
79
|
+
.conferencex {
|
80
|
+
font-size: 13px;
|
81
|
+
display: inline-block;
|
82
|
+
padding-top: 5px;
|
83
|
+
vertical-align: inherit;
|
84
|
+
}
|
85
|
+
|
86
|
+
.conference_content {
|
87
|
+
color: #6C6D6F;
|
88
|
+
font-size: 11px;
|
89
|
+
}
|
90
|
+
|
91
|
+
.title_conference {
|
92
|
+
|
93
|
+
}
|
94
|
+
|
95
|
+
#conference_next {
|
96
|
+
float: right;
|
97
|
+
padding-bottom: 60px;
|
98
|
+
}
|
@@ -0,0 +1,632 @@
|
|
1
|
+
/********************************** body *******************************/
|
2
|
+
#wrapper_body {
|
3
|
+
width: 960px;
|
4
|
+
margin-left: auto;
|
5
|
+
margin-right: auto;
|
6
|
+
background-color: #fff;
|
7
|
+
border-top: thin solid #D4E4EA;y q p
|
8
|
+
}
|
9
|
+
|
10
|
+
#others_conferences {
|
11
|
+
position: fixed;
|
12
|
+
display: inline-block;
|
13
|
+
float: right;
|
14
|
+
text-align: right;
|
15
|
+
}
|
16
|
+
|
17
|
+
.space_center {
|
18
|
+
padding-top: 9px;
|
19
|
+
padding-right: 4px;
|
20
|
+
text-align: center;
|
21
|
+
}
|
22
|
+
|
23
|
+
.space_center_border {
|
24
|
+
padding-top: 8px;
|
25
|
+
padding-right: 4px;
|
26
|
+
border-bottom: thin solid #D4E4EA;
|
27
|
+
}
|
28
|
+
|
29
|
+
/********************************* EFFECT EXPAND BODY TO SIDE *******************/
|
30
|
+
/* Caso Default, size of middle Middle=1, Right=1*/
|
31
|
+
#content {
|
32
|
+
width: 560px;
|
33
|
+
border-right: thin solid #D4E4EA;
|
34
|
+
border-bottom: thin solid #D4E4EA;
|
35
|
+
vertical-align: top;
|
36
|
+
display: inline-block;
|
37
|
+
padding-top: 10px;
|
38
|
+
font-size: 14px;
|
39
|
+
}
|
40
|
+
|
41
|
+
#content_full {
|
42
|
+
width: 694px;
|
43
|
+
border-right: thin solid #D4E4EA;
|
44
|
+
border-bottom: thin solid #D4E4EA;
|
45
|
+
vertical-align: top;
|
46
|
+
display: inline-block;
|
47
|
+
padding-top: 10px;
|
48
|
+
font-size: 14px;
|
49
|
+
}
|
50
|
+
|
51
|
+
#right_full {
|
52
|
+
width: 255px;
|
53
|
+
border-color: #000;
|
54
|
+
vertical-align: top;
|
55
|
+
display: inline-block;
|
56
|
+
padding: 5px 5px 5px 0px;
|
57
|
+
/*
|
58
|
+
border-left: thin solid #D4E4EA;
|
59
|
+
border-bottom: thin solid #D4E4EA;
|
60
|
+
*/
|
61
|
+
}
|
62
|
+
|
63
|
+
#middle {
|
64
|
+
width: 220px;
|
65
|
+
display: inline-block;
|
66
|
+
vertical-align: top;
|
67
|
+
border-bottom: thin solid #D4E4EA;
|
68
|
+
/*border-right: thin solid #D4E4EA;*/
|
69
|
+
}
|
70
|
+
|
71
|
+
#right {
|
72
|
+
width: 160px;
|
73
|
+
border-color: #000;
|
74
|
+
vertical-align: top;
|
75
|
+
display: inline-block;
|
76
|
+
padding: 5px 5px 5px 5px;
|
77
|
+
border-left: thin solid #D4E4EA;
|
78
|
+
border-bottom: thin solid #D4E4EA;
|
79
|
+
}
|
80
|
+
|
81
|
+
#hiddenMiddle {
|
82
|
+
width: 30px;
|
83
|
+
height: 300px;
|
84
|
+
}
|
85
|
+
|
86
|
+
#hiddenRight {
|
87
|
+
width: 30px;
|
88
|
+
height: 300px;
|
89
|
+
}
|
90
|
+
|
91
|
+
/* Caso A - Change size of middle Middle=0, Right=1*/
|
92
|
+
#content.wideA {
|
93
|
+
width: 794px;
|
94
|
+
}
|
95
|
+
|
96
|
+
#middle.wideA {
|
97
|
+
width: 30px;
|
98
|
+
border-color: #000;
|
99
|
+
}
|
100
|
+
|
101
|
+
#rigth.wideA {
|
102
|
+
width: 136px;
|
103
|
+
border-color: #000;
|
104
|
+
}
|
105
|
+
|
106
|
+
#chat.wideA {
|
107
|
+
width: 60%;
|
108
|
+
height: 221px;
|
109
|
+
display: inline-block;
|
110
|
+
padding: 0px;
|
111
|
+
vertical-align: top;
|
112
|
+
}
|
113
|
+
|
114
|
+
/* Caso B - Change size of middle Middle=0, Right=0*/
|
115
|
+
#content.wideB {
|
116
|
+
width: 896px;
|
117
|
+
}
|
118
|
+
|
119
|
+
#middle.wideB {
|
120
|
+
width: 20px;
|
121
|
+
border-color: #000;
|
122
|
+
}
|
123
|
+
|
124
|
+
#right.wideB {
|
125
|
+
width: 20px;
|
126
|
+
border-left-width: thin;
|
127
|
+
border-color: #000;
|
128
|
+
}
|
129
|
+
|
130
|
+
#chat.wideB {
|
131
|
+
width: 64%;
|
132
|
+
height: 221px;
|
133
|
+
display: inline-block;
|
134
|
+
padding: 0px;
|
135
|
+
vertical-align: top;
|
136
|
+
}
|
137
|
+
|
138
|
+
/* Caso C - Change size of middle Middle=1, Right=0*/
|
139
|
+
#content.wideC {
|
140
|
+
width: 674px;
|
141
|
+
}
|
142
|
+
|
143
|
+
#middle.wideC {
|
144
|
+
width: 256px;
|
145
|
+
}
|
146
|
+
|
147
|
+
#right.wideC {
|
148
|
+
width: 30px;
|
149
|
+
}
|
150
|
+
|
151
|
+
/* Change view sprites */
|
152
|
+
.toolbox {
|
153
|
+
float: right;
|
154
|
+
}
|
155
|
+
|
156
|
+
.toolbox a {
|
157
|
+
width: 30px;
|
158
|
+
height: 20px;
|
159
|
+
float: right;
|
160
|
+
}
|
161
|
+
|
162
|
+
/*middle buuton hidden effect*/
|
163
|
+
#wideViewMiddle,#wideViewRight {
|
164
|
+
background: transparent url(../images/buttons.png) no-repeat scroll 0px
|
165
|
+
0px;
|
166
|
+
}
|
167
|
+
|
168
|
+
#wideViewMiddle:hover,#wideViewRight:hover {
|
169
|
+
background-position: -30px 0px;
|
170
|
+
}
|
171
|
+
|
172
|
+
#wideViewMiddle.wide,#wideViewRight.wide {
|
173
|
+
background-position: 0px -20px;
|
174
|
+
}
|
175
|
+
|
176
|
+
#wideViewMiddle.wide:hover,#wideViewRight.wide:hover {
|
177
|
+
background-position: -30px -20px;
|
178
|
+
}
|
179
|
+
|
180
|
+
#middleContent { /*border-right: thin solid #D4E4EA;*/
|
181
|
+
|
182
|
+
}
|
183
|
+
|
184
|
+
/********************************ONLINE CONFERENCE DIV*******************/
|
185
|
+
#online_conference {
|
186
|
+
border-top: thin solid #D4E4EA;
|
187
|
+
border-bottom: thin solid #D4E4EA;
|
188
|
+
width: 100%;
|
189
|
+
}
|
190
|
+
|
191
|
+
#keynote {
|
192
|
+
padding-bottom: 4px;
|
193
|
+
padding-top: 4px;
|
194
|
+
padding-left: 4px;
|
195
|
+
}
|
196
|
+
|
197
|
+
#keynote_name {
|
198
|
+
font-size: 13px;
|
199
|
+
font-weight: bold;
|
200
|
+
}
|
201
|
+
|
202
|
+
#video_online {
|
203
|
+
padding: 0px;
|
204
|
+
width: 560px;
|
205
|
+
display: inline;
|
206
|
+
}
|
207
|
+
|
208
|
+
#video {
|
209
|
+
display: inline;
|
210
|
+
padding: 0px;
|
211
|
+
width: 316px;
|
212
|
+
padding-left: 4px;
|
213
|
+
}
|
214
|
+
|
215
|
+
#chat {
|
216
|
+
width: 43%;
|
217
|
+
height: 221px;
|
218
|
+
display: inline-block;
|
219
|
+
padding: 0px;
|
220
|
+
vertical-align: top;
|
221
|
+
}
|
222
|
+
|
223
|
+
#wrapper_online_menu {
|
224
|
+
width: 100%;
|
225
|
+
display: block;
|
226
|
+
padding-top: 5px;
|
227
|
+
padding-bottom: 5px;
|
228
|
+
text-align: center;
|
229
|
+
}
|
230
|
+
|
231
|
+
.btn_menu_online {
|
232
|
+
vertical-align: middle;
|
233
|
+
display: inline;
|
234
|
+
padding-left: 2px;
|
235
|
+
}
|
236
|
+
|
237
|
+
.online-menu,.online-menu * {
|
238
|
+
margin: 0;
|
239
|
+
padding: 0;
|
240
|
+
list-style: none;
|
241
|
+
display: inline-block;
|
242
|
+
font-size: 9px;
|
243
|
+
padding-left: 1px;
|
244
|
+
}
|
245
|
+
|
246
|
+
.online-menu_live,.online-menu_live * {
|
247
|
+
margin: 0;
|
248
|
+
padding: 0;
|
249
|
+
list-style: none;
|
250
|
+
display: inline-block;
|
251
|
+
font-size: 12px;
|
252
|
+
padding-left: 1px;
|
253
|
+
}
|
254
|
+
.online-menu a {
|
255
|
+
text-decoration: none;
|
256
|
+
}
|
257
|
+
|
258
|
+
.online-menu a:hover {
|
259
|
+
text-decoration: underline;
|
260
|
+
}
|
261
|
+
|
262
|
+
#wrapper_sponsors_event {
|
263
|
+
width: 100%;
|
264
|
+
display: block;
|
265
|
+
background-color: #deeff8;
|
266
|
+
padding: 10px 0px 5px 0px;
|
267
|
+
vertical-align: top;
|
268
|
+
text-align: center;
|
269
|
+
}
|
270
|
+
|
271
|
+
.sponsor {
|
272
|
+
padding-left: 16px;
|
273
|
+
}
|
274
|
+
|
275
|
+
#txt_sponsor {
|
276
|
+
display: inline;
|
277
|
+
vertical-align: top;
|
278
|
+
text-align: left;
|
279
|
+
float: left;
|
280
|
+
padding-left: 10px;
|
281
|
+
}
|
282
|
+
|
283
|
+
#content_sponsors {
|
284
|
+
display: inline;
|
285
|
+
}
|
286
|
+
|
287
|
+
#next_sponsor {
|
288
|
+
display: inline;
|
289
|
+
vertical-align: top;
|
290
|
+
text-align: right;
|
291
|
+
float: right;
|
292
|
+
margin-right: 4px;
|
293
|
+
}
|
294
|
+
|
295
|
+
/****************** Activities ************
|
296
|
+
*
|
297
|
+
* Ver Archivo activities.css
|
298
|
+
*
|
299
|
+
* /
|
300
|
+
|
301
|
+
|
302
|
+
/***********************CREATE SPACE ***********/
|
303
|
+
#create_space {
|
304
|
+
padding: 5px 5px 5px 5px;
|
305
|
+
background-color: #deeff8;
|
306
|
+
}
|
307
|
+
|
308
|
+
#input_new_space {
|
309
|
+
border-color: #0656a4;
|
310
|
+
color: #2A3890;
|
311
|
+
border: 1px inset;
|
312
|
+
}
|
313
|
+
|
314
|
+
|
315
|
+
|
316
|
+
|
317
|
+
/************************** MIDDLE CONTENT ********/
|
318
|
+
.future_conference {
|
319
|
+
padding: 5px 4px 5px 4px;
|
320
|
+
}
|
321
|
+
|
322
|
+
.post_future_conference {
|
323
|
+
display: block;
|
324
|
+
/*padding-bottom: 10px;*/
|
325
|
+
}
|
326
|
+
|
327
|
+
.post_future_conference_border {
|
328
|
+
display: block;
|
329
|
+
border-bottom: thin solid #D4E4EA;
|
330
|
+
padding-bottom: 10px;
|
331
|
+
}
|
332
|
+
|
333
|
+
.future_header {
|
334
|
+
vertical-align: middle;
|
335
|
+
background: transparent url(../images/title_background.png) scroll 0px;
|
336
|
+
padding-left: 10px;
|
337
|
+
display: block;
|
338
|
+
}
|
339
|
+
|
340
|
+
.future_header_suscribed {
|
341
|
+
vertical-align: middle;
|
342
|
+
background: transparent url(../images/title_background.png) scroll 0px;
|
343
|
+
padding-left: 10px;
|
344
|
+
display: block;
|
345
|
+
font-size:12px;
|
346
|
+
}
|
347
|
+
|
348
|
+
.future_picture_icon {
|
349
|
+
margin-top: 2px;
|
350
|
+
}
|
351
|
+
|
352
|
+
.future_text_header {
|
353
|
+
padding-bottom: 2px;
|
354
|
+
display: inline-block;
|
355
|
+
}
|
356
|
+
|
357
|
+
.future_details {
|
358
|
+
|
359
|
+
}
|
360
|
+
|
361
|
+
.title_righ {
|
362
|
+
float: right;
|
363
|
+
padding-right: 5px;
|
364
|
+
padding-top: 3px;
|
365
|
+
}
|
366
|
+
|
367
|
+
.future_content {
|
368
|
+
padding: 5px 0px 5px 0px;
|
369
|
+
display: block;
|
370
|
+
}
|
371
|
+
|
372
|
+
.future_content_center {
|
373
|
+
padding: 5px 0px 5px 0px;
|
374
|
+
display: block;
|
375
|
+
text-align:center;
|
376
|
+
}
|
377
|
+
|
378
|
+
.keynote_future {
|
379
|
+
text-align: center;
|
380
|
+
}
|
381
|
+
|
382
|
+
.future_picture {
|
383
|
+
display: inline-block;
|
384
|
+
width: 67px;
|
385
|
+
vertical-align: middle;
|
386
|
+
padding-top: 5px;
|
387
|
+
height: 50px;
|
388
|
+
}
|
389
|
+
|
390
|
+
.future_description {
|
391
|
+
display: inline-block;
|
392
|
+
width: 66%;
|
393
|
+
vertical-align: top;
|
394
|
+
}
|
395
|
+
|
396
|
+
.future_description_full {
|
397
|
+
display: inline-block;
|
398
|
+
width: 100%;
|
399
|
+
vertical-align: top;
|
400
|
+
text-align: center
|
401
|
+
}
|
402
|
+
|
403
|
+
.future_link a {
|
404
|
+
color: #2A3890;
|
405
|
+
font-weight: bold;
|
406
|
+
font-size: 11px;
|
407
|
+
}
|
408
|
+
|
409
|
+
.future_brief {
|
410
|
+
color: #6C6D6F;
|
411
|
+
}
|
412
|
+
|
413
|
+
.future_footer {
|
414
|
+
float: right;
|
415
|
+
}
|
416
|
+
|
417
|
+
.info_post {
|
418
|
+
display: block;
|
419
|
+
width: 100%;
|
420
|
+
padding-top: 3px;
|
421
|
+
padding-bottom: 2px;
|
422
|
+
}
|
423
|
+
|
424
|
+
.info_left {
|
425
|
+
display: inline-block;
|
426
|
+
width: 35%;
|
427
|
+
}
|
428
|
+
|
429
|
+
.info_right {
|
430
|
+
display: inline-block;
|
431
|
+
width: 50%;
|
432
|
+
color: #000;
|
433
|
+
}
|
434
|
+
|
435
|
+
/*************RIGHT CONTENT *********/
|
436
|
+
#bookmark {
|
437
|
+
text-align: center;
|
438
|
+
}
|
439
|
+
|
440
|
+
#logo {
|
441
|
+
text-align: center;
|
442
|
+
}
|
443
|
+
|
444
|
+
.partner_line {
|
445
|
+
text-align: center;
|
446
|
+
}
|
447
|
+
|
448
|
+
.follower_line {
|
449
|
+
text-align: center;
|
450
|
+
}
|
451
|
+
|
452
|
+
.photo_line {
|
453
|
+
text-align: center;
|
454
|
+
}
|
455
|
+
|
456
|
+
/*********************** footer **********************/
|
457
|
+
|
458
|
+
#footer{width: 960px;margin-left: auto;margin-right: auto;padding: 0;position: relative; text-align:center;
|
459
|
+
|
460
|
+
clear:left;font-size:0.9166em;line-height:1.6363;color:#666;padding:0.75em 0;}
|
461
|
+
#footer ul, #sponsor ul{list-style-type:none;margin:0 0.5em; }
|
462
|
+
#footer ul li,#sponsor ul li{display:inline-block;margin-right:0.25em;position:relative;}
|
463
|
+
#footer ul li#trade_mark,#sponsor ul li#trademark{font-weight:bold;color:#111;}
|
464
|
+
#footer ul li#trade_mark_logo{font-weight:normal;}
|
465
|
+
#footer a, #sponsor a{color:#666;}
|
466
|
+
#footer a:hover, #sponsor a:hover{color:#444;}
|
467
|
+
#footer .icon,#global .icon{margin-bottom:-4px;}
|
468
|
+
#footer-wrapper{background-color:#e1eef5;}
|
469
|
+
#footer_right{font-weight:normal;}
|
470
|
+
#footer_right{ font-size: 10px; line-height: 1.1em;}
|
471
|
+
|
472
|
+
|
473
|
+
|
474
|
+
#footerFront {
|
475
|
+
width: 100%;
|
476
|
+
padding: 0;
|
477
|
+
background: #E1EEF5;
|
478
|
+
}
|
479
|
+
|
480
|
+
.banner_footer {
|
481
|
+
width: 960px;
|
482
|
+
margin-left: auto;
|
483
|
+
margin-right: auto;
|
484
|
+
padding: 0;
|
485
|
+
position: relative;
|
486
|
+
}
|
487
|
+
|
488
|
+
.banner_footer #footer_content {
|
489
|
+
text-align: center;
|
490
|
+
color: #ccc;
|
491
|
+
}
|
492
|
+
|
493
|
+
.banner_footer {
|
494
|
+
width: 960px;
|
495
|
+
color: #0656a4;
|
496
|
+
margin-left: auto;
|
497
|
+
margin-right: auto;
|
498
|
+
padding-top: 2px;
|
499
|
+
position: relative;
|
500
|
+
}
|
501
|
+
|
502
|
+
.banner_footer .a_border {
|
503
|
+
border-right: thin solid;
|
504
|
+
color: #0656a4;
|
505
|
+
padding: 0px 7px;
|
506
|
+
text-decoration: underline;
|
507
|
+
}
|
508
|
+
|
509
|
+
.banner_footer a {
|
510
|
+
color: #0656a4;
|
511
|
+
padding: 0px 7px;
|
512
|
+
text-decoration: underline;
|
513
|
+
}
|
514
|
+
|
515
|
+
#logo_UE {
|
516
|
+
margin-left: 0px;
|
517
|
+
margin-top: 0px;
|
518
|
+
width: 30px;
|
519
|
+
height: 16px;
|
520
|
+
margin-bottom: 0px;
|
521
|
+
display: inline;
|
522
|
+
}
|
523
|
+
|
524
|
+
.option_menu {
|
525
|
+
display: block;
|
526
|
+
vertical-align: top;
|
527
|
+
}
|
528
|
+
|
529
|
+
.text_menu {
|
530
|
+
display: inline;
|
531
|
+
margin-bottom: 3px;
|
532
|
+
vertical-align: top;
|
533
|
+
}
|
534
|
+
|
535
|
+
#construccion{
|
536
|
+
font-size:40px;
|
537
|
+
color:#FF0000;
|
538
|
+
text-align:center;
|
539
|
+
padding-top: 150px;
|
540
|
+
padding-bottom: 300px;
|
541
|
+
}
|
542
|
+
|
543
|
+
|
544
|
+
#by_options{
|
545
|
+
float:right;
|
546
|
+
padding-right: 5px;
|
547
|
+
}
|
548
|
+
#banner_evento{
|
549
|
+
width:100%;
|
550
|
+
padding: 5px;
|
551
|
+
|
552
|
+
}
|
553
|
+
|
554
|
+
|
555
|
+
#event_head{
|
556
|
+
padding:5px;
|
557
|
+
width: 100%;
|
558
|
+
}
|
559
|
+
|
560
|
+
|
561
|
+
|
562
|
+
#event_content{
|
563
|
+
display:inline-block;
|
564
|
+
vertical-align:top;
|
565
|
+
padding:3px;
|
566
|
+
width:90%;
|
567
|
+
}
|
568
|
+
|
569
|
+
#event_time{
|
570
|
+
display:inline-block;
|
571
|
+
}
|
572
|
+
|
573
|
+
.text_black{
|
574
|
+
color:#000;
|
575
|
+
font-weight:bold;
|
576
|
+
}
|
577
|
+
|
578
|
+
#event_description{
|
579
|
+
|
580
|
+
}
|
581
|
+
|
582
|
+
#agend_tools{
|
583
|
+
float:right;
|
584
|
+
}
|
585
|
+
|
586
|
+
|
587
|
+
.subtime_agenda{
|
588
|
+
display:inline-block;
|
589
|
+
}
|
590
|
+
|
591
|
+
.post_agenda{
|
592
|
+
display:inline-block;
|
593
|
+
vertical-align:top;
|
594
|
+
|
595
|
+
}
|
596
|
+
#bold_viewers{
|
597
|
+
font-size:14px;
|
598
|
+
font-weight:bold;
|
599
|
+
}
|
600
|
+
|
601
|
+
#right_live{
|
602
|
+
float:right;
|
603
|
+
width:40%;
|
604
|
+
text-align:right;
|
605
|
+
padding-right:2px;
|
606
|
+
}
|
607
|
+
|
608
|
+
#left_live_menu{
|
609
|
+
width:58%;
|
610
|
+
float:left;
|
611
|
+
text-align:left;
|
612
|
+
padding-left:2px;
|
613
|
+
}
|
614
|
+
|
615
|
+
|
616
|
+
#left_logo{
|
617
|
+
display:inline-block;
|
618
|
+
vertical-align:top;
|
619
|
+
}
|
620
|
+
|
621
|
+
.recomended_videos{
|
622
|
+
display: inline-block;
|
623
|
+
|
624
|
+
}
|
625
|
+
.videos_related_top{
|
626
|
+
vertical-align:top;
|
627
|
+
}
|
628
|
+
|
629
|
+
|
630
|
+
.conferencex_related{
|
631
|
+
padding:5px;
|
632
|
+
}
|