-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfriendsphotos.css
150 lines (144 loc) · 2.84 KB
/
friendsphotos.css
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
#friendsphotos_css {
display: none;
}
#friends_albums .remove {
background: #C4D2E1 url(/images/pics/statusx.gif) no-repeat;
cursor: pointer;
height: 17px;
width: 17px;
position: relative;
top: -2px;
left: 4px;
}
#friends_albums {
padding: 0px 15px;
}
#friends_albums .album {
padding: 15px 0px 0px;
}
#friends_albums .album a.album_more {
display: block;
margin: 5px 8px 0px;
padding: 9px;
text-align: center;
border-top: 1px solid #FFF;
}
#friends_albums .album a.album_more:hover {
text-decoration: none;
background: #E9EDF1;
border-top: 1px solid #DAE1E8;
}
#friends_albums .album a.album_more .progress {
margin: 0px auto;
}
#friends_albums .album .header {
margin: 0px 8px 5px;
padding: 5px;
border-bottom: 1px solid #E1E7ED;
color: #777;
}
#friends_albums .album .header a.name {
font-size: 1.09em;
font-weight: bold;
}
#friends_albums .album .header a.name:hover {
text-decoration: none;
}
#friends_albums .album .header .date {
color: #999;
}
#friends_albums .album .photo_row a {
display: block;
width: 130px;
height: 98px;
overflow: hidden;
text-align: center;
background: #F1F1F1;
}
#friends_albums .no_content {
color: #777;
background: #FFF;
margin-bottom: 9px;
padding: 60px 20px;
text-align: center;
font-size: 1.09em;
}
#friends_albums .album .photo_row {
padding: 9px 9px 9px 10px;
width: 130px;
height: 98px;
display: inline-block;
}
#friends_albums .album .photo_row img {
vertical-align: top;
}
#friends_albums .album_removed {
padding: 25px 9px 10px;
text-align: center;
}
#friends_albums .album_removed .info {
color: #777;
padding-bottom: 10px;
}
#friends_albums .album_removed table {
margin: 0px auto;
}
#friends_albums .album_removed table a {
margin: 0px 5px;
}
#friends_albums .album_removed .progress {
display: block;
visibility: hidden;
}
#friends_albums .album_removed .info_all {
color: #777;
padding: 12px 0px 11px;
}
#friends_albums .album_removed .info_all a {
margin: 0px;
}
#albums_load_more {
margin: 0px 20px 15px;
display: block;
padding: 10px;
border-top: 1px solid #FFF;
text-align: center;
}
#albums_load_more:hover {
text-decoration: none;
background: #E9EDF1;
border-top: 1px solid #DAE1E8;
}
#albums_load_more .progress {
margin: 0px auto;
}
#box_layer .frph_removed_row {
height: 32px;
padding: 5px 0px;
color: #777;
}
#box_layer .frph_removed_row a.fl_l {
width: 42px;
height: 32px;
overflow: hidden;
}
#box_layer .frph_removed_row img {
width: 32px;
}
#box_layer .frph_removed_row a.fl_r, #box_layer .frph_removed_row .progress {
margin-top: 9px;
}
#box_layer .frph_removed_row .text {
padding-top: 3px;
}
#box_layer .frph_remove_cancelled {
display: none;
height: 23px;
padding: 14px 0px 5px;
color: #777;
}
#box_layer .frph_removed_many {
overflow: auto;
height: 420px;
padding: 10px 14px;
}