-
Notifications
You must be signed in to change notification settings - Fork 0
/
postratings-css.css
56 lines (47 loc) · 1.18 KB
/
postratings-css.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
/*
+----------------------------------------------------------------+
| |
| WordPress Plugin: WP-PostRatings |
| Copyright (c) 2012 Lester "GaMerZ" Chan |
| |
| File Written By: |
| - Lester "GaMerZ" Chan |
| - http://lesterchan.net |
| |
| File Information: |
| - Post Ratings CSS File |
| - wp-content/plugins/wp-postratings/postratings-css.css |
| |
+----------------------------------------------------------------+
*/
.post-ratings {
width:100%;
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
/* background-color: #ffffff; */
}
.post-ratings-loading {
height: 16px;
text-align: left;
}
.post-ratings-image {
border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
border: 0px;
padding: 0px 10px 0px 0px;
margin: 0px;
}
.post-ratings-loading IMG {
display: none;
}
.post-ratings-text {
}
.post-ratings-comment-author {
font-weight: normal;
font-style: italic;
}
.ratings-scores {
position: absolute;
}