-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbig-star.css
56 lines (49 loc) · 1.05 KB
/
big-star.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
.hatena-star-star-container {
font-size: 18px;
}
.hatena-star-comment-button {
width: 44px;
height: 30px;
}
.hatena-star-add-button {
width: 32px;
height: 32px;
margin: 1px !important;
}
.hatena-star-add-button-image {
background-image: url(http://cdn.www.st-hatena.com/images/one/touch/star_button_small2@2x.png);
}
.hatena-big-star-star-container {
display: inline-block;
position: relative;
width: 32px;
height: 32px;
margin: 1px;
vertical-align: middle;
border-radius: 2px;
overflow: hidden;
}
.hatena-big-star-user {
width: 32px;
height: 32px;
position: absolute;
top: 0px;
left: 0px;
margin: 0px;
padding: 0px;
margin-bottom: 0px !important;
z-index: 100;
border-radius: 3px;
}
.hatena-big-star-star {
position: absolute;
bottom: 0px;
left: 0px;
margin: 0px;
padding: 0px;
margin-bottom: 0px !important;
z-index: 110;
background: rgba(255, 255, 255, 0.6);
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
}