-
Notifications
You must be signed in to change notification settings - Fork 624
/
Copy pathindex.css
131 lines (114 loc) · 2.11 KB
/
index.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
.screenshot img
{
border: 1px solid #bcbebf;
border-radius: 8px;
}
.downloads .platforms_
{
margin-bottom: 28px;
}
.downloads .platform_ .button
{
background:url("images/download.png") 5px 8px no-repeat,linear-gradient(to bottom,#eff0f1 0%,#dbdcdd 100%);
padding: 0 12px 0 25px;
margin-right: 6px;
}
.downloads .platform_ .button:active
{
background: url("images/download.png") 5px 8px no-repeat,linear-gradient(to bottom,#a7a7a8 0%,#cccdce 100%);
}
.downloads .platform_ .button.disabled
{
background: url("images/download.png") 5px 8px no-repeat,transparent;
}
.downloads .platform_ .button
{
}
.downloads .platform_ .button.blue_
{
border-color: #30a3e1;
color: #1f6893;
}
.body .description
{
line-height: 38px;
}
.body .links_
{
border-bottom: 1px solid #bcbebf;
}
.body .links_ a
{
font-size: 16px;
padding: 4px 6px 4px 0;
}
.body .user_review
{
display: inline-block;
border: 1px solid #bcbebf;
border-radius: 4px;
background: #f7f8f9;
margin-right: 2px;
margin-bottom: 6px;
vertical-align: top;
width: 450px;
padding: 12px;
overflow: hidden;
text-overflow: ellipsis;
}
.body .user_review > .title_
{
font-size: 16px;
margin-top: 8px;
padding: 12px 0 12px 0;
}
.body .user_review > .title_ h4
{
margin: 0;
padding: 0;
}
.body .user_review > .desc_
{
font-size: 16px;
line-height: 20px;
white-space:normal;
word-break:keep-all;
}
.body .user_review > .name_
{
text-align: right;
margin-top: 8px;
}
.body .user_review > .name_ a
{
font-weight: bold;
font-style: italic;
color: gray;
font-size: 16px;
text-decoration: none;
}
.body .user_review > .name_ a:hover
{
text-decoration: underline;
}
.body .label_
{
font-size: 14px;
display: inline-block;
padding: 10px;
margin: 4px;
border-radius: 18px;
border: 1px solid #bcbebf;
background: white;
text-decoration: none;
}
.body .label_.blue_
{
border-color: #2a8dcb;
}
.body .label_.blue_:hover
{
border-color: #2885bf;
background: rgba(42,141,203,0.1);
color: #1283da;
}