apprec.css
1.57 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
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
#upload-slide {
display: block;
position: absolute;
top: 0px;
left: 0px;
padding: 0px;
}
#header,
#recommender-box {
height: 40px;
}
#submit-button {
height: 42px;
}
#tip-upload {
top: 40px;
width: 420px;
}
#wrap {
max-width: 780px;
}
body.apprec #wrap {
padding-top: 20px;
}
#recommender-box #upfile,
#advanced-button,
#pkgs_list {
display: none;
}
#result-thumbnail .item {
display: block;
width: 190px;
height: 200px;
overflow: hidden;
float: left;
text-align: center;
border-radius: 5px;
margin-left: 30px;
}
#result-thumbnail .item:hover {
background-color: #dfdfdf;
}
#result-thumbnail .item h3 {
margin: 5px;
padding: 0px;
color: gray;
}
a.link-thumb img {
margin: 5px;
border-radius: 4px;
box-shadow: 0 1px 2px gray;
}
/*
* Package Box
*/
#title_pkg {
font-weight: bold;
}
#title_pkg span {
color: gray;
font-style:italic;
font-weight: normal;
font-size: 0.8em;
}
#voting_box {
margin-top: 20px;
}
#debtags_box {
display: block;
float: right;
width: 150px;
font-size: 0.8em;
}
#debtags_box h2 {
font-weight: bold;
}
#debtags_pkg ul {
padding: 3px;
}
#debtags_pkg li {
font-weight: bold;
cursor: pointer;
}
#debtags_pkg li ul li {
font-weight: normal;
margin-left: 5px;
border-left: 1px solid white;
border-bottom: 1px solid white;
cursor: pointer;
}
#debresources_box {
float: left;
margin-top: 20px;
padding: 10px;
}
#debresources_box li {
margin-bottom: 4px;
}
/* Details BOX */
#details_box {
margin-top: 50px;
padding: 20px;
font-size: 0.8;
color: #545454;
}
#details_box h2 {
margin: -5px 0 15px 0px;
color: #000;
}
#details_box li {
margin-bottom: 10px;
}