apprec.css
1.24 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
/*
* Result Recommendation
*/
#result-thumbnail .item {
display: block;
width: 190px;
height: 200px;
overflow: hidden;
float: left;
text-align: center;
border-radius: 5px;
}
#result-thumbnail .item:hover {
background-color: #dfdfdf;
}
#result-thumbnail .item h3 {
margin: 5px;
padding: 0px;
color: gray;
}
a.link-thumb img {
height: 100px;
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;
}
#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;
}