-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetcomments.css
More file actions
41 lines (38 loc) · 1.06 KB
/
getcomments.css
File metadata and controls
41 lines (38 loc) · 1.06 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
.replyanchor
{
text-decoration:none;color:black; font-size:18px;
}
.thumbsup
{
margin-left: 90px; opacity:0.3; position:absolute; margin-top :-25px;
}
.thumbsup:hover
{
opacity: 1;
}
.thumbsdown
{
position:absolute; margin-top:-17px; margin-left:183px; opacity:0.3
}
.thumbsdown:hover
{
opacity:1;
}
.feedbackscore
{
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none; color:#999;
text-align: center;
width:30px;
border:solid 2px #999;
position:absolute;
margin-top: -22px;
font-weight: bold;
margin-left:130px;
padding:0px 3px 0px 3px;
}
hr{
opacity: 0.4;
}