2017-06-28 01:08:06 +00:00
|
|
|
object#logo {
|
|
|
|
opacity: 0.8;
|
|
|
|
}
|
|
|
|
|
2018-02-26 02:15:46 +00:00
|
|
|
|
|
|
|
|
2017-11-06 18:08:58 +00:00
|
|
|
article.content-type-scoredlink {
|
|
|
|
|
|
|
|
a.link {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-02-26 02:15:46 +00:00
|
|
|
article.content-type-article footer .date {
|
|
|
|
|
|
|
|
font-family: 'Orbitron';
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
2017-11-06 18:08:58 +00:00
|
|
|
a.tldr {
|
|
|
|
|
|
|
|
display: block;
|
2018-03-08 07:29:37 +00:00
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
height: 4rem;
|
|
|
|
padding-left: 4rem;
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
background: $color_background_light url('/theme/icons/link.svg#dark') no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
color: $color_font_dark;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
2017-11-06 18:08:58 +00:00
|
|
|
font-weight: bold;
|
2018-03-08 07:29:37 +00:00
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 4rem;
|
|
|
|
|
|
|
|
font-family: 'Orbitron';
|
|
|
|
|
|
|
|
transition: color 0.3s linear, background 0.3s linear;
|
2017-11-06 18:08:58 +00:00
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
2018-03-08 07:29:37 +00:00
|
|
|
|
|
|
|
background-image: url('/theme/icons/link.svg');
|
|
|
|
background-color: opacify($color_highlight, -20%);
|
|
|
|
color: $color_font_light;
|
|
|
|
|
2017-11-06 18:08:58 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div#source-link {
|
|
|
|
|
|
|
|
padding: 0.5rem;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:target {
|
|
|
|
|
|
|
|
background: opacify($color_highlight, -30%);
|
|
|
|
color: $color_font_dark;
|
|
|
|
animation: attentionflash 4s infinite;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $color_font_dark;
|
|
|
|
}
|
|
|
|
}
|
2017-06-28 01:08:06 +00:00
|
|
|
}
|