Added extension: vanilla-voting-0.2beta-0.2beta.zip
[vanilla-miry.git] / extensions / VanillaVoting / theme / vote.css
blob84ee856a93538e26333a38a5c46245a4919326e3
1 ul.DiscussionVote {
2 float:left;
3 width:60px;
4 border:none!important;
5 padding:5px 5px 0 5px!important;
7 li.DiscussionVoteCount {
8 font-size:1.3em;
10 li.DiscussionVoteCount span {
11 color:#3354AA !important
13 ul.DiscussionVote span.DiscussionVoteCountLabel {
14 font-size:0.6em;
15 vertical-align:super;
16 color:#AAAAAA!important;
18 li span input {
19 height:18px;
20 width:22px;
21 border: 0px none;
22 margin:0!important;
23 padding:0!important;
24 cursor:pointer;
26 span.VotedNegative input,
27 span.VotedPositive input {
29 cursor:default;
31 span.Vote input.VotePositive,
32 span.VotedNegative input.VotePositive,
33 span.VotedPositive input.VotePositive{
34 background:#FFFEEC url(vote-button.gif) no-repeat scroll 0pt 0pt;
37 span.Vote input.VotePositive:hover,
38 span.VotedPositive input.VotePositive{
39 background-position:0pt -18px;
42 span.Vote input.VoteNegative,
43 span.VotedPositive input.VoteNegative,
44 span.VotedNegative input.VoteNegative{
45 background:#FFFEEC url(vote-button.gif) no-repeat scroll 0pt -36px;
48 span.Vote input.VoteNegative:hover,
49 span.VotedNegative input.VoteNegative {
50 background-position:0pt -54px;
53 span.NotLoggedIn a{
54 background:#FFFEEC url(vote-button.gif) no-repeat scroll 0pt -72px;
55 height:18px;
56 width:43px;
60 li.VotedNegative,
61 li.VotedNegative ul{
62 background:#F4F4C2 url(disabled-tile.gif) repeat;
64 span a.VotePositive img,
65 span a.VoteNegative img,
66 span.AddCommentVote img{
67 vertical-align:middle;
68 border:none;
70 span.CommentVoteCountLabel,
71 span.BelowViewingThreshold{
72 margin-right:5px;
75 ul.LoveItHistory li span {
76 display:inline;
78 ul.LoveItHistory span.UnLove {
79 text-align:right;
80 float:right;
81 display:block!important;
83 ul.LoveItHistory span.LoveResult,
84 ul.LoveItHistory span.UnLove {
85 padding:3px!important;
87 h2 span {
88 font-size:12px;
89 text-align:right;
90 float:right;
92 span.DiscussionAuthor {
93 margin: 5px 0 0 43px !important;
94 display:block!important;
96 ul.LoveItHistory li {
97 clear:right;
99 ul.LoveItHistory li.odd {
100 background-color:#FEEBFA;