-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
103 lines (93 loc) · 1.53 KB
/
style.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
body {
background: #e3e8ec;
}
#search {
height: 40px;
padding: 10px;
text-align: center;
position: fixed;
width: 240px;
margin: 0 auto;
z-index: 100;
left: 50%;
top: 0;
margin-left: -130px;
border-radius:0 0 5px 5px;
}
.search-wrap {
background: white;
line-height: 30px;
height: 30px;
text-align: left;
border-radius: 3px;
width: 230px;
margin: 0;
border: 1px solid #ddd;
}
#photos-wrap {
width: 810px;
margin: 70px auto 40px auto;
position: relative;
z-index: 1;
}
.photo .avatar {
width: 40px;
height: 40px;
padding: 2px;
position: absolute;
bottom: 11px;
right: 8px;
background: white;
}
.photo {
margin-bottom: 20px;
float: left;
position: relative;
width: 250px;
height: 250px;
border-radius: 5px;
background: white;
padding: 5px;
margin: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.photo .heart {
height: 16px;
position: absolute;
left: 13px;
bottom: 16px;
padding: 0 5px 0 22px;
font-size: 12px;
font-weight: bold;
line-height: 16px;
border-radius: 2px;
border: 1px solid #ddd;
background: white url('../images/fav.png') no-repeat 2px 0;
}
.paginate {
display: block;
clear: both;
margin: 10px;
text-align: center;
margin: 0 auto;
padding: 20px 0;
height: 100px;
}
.follower-list-wrap {
width: 500px;
float: left;
margin-left: 10px;
}
.following-list-wrap {
float: left;
width: 500px;
}
.difference-list-wrap {
float: left;
width: 500px;
}
.da-info {
width: 800px;
margin: 100px auto;
font-size: 1.5em;
}