2013-09-06 03:37:07 +08:00
|
|
|
a.loading-onebox {
|
|
|
|
background: {
|
|
|
|
image: image-url("spinner_96.gif");
|
|
|
|
position: 0;
|
|
|
|
size: 20px;
|
|
|
|
height: 25px;
|
|
|
|
repeat: no-repeat;
|
|
|
|
};
|
|
|
|
padding-left: 25px;
|
|
|
|
}
|
|
|
|
|
2013-11-14 12:10:47 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.onebox-result {
|
2015-08-20 01:27:17 +08:00
|
|
|
@include post-aside;
|
|
|
|
|
2014-01-28 06:58:53 +08:00
|
|
|
margin-top: 15px;
|
2013-12-20 07:32:39 +08:00
|
|
|
padding: 12px 25px 12px 12px;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1em;
|
2013-09-06 03:37:07 +08:00
|
|
|
> .source {
|
2013-11-14 12:10:47 +08:00
|
|
|
margin-bottom: 12px;
|
2013-09-06 03:37:07 +08:00
|
|
|
margin-right: 10px;
|
|
|
|
display: block;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2013-09-06 03:37:07 +08:00
|
|
|
position: relative;
|
2013-11-14 12:10:47 +08:00
|
|
|
height: 20px;
|
2013-09-06 03:37:07 +08:00
|
|
|
.info {
|
|
|
|
a {
|
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
2013-11-14 12:10:47 +08:00
|
|
|
padding-right: 10px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
position: absolute;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1em;
|
2013-09-06 03:37:07 +08:00
|
|
|
img.favicon {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-02-27 06:15:57 +08:00
|
|
|
|
2014-03-06 14:14:51 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.onebox-result-body {
|
|
|
|
padding-top: 5px;
|
|
|
|
img {
|
2013-12-20 07:32:39 +08:00
|
|
|
max-height: 80%;
|
2014-01-02 19:15:47 +08:00
|
|
|
max-width: 25%;
|
|
|
|
height: auto;
|
2013-12-20 07:32:39 +08:00
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
h3, h4 {
|
2015-07-22 01:21:26 +08:00
|
|
|
margin: 0;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
code {
|
|
|
|
max-height: 400px;
|
|
|
|
}
|
|
|
|
.metrics {
|
|
|
|
clear: both;
|
|
|
|
padding-bottom: 25px;
|
|
|
|
.metric {
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 33px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// RottenTomatoes Onebox
|
|
|
|
.onebox-result {
|
|
|
|
.onebox-result-body {
|
2013-12-20 07:32:39 +08:00
|
|
|
img.verdict {
|
|
|
|
float: none;
|
2013-09-06 03:37:07 +08:00
|
|
|
margin-right: 7px;
|
|
|
|
}
|
|
|
|
img.popcorn {
|
|
|
|
float: none;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-01-28 06:58:53 +08:00
|
|
|
|
|
|
|
@mixin onebox-favicon($class, $image) {
|
|
|
|
&.#{$class} .source {
|
2015-08-19 13:02:01 +08:00
|
|
|
background: image-url("favicons/#{$image}.png") no-repeat;
|
2014-01-28 06:58:53 +08:00
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
aside.onebox {
|
2015-08-20 01:27:17 +08:00
|
|
|
@include post-aside;
|
|
|
|
|
2014-01-28 06:58:53 +08:00
|
|
|
padding: 12px 25px 12px 12px;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1em;
|
2014-01-28 06:58:53 +08:00
|
|
|
|
|
|
|
header {
|
|
|
|
a[href] {
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2014-01-28 06:58:53 +08:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@include onebox-favicon('stackexchange', 'stackexchange');
|
|
|
|
@include onebox-favicon('twitterstatus', 'twitter');
|
|
|
|
@include onebox-favicon('wikipedia', 'wikipedia');
|
|
|
|
@include onebox-favicon('githubblob', 'github');
|
2015-03-10 22:22:29 +08:00
|
|
|
@include onebox-favicon('githubcommit', 'github');
|
|
|
|
@include onebox-favicon('githubpullrequest', 'github');
|
|
|
|
@include onebox-favicon('githubissue', 'github');
|
|
|
|
@include onebox-favicon('githubgist', 'github');
|
2014-02-22 05:10:20 +08:00
|
|
|
@include onebox-favicon('amazon', 'amazon');
|
2014-01-28 06:58:53 +08:00
|
|
|
|
|
|
|
|
|
|
|
.onebox-body {
|
|
|
|
clear: both;
|
|
|
|
|
2014-02-27 08:13:36 +08:00
|
|
|
h3, h4 {
|
2014-01-28 06:58:53 +08:00
|
|
|
font-size: 1.17em;
|
2015-07-22 01:21:26 +08:00
|
|
|
margin: 10px 0;
|
2014-01-28 06:58:53 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
a[href] {
|
2015-08-21 07:33:44 +08:00
|
|
|
color: dark-light-choose(scale-color($tertiary, $lightness: -20%), $tertiary);
|
2014-01-28 06:58:53 +08:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a[href]:visited {
|
2015-08-21 07:33:44 +08:00
|
|
|
color: dark-light-choose(scale-color($tertiary, $lightness: -20%), $tertiary);
|
2014-01-28 06:58:53 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-height: 80%;
|
2015-04-14 10:32:01 +08:00
|
|
|
max-width: 20%;
|
2014-01-28 06:58:53 +08:00
|
|
|
height: auto;
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-04-24 11:42:27 +08:00
|
|
|
aside.onebox .onebox-body .onebox-avatar {
|
|
|
|
max-height: none;
|
|
|
|
max-width: none;
|
|
|
|
height: 90px;
|
|
|
|
width: 90px;
|
2014-03-25 12:52:40 +08:00
|
|
|
}
|
2014-05-23 09:55:50 +08:00
|
|
|
|
|
|
|
blockquote {
|
|
|
|
aside.onebox {
|
2015-08-20 01:27:17 +08:00
|
|
|
@include post-aside;
|
2014-10-18 00:32:24 +08:00
|
|
|
}
|
|
|
|
}
|
2014-09-28 12:37:21 +08:00
|
|
|
|
|
|
|
// -- Onebox Github Code Blob --
|
|
|
|
pre.onebox code ol.lines li:before {
|
|
|
|
position: absolute;
|
|
|
|
display:inline-block;
|
|
|
|
width:35px;
|
|
|
|
left: -40px;
|
2015-08-19 06:02:41 +08:00
|
|
|
background: dark-light-choose(#F7F7F7, #070707);
|
2014-09-28 12:37:21 +08:00
|
|
|
color:#AFAFAF;
|
|
|
|
text-align:right;
|
|
|
|
padding-right:5px;
|
|
|
|
font-size:12px;
|
|
|
|
line-height: 1.9em;
|
|
|
|
content: counter(li-counter);
|
|
|
|
counter-increment: li-counter;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
pre.onebox code ol{
|
|
|
|
margin-left:0px;
|
2014-10-11 20:32:40 +08:00
|
|
|
line-height:1.5em;
|
2014-09-28 12:37:21 +08:00
|
|
|
}
|
2015-08-19 06:02:41 +08:00
|
|
|
pre.onebox code {
|
|
|
|
background-color: dark-light-choose(#fff, #000);
|
|
|
|
}
|
2014-09-28 12:37:21 +08:00
|
|
|
pre.onebox code li{
|
|
|
|
padding-left:5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre.onebox code ol.lines{
|
|
|
|
position:relative;
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre.onebox code ol.lines li {
|
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 5px;
|
|
|
|
margin-left: 0px;
|
|
|
|
border-left: 1px solid #CFCFCF;
|
2014-10-18 00:32:24 +08:00
|
|
|
min-height: 1.5em; //show empty li lines
|
2014-09-29 12:26:16 +08:00
|
|
|
white-space: pre;
|
2014-09-28 12:37:21 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
pre.onebox code li.selected{
|
2015-08-19 06:02:41 +08:00
|
|
|
background-color: dark-light-choose(#F8EEC7, #541);
|
2014-09-28 12:37:21 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
pre.onebox code {
|
2014-10-18 00:32:24 +08:00
|
|
|
white-space: normal;
|
2014-09-28 12:37:21 +08:00
|
|
|
}
|
2014-09-29 12:33:20 +08:00
|
|
|
|
|
|
|
//Onebox - Github - Pull request
|
|
|
|
.onebox-body .github-commit-status {
|
|
|
|
background: #F5F5F5;
|
|
|
|
border-radius: 5px;
|
|
|
|
margin:0px 0px 5px 100px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.onebox-body .status_tag {
|
|
|
|
display:inline-block;
|
|
|
|
color:#fff;
|
|
|
|
padding:1px 4px;
|
|
|
|
border-radius:3px;
|
|
|
|
font-weight:bold;
|
|
|
|
margin-bottom:5px;
|
|
|
|
text-transform:capitalize;
|
|
|
|
}
|
|
|
|
|
|
|
|
.onebox-body .build_status
|
|
|
|
{
|
|
|
|
padding: 2px;
|
|
|
|
font-size:12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.onebox-body .status_tag.open {
|
|
|
|
background-color:#6cc644;
|
|
|
|
}
|
|
|
|
.onebox-body .status_tag.merged{
|
2014-10-18 00:32:24 +08:00
|
|
|
background-color:#6e5494;
|
2014-09-29 12:33:20 +08:00
|
|
|
}
|
|
|
|
.onebox-body .status_tag.closed {
|
|
|
|
background-color:#bd2c00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.onebox-body .github-content-right{
|
|
|
|
margin-left:100px;
|
|
|
|
}
|
2015-07-11 04:22:16 +08:00
|
|
|
|
2015-07-22 01:21:26 +08:00
|
|
|
//Onebox - Twitter - Status
|
|
|
|
aside.onebox.twitterstatus .onebox-body {
|
|
|
|
h4 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.onebox.twitterstatus {
|
|
|
|
.thumbnail {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
float: left;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
margin-top: 5px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.date {
|
|
|
|
clear: left;
|
|
|
|
}
|
2015-07-11 04:22:16 +08:00
|
|
|
}
|