-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathranking.css
More file actions
105 lines (90 loc) · 1.55 KB
/
ranking.css
File metadata and controls
105 lines (90 loc) · 1.55 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
.main_content{
float: left;
width: 80%;
}
.main_content h1 a[href]{
color: orange;
text-decoration-line: none;
}
.rank #res_cnt{
float: left;
width: 33%
}
.rank #review{
float: left;
width: 33%
}
.rank #star{
float: left;
width: 33%
}
.rank h3{
text-align: center;
}
/* chart =====================================*/
.hGraph{
margin: 50px 20px 50px 20px;
}
.hGraph ul{
margin:0 50px 0 50px;
padding:1px 0 0 0;
border:1px solid #ddd; border-top:0; border-bottom:0; border-right:0;
font-size:15px;
list-style:none;
}
.hGraph li{
position:relative;
margin:20px 0;
white-space:nowrap;
vertical-align:top;
}
.hGraph .gTerm{
position:absolute;
width:40px; top:0; left:-50px;
line-height:20px;
text-align:right;
color:#767676;
font-weight:bold;
}
.hGraph .gBar{
position:relative;
display:inline-block;
height:20px;
border:1px solid #ccc; border-left:0;
background:#e9e9e9;
}
.hGraph .gBar span{
position:absolute;
width:40px;
line-height:20px;
top:0; right:-50px;
color:#767676;
}
/*============================================*/
#review ul li{
padding: 10px 0 10px 0;
}
#star ul li{
padding: 10px 0 10px 0;
}
#line{
display: block;
width:1px;
height:180%;
background-color: gray;
position:absolute;
top:0;
bottom:0;
right: 20%;
}
form{
float: right;
}
.mymenu{
float: right;
width: 200px;
}
.mymenu input{
width: 100px;
margin: 10px;
}