style.css
1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.box-1 {
margin: 0 200px 0 0;
}
.box-1 .blocks {
width: 100%;
float: right;
}
.box-2 {
position: relative;
float: right;
width: 190px;
}
#leave_scrap_content_limit,
#leave_scrap_content_left {
float: none;
}
#profile-activity ul,
#profile-network ul,
#profile-wall ul {
width: 620px;
}
.profile-activity-lead {
width: 534px;
}
#profile-wall textarea {
width: 534px;
}
#profile-wall #leave_scrap textarea {
width: 640px;
}
#profile-wall li textarea {
width: 548px;
}
.profile-activity-article-forum .profile-activity-lead {
background: url(/images/forum-activity-bg-onecol.png);
width: 489px;
}
#profile-wall li.profile-activity-item.upload_image span,
#profile-wall li.profile-activity-item.upload_image span img,
#profile-wall li.profile-activity-item.upload_image span a,
#profile-network li.profile-activity-item.upload_image span,
#profile-network li.profile-activity-item.upload_image span img,
#profile-network li.profile-activity-item.upload_image span a {
width: 178px;
height: 144px;
}
#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span,
#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a img,
#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a,
#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span,
#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a img,
#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a {
max-width: 540px;
}