2012-08-10 19:44:04 +02:00
|
|
|
/**
|
|
|
|
* @provides ponder-vote-css
|
|
|
|
*/
|
|
|
|
|
2013-07-29 04:28:00 +02:00
|
|
|
.ponder-votable {
|
|
|
|
float: right;
|
|
|
|
margin: 4px 0 4px 24px;
|
|
|
|
}
|
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
.ponder-votebox {
|
2013-07-29 04:28:00 +02:00
|
|
|
border-radius: 4px;
|
|
|
|
background: #f3f3f3;
|
|
|
|
border: 1px solid #d7d7d7;
|
|
|
|
box-shadow: 1px 1px rgba(0, 0, 0, 0.05);
|
2012-10-01 05:12:35 +02:00
|
|
|
text-align: center;
|
2013-07-29 04:28:00 +02:00
|
|
|
width: 24px;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
.ponder-votebox a {
|
|
|
|
font-size: 20px;
|
2013-07-29 04:28:00 +02:00
|
|
|
line-height: 24px;
|
2012-10-01 05:12:35 +02:00
|
|
|
display: block;
|
2012-08-10 19:44:04 +02:00
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
text-decoration: none;
|
2013-07-29 04:28:00 +02:00
|
|
|
color: #aaaaaa;
|
2012-10-01 05:12:35 +02:00
|
|
|
font-weight: normal;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
.ponder-votebox a.ponder-vote-active {
|
2013-07-29 04:28:00 +02:00
|
|
|
color: {$blue};
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
2013-07-29 04:28:00 +02:00
|
|
|
.ponder-votebox a:hover {
|
|
|
|
color: #ffffff;
|
|
|
|
background: {$blue};
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
.ponder-vote-count {
|
2013-07-29 04:28:00 +02:00
|
|
|
color: #333333;
|
2012-10-01 05:12:35 +02:00
|
|
|
font-size: 14px;
|
2013-07-29 04:28:00 +02:00
|
|
|
line-height: 20px;
|
2012-10-01 05:12:35 +02:00
|
|
|
font-weight: bold;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|