fcid 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/app/assets/images/expand.gif +0 -0
- data/app/assets/javascripts/fcid.js +14 -0
- data/app/assets/javascripts/jquery.corner.js +152 -0
- data/app/assets/stylesheets/fcid/admin.css +3 -0
- data/app/assets/stylesheets/fcid/application.css +30 -0
- data/app/assets/stylesheets/fcid/apps.css +74 -0
- data/app/assets/stylesheets/fcid/base.css +151 -0
- data/app/assets/stylesheets/fcid/base_xiaonei.css +1678 -0
- data/app/assets/stylesheets/fcid/box.css +135 -0
- data/app/assets/stylesheets/fcid/chat.css +200 -0
- data/app/assets/stylesheets/fcid/coderay.css +10 -0
- data/app/assets/stylesheets/fcid/common.css +16 -0
- data/app/assets/stylesheets/fcid/dashboardpro.css +1205 -0
- data/app/assets/stylesheets/fcid/dialog.css +175 -0
- data/app/assets/stylesheets/fcid/dialogpro.css +296 -0
- data/app/assets/stylesheets/fcid/editor.css +73 -0
- data/app/assets/stylesheets/fcid/feeds.css +41 -0
- data/app/assets/stylesheets/fcid/flyout_menu.css +38 -0
- data/app/assets/stylesheets/fcid/form.css +176 -0
- data/app/assets/stylesheets/fcid/friend_selector.css +65 -0
- data/app/assets/stylesheets/fcid/friends.css +445 -0
- data/app/assets/stylesheets/fcid/green.css +942 -0
- data/app/assets/stylesheets/fcid/layout.css +185 -0
- data/app/assets/stylesheets/fcid/lightbox.css +26 -0
- data/app/assets/stylesheets/fcid/lister.css +49 -0
- data/app/assets/stylesheets/fcid/modalbox.css +153 -0
- data/app/assets/stylesheets/fcid/msg.css +62 -0
- data/app/assets/stylesheets/fcid/navigationpro.css +878 -0
- data/app/assets/stylesheets/fcid/notification.css +162 -0
- data/app/assets/stylesheets/fcid/pagination.css +45 -0
- data/app/assets/stylesheets/fcid/pill_filter.css +83 -0
- data/app/assets/stylesheets/fcid/post.css +69 -0
- data/app/assets/stylesheets/fcid/powerapple.css +2645 -0
- data/app/assets/stylesheets/fcid/rails.css +58 -0
- data/app/assets/stylesheets/fcid/register.css +711 -0
- data/app/assets/stylesheets/fcid/showbox.css +122 -0
- data/app/assets/stylesheets/fcid/super-actions.css +222 -0
- data/app/assets/stylesheets/fcid/tabs.css +370 -0
- data/app/assets/stylesheets/fcid/toolbar.css +10 -0
- data/{lib → app/models}/fcid/base.rb +0 -0
- data/{lib → app/models}/fcid/email.rb +0 -0
- data/{lib → app/models}/fcid/feed.rb +0 -0
- data/{lib → app/models}/fcid/friendship.rb +0 -0
- data/{lib → app/models}/fcid/message.rb +0 -0
- data/{lib → app/models}/fcid/notification.rb +0 -0
- data/{lib → app/models}/fcid/session.rb +0 -0
- data/{lib → app/models}/fcid/user.rb +0 -0
- data/lib/fcid.rb +0 -3
- data/lib/fcid/controller.rb +22 -24
- data/lib/fcid/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +2 -0
- metadata +133 -67
@@ -0,0 +1,162 @@
|
|
1
|
+
|
2
|
+
.online-state-bar {
|
3
|
+
}
|
4
|
+
|
5
|
+
.online-state-bar a {
|
6
|
+
background:transparent url(/images/im/onlinegroup_mini.gif) no-repeat scroll 10px center;
|
7
|
+
border-left:1px solid #B5B5B5;
|
8
|
+
border-right:1px solid #B5B5B5;
|
9
|
+
color:#3B5888 !important;
|
10
|
+
display:block;
|
11
|
+
height:24px;
|
12
|
+
line-height:24px;
|
13
|
+
margin-top:1px;
|
14
|
+
padding-left:30px;
|
15
|
+
text-decoration:none !important;
|
16
|
+
}
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
.state-bar {
|
21
|
+
position:fixed;
|
22
|
+
height:25px;
|
23
|
+
right:15px;
|
24
|
+
width:235px;
|
25
|
+
bottom:0px;
|
26
|
+
background:#E5E5E5 url(/images/im/bar_bg_bw.gif) repeat-x scroll 0% 0%;
|
27
|
+
}
|
28
|
+
|
29
|
+
|
30
|
+
.state-bar-online-friends {
|
31
|
+
position:fixed;
|
32
|
+
bottom:25px;
|
33
|
+
height:150px;
|
34
|
+
width:204px;
|
35
|
+
right:15px;
|
36
|
+
border:1px solid black;
|
37
|
+
border-bottom:none;
|
38
|
+
background-color:#fff;
|
39
|
+
text-overflow:auto;
|
40
|
+
}
|
41
|
+
|
42
|
+
.state-bar-online-friends h3 {
|
43
|
+
background-color:#3b5888;
|
44
|
+
color:white;
|
45
|
+
padding:5px;
|
46
|
+
position:relative;
|
47
|
+
}
|
48
|
+
|
49
|
+
.state-bar-online-friends h3 span {
|
50
|
+
width:20px;
|
51
|
+
position:absolute;
|
52
|
+
right:2px;
|
53
|
+
cursor:pointer;
|
54
|
+
}
|
55
|
+
|
56
|
+
.state-bar-friend {
|
57
|
+
padding:3px;
|
58
|
+
border-bottom:1px solid #e7e7e7;
|
59
|
+
}
|
60
|
+
|
61
|
+
.state-bar-left {
|
62
|
+
float:left;
|
63
|
+
width:173px;
|
64
|
+
}
|
65
|
+
|
66
|
+
.state-bar-right {
|
67
|
+
float:right;
|
68
|
+
width:31px;
|
69
|
+
}
|
70
|
+
|
71
|
+
.state-bar-right a {
|
72
|
+
position:relative;
|
73
|
+
}
|
74
|
+
|
75
|
+
.state-bar-right a strong{
|
76
|
+
background:transparent url(/images/new_msg_badge_bg.gif) no-repeat scroll center top;
|
77
|
+
color:white;
|
78
|
+
font-size:9px;
|
79
|
+
font-weight:normal;
|
80
|
+
height:16px;
|
81
|
+
padding:1px 0 0;
|
82
|
+
position:absolute;
|
83
|
+
right:0;
|
84
|
+
text-align:center;
|
85
|
+
top:-2px;
|
86
|
+
line-height:10px;
|
87
|
+
width:17px;
|
88
|
+
}
|
89
|
+
|
90
|
+
.state-bar a:hover {
|
91
|
+
background-color:white;
|
92
|
+
cursor:pointer;
|
93
|
+
}
|
94
|
+
|
95
|
+
.state-bar-right a {
|
96
|
+
background:transparent url(/images/im/im_online.gif) no-repeat scroll 8px center;
|
97
|
+
border-right:1px solid #B5B5B5;
|
98
|
+
display:block;
|
99
|
+
height:24px;
|
100
|
+
line-height:24px;
|
101
|
+
margin-top:1px;
|
102
|
+
cursor:pointer;
|
103
|
+
text-align:center;
|
104
|
+
}
|
105
|
+
|
106
|
+
.state-bar-notification a {
|
107
|
+
background:#E5E5E5 url(/images/notifications.gif) no-repeat scroll 8px center;
|
108
|
+
}
|
109
|
+
|
110
|
+
|
111
|
+
.state-bar-left a {
|
112
|
+
background:transparent url(/images/im/onlinegroup_mini.gif) no-repeat scroll 10px center;
|
113
|
+
border-left:1px solid #B5B5B5;
|
114
|
+
border-right:1px solid #B5B5B5;
|
115
|
+
color:#3B5888 !important;
|
116
|
+
display:block;
|
117
|
+
height:24px;
|
118
|
+
line-height:24px;
|
119
|
+
margin-top:1px;
|
120
|
+
padding-left:30px;
|
121
|
+
text-decoration:none !important;
|
122
|
+
cursor:pointer;
|
123
|
+
}
|
124
|
+
|
125
|
+
.state-bar-opened {
|
126
|
+
border-left:1px solid black;
|
127
|
+
border-bottom:1px solid black;
|
128
|
+
border-right:1px solid black;
|
129
|
+
}
|
130
|
+
|
131
|
+
a.state-bar-blink {
|
132
|
+
background-color:red;
|
133
|
+
}
|
134
|
+
|
135
|
+
.read0 td {
|
136
|
+
background-color:#F4F8FC;
|
137
|
+
}
|
138
|
+
|
139
|
+
|
140
|
+
.notifier {
|
141
|
+
position:fixed;
|
142
|
+
bottom:-110px;
|
143
|
+
right:20px;
|
144
|
+
height:100px;
|
145
|
+
background-color:#e7e7e7;
|
146
|
+
width:200px;
|
147
|
+
border:3px ridge white;
|
148
|
+
text-overflow:hidden;
|
149
|
+
}
|
150
|
+
|
151
|
+
.notifier-title {
|
152
|
+
padding:3px;
|
153
|
+
font-weight:bold;
|
154
|
+
border-bottom:1px solid white;
|
155
|
+
}
|
156
|
+
|
157
|
+
.notifier-content {
|
158
|
+
text-align:center;
|
159
|
+
vertical-align:middle;
|
160
|
+
padding:10px;
|
161
|
+
}
|
162
|
+
|
@@ -0,0 +1,45 @@
|
|
1
|
+
/* will paginate style */
|
2
|
+
div.pagination {
|
3
|
+
padding: 3px;
|
4
|
+
margin: 3px;
|
5
|
+
}
|
6
|
+
|
7
|
+
|
8
|
+
div.pagination a {
|
9
|
+
padding: 2px 5px 2px 5px;
|
10
|
+
margin: 2px;
|
11
|
+
border: 1px solid #D8DFEA;
|
12
|
+
text-decoration: none; /* no underline */
|
13
|
+
color: #3B5888;;
|
14
|
+
}
|
15
|
+
|
16
|
+
div.pagination a.selected {
|
17
|
+
background-color:#3B5888;
|
18
|
+
color:white;
|
19
|
+
}
|
20
|
+
|
21
|
+
div.pagination a:hover, div.pagination a:active {
|
22
|
+
/*border: 1px solid #3B5888;*/
|
23
|
+
color: white;
|
24
|
+
background-color: #3B5888;
|
25
|
+
}
|
26
|
+
|
27
|
+
div.pagination span.current {
|
28
|
+
padding: 2px 5px 2px 5px;
|
29
|
+
margin: 2px;
|
30
|
+
border: 1px solid #3B5888;
|
31
|
+
font-weight: bold;
|
32
|
+
background-color: #3B5888;
|
33
|
+
color: #FFF;
|
34
|
+
}
|
35
|
+
|
36
|
+
div.pagination span.disabled {
|
37
|
+
padding: 2px 5px 2px 5px;
|
38
|
+
margin: 2px;
|
39
|
+
border: 1px solid #EEE;
|
40
|
+
color: #DDD;
|
41
|
+
}
|
42
|
+
|
43
|
+
/* will paginate style end */
|
44
|
+
|
45
|
+
|
@@ -0,0 +1,83 @@
|
|
1
|
+
.pill-filter {
|
2
|
+
overflow:hidden;
|
3
|
+
font-weight:bold;
|
4
|
+
font-size:11px;
|
5
|
+
line-height:15px;
|
6
|
+
}
|
7
|
+
|
8
|
+
.small{
|
9
|
+
font-weight:normal;
|
10
|
+
font-size:9px;
|
11
|
+
line-height:11px;
|
12
|
+
}
|
13
|
+
|
14
|
+
.pill-filter .filter{
|
15
|
+
float:left;
|
16
|
+
outline:none;
|
17
|
+
padding-right:4px;
|
18
|
+
}
|
19
|
+
|
20
|
+
.small .filter{
|
21
|
+
padding-right:2px;
|
22
|
+
}
|
23
|
+
|
24
|
+
.pill-filter label{
|
25
|
+
float:left;
|
26
|
+
padding:2px 8px 3px 0px;
|
27
|
+
}
|
28
|
+
|
29
|
+
.pill-filter .filter.selected{
|
30
|
+
color:#fff;
|
31
|
+
cursor:default;
|
32
|
+
text-decoration:none;
|
33
|
+
}
|
34
|
+
|
35
|
+
.pill-filter .filter span{
|
36
|
+
float:left;
|
37
|
+
overflow:hidden;
|
38
|
+
}
|
39
|
+
|
40
|
+
.pill-filter .filter .bl{
|
41
|
+
padding:2px 6px 3px;
|
42
|
+
}
|
43
|
+
|
44
|
+
.small .filter .bl{
|
45
|
+
padding:2px 6px;
|
46
|
+
}
|
47
|
+
|
48
|
+
.pill-filter .filter .selected span{
|
49
|
+
background:url('/images/pills/pill_on_white.gif') 0 0 no-repeat;
|
50
|
+
}
|
51
|
+
|
52
|
+
.on-blue .filter .selected span{
|
53
|
+
background:url('/images/pills/pill_on_light_blue.gif') 0 0 no-repeat;
|
54
|
+
}
|
55
|
+
|
56
|
+
.on-gray .filter .selected span{
|
57
|
+
background:url('/images/pills/pill_on_light_gray.gif') 0 0 no-repeat;
|
58
|
+
}
|
59
|
+
|
60
|
+
.pill-filter .filter .selected .tl{
|
61
|
+
background-position:left top;
|
62
|
+
}
|
63
|
+
|
64
|
+
.pill-filter .filter .selected .tr{
|
65
|
+
background-position:right top;
|
66
|
+
}
|
67
|
+
|
68
|
+
.pill-filter .filter .selected .br{
|
69
|
+
background-position:right bottom;
|
70
|
+
}
|
71
|
+
|
72
|
+
.pill-filter .filter .selected .bl{
|
73
|
+
background-position:left bottom;
|
74
|
+
}
|
75
|
+
|
76
|
+
.pill-filter .filter .setting-icon{
|
77
|
+
background:url(/images/profile/feed_settings.gif) no-repeat left top;
|
78
|
+
padding-left:12px;
|
79
|
+
}
|
80
|
+
|
81
|
+
.pill-filter .filter .selected .setting-icon{
|
82
|
+
background:url(/images/profile/feed_settings.gif) no-repeat left bottom;
|
83
|
+
}
|
@@ -0,0 +1,69 @@
|
|
1
|
+
/* post */
|
2
|
+
div.post {
|
3
|
+
margin-bottom: 10px;
|
4
|
+
margin-top:4px;
|
5
|
+
}
|
6
|
+
|
7
|
+
div.post .post-side {
|
8
|
+
float:left;
|
9
|
+
width:120px;
|
10
|
+
text-align:center;
|
11
|
+
}
|
12
|
+
|
13
|
+
div.post .post-side p{
|
14
|
+
text-align:left;
|
15
|
+
}
|
16
|
+
|
17
|
+
div.post .post-wide {
|
18
|
+
margin-left: 130px;
|
19
|
+
}
|
20
|
+
|
21
|
+
div.post .post-wide dl.left-right {
|
22
|
+
border-top:1px solid #D8DFEA;
|
23
|
+
margin-top:4px;
|
24
|
+
padding:4px;
|
25
|
+
}
|
26
|
+
|
27
|
+
div.post .post-wide .post-head {
|
28
|
+
/*position:relative;*/
|
29
|
+
background:#F7F7F7 none repeat scroll 0 0;
|
30
|
+
border-bottom:1px solid #D8DFEA;
|
31
|
+
border-top:1px solid #3B5998;
|
32
|
+
padding:4px 6px 5px;
|
33
|
+
}
|
34
|
+
|
35
|
+
div.post .post-wide .post-head .post-title {
|
36
|
+
padding:3px;
|
37
|
+
padding-right:50px;
|
38
|
+
font-size:14px;
|
39
|
+
}
|
40
|
+
|
41
|
+
div.post .post-wide .post-head .post-title a {
|
42
|
+
font-size:14px;
|
43
|
+
font-weight:bold;
|
44
|
+
}
|
45
|
+
|
46
|
+
div.post .post-wide .post-head .post-time {
|
47
|
+
padding:3px;
|
48
|
+
}
|
49
|
+
|
50
|
+
div.post .post-wide .post-head .post-tool-links {
|
51
|
+
position:absolute;
|
52
|
+
right:3px;
|
53
|
+
top:3px;
|
54
|
+
}
|
55
|
+
|
56
|
+
div.post .post-wide .post-body {
|
57
|
+
padding:4px 2px;
|
58
|
+
}
|
59
|
+
|
60
|
+
/* hide left side*/
|
61
|
+
div.post-hide-side .post-side {
|
62
|
+
display:none;
|
63
|
+
}
|
64
|
+
|
65
|
+
div.post-hide-side .post-wide {
|
66
|
+
margin-left:0px;
|
67
|
+
}
|
68
|
+
|
69
|
+
|
@@ -0,0 +1,2645 @@
|
|
1
|
+
@import url(common.css);
|
2
|
+
|
3
|
+
#navigation .nav-tab-panel {
|
4
|
+
padding:0px 10px;
|
5
|
+
}
|
6
|
+
|
7
|
+
/* positions */
|
8
|
+
dl.left-right {
|
9
|
+
clear:both;
|
10
|
+
}
|
11
|
+
|
12
|
+
dl.left-right dt {
|
13
|
+
float:left;
|
14
|
+
padding:2px 4px;
|
15
|
+
}
|
16
|
+
|
17
|
+
dl.left-right dd {
|
18
|
+
float:right;
|
19
|
+
padding:2px 4px;
|
20
|
+
}
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
/* description */
|
26
|
+
.description {
|
27
|
+
background-color:#F5F4F5;
|
28
|
+
}
|
29
|
+
|
30
|
+
.description dt {
|
31
|
+
font-weight:bold;
|
32
|
+
padding:5px 5px 10px;
|
33
|
+
font-size:12px;
|
34
|
+
}
|
35
|
+
|
36
|
+
.description dd {
|
37
|
+
background:transparent url(/images/style_square.gif) no-repeat scroll 8px 5px;
|
38
|
+
color:#666666;
|
39
|
+
line-height:14px;
|
40
|
+
margin:3px 0pt;
|
41
|
+
padding:0pt 10px 0pt 20px;
|
42
|
+
}
|
43
|
+
|
44
|
+
/* field */
|
45
|
+
.field {
|
46
|
+
}
|
47
|
+
|
48
|
+
.field dt {
|
49
|
+
}
|
50
|
+
|
51
|
+
.field dd {
|
52
|
+
}
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
a.small {
|
57
|
+
font-size:12px!important;
|
58
|
+
}
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
/* application style */
|
68
|
+
/* following style was not common used able */
|
69
|
+
#login-form label {
|
70
|
+
text-align:left;
|
71
|
+
font-size:13px;
|
72
|
+
}
|
73
|
+
|
74
|
+
.portal{
|
75
|
+
background:#F7F7F7 url(/images/style_triangle.gif) no-repeat scroll 8px 10px;
|
76
|
+
border-color:#CCCCCC;
|
77
|
+
border-style:solid;
|
78
|
+
border-width:1px 0pt;
|
79
|
+
color:#666666;
|
80
|
+
display:block;
|
81
|
+
margin:10px 5px 10px 0pt;
|
82
|
+
padding:5px 0pt 5px 18px;
|
83
|
+
position:relative;
|
84
|
+
}
|
85
|
+
|
86
|
+
.portal:hover {
|
87
|
+
border-color:#3B5888;
|
88
|
+
background-color:#d8dfea;
|
89
|
+
color:#333;
|
90
|
+
text-decoration:none;
|
91
|
+
}
|
92
|
+
|
93
|
+
.portal strong {
|
94
|
+
display:block;
|
95
|
+
color:#333;
|
96
|
+
}
|
97
|
+
.portal:hover strong {
|
98
|
+
color:#000;
|
99
|
+
}
|
100
|
+
|
101
|
+
.sidebar-box {
|
102
|
+
background-color:#F5F4F5;
|
103
|
+
padding:3px;
|
104
|
+
border-bottom:1px solid #ccc;
|
105
|
+
margin-bottom:10px;
|
106
|
+
}
|
107
|
+
|
108
|
+
/* app list */
|
109
|
+
|
110
|
+
#app-list {
|
111
|
+
}
|
112
|
+
|
113
|
+
#app-list ul {
|
114
|
+
}
|
115
|
+
|
116
|
+
#app-list ul li {
|
117
|
+
line-height:20px;
|
118
|
+
padding:2px;
|
119
|
+
border-bottom:1px solid #eee;
|
120
|
+
}
|
121
|
+
|
122
|
+
#app-list ul li span {
|
123
|
+
display:inline;
|
124
|
+
float:right;
|
125
|
+
}
|
126
|
+
|
127
|
+
|
128
|
+
#app-list ul li a {
|
129
|
+
padding-left:20px;
|
130
|
+
}
|
131
|
+
|
132
|
+
#app-list ul li span a{
|
133
|
+
display:inline;
|
134
|
+
padding:0px;
|
135
|
+
color:#777;
|
136
|
+
}
|
137
|
+
|
138
|
+
#app-list .app-list-journal,.feed-journal a {
|
139
|
+
background:url(/images/newsfeed/blog.gif) left no-repeat;
|
140
|
+
}
|
141
|
+
|
142
|
+
#app-list .app-list-group,.feed-group a {
|
143
|
+
background:url(/images/newsfeed/group.gif) left no-repeat;
|
144
|
+
}
|
145
|
+
|
146
|
+
#app-list .app-list-album,.feed-album a,.feed-photo a {
|
147
|
+
background:url(/images/newsfeed/photo.gif) left no-repeat;
|
148
|
+
}
|
149
|
+
|
150
|
+
#app-list .app-list-gift,.feed-gift a {
|
151
|
+
background:url(/images/newsfeed/gift.gif) left no-repeat;
|
152
|
+
}
|
153
|
+
|
154
|
+
#app-list .app-list-share,.feed-share a {
|
155
|
+
background:url(/images/newsfeed/share.gif) left no-repeat;
|
156
|
+
}
|
157
|
+
|
158
|
+
#app-list .app-list-events,.feed-event a {
|
159
|
+
background:url(/images/newsfeed/acts.gif) left no-repeat;
|
160
|
+
}
|
161
|
+
|
162
|
+
#app-list .app-list-class,.feed-class a {
|
163
|
+
background:url(/images/newsfeed/class.gif) left no-repeat;
|
164
|
+
}
|
165
|
+
|
166
|
+
#app-list .app-list-course,.feed-course a {
|
167
|
+
background:url(/images/newsfeed/course.gif) left no-repeat;
|
168
|
+
}
|
169
|
+
|
170
|
+
.feed-profile a {
|
171
|
+
background:url(/images/newsfeed/profile.gif) left no-repeat;
|
172
|
+
}
|
173
|
+
|
174
|
+
.feed-network a {
|
175
|
+
background:url(/images/newsfeed/network.gif) left no-repeat;
|
176
|
+
}
|
177
|
+
|
178
|
+
.feed-all a {
|
179
|
+
background:url(/images/newsfeed/arrow.gif) left no-repeat;
|
180
|
+
}
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
div.page-title {
|
185
|
+
height:22px;
|
186
|
+
overflow:hidden;
|
187
|
+
padding:15px 20px;
|
188
|
+
}
|
189
|
+
|
190
|
+
div.page-title form {
|
191
|
+
display:inline;
|
192
|
+
float:right;
|
193
|
+
margin-right:10px;
|
194
|
+
}
|
195
|
+
|
196
|
+
div.page-title h2 {
|
197
|
+
float:left;
|
198
|
+
padding-left:24px;
|
199
|
+
font-weight:bold;
|
200
|
+
font-size:14px;
|
201
|
+
}
|
202
|
+
|
203
|
+
div.page-title .new-media {
|
204
|
+
float:right;
|
205
|
+
}
|
206
|
+
|
207
|
+
.journal-page-title h2{
|
208
|
+
background:transparent url(/images/newsfeed/blog.gif) no-repeat scroll 0 50%;
|
209
|
+
}
|
210
|
+
|
211
|
+
|
212
|
+
.album-page-title {
|
213
|
+
}
|
214
|
+
|
215
|
+
.album-page-title h2 {
|
216
|
+
background:transparent url(/images/newsfeed/photo.gif) no-repeat scroll 0 50%;
|
217
|
+
}
|
218
|
+
|
219
|
+
.share-page-title h2 {
|
220
|
+
background:transparent url(/images/newsfeed/share.gif) no-repeat scroll 0 50%;
|
221
|
+
}
|
222
|
+
|
223
|
+
/* selector */
|
224
|
+
.selector {
|
225
|
+
background-color:white;
|
226
|
+
border:10px solid #D8DFEA;
|
227
|
+
width:700px;
|
228
|
+
}
|
229
|
+
|
230
|
+
.selector-node-container {
|
231
|
+
border-bottom:1px solid #999;
|
232
|
+
padding:5px;
|
233
|
+
}
|
234
|
+
|
235
|
+
.selector-node-container a {
|
236
|
+
padding:2px;
|
237
|
+
margin:2px;
|
238
|
+
line-height:25px;
|
239
|
+
}
|
240
|
+
|
241
|
+
.selector-body {
|
242
|
+
border:1px solid #333;
|
243
|
+
padding:20px;
|
244
|
+
}
|
245
|
+
|
246
|
+
.pms-lister {
|
247
|
+
margin:1px auto;
|
248
|
+
width:99%;
|
249
|
+
}
|
250
|
+
|
251
|
+
.pms-lister thead td {
|
252
|
+
background-color:#D8DFEA;
|
253
|
+
}
|
254
|
+
|
255
|
+
.pms-lister tfoot td {
|
256
|
+
background-color:#D8DFEA;
|
257
|
+
padding:4px;
|
258
|
+
border-bottom:1px solid #5d74a2;
|
259
|
+
}
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
#home-left {
|
264
|
+
float:left;
|
265
|
+
width:670px;
|
266
|
+
overflow:hidden;
|
267
|
+
}
|
268
|
+
|
269
|
+
#home-right {
|
270
|
+
float:right;
|
271
|
+
width:150px;
|
272
|
+
overflow:hidden;
|
273
|
+
}
|
274
|
+
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
#users-show-left,.users-show-left {
|
279
|
+
float:left;
|
280
|
+
width:190px;
|
281
|
+
overflow:hidden;
|
282
|
+
}
|
283
|
+
|
284
|
+
#users-show-right,.users-show-right {
|
285
|
+
float:right;
|
286
|
+
width:570px;
|
287
|
+
/*overflow:hidden;*/
|
288
|
+
}
|
289
|
+
|
290
|
+
.border-highlight{
|
291
|
+
border:10px solid #D8DFEA;
|
292
|
+
background-color:#3B5888;
|
293
|
+
padding:1px;
|
294
|
+
}
|
295
|
+
|
296
|
+
.pm-show {
|
297
|
+
background-color:white;
|
298
|
+
padding:20px;
|
299
|
+
padding-bottom:20px;
|
300
|
+
}
|
301
|
+
|
302
|
+
.pm-show h3 {
|
303
|
+
padding:3px;
|
304
|
+
font-size:13px;
|
305
|
+
font-weight:bold;
|
306
|
+
color:#3B5888;
|
307
|
+
}
|
308
|
+
|
309
|
+
.pm-message {
|
310
|
+
border-top:1px solid #D8DFEA;
|
311
|
+
border-bottom:1px solid #D8DFEA;
|
312
|
+
padding:5px;
|
313
|
+
margin-bottom:20px;
|
314
|
+
}
|
315
|
+
|
316
|
+
|
317
|
+
.time ,.gray {
|
318
|
+
color:gray;
|
319
|
+
}
|
320
|
+
|
321
|
+
/* user show page header , user info */
|
322
|
+
.user-show {
|
323
|
+
padding:10px;
|
324
|
+
}
|
325
|
+
|
326
|
+
|
327
|
+
#current-doing-message {
|
328
|
+
}
|
329
|
+
|
330
|
+
|
331
|
+
.tool-links {
|
332
|
+
margin-bottom:5px;
|
333
|
+
}
|
334
|
+
|
335
|
+
.tool-links li {
|
336
|
+
border-bottom:1px solid #D8DFEA;
|
337
|
+
}
|
338
|
+
|
339
|
+
.tool-links a {
|
340
|
+
padding:2px 5px;
|
341
|
+
display:block;
|
342
|
+
}
|
343
|
+
|
344
|
+
.tool-links a:hover {
|
345
|
+
background-color:#5d74a2;
|
346
|
+
display:block;
|
347
|
+
color:white;
|
348
|
+
text-decoration:none;
|
349
|
+
}
|
350
|
+
|
351
|
+
/* activity */
|
352
|
+
#activities li,.activities li{
|
353
|
+
padding:10px;
|
354
|
+
border-bottom:1px solid #D8DFEA;
|
355
|
+
}
|
356
|
+
|
357
|
+
|
358
|
+
|
359
|
+
/* tree */
|
360
|
+
.leaf {
|
361
|
+
background:url(/images/leaf.gif) left top no-repeat;
|
362
|
+
padding-left:20px;
|
363
|
+
cursor:pointer;
|
364
|
+
}
|
365
|
+
|
366
|
+
.folder{
|
367
|
+
background:url(/images/folder.gif) left top no-repeat;
|
368
|
+
padding-left:20px;
|
369
|
+
cursor:pointer;
|
370
|
+
}
|
371
|
+
|
372
|
+
.loading {
|
373
|
+
background:url(/images/load.gif) left top no-repeat;
|
374
|
+
padding-left:20px;
|
375
|
+
cursor:pointer;
|
376
|
+
}
|
377
|
+
|
378
|
+
.selected {
|
379
|
+
font-weight:bold;
|
380
|
+
}
|
381
|
+
|
382
|
+
.folder-open {
|
383
|
+
background:url(/images/folder-open.gif) left top no-repeat;
|
384
|
+
padding-left:20px;
|
385
|
+
cursor:pointer;
|
386
|
+
}
|
387
|
+
|
388
|
+
.tree li{
|
389
|
+
margin:0px;
|
390
|
+
}
|
391
|
+
|
392
|
+
|
393
|
+
.tree ul {
|
394
|
+
margin:0px;
|
395
|
+
margin-left:20px;
|
396
|
+
}
|
397
|
+
|
398
|
+
|
399
|
+
/* search type */
|
400
|
+
.search-types {
|
401
|
+
overflow:hidden;
|
402
|
+
}
|
403
|
+
|
404
|
+
.search-types li {
|
405
|
+
width:25%;
|
406
|
+
float:left;
|
407
|
+
border-left:1px solid #ddd;
|
408
|
+
padding:20px;
|
409
|
+
margin-left:-1px;
|
410
|
+
}
|
411
|
+
|
412
|
+
.search-types h2 a {
|
413
|
+
margin:10px 1px;
|
414
|
+
font-size:14px;
|
415
|
+
font-weight:bold;
|
416
|
+
display:block;
|
417
|
+
}
|
418
|
+
|
419
|
+
.search-types li p a {
|
420
|
+
display:block;
|
421
|
+
margin-top:5px;
|
422
|
+
}
|
423
|
+
|
424
|
+
|
425
|
+
.search-box {
|
426
|
+
margin:20px 100px;
|
427
|
+
border-bottom:1px solid #D8DFEA;
|
428
|
+
background-color:#f7f7f7;
|
429
|
+
}
|
430
|
+
|
431
|
+
|
432
|
+
|
433
|
+
|
434
|
+
|
435
|
+
|
436
|
+
|
437
|
+
|
438
|
+
|
439
|
+
|
440
|
+
|
441
|
+
|
442
|
+
|
443
|
+
|
444
|
+
|
445
|
+
/* end show-box */
|
446
|
+
|
447
|
+
.show-friendship-box .show-box-actions, .actions-right .show-box-actions {
|
448
|
+
clear:none;
|
449
|
+
float:right;
|
450
|
+
width:100px;
|
451
|
+
}
|
452
|
+
|
453
|
+
.show-friendship-box .show-box-right , .actions-right .show-box-right {
|
454
|
+
float:left;
|
455
|
+
width:400px;
|
456
|
+
}
|
457
|
+
|
458
|
+
|
459
|
+
|
460
|
+
.friends-page-title h2 {
|
461
|
+
background: transparent url(/images/newsfeed/friends.gif) no-repeat scroll 0pt 50%;
|
462
|
+
}
|
463
|
+
|
464
|
+
|
465
|
+
a.x-to-hide, a span.close {
|
466
|
+
background:transparent url(/images/x_to_hide.gif) no-repeat scroll center center;
|
467
|
+
border:medium none;
|
468
|
+
float:right;
|
469
|
+
margin-left:3px;
|
470
|
+
overflow:hidden;
|
471
|
+
padding:5px 5px;
|
472
|
+
width:3px;
|
473
|
+
}
|
474
|
+
|
475
|
+
a.x-to-hide:hover, a:hover span.close {
|
476
|
+
background:#3B5998 url(/images/x_to_hide_hover.gif) no-repeat scroll center;
|
477
|
+
}
|
478
|
+
|
479
|
+
|
480
|
+
.journal-box {
|
481
|
+
margin-bottom:20px;
|
482
|
+
}
|
483
|
+
|
484
|
+
.journal-box-head {
|
485
|
+
background-color: #F7F7F7;
|
486
|
+
}
|
487
|
+
|
488
|
+
.journal-box .show-box-content {
|
489
|
+
border-top:1px solid #D8DFEA;
|
490
|
+
}
|
491
|
+
.journal-box .show-box-content p{
|
492
|
+
font-size:15px!important;
|
493
|
+
}
|
494
|
+
|
495
|
+
.journal-box h2 {
|
496
|
+
background-color: #F7F7F7;
|
497
|
+
}
|
498
|
+
|
499
|
+
.journal-box h2 a {
|
500
|
+
font-size:14px;
|
501
|
+
}
|
502
|
+
|
503
|
+
.journal-box h2 span a {
|
504
|
+
font-size:12px;
|
505
|
+
}
|
506
|
+
|
507
|
+
|
508
|
+
a.share {
|
509
|
+
background:#FFFFFF url(/images/share.gif) no-repeat scroll right center;
|
510
|
+
border:1px solid #7F93BC;
|
511
|
+
color:#525C97;
|
512
|
+
line-height:1em;
|
513
|
+
padding:3px 6px 1px;
|
514
|
+
width:40px;
|
515
|
+
display:block;
|
516
|
+
font-weight:normal!important;
|
517
|
+
height:15px;
|
518
|
+
}
|
519
|
+
|
520
|
+
a.share:hover {
|
521
|
+
background:#3B5888 url(/images/share_hover.gif) no-repeat scroll right center;
|
522
|
+
border:1px solid #3B5888;
|
523
|
+
color:#FFFFFF;
|
524
|
+
text-decoration:none;
|
525
|
+
}
|
526
|
+
|
527
|
+
|
528
|
+
/* collection */
|
529
|
+
.collection-title {
|
530
|
+
border-bottom:1px solid #ccc;
|
531
|
+
margin:4px;
|
532
|
+
padding:3px;
|
533
|
+
}
|
534
|
+
|
535
|
+
.collection-title span {
|
536
|
+
float:right;
|
537
|
+
margin-top:-15px;
|
538
|
+
}
|
539
|
+
|
540
|
+
table.collection {
|
541
|
+
width:100%;
|
542
|
+
}
|
543
|
+
|
544
|
+
table.collection td {
|
545
|
+
vertical-align:top;
|
546
|
+
padding:5px;
|
547
|
+
margin:4px;
|
548
|
+
text-align:center;
|
549
|
+
}
|
550
|
+
|
551
|
+
div.collection {
|
552
|
+
|
553
|
+
}
|
554
|
+
|
555
|
+
.collection li {
|
556
|
+
float:left;
|
557
|
+
text-align:center;
|
558
|
+
}
|
559
|
+
|
560
|
+
|
561
|
+
|
562
|
+
|
563
|
+
|
564
|
+
|
565
|
+
|
566
|
+
|
567
|
+
|
568
|
+
|
569
|
+
|
570
|
+
.classmate-collection li {
|
571
|
+
width:200px;
|
572
|
+
}
|
573
|
+
|
574
|
+
|
575
|
+
.classmate-box h2 {
|
576
|
+
background:transparent url(/images/friend.gif) no-repeat scroll left center;
|
577
|
+
border-bottom-color: #D8DFEA;
|
578
|
+
border-style:none none solid;
|
579
|
+
border-width:0pt 0pt 1px;
|
580
|
+
margin:5px 10px;
|
581
|
+
padding:0pt 0pt 0pt 20px;
|
582
|
+
}
|
583
|
+
|
584
|
+
|
585
|
+
.tab-panel-friends {
|
586
|
+
padding:10px;
|
587
|
+
}
|
588
|
+
.tab-panel-friends .inner{
|
589
|
+
background-color:white;
|
590
|
+
border:1px solid #D8DFEA;
|
591
|
+
padding:5px;
|
592
|
+
}
|
593
|
+
|
594
|
+
.photo {
|
595
|
+
vertical-align:bottom;
|
596
|
+
}
|
597
|
+
|
598
|
+
.photo-collection {
|
599
|
+
padding:10px;
|
600
|
+
}
|
601
|
+
|
602
|
+
.photo-collection li{
|
603
|
+
width:200px;
|
604
|
+
height:150px;
|
605
|
+
}
|
606
|
+
|
607
|
+
.images a img:hover {
|
608
|
+
background:#D8DFEA none repeat scroll 0%;
|
609
|
+
border:1px solid #3B5888;
|
610
|
+
}
|
611
|
+
|
612
|
+
.images a img {
|
613
|
+
padding:5px;
|
614
|
+
border:1px solid #D8DFEA;
|
615
|
+
max-width:100px;
|
616
|
+
}
|
617
|
+
|
618
|
+
|
619
|
+
.dialog-box {
|
620
|
+
background-color:white;
|
621
|
+
padding:20px;
|
622
|
+
}
|
623
|
+
|
624
|
+
.dialog-box h2 {
|
625
|
+
font-size:15px;
|
626
|
+
font-weight:bold;
|
627
|
+
border:none;
|
628
|
+
border-bottom:1px solid #D8DFEA;
|
629
|
+
background-color:transparent;
|
630
|
+
padding-left:0px;
|
631
|
+
}
|
632
|
+
|
633
|
+
.dialog-box p {
|
634
|
+
padding:5px 0px;
|
635
|
+
}
|
636
|
+
|
637
|
+
.dialog-box h3 {
|
638
|
+
text-align:right;
|
639
|
+
padding:5px;
|
640
|
+
border:none;
|
641
|
+
}
|
642
|
+
|
643
|
+
|
644
|
+
.show-box-album {
|
645
|
+
|
646
|
+
}
|
647
|
+
|
648
|
+
.show-box-album .show-box-left {
|
649
|
+
width:250px;
|
650
|
+
}
|
651
|
+
|
652
|
+
|
653
|
+
.tips-box {
|
654
|
+
width:400px;
|
655
|
+
position:absolute;
|
656
|
+
}
|
657
|
+
|
658
|
+
.tips-body {
|
659
|
+
background-color:white;
|
660
|
+
height: 200px;
|
661
|
+
padding: 15px;
|
662
|
+
}
|
663
|
+
|
664
|
+
.tips-container {
|
665
|
+
padding:10px;
|
666
|
+
}
|
667
|
+
|
668
|
+
.tips-values a {
|
669
|
+
margin:4px;
|
670
|
+
}
|
671
|
+
|
672
|
+
.column-box {
|
673
|
+
border-bottom:1px solid #ccc;
|
674
|
+
padding:10px;
|
675
|
+
}
|
676
|
+
|
677
|
+
.column-box h2 {
|
678
|
+
font-weight:bold;
|
679
|
+
color:#555;
|
680
|
+
margin:5px 0px;
|
681
|
+
}
|
682
|
+
|
683
|
+
.column-box h3 {
|
684
|
+
text-align:right;
|
685
|
+
}
|
686
|
+
|
687
|
+
|
688
|
+
|
689
|
+
.photo-edit-box {
|
690
|
+
padding:10px;
|
691
|
+
margin:10px;
|
692
|
+
border:1px solid #D8DFEA;
|
693
|
+
background-color:white;
|
694
|
+
}
|
695
|
+
|
696
|
+
.photo-edit-box-left label {
|
697
|
+
width:60px;
|
698
|
+
}
|
699
|
+
|
700
|
+
.photo-edit-box-left {
|
701
|
+
float:left;
|
702
|
+
width:500px;
|
703
|
+
}
|
704
|
+
|
705
|
+
.photo-edit-box-left textarea {
|
706
|
+
height:120px;
|
707
|
+
width:350px;
|
708
|
+
}
|
709
|
+
|
710
|
+
|
711
|
+
.photo-edit-box-right {
|
712
|
+
float:right;
|
713
|
+
width:200px;
|
714
|
+
}
|
715
|
+
|
716
|
+
.photo-edit-box-right img,.photo-edit-box-right a:hover img {
|
717
|
+
border:none;
|
718
|
+
}
|
719
|
+
|
720
|
+
.photo-edit-box-right p {
|
721
|
+
background:#F7F7F7 none repeat scroll 0%;
|
722
|
+
border:1px solid #CCCCCC;
|
723
|
+
padding:2px 10px 5px;
|
724
|
+
}
|
725
|
+
|
726
|
+
.photo-capture {
|
727
|
+
border-left:1px solid #CCCCCC;
|
728
|
+
float:right;
|
729
|
+
line-height:1.5em;
|
730
|
+
padding-left:1em;
|
731
|
+
width:170px;
|
732
|
+
}
|
733
|
+
|
734
|
+
.photo-info {
|
735
|
+
line-height:1.5em;
|
736
|
+
width:400px;
|
737
|
+
float: left;
|
738
|
+
}
|
739
|
+
|
740
|
+
|
741
|
+
|
742
|
+
.external-journal {
|
743
|
+
background:transparent url(/images/newsfeed/blogmini.gif) no-repeat scroll 0pt 5px;
|
744
|
+
border-top:1px solid #CCCCCC;
|
745
|
+
font-weight:normal;
|
746
|
+
margin:5px 0pt 0pt;
|
747
|
+
padding:5px 0pt 0pt 19px;
|
748
|
+
width:200px;
|
749
|
+
}
|
750
|
+
|
751
|
+
|
752
|
+
/* home */
|
753
|
+
.side-box {
|
754
|
+
padding:5px;
|
755
|
+
}
|
756
|
+
|
757
|
+
.side-box h2 {
|
758
|
+
background-color:#e9e9e9;
|
759
|
+
color:333;
|
760
|
+
font-size:12px;
|
761
|
+
border:none;
|
762
|
+
padding:2px 5px;
|
763
|
+
position:relative;
|
764
|
+
font-weight:normal;
|
765
|
+
}
|
766
|
+
|
767
|
+
|
768
|
+
.wide-box {
|
769
|
+
padding:2px;
|
770
|
+
}
|
771
|
+
|
772
|
+
.wide-box h2 {
|
773
|
+
border:none;
|
774
|
+
border-bottom:1px solid #ccc;
|
775
|
+
background-color:transparent;
|
776
|
+
}
|
777
|
+
|
778
|
+
.wide-box h2 a:hover {
|
779
|
+
|
780
|
+
}
|
781
|
+
|
782
|
+
|
783
|
+
/* object detail */
|
784
|
+
table.object-detail {
|
785
|
+
width:100%;
|
786
|
+
}
|
787
|
+
|
788
|
+
table.object-detail th {
|
789
|
+
color:#555;
|
790
|
+
padding:3px;
|
791
|
+
width:100px;
|
792
|
+
text-align:center;
|
793
|
+
}
|
794
|
+
|
795
|
+
table.object-detail td {
|
796
|
+
padding:3px;
|
797
|
+
}
|
798
|
+
|
799
|
+
table.object-detail td h2 {
|
800
|
+
background-color:transparent;
|
801
|
+
border:none;
|
802
|
+
padding:0px;
|
803
|
+
margin:0px;
|
804
|
+
}
|
805
|
+
|
806
|
+
table.object-detail td h2 a {
|
807
|
+
color:#aaa;
|
808
|
+
}
|
809
|
+
|
810
|
+
#user-info,.user-info {
|
811
|
+
overflow:visible;
|
812
|
+
z-index:10;
|
813
|
+
background:#F7F7F7;
|
814
|
+
border-bottom:1px solid #CCC;
|
815
|
+
margin:-10px -10px 5px -220px;
|
816
|
+
padding: 10px 5px 10px 225px;
|
817
|
+
width:99%;
|
818
|
+
float:right;
|
819
|
+
}
|
820
|
+
|
821
|
+
|
822
|
+
.album-collection li{
|
823
|
+
width:200px;
|
824
|
+
}
|
825
|
+
|
826
|
+
|
827
|
+
|
828
|
+
|
829
|
+
/* journals */
|
830
|
+
|
831
|
+
.journals li {
|
832
|
+
padding:4px 0px 4px 20px;
|
833
|
+
background:url(/images/newsfeed/blog.gif) left 10px no-repeat;
|
834
|
+
border-bottom:1px solid #D8DFEA;
|
835
|
+
margin-bottom:5px;
|
836
|
+
}
|
837
|
+
|
838
|
+
.journals li h2{
|
839
|
+
border:none;
|
840
|
+
padding:2px;
|
841
|
+
background-color:transparent;
|
842
|
+
}
|
843
|
+
|
844
|
+
.journal li h2 a {
|
845
|
+
font-weight:bold!important;
|
846
|
+
}
|
847
|
+
|
848
|
+
|
849
|
+
|
850
|
+
|
851
|
+
|
852
|
+
/* photo grabber */
|
853
|
+
|
854
|
+
.photo-tag-grabber {
|
855
|
+
width:100px;
|
856
|
+
height:100px;
|
857
|
+
position:absolute;
|
858
|
+
z-index:2000;
|
859
|
+
cursor: pointer;
|
860
|
+
text-align:left;
|
861
|
+
border:8px solid #D8DFEA;
|
862
|
+
}
|
863
|
+
|
864
|
+
.photo-tag-grabber-inner {
|
865
|
+
border:3px solid #3B5888;
|
866
|
+
left:0pt;
|
867
|
+
position:absolute;
|
868
|
+
top:0pt;
|
869
|
+
z-index:2002;
|
870
|
+
display:block;
|
871
|
+
background-color:white;
|
872
|
+
width:100%;
|
873
|
+
height:100%;
|
874
|
+
}
|
875
|
+
|
876
|
+
.photo-tag-panel {
|
877
|
+
position:absolute;
|
878
|
+
background-color:white;
|
879
|
+
border:1px solid #3b5888;
|
880
|
+
padding:4px;
|
881
|
+
width:200px;
|
882
|
+
text-align:left;
|
883
|
+
}
|
884
|
+
|
885
|
+
.photo-tag-panel label {
|
886
|
+
display:block;
|
887
|
+
color:gray;
|
888
|
+
font-weight:bold;
|
889
|
+
padding:4px;
|
890
|
+
}
|
891
|
+
|
892
|
+
.photo-tag-friends-panel {
|
893
|
+
overflow:auto;
|
894
|
+
height:200px;
|
895
|
+
background-color:#eee;
|
896
|
+
margin: 5px 2px;
|
897
|
+
}
|
898
|
+
|
899
|
+
.photo-tag-friends-panel li label {
|
900
|
+
font-weight:normal;
|
901
|
+
padding:0px;
|
902
|
+
display:inline;
|
903
|
+
}
|
904
|
+
|
905
|
+
.photo-tag-friends-panel li{
|
906
|
+
padding:5px;
|
907
|
+
}
|
908
|
+
|
909
|
+
.photo-tag-corner {
|
910
|
+
background-color:#FFFFFF;
|
911
|
+
border:1px solid #3B5888;
|
912
|
+
font-size:0pt;
|
913
|
+
height:8px;
|
914
|
+
width:8px;
|
915
|
+
z-index:2011;
|
916
|
+
position:absolute;
|
917
|
+
}
|
918
|
+
|
919
|
+
.photo-tag-corner-top-left {
|
920
|
+
cursor:nw-resize;
|
921
|
+
top:0px;
|
922
|
+
left:0px;
|
923
|
+
}
|
924
|
+
|
925
|
+
.photo-tag-corner-top-right {
|
926
|
+
cursor:sw-resize;
|
927
|
+
top:0px;
|
928
|
+
}
|
929
|
+
|
930
|
+
.photo-tag-corner-bottom-left {
|
931
|
+
cursor:ne-resize;
|
932
|
+
left:0px;
|
933
|
+
}
|
934
|
+
|
935
|
+
.photo-tag-corner-bottom-right {
|
936
|
+
cursor:se-resize;
|
937
|
+
}
|
938
|
+
|
939
|
+
.photo-mark-collection li {
|
940
|
+
margin-right:10px;
|
941
|
+
}
|
942
|
+
|
943
|
+
.photo-tag-note {
|
944
|
+
background-color:#FFFBE2;
|
945
|
+
border:1px solid #FFE222;
|
946
|
+
margin:10px auto;
|
947
|
+
padding:10px;
|
948
|
+
}
|
949
|
+
|
950
|
+
.photo-tag-note button {
|
951
|
+
}
|
952
|
+
|
953
|
+
/* ************* */
|
954
|
+
|
955
|
+
.sub-nav {
|
956
|
+
padding:5px;
|
957
|
+
border-bottom:1px solid #ccc;
|
958
|
+
margin:0px 5px;
|
959
|
+
}
|
960
|
+
|
961
|
+
.page-top {
|
962
|
+
border-bottom:1px solid #D8DFEA;
|
963
|
+
overflow:hidden;
|
964
|
+
padding:5px 10px ;
|
965
|
+
position:relative;
|
966
|
+
}
|
967
|
+
|
968
|
+
.page-top-gray {
|
969
|
+
background-color:#f7f7f7;
|
970
|
+
border-bottom:1px solid #ccc;
|
971
|
+
padding:5px 20px;
|
972
|
+
}
|
973
|
+
|
974
|
+
.page-top h2 {
|
975
|
+
right:5px;
|
976
|
+
position:absolute;
|
977
|
+
display:inline;
|
978
|
+
}
|
979
|
+
|
980
|
+
|
981
|
+
|
982
|
+
.group-page-title h2 {
|
983
|
+
background:transparent url(/images/newsfeed/group.gif) no-repeat scroll left 20%;
|
984
|
+
}
|
985
|
+
|
986
|
+
.event-page-title h2 {
|
987
|
+
background:transparent url(/images/newsfeed/acts.gif) no-repeat scroll left 20%;
|
988
|
+
}
|
989
|
+
|
990
|
+
.show-box-photo-mark {
|
991
|
+
margin-right:10px;
|
992
|
+
}
|
993
|
+
|
994
|
+
/* user-object */
|
995
|
+
.user-object {
|
996
|
+
/*border-bottom:1px solid #D8DFEA;*/
|
997
|
+
overflow:hidden;
|
998
|
+
}
|
999
|
+
|
1000
|
+
.user-object h3 {
|
1001
|
+
padding:0px 10px 10px 10px;
|
1002
|
+
clear:both;
|
1003
|
+
}
|
1004
|
+
|
1005
|
+
.user-object dt {
|
1006
|
+
background-color:#f7f7f7;
|
1007
|
+
padding-top:30px;
|
1008
|
+
border-bottom:1px solid #ccc;
|
1009
|
+
padding-bottom:0px;
|
1010
|
+
vertical-align:bottom;
|
1011
|
+
}
|
1012
|
+
|
1013
|
+
.user-object strong {
|
1014
|
+
font-size:14px;
|
1015
|
+
font-weight:bold;
|
1016
|
+
padding:0px 10px;
|
1017
|
+
}
|
1018
|
+
|
1019
|
+
.user-object dd {
|
1020
|
+
padding:10px;
|
1021
|
+
}
|
1022
|
+
|
1023
|
+
.user-object h4 {
|
1024
|
+
height:100px;
|
1025
|
+
overflow:hidden;
|
1026
|
+
display:block;
|
1027
|
+
float:left;
|
1028
|
+
margin:10px;
|
1029
|
+
}
|
1030
|
+
|
1031
|
+
.user-object h5 {
|
1032
|
+
height:100px;
|
1033
|
+
overflow:hidden;
|
1034
|
+
display:block;
|
1035
|
+
float:right;
|
1036
|
+
margin:10px 50px;
|
1037
|
+
}
|
1038
|
+
|
1039
|
+
.user-object dd b {
|
1040
|
+
float:right;
|
1041
|
+
margin-top:-18px;
|
1042
|
+
}
|
1043
|
+
|
1044
|
+
|
1045
|
+
/* user-object */
|
1046
|
+
|
1047
|
+
|
1048
|
+
.page-bottom {
|
1049
|
+
border-top:1px solid #D8DFEA;
|
1050
|
+
overflow:hidden;
|
1051
|
+
padding:7pt 12px ;
|
1052
|
+
}
|
1053
|
+
|
1054
|
+
.page-bottom span {
|
1055
|
+
float:right;
|
1056
|
+
margin-top:-16px;
|
1057
|
+
}
|
1058
|
+
|
1059
|
+
.invite-friends {
|
1060
|
+
background:transparent url(/images/invite_ico.gif) no-repeat scroll 8px 50%;
|
1061
|
+
display:block;
|
1062
|
+
height:40px;
|
1063
|
+
line-height:1.3em;
|
1064
|
+
padding:5px 0pt 0pt 50px;
|
1065
|
+
}
|
1066
|
+
|
1067
|
+
.more {
|
1068
|
+
background:transparent url(/images/arrow.gif) no-repeat scroll right center;
|
1069
|
+
margin-top:0.8em;
|
1070
|
+
padding-right:0.75em;
|
1071
|
+
text-align:right;
|
1072
|
+
}
|
1073
|
+
|
1074
|
+
.object-empty {
|
1075
|
+
padding:40px;
|
1076
|
+
text-align:center;
|
1077
|
+
color:#555;
|
1078
|
+
}
|
1079
|
+
|
1080
|
+
/* new media button */
|
1081
|
+
a.new-media {
|
1082
|
+
color:#777777;
|
1083
|
+
}
|
1084
|
+
|
1085
|
+
.new-media {
|
1086
|
+
background:transparent url(/images/new_media_button.gif) no-repeat scroll left top;
|
1087
|
+
color:#777;
|
1088
|
+
display:block;
|
1089
|
+
text-decoration:none;
|
1090
|
+
}
|
1091
|
+
|
1092
|
+
.new-media .tr {
|
1093
|
+
background:transparent url(/images/new_media_button.gif) no-repeat scroll right top;
|
1094
|
+
}
|
1095
|
+
|
1096
|
+
.new-media .bl {
|
1097
|
+
background:transparent url(/images/new_media_button.gif) no-repeat scroll left bottom;
|
1098
|
+
}
|
1099
|
+
|
1100
|
+
.new-media .br {
|
1101
|
+
background:transparent url(/images/new_media_button.gif) no-repeat scroll right bottom;
|
1102
|
+
}
|
1103
|
+
|
1104
|
+
.new-media span {
|
1105
|
+
background:transparent url(/images/new_media_button_plus.gif) no-repeat scroll 9px center;
|
1106
|
+
color:#333;
|
1107
|
+
display:block;
|
1108
|
+
font-weight:bold;
|
1109
|
+
padding:3px 9px 5px 22px;
|
1110
|
+
}
|
1111
|
+
|
1112
|
+
* + html .new-media span {
|
1113
|
+
padding:5px 9px 4px 22px;
|
1114
|
+
}
|
1115
|
+
|
1116
|
+
.new-media:hover {
|
1117
|
+
color:#777777;
|
1118
|
+
text-decoration:underline;
|
1119
|
+
}
|
1120
|
+
|
1121
|
+
.new-media:active, .new-media:active .tr, .new-media:active .bl, .new-media:active .br {
|
1122
|
+
background-image:url(/images/new_media_button_active.gif);
|
1123
|
+
}
|
1124
|
+
|
1125
|
+
/* end new media button */
|
1126
|
+
|
1127
|
+
|
1128
|
+
|
1129
|
+
|
1130
|
+
.submition {
|
1131
|
+
border-top:1px solid #D8DFEA;
|
1132
|
+
padding:10px 0pt;
|
1133
|
+
text-align:center;
|
1134
|
+
}
|
1135
|
+
|
1136
|
+
.bg-gray {
|
1137
|
+
background-color:#f7f7f7;
|
1138
|
+
}
|
1139
|
+
|
1140
|
+
.normal,.normal a {
|
1141
|
+
font-weight:normal;
|
1142
|
+
}
|
1143
|
+
|
1144
|
+
|
1145
|
+
.group-show-box .show-box-left {
|
1146
|
+
/* width:100px;*/
|
1147
|
+
}
|
1148
|
+
|
1149
|
+
.group-show-box .show-box-right {
|
1150
|
+
width:200px;
|
1151
|
+
}
|
1152
|
+
|
1153
|
+
.group-show-box h2 {
|
1154
|
+
background-color:transparent;
|
1155
|
+
}
|
1156
|
+
|
1157
|
+
|
1158
|
+
.flirts-lister td {
|
1159
|
+
border-bottom:1px solid #D8DFEA;
|
1160
|
+
}
|
1161
|
+
|
1162
|
+
|
1163
|
+
.photo-mark-show-box .show-box-left {
|
1164
|
+
width:250px;
|
1165
|
+
}
|
1166
|
+
|
1167
|
+
input.search {
|
1168
|
+
background:#FFFFFF url(/images/magglass.png) no-repeat scroll 3px 50%;
|
1169
|
+
padding-left:17px;
|
1170
|
+
width:13em;
|
1171
|
+
}
|
1172
|
+
|
1173
|
+
|
1174
|
+
|
1175
|
+
.invite {
|
1176
|
+
padding:5px;
|
1177
|
+
margin:5px 30px;
|
1178
|
+
border-bottom:1px dashed gray;
|
1179
|
+
overflow:hidden;
|
1180
|
+
position:relative;
|
1181
|
+
}
|
1182
|
+
|
1183
|
+
.invite p {
|
1184
|
+
padding:5px 2px;
|
1185
|
+
}
|
1186
|
+
|
1187
|
+
.invite h2 {
|
1188
|
+
background:transparent url(/images/nomico.gif) no-repeat scroll left center;
|
1189
|
+
font-weight:bold;
|
1190
|
+
font-size:14px;
|
1191
|
+
border-bottom:1px solid #EEEEEE;
|
1192
|
+
padding:2px 0pt 2px 25px;
|
1193
|
+
}
|
1194
|
+
|
1195
|
+
.show-comment-box .show-box-right {
|
1196
|
+
width:200px;
|
1197
|
+
text-align:right;
|
1198
|
+
}
|
1199
|
+
|
1200
|
+
.show-comment-box .show-box-left {
|
1201
|
+
width:600px;
|
1202
|
+
text-align:left;
|
1203
|
+
}
|
1204
|
+
|
1205
|
+
.users-page-title {
|
1206
|
+
background:transparent url(/images/friend.gif) no-repeat scroll 1em 1.2em;
|
1207
|
+
border-bottom:1px solid #CCCCCC;
|
1208
|
+
font-size:1.2em;
|
1209
|
+
padding:1.2em 0pt 0.3em 2.4em;
|
1210
|
+
}
|
1211
|
+
|
1212
|
+
.show-friendship-request-box {
|
1213
|
+
border:none;
|
1214
|
+
border-bottom:1px solid #D8DFEA;
|
1215
|
+
}
|
1216
|
+
|
1217
|
+
|
1218
|
+
/* quote */
|
1219
|
+
p.quote {
|
1220
|
+
background:transparent url(/images/quote_start.gif) no-repeat 0pt 0pt;
|
1221
|
+
margin-top:1em;
|
1222
|
+
padding:0pt 0pt 0pt 18px;
|
1223
|
+
}
|
1224
|
+
|
1225
|
+
|
1226
|
+
.quote i {
|
1227
|
+
background:transparent url(/images/quote_end.gif) no-repeat 100% 100%;
|
1228
|
+
color:#555555;
|
1229
|
+
padding-right:18px;
|
1230
|
+
margin-left:18px;
|
1231
|
+
font-style:normal;
|
1232
|
+
}
|
1233
|
+
/* end quote */
|
1234
|
+
|
1235
|
+
.go-search {
|
1236
|
+
background:transparent url(/images/my_search_new.gif) no-repeat scroll 0%;
|
1237
|
+
width:20px;
|
1238
|
+
border:none;
|
1239
|
+
}
|
1240
|
+
|
1241
|
+
#app-list-search-field {
|
1242
|
+
color:gray;
|
1243
|
+
padding:2px 5px;
|
1244
|
+
}
|
1245
|
+
|
1246
|
+
|
1247
|
+
#invite-users-list {
|
1248
|
+
width:400px;
|
1249
|
+
margin:20px;
|
1250
|
+
}
|
1251
|
+
|
1252
|
+
.invite-user-destroy-link {
|
1253
|
+
float:right;
|
1254
|
+
margin-top:-15px;
|
1255
|
+
}
|
1256
|
+
|
1257
|
+
|
1258
|
+
#group-invite-friends-list {
|
1259
|
+
background-color:#FFFFFF;
|
1260
|
+
border:1px solid #D8DFEA;
|
1261
|
+
height:208px;
|
1262
|
+
margin:10px 0pt 15px;
|
1263
|
+
overflow-x:hidden;
|
1264
|
+
overflow-y:scroll;
|
1265
|
+
padding:5px;
|
1266
|
+
width:185px;
|
1267
|
+
}
|
1268
|
+
|
1269
|
+
/* show post */
|
1270
|
+
.show-post-box .show-box-left {
|
1271
|
+
width:120px;
|
1272
|
+
}
|
1273
|
+
|
1274
|
+
.show-post-box .show-box-right {
|
1275
|
+
width:690px;
|
1276
|
+
}
|
1277
|
+
|
1278
|
+
.show-post-box {
|
1279
|
+
margin:0px;
|
1280
|
+
border:none;
|
1281
|
+
}
|
1282
|
+
|
1283
|
+
.show-post-box h2 {
|
1284
|
+
background-color:#f7f7f7;
|
1285
|
+
padding:5px;
|
1286
|
+
}
|
1287
|
+
|
1288
|
+
.show-post-box h2 a {
|
1289
|
+
font-weight:normal;
|
1290
|
+
}
|
1291
|
+
|
1292
|
+
.group-page .left {
|
1293
|
+
width:700px;
|
1294
|
+
}
|
1295
|
+
|
1296
|
+
.group-page .right {
|
1297
|
+
width:150px;
|
1298
|
+
}
|
1299
|
+
|
1300
|
+
.group2-show-box .show-box-right{
|
1301
|
+
width:350px;
|
1302
|
+
}
|
1303
|
+
|
1304
|
+
.elite,.locked {
|
1305
|
+
color:red;
|
1306
|
+
}
|
1307
|
+
|
1308
|
+
/* will paginate style */
|
1309
|
+
div.pagination {
|
1310
|
+
padding: 3px;
|
1311
|
+
margin: 3px;
|
1312
|
+
}
|
1313
|
+
|
1314
|
+
|
1315
|
+
div.pagination a {
|
1316
|
+
padding: 2px 5px 2px 5px;
|
1317
|
+
margin: 2px;
|
1318
|
+
border: 1px solid #D8DFEA;
|
1319
|
+
text-decoration: none; /* no underline */
|
1320
|
+
color: #3B5888;;
|
1321
|
+
}
|
1322
|
+
|
1323
|
+
div.pagination a.selected {
|
1324
|
+
background-color:#3B5888;
|
1325
|
+
color:white;
|
1326
|
+
}
|
1327
|
+
|
1328
|
+
div.pagination a:hover, div.pagination a:active {
|
1329
|
+
/*border: 1px solid #3B5888;*/
|
1330
|
+
color: white;
|
1331
|
+
background-color: #3B5888;
|
1332
|
+
}
|
1333
|
+
|
1334
|
+
div.pagination span.current {
|
1335
|
+
padding: 2px 5px 2px 5px;
|
1336
|
+
margin: 2px;
|
1337
|
+
border: 1px solid #3B5888;
|
1338
|
+
font-weight: bold;
|
1339
|
+
background-color: #3B5888;
|
1340
|
+
color: #FFF;
|
1341
|
+
}
|
1342
|
+
|
1343
|
+
div.pagination span.disabled {
|
1344
|
+
padding: 2px 5px 2px 5px;
|
1345
|
+
margin: 2px;
|
1346
|
+
border: 1px solid #EEE;
|
1347
|
+
color: #DDD;
|
1348
|
+
}
|
1349
|
+
|
1350
|
+
/* will paginate style end */
|
1351
|
+
|
1352
|
+
|
1353
|
+
|
1354
|
+
/* 操作菜单 */
|
1355
|
+
.simple-menu {
|
1356
|
+
border:1px solid #3b5888;
|
1357
|
+
background-color:white;
|
1358
|
+
width:80px;
|
1359
|
+
position:absolute;
|
1360
|
+
display:none;
|
1361
|
+
}
|
1362
|
+
|
1363
|
+
.simple-menu li {
|
1364
|
+
padding:0px;
|
1365
|
+
margin:0px;
|
1366
|
+
width:80px;
|
1367
|
+
}
|
1368
|
+
|
1369
|
+
.simple-menu li a {
|
1370
|
+
display:block;
|
1371
|
+
padding:2px 4px;
|
1372
|
+
margin:0px;
|
1373
|
+
}
|
1374
|
+
|
1375
|
+
.simple-menu li a:hover {
|
1376
|
+
background:#5D74A2 none repeat scroll 0% 0% !important;
|
1377
|
+
color:#FFFFFF;
|
1378
|
+
text-decoration:none;
|
1379
|
+
}
|
1380
|
+
|
1381
|
+
|
1382
|
+
.simple-menu-indicator {
|
1383
|
+
background:transparent url(/images/super_actions.gif) no-repeat scroll 0pt 0pt;
|
1384
|
+
width:20px;
|
1385
|
+
padding:0px 8px;
|
1386
|
+
color:transparent;
|
1387
|
+
margin-left:10px;
|
1388
|
+
cursor:pointer;
|
1389
|
+
}
|
1390
|
+
|
1391
|
+
.simple-menu-indicator-active {
|
1392
|
+
background:transparent url(/images/super_actions.gif) no-repeat scroll 0pt 100%;
|
1393
|
+
}
|
1394
|
+
|
1395
|
+
/* 结束菜单 */
|
1396
|
+
|
1397
|
+
|
1398
|
+
.show-share-box {
|
1399
|
+
}
|
1400
|
+
|
1401
|
+
.show-share-box h2 {
|
1402
|
+
background-color:#F7F7F7;
|
1403
|
+
background-position:5px 5px;
|
1404
|
+
background-repeat:no-repeat;
|
1405
|
+
border-bottom:1px solid #D8DFEA;
|
1406
|
+
border-top:1px solid #3B5888;
|
1407
|
+
padding:0.5em 0.3em 0.5em 2em;
|
1408
|
+
}
|
1409
|
+
|
1410
|
+
.dialog-title {
|
1411
|
+
display:block;
|
1412
|
+
padding:4px 10px 5px;
|
1413
|
+
background-color:#3B5888;
|
1414
|
+
color:white;
|
1415
|
+
font-weight:bold;
|
1416
|
+
}
|
1417
|
+
|
1418
|
+
.collection-form-show-box {
|
1419
|
+
background-color:#f7f7f7;
|
1420
|
+
border:none;
|
1421
|
+
border-top:1px solid #ccc;
|
1422
|
+
border-bottom:1px solid #ccc;
|
1423
|
+
color:#808080;
|
1424
|
+
}
|
1425
|
+
|
1426
|
+
|
1427
|
+
|
1428
|
+
/* shares */
|
1429
|
+
li.share-url,.share-url .show-box-right h2{
|
1430
|
+
background:transparent url(/images/newsfeed/link.gif) no-repeat 5px 5px;
|
1431
|
+
padding-left:25px;
|
1432
|
+
}
|
1433
|
+
|
1434
|
+
li.share-flash,.share-flash .show-box-right h2{
|
1435
|
+
background:transparent url(/images/newsfeed/music.gif) no-repeat 5px 5px;
|
1436
|
+
padding-left:25px;
|
1437
|
+
}
|
1438
|
+
|
1439
|
+
li.share-video, .share-video .show-box-right h2{
|
1440
|
+
background:transparent url(/images/newsfeed/video.gif) no-repeat 5px 5px;
|
1441
|
+
padding-left:25px;
|
1442
|
+
}
|
1443
|
+
|
1444
|
+
li.share-journal,.share-journal .show-box-right h2{
|
1445
|
+
background:transparent url(/images/newsfeed/blog.gif) no-repeat 5px 5px;
|
1446
|
+
padding-left:25px;
|
1447
|
+
}
|
1448
|
+
|
1449
|
+
li.share-album,.share-album .show-box-right h2 {
|
1450
|
+
background:transparent url(/images/newsfeed/blog.gif) no-repeat 5px 5px;
|
1451
|
+
padding-left:25px;
|
1452
|
+
}
|
1453
|
+
|
1454
|
+
li.share-photo,.share-photo .show-box-right h2{
|
1455
|
+
background:transparent url(/images/newsfeed/blog.gif) no-repeat 5px 5px;
|
1456
|
+
padding-left:25px;
|
1457
|
+
}
|
1458
|
+
|
1459
|
+
li.share-post,.share-post .show-box-right h2{
|
1460
|
+
background:transparent url(/images/newsfeed/blog.gif) no-repeat 5px 5px;
|
1461
|
+
padding-left:25px;
|
1462
|
+
}
|
1463
|
+
|
1464
|
+
li.share-topic,.share-topic .show-box-right h2{
|
1465
|
+
background:transparent url(/images/newsfeed/blog.gif) no-repeat 5px 5px;
|
1466
|
+
padding-left:25px;
|
1467
|
+
}
|
1468
|
+
|
1469
|
+
li.share-user,.share-user .show-box-right h2{
|
1470
|
+
background:transparent url(/images/newsfeed/friends.gif) no-repeat 5px 5px;
|
1471
|
+
padding-left:25px;
|
1472
|
+
}
|
1473
|
+
|
1474
|
+
li.share-music, .share-music .show-box-right h2{
|
1475
|
+
background:transparent url(/images/newsfeed/friend.gif) no-repeat 5px 5px;
|
1476
|
+
padding-left:25px;
|
1477
|
+
}
|
1478
|
+
|
1479
|
+
li.share-audio, .share-audio .show-box-right h2{
|
1480
|
+
background:transparent url(/images/newsfeed/music.gif) no-repeat 5px 5px;
|
1481
|
+
padding-left:25px;
|
1482
|
+
}
|
1483
|
+
|
1484
|
+
img.star {
|
1485
|
+
margin:0px 4px;
|
1486
|
+
}
|
1487
|
+
|
1488
|
+
/* auto complete */
|
1489
|
+
div.autocomplete {
|
1490
|
+
position:absolute;
|
1491
|
+
width:250px;
|
1492
|
+
background-color:white;
|
1493
|
+
border:1px solid #888;
|
1494
|
+
margin:0px;
|
1495
|
+
padding:0px;
|
1496
|
+
}
|
1497
|
+
div.autocomplete ul {
|
1498
|
+
list-style-type:none;
|
1499
|
+
margin:0px;
|
1500
|
+
padding:0px;
|
1501
|
+
}
|
1502
|
+
div.autocomplete ul li.selected { background-color: #ffb;}
|
1503
|
+
div.autocomplete ul li {
|
1504
|
+
list-style-type:none;
|
1505
|
+
display:block;
|
1506
|
+
margin:0;
|
1507
|
+
padding:2px;
|
1508
|
+
line-height:20px;
|
1509
|
+
cursor:pointer;
|
1510
|
+
}
|
1511
|
+
|
1512
|
+
|
1513
|
+
.page-info {
|
1514
|
+
}
|
1515
|
+
|
1516
|
+
.privacy-form {
|
1517
|
+
|
1518
|
+
}
|
1519
|
+
|
1520
|
+
.privacy-page {
|
1521
|
+
padding: 30px 40px;
|
1522
|
+
}
|
1523
|
+
|
1524
|
+
.privacy-page h2 {
|
1525
|
+
border-bottom:1px solid #D8DFEA;
|
1526
|
+
font-size:15px;
|
1527
|
+
font-weight:bold;
|
1528
|
+
padding:4px;
|
1529
|
+
margin-bottom:10px;
|
1530
|
+
color:#3B5888;
|
1531
|
+
}
|
1532
|
+
|
1533
|
+
.privacy-page h1 {
|
1534
|
+
font-size:15px;
|
1535
|
+
font-weight:bold;
|
1536
|
+
padding:4px;
|
1537
|
+
}
|
1538
|
+
|
1539
|
+
.privacy-form label {
|
1540
|
+
width:200px;
|
1541
|
+
}
|
1542
|
+
|
1543
|
+
.privacy-form select {
|
1544
|
+
width:250px;
|
1545
|
+
margin-right:20px;
|
1546
|
+
}
|
1547
|
+
|
1548
|
+
.privacy-form .lockitem {
|
1549
|
+
background:transparent url(/images/lock.gif) no-repeat scroll 85% 50%;
|
1550
|
+
}
|
1551
|
+
|
1552
|
+
.privacy-form .lockitem a {
|
1553
|
+
color:#3B5888;
|
1554
|
+
font-size:13px;
|
1555
|
+
font-weight:bold;
|
1556
|
+
}
|
1557
|
+
|
1558
|
+
.privacy-indicator { display:inline-block;width:80px; line-height:10px;}
|
1559
|
+
.privacy-level-0 {background-image:url(/images/sparkline/sparkline_0.jpg)}
|
1560
|
+
.privacy-level-1 {background-image:url(/images/sparkline/sparkline_1.jpg)}
|
1561
|
+
.privacy-level-2 {background-image:url(/images/sparkline/sparkline_2.jpg)}
|
1562
|
+
.privacy-level-3 {background-image:url(/images/sparkline/sparkline_3.jpg)}
|
1563
|
+
.privacy-level-4 {background-image:url(/images/sparkline/sparkline_4.jpg)}
|
1564
|
+
.privacy-level-5 {background-image:url(/images/sparkline/sparkline_5.jpg)}
|
1565
|
+
|
1566
|
+
.privacy-table b a{
|
1567
|
+
color:#3B5888;
|
1568
|
+
font-weight:bold;
|
1569
|
+
}
|
1570
|
+
|
1571
|
+
.privacy-table td {
|
1572
|
+
vertical-align: bottom;
|
1573
|
+
color:#999;
|
1574
|
+
padding:5px;
|
1575
|
+
}
|
1576
|
+
|
1577
|
+
/* mini feeds */
|
1578
|
+
.minifeed {
|
1579
|
+
/*margin:10px 0px;*/
|
1580
|
+
padding:0px;
|
1581
|
+
margin:0px;
|
1582
|
+
}
|
1583
|
+
|
1584
|
+
.feed-readed {
|
1585
|
+
opacity:0.3;
|
1586
|
+
}
|
1587
|
+
|
1588
|
+
/* feeds frequency */
|
1589
|
+
div.slider {
|
1590
|
+
text-align:center;
|
1591
|
+
width:20px;
|
1592
|
+
margin:10px auto;
|
1593
|
+
height:180px;
|
1594
|
+
position: relative;
|
1595
|
+
background:url("/images/newsfeed/slider.gif") no-repeat 50% 50%;
|
1596
|
+
}
|
1597
|
+
div.slider div.handle {
|
1598
|
+
background:url(/images/newsfeed/knob.png);
|
1599
|
+
width:23px;
|
1600
|
+
height:33px;
|
1601
|
+
cursor:move;
|
1602
|
+
margin:0px auto;
|
1603
|
+
position: absolute;
|
1604
|
+
}
|
1605
|
+
.slider-table td {
|
1606
|
+
text-align:center;
|
1607
|
+
}
|
1608
|
+
|
1609
|
+
.slider-table tbody tr td.slider-td {
|
1610
|
+
background:url("/images/newsfeed/slider_increment.gif") no-repeat 50% 50%;
|
1611
|
+
}
|
1612
|
+
|
1613
|
+
.slider-table thead tr td {
|
1614
|
+
background-color:#ccc;
|
1615
|
+
padding:5px;
|
1616
|
+
}
|
1617
|
+
|
1618
|
+
/* end slider */
|
1619
|
+
|
1620
|
+
.feeds-list li{
|
1621
|
+
padding:0px 5px;
|
1622
|
+
border-bottom:1px solid #ccc;
|
1623
|
+
}
|
1624
|
+
|
1625
|
+
.feeds-list li a{
|
1626
|
+
padding-left:20px;
|
1627
|
+
line-height:25px;
|
1628
|
+
display:block;
|
1629
|
+
}
|
1630
|
+
|
1631
|
+
.feeds-list li a:hover {
|
1632
|
+
background-color:white;
|
1633
|
+
}
|
1634
|
+
|
1635
|
+
/** bbeditor **/
|
1636
|
+
.editor-button {
|
1637
|
+
float:left;
|
1638
|
+
width:24px;
|
1639
|
+
height:24px;
|
1640
|
+
text-align:center;
|
1641
|
+
vertical-align:middle;
|
1642
|
+
border:1px outset #EEE;
|
1643
|
+
margin:1px;
|
1644
|
+
}
|
1645
|
+
|
1646
|
+
.editor-button img {
|
1647
|
+
margin:auto;
|
1648
|
+
}
|
1649
|
+
|
1650
|
+
|
1651
|
+
.editor-button-other {
|
1652
|
+
border:none;
|
1653
|
+
float:left;
|
1654
|
+
}
|
1655
|
+
|
1656
|
+
|
1657
|
+
div.editor-wrapper {
|
1658
|
+
/*margin:0px!important;*/
|
1659
|
+
padding:0px;
|
1660
|
+
background-color:#EEE;
|
1661
|
+
margin-left:110px;
|
1662
|
+
position:relative;
|
1663
|
+
width:505px;
|
1664
|
+
}
|
1665
|
+
|
1666
|
+
*div.editor-wrapper {
|
1667
|
+
margin-left:0px;
|
1668
|
+
}
|
1669
|
+
|
1670
|
+
.editor-wrapper div {
|
1671
|
+
}
|
1672
|
+
|
1673
|
+
.editor {
|
1674
|
+
}
|
1675
|
+
|
1676
|
+
.editor-wrapper textarea {
|
1677
|
+
left:0px;
|
1678
|
+
width:500px;
|
1679
|
+
}
|
1680
|
+
|
1681
|
+
.editor-button-over {
|
1682
|
+
border:2px outset #EEE;
|
1683
|
+
margin:0px;
|
1684
|
+
}
|
1685
|
+
|
1686
|
+
.editor-button-push {
|
1687
|
+
border:2px inset #EEE;
|
1688
|
+
margin:0px;
|
1689
|
+
}
|
1690
|
+
|
1691
|
+
.editor-button-down {
|
1692
|
+
border:2px inset #EEE;
|
1693
|
+
margin:0px;
|
1694
|
+
}
|
1695
|
+
|
1696
|
+
.editor-smilies {
|
1697
|
+
background-color:white;
|
1698
|
+
border:1px solid #ccc;
|
1699
|
+
padding:4px;
|
1700
|
+
position:absolute;
|
1701
|
+
width:200px;
|
1702
|
+
}
|
1703
|
+
|
1704
|
+
.editor-toolbar {
|
1705
|
+
margin:0px;
|
1706
|
+
padding:4px;
|
1707
|
+
}
|
1708
|
+
|
1709
|
+
|
1710
|
+
.show-event-box .show-box-right {
|
1711
|
+
float:left;
|
1712
|
+
width:380px;
|
1713
|
+
overflow:hidden;
|
1714
|
+
}
|
1715
|
+
|
1716
|
+
|
1717
|
+
.show-event-box .show-box-actions {
|
1718
|
+
float:right;
|
1719
|
+
width:180px;
|
1720
|
+
clear:none;
|
1721
|
+
border:1px solid #D8DFEA;
|
1722
|
+
background-color:#f7f7f7;
|
1723
|
+
position:relative;
|
1724
|
+
padding:10px;
|
1725
|
+
text-align:left;
|
1726
|
+
}
|
1727
|
+
.top-line {
|
1728
|
+
border-top:1px solid #CCC;
|
1729
|
+
}
|
1730
|
+
|
1731
|
+
|
1732
|
+
.short-events .show-event-box .show-box-actions {
|
1733
|
+
float:none;
|
1734
|
+
clear:both;
|
1735
|
+
margin-left:150px;
|
1736
|
+
padding:10px;
|
1737
|
+
border:none;
|
1738
|
+
border-top:1px solid #D8DFEA;
|
1739
|
+
background-color:transparent;
|
1740
|
+
}
|
1741
|
+
|
1742
|
+
.online-state-bar {
|
1743
|
+
}
|
1744
|
+
|
1745
|
+
.online-state-bar a {
|
1746
|
+
background:transparent url(/images/im/onlinegroup_mini.gif) no-repeat scroll 10px center;
|
1747
|
+
border-left:1px solid #B5B5B5;
|
1748
|
+
border-right:1px solid #B5B5B5;
|
1749
|
+
color:#3B5888 !important;
|
1750
|
+
display:block;
|
1751
|
+
height:24px;
|
1752
|
+
line-height:24px;
|
1753
|
+
margin-top:1px;
|
1754
|
+
padding-left:30px;
|
1755
|
+
text-decoration:none !important;
|
1756
|
+
}
|
1757
|
+
|
1758
|
+
|
1759
|
+
.gift {
|
1760
|
+
background-color:white;
|
1761
|
+
padding:10px;
|
1762
|
+
cursor: pointer;
|
1763
|
+
margin:5px;
|
1764
|
+
width:100px;
|
1765
|
+
height:120px;
|
1766
|
+
overflow:hidden;
|
1767
|
+
text-align:center;
|
1768
|
+
}
|
1769
|
+
|
1770
|
+
|
1771
|
+
.friend-selector {
|
1772
|
+
background:#FFFFFF none repeat scroll 0% 0%;
|
1773
|
+
border:1px solid #BDC7D8;
|
1774
|
+
cursor:text;
|
1775
|
+
margin-bottom:5px;
|
1776
|
+
overflow:hidden;
|
1777
|
+
padding:0px;
|
1778
|
+
width:400px;
|
1779
|
+
}
|
1780
|
+
|
1781
|
+
.friend-selector-input {
|
1782
|
+
background-color:transparent;
|
1783
|
+
border-style:none;
|
1784
|
+
padding:0pt;
|
1785
|
+
}
|
1786
|
+
|
1787
|
+
.friend-selector ul li
|
1788
|
+
{
|
1789
|
+
background:#E6E6FA none repeat scroll 0% 0%;
|
1790
|
+
border:1px solid #DBDBDC;
|
1791
|
+
float:left;
|
1792
|
+
margin:1px;
|
1793
|
+
padding:0px 5px;
|
1794
|
+
white-space:nowrap;
|
1795
|
+
}
|
1796
|
+
|
1797
|
+
.friend-selector ul li.friend-selector-input-li,
|
1798
|
+
.friend-selector ul li.friend-selector-input-li input {
|
1799
|
+
background-color:transparent;
|
1800
|
+
border-style:none;
|
1801
|
+
padding:0pt;
|
1802
|
+
}
|
1803
|
+
|
1804
|
+
.friend-selector-close {
|
1805
|
+
margin-left:10px;
|
1806
|
+
cursor:pointer;
|
1807
|
+
}
|
1808
|
+
|
1809
|
+
.friend-selector-field {
|
1810
|
+
cursor:pointer;
|
1811
|
+
padding:3px;
|
1812
|
+
margin-bottom:1px;
|
1813
|
+
background-color:#E6E6FA;
|
1814
|
+
}
|
1815
|
+
|
1816
|
+
.friend-selector-not-match {
|
1817
|
+
background-color:#f99;
|
1818
|
+
border:1px solid red;
|
1819
|
+
}
|
1820
|
+
|
1821
|
+
.friend-selector-field-hover {
|
1822
|
+
background-color:#3b5888;
|
1823
|
+
color:white;
|
1824
|
+
}
|
1825
|
+
|
1826
|
+
.friend-selector-tips {
|
1827
|
+
width:200px;
|
1828
|
+
position:absolute;
|
1829
|
+
background-color:white;
|
1830
|
+
padding:1px;
|
1831
|
+
margin:-5px;
|
1832
|
+
border:1px solid #E6E6FF;
|
1833
|
+
}
|
1834
|
+
|
1835
|
+
.big-h2 h2 {
|
1836
|
+
font-size:13px;
|
1837
|
+
font-weight:bold;
|
1838
|
+
padding:4px;
|
1839
|
+
}
|
1840
|
+
|
1841
|
+
.v-tab li {
|
1842
|
+
padding-left:10px;
|
1843
|
+
}
|
1844
|
+
|
1845
|
+
.v-tab li span a {
|
1846
|
+
font-weight:bold;
|
1847
|
+
}
|
1848
|
+
|
1849
|
+
.gift-selected {
|
1850
|
+
background-color:#eaeaea;
|
1851
|
+
cursor:default;
|
1852
|
+
}
|
1853
|
+
|
1854
|
+
.doing-div {
|
1855
|
+
background-color:white;
|
1856
|
+
border-bottom:1px solid #f7f7f7;
|
1857
|
+
padding:10px;
|
1858
|
+
}
|
1859
|
+
|
1860
|
+
h2.title {
|
1861
|
+
padding:4px;
|
1862
|
+
font-weight:bold;
|
1863
|
+
position:relative;
|
1864
|
+
color:#555;
|
1865
|
+
}
|
1866
|
+
|
1867
|
+
h2.title span {
|
1868
|
+
position:absolute;
|
1869
|
+
right:4px;
|
1870
|
+
}
|
1871
|
+
|
1872
|
+
.filter {
|
1873
|
+
padding:10px;
|
1874
|
+
text-align:center;
|
1875
|
+
background-color:#F7F7F7;
|
1876
|
+
}
|
1877
|
+
|
1878
|
+
.video-image {
|
1879
|
+
position:relative;
|
1880
|
+
display:inline;
|
1881
|
+
text-decoration:none;
|
1882
|
+
}
|
1883
|
+
|
1884
|
+
.video-image .play-button {
|
1885
|
+
position:absolute;
|
1886
|
+
left:40px;
|
1887
|
+
top:-50px;
|
1888
|
+
}
|
1889
|
+
|
1890
|
+
* + html .video-image .play-button {
|
1891
|
+
top:35px;
|
1892
|
+
}
|
1893
|
+
|
1894
|
+
.state-bar {
|
1895
|
+
position:fixed;
|
1896
|
+
height:25px;
|
1897
|
+
right:15px;
|
1898
|
+
width:204px;
|
1899
|
+
bottom:0px;
|
1900
|
+
background:#E5E5E5 url(/images/im/bar_bg_bw.gif) repeat-x scroll 0% 0%;
|
1901
|
+
}
|
1902
|
+
|
1903
|
+
.state-bar-online-friends {
|
1904
|
+
position:fixed;
|
1905
|
+
bottom:25px;
|
1906
|
+
height:150px;
|
1907
|
+
width:204px;
|
1908
|
+
right:15px;
|
1909
|
+
border:1px solid black;
|
1910
|
+
border-bottom:none;
|
1911
|
+
background-color:#fff;
|
1912
|
+
text-overflow:auto;
|
1913
|
+
}
|
1914
|
+
|
1915
|
+
.state-bar-online-friends h3 {
|
1916
|
+
background-color:#3b5888;
|
1917
|
+
color:white;
|
1918
|
+
padding:5px;
|
1919
|
+
position:relative;
|
1920
|
+
}
|
1921
|
+
|
1922
|
+
.state-bar-online-friends h3 span {
|
1923
|
+
width:20px;
|
1924
|
+
position:absolute;
|
1925
|
+
right:2px;
|
1926
|
+
cursor:pointer;
|
1927
|
+
}
|
1928
|
+
|
1929
|
+
.state-bar-friend {
|
1930
|
+
padding:3px;
|
1931
|
+
border-bottom:1px solid #e7e7e7;
|
1932
|
+
}
|
1933
|
+
|
1934
|
+
.state-bar-left {
|
1935
|
+
float:left;
|
1936
|
+
width:173px;
|
1937
|
+
}
|
1938
|
+
|
1939
|
+
.state-bar-right {
|
1940
|
+
float:right;
|
1941
|
+
width:31px;
|
1942
|
+
}
|
1943
|
+
|
1944
|
+
.state-bar a:hover {
|
1945
|
+
background-color:white;
|
1946
|
+
cursor:pointer;
|
1947
|
+
}
|
1948
|
+
|
1949
|
+
.state-bar-right a {
|
1950
|
+
background:transparent url(/images/im/im_online.gif) no-repeat scroll 8px center;
|
1951
|
+
border-right:1px solid #B5B5B5;
|
1952
|
+
display:block;
|
1953
|
+
height:24px;
|
1954
|
+
line-height:24px;
|
1955
|
+
margin-top:1px;
|
1956
|
+
cursor:pointer;
|
1957
|
+
text-align:center;
|
1958
|
+
}
|
1959
|
+
|
1960
|
+
.state-bar-left a {
|
1961
|
+
background:transparent url(/images/im/onlinegroup_mini.gif) no-repeat scroll 10px center;
|
1962
|
+
border-left:1px solid #B5B5B5;
|
1963
|
+
border-right:1px solid #B5B5B5;
|
1964
|
+
color:#3B5888 !important;
|
1965
|
+
display:block;
|
1966
|
+
height:24px;
|
1967
|
+
line-height:24px;
|
1968
|
+
margin-top:1px;
|
1969
|
+
padding-left:30px;
|
1970
|
+
text-decoration:none !important;
|
1971
|
+
cursor:pointer;
|
1972
|
+
}
|
1973
|
+
|
1974
|
+
.state-bar-opened {
|
1975
|
+
border-left:1px solid black;
|
1976
|
+
border-bottom:1px solid black;
|
1977
|
+
border-right:1px solid black;
|
1978
|
+
}
|
1979
|
+
|
1980
|
+
a.state-bar-blink {
|
1981
|
+
background-color:red;
|
1982
|
+
}
|
1983
|
+
|
1984
|
+
.read0 td {
|
1985
|
+
background-color:#F4F8FC;
|
1986
|
+
}
|
1987
|
+
|
1988
|
+
|
1989
|
+
.notifier {
|
1990
|
+
position:fixed;
|
1991
|
+
bottom:-110px;
|
1992
|
+
right:20px;
|
1993
|
+
height:100px;
|
1994
|
+
background-color:#e7e7e7;
|
1995
|
+
width:200px;
|
1996
|
+
border:3px ridge white;
|
1997
|
+
text-overflow:hidden;
|
1998
|
+
}
|
1999
|
+
|
2000
|
+
.notifier table {
|
2001
|
+
width:100%;
|
2002
|
+
height:100%;
|
2003
|
+
}
|
2004
|
+
|
2005
|
+
.notifier table td {
|
2006
|
+
text-align:center;
|
2007
|
+
vertical-align:middle;
|
2008
|
+
}
|
2009
|
+
|
2010
|
+
|
2011
|
+
.notifier-title {
|
2012
|
+
padding:3px;
|
2013
|
+
font-weight:bold;
|
2014
|
+
border-bottom:1px solid white;
|
2015
|
+
}
|
2016
|
+
|
2017
|
+
.notifier-content {
|
2018
|
+
text-align:center;
|
2019
|
+
vertical-align:middle;
|
2020
|
+
padding:10px;
|
2021
|
+
}
|
2022
|
+
|
2023
|
+
a.pm-toggle-read {
|
2024
|
+
display:block;
|
2025
|
+
height:14px;
|
2026
|
+
margin-top:1px;
|
2027
|
+
padding-left:10px;
|
2028
|
+
text-decoration:none;
|
2029
|
+
width:17px;
|
2030
|
+
}
|
2031
|
+
|
2032
|
+
.read0 a.pm-toggle-read,a.pm-toggle-read:hover {
|
2033
|
+
background:url(/images/new_message.gif) no-repeat scroll 11px center;
|
2034
|
+
}
|
2035
|
+
|
2036
|
+
.page-filter {
|
2037
|
+
background:#F7F7F7 none repeat scroll 0 50%;
|
2038
|
+
border-color:#CCCCCC;
|
2039
|
+
border-style:solid;
|
2040
|
+
border-width:1px 0;
|
2041
|
+
height:22px;
|
2042
|
+
line-height:22px;
|
2043
|
+
padding:5px 10px;
|
2044
|
+
}
|
2045
|
+
|
2046
|
+
|
2047
|
+
/* 朋友选择器 */
|
2048
|
+
.selector-notice {
|
2049
|
+
padding:10px;
|
2050
|
+
color:gray;
|
2051
|
+
font-size:14px;
|
2052
|
+
text-align:center;
|
2053
|
+
}
|
2054
|
+
|
2055
|
+
.div-selector {
|
2056
|
+
height:200px;
|
2057
|
+
margin-bottom:15px;
|
2058
|
+
overflow:auto;
|
2059
|
+
margin-left:auto;
|
2060
|
+
margin-right:auto;
|
2061
|
+
}
|
2062
|
+
|
2063
|
+
.div-selector ul li {
|
2064
|
+
border:0 none;
|
2065
|
+
float:left;
|
2066
|
+
height:64px;
|
2067
|
+
margin:3px;
|
2068
|
+
overflow:hidden;
|
2069
|
+
padding:0;
|
2070
|
+
width:134px;
|
2071
|
+
}
|
2072
|
+
|
2073
|
+
.div-selector ul li a {
|
2074
|
+
display:block;
|
2075
|
+
height:64px;
|
2076
|
+
padding:4px;
|
2077
|
+
text-decoration:none;
|
2078
|
+
}
|
2079
|
+
|
2080
|
+
.div-selector ul li.select a {
|
2081
|
+
color:white;
|
2082
|
+
}
|
2083
|
+
|
2084
|
+
.div-selector ul li a:hover span.pic-box {
|
2085
|
+
background:#8497C0 none repeat scroll 0 0;
|
2086
|
+
}
|
2087
|
+
|
2088
|
+
.div-selector ul li a span.pic-box {
|
2089
|
+
border:1px solid #B1C1E1;
|
2090
|
+
float:left;
|
2091
|
+
height:50px;
|
2092
|
+
margin-right:3px;
|
2093
|
+
padding:2px;
|
2094
|
+
width:50px;
|
2095
|
+
}
|
2096
|
+
|
2097
|
+
.div-selector ul li.select a,.div-selector ul li.select a:hover {
|
2098
|
+
background:transparent url(/images/friend_selector_bg.gif) no-repeat scroll left top;
|
2099
|
+
}
|
2100
|
+
|
2101
|
+
.div-selector ul li a:hover {
|
2102
|
+
background:transparent url(/images/friend_selector_hover_bg.gif) no-repeat scroll left top;
|
2103
|
+
}
|
2104
|
+
|
2105
|
+
.div-selector ul li a span.pic-box span.pic {
|
2106
|
+
background-color:#FFFFFF;
|
2107
|
+
background-position:center center;
|
2108
|
+
background-repeat:no-repeat;
|
2109
|
+
display:block;
|
2110
|
+
height:50px;
|
2111
|
+
width:50px;
|
2112
|
+
}
|
2113
|
+
|
2114
|
+
.div-selector ul li.select a span.pic-box span.pic {
|
2115
|
+
background-position:center center;
|
2116
|
+
background-repeat:no-repeat;
|
2117
|
+
height:50px;
|
2118
|
+
width:50px;
|
2119
|
+
position:relative;
|
2120
|
+
}
|
2121
|
+
|
2122
|
+
.div-selector ul li.select a span.pic-box img.added {
|
2123
|
+
position:absolute;
|
2124
|
+
left:0px;
|
2125
|
+
bottom:0px;
|
2126
|
+
display:block;
|
2127
|
+
}
|
2128
|
+
|
2129
|
+
.div-selector ul li a span.pic-box img.added {
|
2130
|
+
display:none;
|
2131
|
+
}
|
2132
|
+
|
2133
|
+
.div-selector ul li h4 {
|
2134
|
+
width:65px;
|
2135
|
+
float:left;
|
2136
|
+
}
|
2137
|
+
|
2138
|
+
.div-selector ul li h4 b {
|
2139
|
+
background-color:yellow;
|
2140
|
+
}
|
2141
|
+
|
2142
|
+
|
2143
|
+
.pm-header {
|
2144
|
+
margin:0 0 10px;
|
2145
|
+
}
|
2146
|
+
|
2147
|
+
.pm-header h2 {
|
2148
|
+
color:#333333;
|
2149
|
+
font-size:14px;
|
2150
|
+
margin:0 20px 1px 163px;
|
2151
|
+
padding:0 0 0 22px;
|
2152
|
+
font-weight:bold;
|
2153
|
+
}
|
2154
|
+
|
2155
|
+
|
2156
|
+
.previous {
|
2157
|
+
background:transparent url(/images/arrow_back.gif) no-repeat scroll 3px center;
|
2158
|
+
float:left;
|
2159
|
+
padding:3px 5px 4px 10px;
|
2160
|
+
}
|
2161
|
+
|
2162
|
+
.next {
|
2163
|
+
background:transparent url(/images/arrow.gif) no-repeat scroll right center;
|
2164
|
+
border-right:3px solid #FFFFFF;
|
2165
|
+
float:right;
|
2166
|
+
padding:3px 7px 4px 5px;
|
2167
|
+
}
|
2168
|
+
|
2169
|
+
.divide {
|
2170
|
+
background:#FFFFFF url(/img/header_divide.gif) no-repeat scroll center top;
|
2171
|
+
border-top:1px solid #B3B3B3;
|
2172
|
+
height:2px;
|
2173
|
+
margin:0;
|
2174
|
+
overflow:hidden;
|
2175
|
+
padding:0;
|
2176
|
+
}
|
2177
|
+
|
2178
|
+
.avatar-field,#avatar-field-container {
|
2179
|
+
display:none;
|
2180
|
+
}
|
2181
|
+
|
2182
|
+
/* activities */
|
2183
|
+
.activity {
|
2184
|
+
position:relative;
|
2185
|
+
padding:3px 20px;
|
2186
|
+
padding-left:25px;
|
2187
|
+
margin:10px 5px;
|
2188
|
+
border-bottom:1px solid #EBEFF4;
|
2189
|
+
}
|
2190
|
+
|
2191
|
+
.activity-message {
|
2192
|
+
/* border-bottom:1px solid #D8DFEA; */
|
2193
|
+
padding-bottom:10px;
|
2194
|
+
}
|
2195
|
+
|
2196
|
+
.activity .close {
|
2197
|
+
top:0px;
|
2198
|
+
}
|
2199
|
+
|
2200
|
+
.journal-activity {
|
2201
|
+
background:url(/images/newsfeed/blog.gif) no-repeat scroll 5px top;
|
2202
|
+
}
|
2203
|
+
|
2204
|
+
.user-album-activity {
|
2205
|
+
}
|
2206
|
+
|
2207
|
+
.user-photo-activity {
|
2208
|
+
background:url(/images/newsfeed/photo.gif) no-repeat scroll 5px top;
|
2209
|
+
}
|
2210
|
+
|
2211
|
+
.group-activity {
|
2212
|
+
background:url(/images/newsfeed/group.gif) no-repeat scroll 5px top;
|
2213
|
+
}
|
2214
|
+
|
2215
|
+
.user-gift-activity {
|
2216
|
+
background:url(/images/newsfeed/gift.gif) no-repeat scroll 5px top;
|
2217
|
+
}
|
2218
|
+
|
2219
|
+
.share-url-activity , .collection-activity {
|
2220
|
+
background:url(/images/newsfeed/share.gif) no-repeat scroll 5px top;
|
2221
|
+
}
|
2222
|
+
|
2223
|
+
.event-activity {
|
2224
|
+
background:url(/images/newsfeed/acts.gif) no-repeat scroll 5px top;
|
2225
|
+
}
|
2226
|
+
|
2227
|
+
.profile-activity , .doing-activity {
|
2228
|
+
background:url(/images/newsfeed/profile.gif) no-repeat scroll 5px top;
|
2229
|
+
}
|
2230
|
+
|
2231
|
+
.network-activity {
|
2232
|
+
background:url(/images/newsfeed/network.gif) no-repeat scroll 5px top;
|
2233
|
+
}
|
2234
|
+
|
2235
|
+
.hide-close .close{
|
2236
|
+
display:none;
|
2237
|
+
}
|
2238
|
+
/* end activities */
|
2239
|
+
|
2240
|
+
|
2241
|
+
|
2242
|
+
.reply-feeds li {
|
2243
|
+
padding:4px;
|
2244
|
+
border-bottom:1px solid #EBEFF4;
|
2245
|
+
}
|
2246
|
+
|
2247
|
+
#group-search-results div {
|
2248
|
+
margin-left:100px;
|
2249
|
+
padding:4px;
|
2250
|
+
border-bottom:1px solid #ebeff4;
|
2251
|
+
}
|
2252
|
+
|
2253
|
+
.group-link {
|
2254
|
+
padding:3px;
|
2255
|
+
border-bottom:1px solid #ebeff4;
|
2256
|
+
padding-left:10px;
|
2257
|
+
}
|
2258
|
+
|
2259
|
+
.select-avatars li {
|
2260
|
+
float:left;
|
2261
|
+
width:60px;
|
2262
|
+
height:60px;
|
2263
|
+
}
|
2264
|
+
|
2265
|
+
.select-avatars li img ,
|
2266
|
+
#selected-system-avatar img
|
2267
|
+
{
|
2268
|
+
width:50px;
|
2269
|
+
height:50px;
|
2270
|
+
cursor:pointer;
|
2271
|
+
}
|
2272
|
+
|
2273
|
+
|
2274
|
+
|
2275
|
+
/* confirm button */
|
2276
|
+
a.link_btn_style{color:#fff;font-size:14px;outline:none;display:block;height:23px;background-repeat:no-repeat;background-position:-1000px -1000px;}
|
2277
|
+
html[xmlns] a.link_btn_style{display:table;}
|
2278
|
+
a.link_btn_style:hover {color:#fff;}
|
2279
|
+
a.link_btn_style div,
|
2280
|
+
a.link_btn_style span{cursor:pointer;float:left;line-height:15px;padding:0px 0px 2px 0px;background-repeat:no-repeat;background-position:bottom left;}
|
2281
|
+
a.link_btn_style div div{padding:0px 2px 0px 0px;background-position:top right;}
|
2282
|
+
a.link_btn_style div div div{padding:0px;background-position:top left;}
|
2283
|
+
a.link_btn_style span.btn_text{display:inline;margin:2px -2px -2px 2px;padding:2px 19px 5px 17px;background-position:bottom right;}
|
2284
|
+
* html a.link_btn_style span{position:relative;}
|
2285
|
+
.confirm_buttons{margin:20px auto 0px;}
|
2286
|
+
.confirm_button{float:left;}
|
2287
|
+
.confirm_button a.link_btn_style{ background-image:url(/images/confirm_button_active.gif);}
|
2288
|
+
.confirm_button a.link_btn_style div,
|
2289
|
+
.confirm_button a.link_btn_style span{background-image:url(/images/confirm_button.gif);}
|
2290
|
+
.confirm_button a.link_btn_style:active div,
|
2291
|
+
.confirm_button a.link_btn_style:active span{background-image:url(/images/confirm_button_active.gif);}
|
2292
|
+
.confirm_button a.link_btn_style span{padding:5px 10px 7px 8px;}
|
2293
|
+
.confirm_button a.link_btn_style strong{font-size:14px;color:#fff;padding-left:22px;background:url(/images/confirm_button_add_icon.gif) no-repeat left 3px;}
|
2294
|
+
* html .confirm_button a.link_btn_style span{padding:6px 10px 7px 8px;}
|
2295
|
+
.confirm_button a.link_btn_style:hover strong{text-decoration:underline;}
|
2296
|
+
.confirm_button.disabled a.link_btn_style{cursor:default;background:none;}
|
2297
|
+
.confirm_button.disabled a.link_btn_style div{background:#eee;border:solid 1px #aaa;cursor:default;}
|
2298
|
+
.confirm_button.disabled a.link_btn_style div,
|
2299
|
+
.confirm_button.disabled a.link_btn_style span{background:#eee;}
|
2300
|
+
.confirm_button.disabled a.link_btn_style span{background:none;cursor:default;padding:1px 9px 4px 7px;}
|
2301
|
+
.confirm_button.disabled a.link_btn_style span,
|
2302
|
+
.confirm_button.disabled a.link_btn_style div div,
|
2303
|
+
.confirm_button.disabled a.link_btn_style div div div{background:none;border:none;}
|
2304
|
+
.confirm_button.disabled a.link_btn_style strong{color:#777;background:url(/images/confirm_button_add_icon_disabled.gif) no-repeat left 3px;}
|
2305
|
+
.confirm_button.disabled a.link_btn_style:hover strong{text-decoration:none;}
|
2306
|
+
.confirm_button.disabled a.link_btn_style:active div{background:#eee;}
|
2307
|
+
.del-confirm .del-header {border-bottom:1px solid #d8dfea;}
|
2308
|
+
.del-confirm .highlight-border p {margin:8px 0;}
|
2309
|
+
.del-confirm {margin:30px auto 40px;background:#fff;}
|
2310
|
+
.del-confirm p.del-button {margin-bottom:0; }
|
2311
|
+
.confirm_cancel {
|
2312
|
+
float:left;
|
2313
|
+
padding:10px;
|
2314
|
+
}
|
2315
|
+
|
2316
|
+
|
2317
|
+
|
2318
|
+
.add {
|
2319
|
+
background:#E0E5EE none repeat scroll 0 0;
|
2320
|
+
border-top:1px solid #899CC1;
|
2321
|
+
margin:0;
|
2322
|
+
padding:10px;
|
2323
|
+
margin-bottom:20px;
|
2324
|
+
}
|
2325
|
+
|
2326
|
+
|
2327
|
+
|
2328
|
+
|
2329
|
+
|
2330
|
+
.friend-selector3 {
|
2331
|
+
}
|
2332
|
+
|
2333
|
+
.friend-selector3 .friend-selector-search {
|
2334
|
+
padding:10px 0px;
|
2335
|
+
}
|
2336
|
+
|
2337
|
+
.friend-selector3 .friend-selector-search input {
|
2338
|
+
border:1px solid #BDC7D8;
|
2339
|
+
padding-top:3px;
|
2340
|
+
padding-bottom:3px;
|
2341
|
+
width:250px!important;
|
2342
|
+
}
|
2343
|
+
|
2344
|
+
.friend-selector3 .selections {
|
2345
|
+
float:left;
|
2346
|
+
list-style-type:none;
|
2347
|
+
}
|
2348
|
+
|
2349
|
+
|
2350
|
+
|
2351
|
+
.friend-selector3 .selections li a {
|
2352
|
+
color:#627AAD;
|
2353
|
+
}
|
2354
|
+
|
2355
|
+
.friend-selector3 .selections li {
|
2356
|
+
float:left;
|
2357
|
+
padding:4px 7px;
|
2358
|
+
text-align:center;
|
2359
|
+
width:100px;
|
2360
|
+
cursor:pointer;
|
2361
|
+
}
|
2362
|
+
|
2363
|
+
.friend-selector3 .selections li.view_on {
|
2364
|
+
background:#FFFFFF url(/images/multi_friend_selector_view_bg.gif) repeat-x scroll center top;
|
2365
|
+
text-shadow:2px 2px #FFFFFF;
|
2366
|
+
}
|
2367
|
+
|
2368
|
+
|
2369
|
+
|
2370
|
+
|
2371
|
+
|
2372
|
+
|
2373
|
+
/* frame-box */
|
2374
|
+
|
2375
|
+
.frame-box {
|
2376
|
+
border:5px solid #E5E5E5;
|
2377
|
+
float:left;
|
2378
|
+
margin:0;
|
2379
|
+
padding:0;
|
2380
|
+
width:648px;
|
2381
|
+
}
|
2382
|
+
|
2383
|
+
.frame-content {
|
2384
|
+
border:1px solid #AAAAAA;
|
2385
|
+
margin:0;
|
2386
|
+
padding:0;
|
2387
|
+
width:646px;
|
2388
|
+
}
|
2389
|
+
|
2390
|
+
.page-entries-info {
|
2391
|
+
padding:2px 5px;
|
2392
|
+
}
|
2393
|
+
|
2394
|
+
.browser-upgrade-notification {
|
2395
|
+
padding:10px;
|
2396
|
+
background-color:yellow;
|
2397
|
+
text-align:center;
|
2398
|
+
margin-left:auto;
|
2399
|
+
margin-right:auto;
|
2400
|
+
width:980px;
|
2401
|
+
}
|
2402
|
+
|
2403
|
+
.notifications {
|
2404
|
+
padding:5px;
|
2405
|
+
}
|
2406
|
+
|
2407
|
+
.notifications li {
|
2408
|
+
padding:2px 5px;
|
2409
|
+
}
|
2410
|
+
|
2411
|
+
|
2412
|
+
|
2413
|
+
|
2414
|
+
.wall-post {
|
2415
|
+
float:none;
|
2416
|
+
margin-bottom:5px;
|
2417
|
+
overflow:hidden;
|
2418
|
+
}
|
2419
|
+
|
2420
|
+
.wall-image {
|
2421
|
+
background:transparent url(/images/feedcomment_quote_nub.gif) no-repeat scroll 38px 10px;
|
2422
|
+
float:left;
|
2423
|
+
padding-right:8px;
|
2424
|
+
text-align:left;
|
2425
|
+
}
|
2426
|
+
|
2427
|
+
.wall-content {
|
2428
|
+
background:#F2F4F7 none repeat scroll 0 0;
|
2429
|
+
border-bottom:1px solid #D8DFEA;
|
2430
|
+
float:left;
|
2431
|
+
padding:3px 3px 3px 6px;
|
2432
|
+
width:280px;
|
2433
|
+
}
|
2434
|
+
|
2435
|
+
.wall-comment-box {
|
2436
|
+
margin-bottom:2px;
|
2437
|
+
margin-left:-4px;
|
2438
|
+
padding-left:4px;
|
2439
|
+
position:relative;
|
2440
|
+
}
|
2441
|
+
|
2442
|
+
.wall-content .wall-comment-box textarea {
|
2443
|
+
height:27px;
|
2444
|
+
margin:0;
|
2445
|
+
overflow:auto;
|
2446
|
+
width:260px;
|
2447
|
+
}
|
2448
|
+
|
2449
|
+
|
2450
|
+
.wall-from {
|
2451
|
+
color:#999999;
|
2452
|
+
font-weight:bold;
|
2453
|
+
margin-bottom:2px;
|
2454
|
+
}
|
2455
|
+
|
2456
|
+
.wall-comments-add-box {
|
2457
|
+
background:transparent none repeat scroll 0 0;
|
2458
|
+
border:0 none;
|
2459
|
+
padding:0;
|
2460
|
+
}
|
2461
|
+
|
2462
|
+
.show-status-box {
|
2463
|
+
border:none;
|
2464
|
+
}
|
2465
|
+
|
2466
|
+
.show-status-box .show-box-left {
|
2467
|
+
width:100px;
|
2468
|
+
}
|
2469
|
+
|
2470
|
+
.show-status-box .show-box-left img {
|
2471
|
+
width:60px;
|
2472
|
+
}
|
2473
|
+
|
2474
|
+
#status-field {
|
2475
|
+
position:relative;
|
2476
|
+
}
|
2477
|
+
|
2478
|
+
#doing-submit {
|
2479
|
+
position:absolute;
|
2480
|
+
right:10px;
|
2481
|
+
top:1px;
|
2482
|
+
}
|
2483
|
+
|
2484
|
+
.field-wrapper {
|
2485
|
+
padding:2px 7px;
|
2486
|
+
line-height:20px;
|
2487
|
+
margin:2px 4px;
|
2488
|
+
border:1px solid #BDC7D8;
|
2489
|
+
width:320px;
|
2490
|
+
background-color:white;
|
2491
|
+
}
|
2492
|
+
|
2493
|
+
.field-wrapper input {
|
2494
|
+
border:none;
|
2495
|
+
width:200px;
|
2496
|
+
}
|
2497
|
+
|
2498
|
+
#current-status {
|
2499
|
+
padding:5px 10px;
|
2500
|
+
}
|
2501
|
+
|
2502
|
+
.composer-tab-panels .tab-panel {
|
2503
|
+
background-color:white;
|
2504
|
+
}
|
2505
|
+
|
2506
|
+
|
2507
|
+
|
2508
|
+
/* composer tabs */
|
2509
|
+
.composer-tabs ul{list-style:none;font-weight:bold;margin:0px;padding:0px 0px 3px 0px;height:auto;}
|
2510
|
+
.composer-tabs ul li{float:left;display:block;margin-right:1px;}
|
2511
|
+
.composer-tabs ul li.hidden-elem{display:none;}
|
2512
|
+
.composer-tabs ul li .composer-tab-arrow{background:transparent url('/images/profile/composer_tab_selected_arrow.gif') no-repeat bottom center;display:block;}
|
2513
|
+
.composer-tabs ul li .composer-tab-rounded{background:transparent url('/images/profile/composer_tab_selected.gif') no-repeat;}
|
2514
|
+
.composer-tabs ul li .composer-tab-rounded-tr{background-position:top right;}
|
2515
|
+
.composer-tabs ul li .composer-tab-rounded-bl{background-position:bottom left;}
|
2516
|
+
.composer-tabs ul li .composer-tab-rounded-br{background-position:bottom right;}
|
2517
|
+
.composer-tabs ul li a.tab-link{background-position:5px 4px;background-repeat:no-repeat;display:block;padding:6px 6px 10px 26px;}
|
2518
|
+
.composer-tabs ul li.selected a{color:#565656;}
|
2519
|
+
.composer-tabs ul li.selected a:hover{text-decoration:none;}
|
2520
|
+
.composer-rounded{background:url(/images/composer_well.gif) no-repeat;}
|
2521
|
+
.composer-rounded-tr{background-position:top right;}
|
2522
|
+
.composer-rounded-bl{background-position:bottom left;}
|
2523
|
+
.composer-rounded-br{background-position:bottom right;}
|
2524
|
+
|
2525
|
+
.activity-time-separator {
|
2526
|
+
/*background-color:#BDC7D8;*/
|
2527
|
+
padding:3px 6px;
|
2528
|
+
font-weight:bold;
|
2529
|
+
}
|
2530
|
+
|
2531
|
+
.user-comment-show-box,
|
2532
|
+
.wall-picture-show-box
|
2533
|
+
{
|
2534
|
+
border:none;
|
2535
|
+
}
|
2536
|
+
|
2537
|
+
.wall_picture-activity {
|
2538
|
+
padding:0px;
|
2539
|
+
}
|
2540
|
+
|
2541
|
+
.wall-picture-show-box .show-box-left {
|
2542
|
+
width:100px;
|
2543
|
+
}
|
2544
|
+
|
2545
|
+
.university-selector-node {
|
2546
|
+
width:30%;
|
2547
|
+
float:left;
|
2548
|
+
display:block;
|
2549
|
+
}
|
2550
|
+
|
2551
|
+
/*
|
2552
|
+
* fly menu
|
2553
|
+
*/
|
2554
|
+
.flymenu {
|
2555
|
+
display:none;
|
2556
|
+
position:absolute;
|
2557
|
+
width:200px;
|
2558
|
+
background-color:white;
|
2559
|
+
z-index:2;
|
2560
|
+
}
|
2561
|
+
|
2562
|
+
.flymenu .flymenu-head {
|
2563
|
+
border:1px solid #333333;
|
2564
|
+
margin:-1px 0 0;
|
2565
|
+
padding:3px;
|
2566
|
+
position:relative
|
2567
|
+
}
|
2568
|
+
|
2569
|
+
.flymenu .flymenu-head h2 {
|
2570
|
+
float:left;
|
2571
|
+
width:160px;
|
2572
|
+
padding:2px 3px;
|
2573
|
+
color:#999;
|
2574
|
+
}
|
2575
|
+
|
2576
|
+
.flymenu .flymenu-head span {
|
2577
|
+
width:20px;
|
2578
|
+
float:right;
|
2579
|
+
}
|
2580
|
+
|
2581
|
+
.flymenu .flymenu-body {
|
2582
|
+
background:#efefef none repeat scroll 0 0;
|
2583
|
+
border-color:-moz-use-text-color #333333 #333333;
|
2584
|
+
border-style:none solid solid;
|
2585
|
+
border-width:0 1px 1px;
|
2586
|
+
clear:left;
|
2587
|
+
width:170px;
|
2588
|
+
float:left;
|
2589
|
+
margin:-1px 0 0;
|
2590
|
+
padding:0;
|
2591
|
+
position:relative;
|
2592
|
+
}
|
2593
|
+
|
2594
|
+
.flymenu .flymenu-body ul li {
|
2595
|
+
}
|
2596
|
+
|
2597
|
+
.flymenu .flymenu-body ul li span {
|
2598
|
+
display:block;
|
2599
|
+
padding:3px 5px ;
|
2600
|
+
color:#999;
|
2601
|
+
}
|
2602
|
+
|
2603
|
+
.flymenu .flymenu-body ul li hr {
|
2604
|
+
color:#eee;
|
2605
|
+
background-color:#eee;
|
2606
|
+
border-color:#eee;
|
2607
|
+
margin:2px 5px;
|
2608
|
+
}
|
2609
|
+
|
2610
|
+
.flymenu .flymenu-body ul li a {
|
2611
|
+
padding:3px 5px ;
|
2612
|
+
display:block;
|
2613
|
+
cursor:pointer;
|
2614
|
+
}
|
2615
|
+
.flymenu .flymenu-body ul li a:hover {
|
2616
|
+
background-color:#899bc1;
|
2617
|
+
color:white;
|
2618
|
+
text-decoration:none;
|
2619
|
+
}
|
2620
|
+
|
2621
|
+
/* right */
|
2622
|
+
.flymenu-right .flymenu-head h2 {
|
2623
|
+
float:right;
|
2624
|
+
text-align:right;
|
2625
|
+
}
|
2626
|
+
|
2627
|
+
.flymenu-right .flymenu-head span {
|
2628
|
+
/*float:left;*/
|
2629
|
+
}
|
2630
|
+
|
2631
|
+
.flymenu-right .flymenu-body {
|
2632
|
+
float:right;
|
2633
|
+
}
|
2634
|
+
|
2635
|
+
|
2636
|
+
|
2637
|
+
/* application */
|
2638
|
+
.more-minifeeds a {
|
2639
|
+
background:transparent url(/images/white_dropdown_closed.gif) no-repeat scroll center center;
|
2640
|
+
}
|
2641
|
+
|
2642
|
+
.more-minifeeds a:hover,
|
2643
|
+
.more-minifeed-menu-handler {
|
2644
|
+
background:#5d74a2 url(/images/white_dropdown_open.gif) no-repeat scroll center center;
|
2645
|
+
}
|