2012-08-10 19:44:04 +02:00
|
|
|
/**
|
2015-08-05 18:42:39 +02:00
|
|
|
* @provides ponder-view-css
|
2012-08-10 19:44:04 +02:00
|
|
|
*/
|
|
|
|
|
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;
|
2015-06-26 18:33:03 +02:00
|
|
|
border: 1px solid {$blueborder};
|
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 {
|
2015-06-26 18:33:03 +02:00
|
|
|
color: {$darkbluetext};
|
|
|
|
font-size: {$biggerfontsize};
|
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
|
|
|
}
|
2015-08-05 18:42:39 +02:00
|
|
|
|
|
|
|
.ponder-show-comments {
|
|
|
|
text-align: center;
|
|
|
|
padding: 8px;
|
|
|
|
margin: 0 16px;
|
|
|
|
float: right;
|
|
|
|
font-weight: bold;
|
|
|
|
background: #fff;
|
|
|
|
border-bottom: 1px solid {$blueborder};
|
|
|
|
border-left: 1px solid {$lightblueborder};
|
|
|
|
border-right: 1px solid {$lightblueborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .ponder-comments-view {
|
|
|
|
width: 90%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|