2013-09-07 16:10:55 +02:00
|
|
|
body {
|
2013-06-21 15:39:38 +02:00
|
|
|
background-color: @bodycolor;
|
2013-09-07 14:44:10 +02:00
|
|
|
font-family: @base-font;
|
2014-04-10 17:30:43 +02:00
|
|
|
color: @text-color;
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
.navigation-wrapper {
|
|
|
|
.container();
|
2013-10-11 17:05:23 +02:00
|
|
|
padding: 2em 0 0;
|
2013-09-07 14:44:10 +02:00
|
|
|
font-family: @heading-font;
|
2013-05-24 16:25:31 +02:00
|
|
|
font-weight: 700;
|
|
|
|
text-transform: uppercase;
|
2013-10-14 14:15:44 +02:00
|
|
|
.clearfix();
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
.site-name {
|
|
|
|
.grid(12,10);
|
|
|
|
.prefix(12,1);
|
|
|
|
.suffix(12,1);
|
|
|
|
margin-bottom: 1em;
|
2013-10-11 17:05:23 +02:00
|
|
|
float: none;
|
|
|
|
display: block;
|
2014-02-13 20:20:28 +01:00
|
|
|
.font-rem(24);
|
2014-02-13 19:29:42 +01:00
|
|
|
@media @600px {
|
|
|
|
.grid(12,2);
|
|
|
|
.prefix(12,0.5);
|
|
|
|
.suffix(12,0.5);
|
2014-02-13 20:20:28 +01:00
|
|
|
.font-rem(16);
|
2014-02-13 19:29:42 +01:00
|
|
|
}
|
|
|
|
@media @1382px {
|
|
|
|
.grid(12,1.5);
|
|
|
|
.prefix(12,2);
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
.top-navigation {
|
|
|
|
.grid(12,10);
|
|
|
|
.prefix(12,1);
|
|
|
|
.suffix(12,1);
|
|
|
|
margin-bottom: 1em;
|
2013-10-11 17:05:23 +02:00
|
|
|
float: none;
|
|
|
|
display: block;
|
2014-02-13 19:29:42 +01:00
|
|
|
@media @600px {
|
|
|
|
.grid(12,9);
|
|
|
|
.prefix(12,0);
|
|
|
|
.suffix(12,0);
|
|
|
|
}
|
|
|
|
@media @1382px {
|
|
|
|
.grid(12,8);
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2014-02-13 20:20:28 +01:00
|
|
|
clear: both;
|
|
|
|
list-style-type: none;
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
li {
|
2014-02-13 20:20:28 +01:00
|
|
|
display: block;
|
2013-05-24 16:25:31 +02:00
|
|
|
list-style-type: none;
|
2014-02-13 20:20:28 +01:00
|
|
|
border-bottom: 1px solid lighten(@black,80);
|
|
|
|
border-bottom: 1px solid fade(@black,10);
|
|
|
|
.font-rem(16);
|
|
|
|
&:last-child {
|
|
|
|
border-bottom: 0 solid transparent;
|
|
|
|
}
|
|
|
|
@media @600px {
|
|
|
|
display: inline;
|
|
|
|
margin-right: 25px;
|
|
|
|
white-space: nowrap;
|
|
|
|
border-bottom: 0 solid transparent;
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
a {
|
2014-02-13 20:20:28 +01:00
|
|
|
display: block;
|
|
|
|
padding: 10px 0;
|
2013-05-24 16:25:31 +02:00
|
|
|
decoration: none;
|
|
|
|
border-bottom: 0 solid transparent;
|
2013-06-21 16:01:44 +02:00
|
|
|
.transition(all .2s);
|
2014-02-13 20:20:28 +01:00
|
|
|
@media @600px {
|
|
|
|
display: inline;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-02-13 20:20:28 +01:00
|
|
|
// Navicon lines
|
|
|
|
@button-size: 1.5rem;
|
|
|
|
.line() {
|
|
|
|
display: inline-block;
|
|
|
|
width: @button-size;
|
|
|
|
height: @button-size/7;
|
|
|
|
// line color
|
|
|
|
background: @white;
|
|
|
|
border-radius: @button-size/14;
|
|
|
|
transition: .3s;
|
|
|
|
}
|
|
|
|
.lines-button {
|
|
|
|
padding: @button-size/4 @button-size/2;
|
|
|
|
transition: .3s;
|
|
|
|
cursor: pointer;
|
|
|
|
user-select: none;
|
|
|
|
border-radius: @button-size/7;
|
|
|
|
}
|
|
|
|
.lines-button:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.lines-button:active {
|
|
|
|
transition: 0;
|
|
|
|
}
|
|
|
|
.lines {
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-bottom: @button-size/5;
|
|
|
|
// create middle line
|
|
|
|
.line();
|
|
|
|
position: relative;
|
|
|
|
// create the upper and lower lines as pseudo-elements of the middle line
|
|
|
|
&:before,
|
|
|
|
&:after {
|
|
|
|
.line();
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
content: '';
|
|
|
|
-webkit-transform-origin: @button-size/14 center;
|
|
|
|
transform-origin: @button-size/14 center;
|
|
|
|
}
|
|
|
|
&:before { top: @button-size/4; }
|
|
|
|
&:after { top: -@button-size/4; }
|
|
|
|
}
|
|
|
|
.lines-button:hover {
|
|
|
|
opacity: 1;
|
|
|
|
.lines {
|
|
|
|
&:before { top: @button-size/3.5; }
|
|
|
|
&:after { top: -@button-size/3.5; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.lines-button.x.active .lines {
|
|
|
|
// hide the middle line
|
|
|
|
background: transparent;
|
|
|
|
// overlap the lines by setting both their top values to 0
|
|
|
|
&:before,
|
|
|
|
&:after {
|
|
|
|
-webkit-transform-origin: 50% 50%;
|
|
|
|
transform-origin: 50% 50%;
|
|
|
|
top: 0;
|
|
|
|
width: @button-size;
|
|
|
|
}
|
|
|
|
// rotate the lines to form the x shape
|
|
|
|
&:before {
|
|
|
|
-webkit-transform: rotate3d(0,0,1,45deg);
|
|
|
|
transform: rotate3d(0,0,1,45deg);
|
|
|
|
}
|
|
|
|
&:after {
|
|
|
|
-webkit-transform: rotate3d(0,0,1,-45deg);
|
|
|
|
transform: rotate3d(0,0,1,-45deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// Style the toggle menu link and hide it
|
|
|
|
.nav .navtoogle {
|
|
|
|
.font-rem(18);
|
|
|
|
font-weight: normal;
|
|
|
|
background-color: @black;
|
|
|
|
color: @white;
|
|
|
|
border: none;
|
|
|
|
cursor: pointer;
|
|
|
|
@media @600px {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.nav button {
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
.navtoogle i {
|
|
|
|
z-index:-1;
|
|
|
|
}
|
|
|
|
.icon-menu {
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
// When JavaScript is disabled, we hide the toggle button
|
|
|
|
.no-js .nav .navtoggle {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
// When JavaScript is disabled, we show the menu
|
|
|
|
.no-js .nav ul {
|
|
|
|
max-height: 30em;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
// When JavaScript is enabled, we hide the menu
|
|
|
|
.js .nav ul {
|
|
|
|
max-height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
@media @600px {
|
|
|
|
max-height: 30em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// Displaying the menu when the user has clicked on the button
|
|
|
|
.js .nav .active + ul {
|
|
|
|
max-height: 30em;
|
|
|
|
overflow: hidden;
|
|
|
|
-webkit-transition: max-height .4s;
|
|
|
|
-moz-transition: max-height .4s;
|
|
|
|
-o-transition: max-height .4s;
|
|
|
|
-ms-transition: max-height .4s;
|
|
|
|
transition: max-height .4s;
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
#main {
|
|
|
|
counter-reset: captions;
|
|
|
|
.container();
|
|
|
|
.clearfix();
|
|
|
|
clear: both;
|
|
|
|
margin-top: 1em;
|
|
|
|
article {
|
|
|
|
.container();
|
|
|
|
.grid(12,10);
|
|
|
|
.prefix(12,1);
|
|
|
|
.suffix(12,1);
|
|
|
|
margin-bottom: 2em;
|
2014-02-13 19:29:42 +01:00
|
|
|
@media @600px {
|
|
|
|
.grid(12,6);
|
|
|
|
.prefix(12,0);
|
|
|
|
.suffix(12,0);
|
|
|
|
}
|
|
|
|
@media @1382px {
|
|
|
|
.grid(12,4.5);
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
#index {
|
|
|
|
.container();
|
|
|
|
.grid(12,10);
|
|
|
|
.prefix(12,1);
|
|
|
|
.suffix(12,1);
|
|
|
|
margin-bottom: 2em;
|
2014-02-13 19:29:42 +01:00
|
|
|
@media @600px {
|
|
|
|
.grid(12,6);
|
|
|
|
.prefix(12,0);
|
|
|
|
.suffix(12,0);
|
|
|
|
}
|
|
|
|
@media @1382px {
|
|
|
|
.grid(12,4.5);
|
|
|
|
}
|
2013-09-07 18:26:18 +02:00
|
|
|
h3 {
|
|
|
|
margin: 0;
|
|
|
|
padding-bottom: .5em;
|
|
|
|
.font-rem(28);
|
|
|
|
border-bottom: 1px solid lighten(@black,70);
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
article {
|
|
|
|
h2 {
|
2013-09-09 17:27:38 +02:00
|
|
|
margin-bottom: 4px;
|
|
|
|
.font-rem(20);
|
2014-03-27 15:11:26 +01:00
|
|
|
&.link-post {
|
|
|
|
margin-bottom: 0px + @doc-line-height;
|
|
|
|
margin-bottom: 0rem + (@doc-line-height / @doc-font-size);
|
|
|
|
}
|
2013-09-09 17:27:38 +02:00
|
|
|
}
|
|
|
|
p {
|
|
|
|
.font-rem(14);
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
p+p {
|
|
|
|
text-indent: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.image-wrap {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
&:after {
|
|
|
|
content: " ";
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
bottom: -1px;
|
|
|
|
left: 8%;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border: 20px solid transparent;
|
|
|
|
border-bottom-color: @bodycolor;
|
2014-02-13 19:29:42 +01:00
|
|
|
@media @600px {
|
|
|
|
left: 25%;
|
|
|
|
}
|
|
|
|
@media @1382px {
|
|
|
|
left: 33.333333333%;
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
-ms-interpolation-mode: bicubic;
|
|
|
|
}
|
|
|
|
.headline-wrap {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 25px;
|
|
|
|
.prefix(12,1);
|
2014-02-13 19:29:42 +01:00
|
|
|
@media @600px {
|
|
|
|
left: 25%;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
@media @1382px {
|
|
|
|
.prefix(12,1);
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
h1, h2 {
|
|
|
|
color: @white;
|
|
|
|
.text-shadow(0 1px 2px rgba(0,0,0,.25));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.byline {
|
|
|
|
clear: both;
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
2013-12-09 15:19:05 +01:00
|
|
|
.article-author-side,
|
2013-05-24 16:25:31 +02:00
|
|
|
.article-author-bottom {
|
2013-09-07 16:10:55 +02:00
|
|
|
h3 {
|
|
|
|
margin-bottom: 0;
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
p {
|
|
|
|
font-size: 80%;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
a, a:hover {
|
|
|
|
border-bottom: 0 solid transparent;
|
|
|
|
}
|
|
|
|
}
|
2013-09-07 18:57:20 +02:00
|
|
|
.author-social {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
.font-rem(14);
|
|
|
|
color: @black;
|
|
|
|
&:visited {
|
|
|
|
color: @black;
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
.scale(1.1);
|
|
|
|
}
|
|
|
|
&:active {
|
|
|
|
.translate(0, 2px);
|
|
|
|
}
|
|
|
|
}
|
2013-12-09 15:19:05 +01:00
|
|
|
.article-author-side {
|
2013-05-24 16:25:31 +02:00
|
|
|
display: none;
|
2014-03-11 16:37:12 +01:00
|
|
|
.bio-photo {
|
|
|
|
max-width: 110px;
|
|
|
|
.rounded(150px);
|
|
|
|
}
|
2014-02-13 19:29:42 +01:00
|
|
|
@media @600px {
|
|
|
|
display: block;
|
|
|
|
.grid(12,2);
|
|
|
|
.prefix(12,0.5);
|
|
|
|
.suffix(12,0.5);
|
|
|
|
h3,
|
|
|
|
p,
|
|
|
|
.author-social {
|
|
|
|
display: block;
|
|
|
|
max-width: 125px;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.author-social {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media @992px {
|
|
|
|
h3,
|
|
|
|
.bio-photo,
|
|
|
|
p,
|
|
|
|
.author-social {
|
|
|
|
max-width: 150px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media @1382px {
|
|
|
|
.grid(12,1.5);
|
|
|
|
.prefix(12,2);
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
.article-author-bottom {
|
2013-09-07 18:57:20 +02:00
|
|
|
margin-bottom: 1em;
|
2014-02-13 19:29:42 +01:00
|
|
|
@media @600px {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
.bio-photo {
|
|
|
|
float: left;
|
|
|
|
margin-right: 25px;
|
2014-03-11 16:41:08 +01:00
|
|
|
max-width: 100px;
|
|
|
|
.rounded(150px);
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
2013-09-07 18:57:20 +02:00
|
|
|
.author-social {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2014-02-13 19:29:42 +01:00
|
|
|
@media @992px {
|
|
|
|
h3,
|
|
|
|
.bio-photo,
|
|
|
|
p,
|
|
|
|
.author-social {
|
|
|
|
max-width: 150px;
|
|
|
|
}
|
|
|
|
}
|
2013-09-07 18:57:20 +02:00
|
|
|
}
|
|
|
|
.article-wrap {
|
|
|
|
// Dotted line underlines for links
|
|
|
|
p > a,
|
|
|
|
li > a {
|
|
|
|
border-bottom: 1px dotted lighten(@link-color, 50);
|
|
|
|
&:hover {
|
|
|
|
border-bottom-style: solid;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
p > a.reversefootnote,
|
|
|
|
li > a.reversefootnote {
|
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
.toc {
|
|
|
|
display: none;
|
|
|
|
font-size: 95%;
|
2014-02-13 19:29:42 +01:00
|
|
|
@media @600px {
|
|
|
|
display: block;
|
|
|
|
.grid(12,2);
|
|
|
|
.prefix(12,0.5);
|
|
|
|
.suffix(12,0.5);
|
|
|
|
position: absolute;
|
|
|
|
top: 5.5em;
|
|
|
|
right: 0;
|
|
|
|
background-color: @white;
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
header {
|
|
|
|
background: lighten(@black, 10);
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
margin: 0;
|
|
|
|
padding: 5px 10px;
|
|
|
|
color: @white;
|
2014-02-13 16:26:04 +01:00
|
|
|
.font-rem(16);
|
|
|
|
text-transform: uppercase;
|
2013-05-24 16:25:31 +02:00
|
|
|
&:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
margin: 2px 0 0;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
display: block;
|
2014-02-13 16:26:04 +01:00
|
|
|
margin: 0 0 1px 0;
|
2013-05-24 16:25:31 +02:00
|
|
|
padding: 0;
|
2013-09-07 14:44:10 +02:00
|
|
|
font-family: @heading-font;
|
2014-02-13 16:26:04 +01:00
|
|
|
list-style-type: none;
|
2013-05-24 16:25:31 +02:00
|
|
|
&:last-child {
|
2013-09-09 17:27:38 +02:00
|
|
|
border-bottom-width: 0;
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
2013-09-09 17:27:38 +02:00
|
|
|
a {
|
2013-05-24 16:25:31 +02:00
|
|
|
padding: 10px;
|
|
|
|
display: block;
|
2013-09-09 17:27:38 +02:00
|
|
|
color: @white;
|
|
|
|
border-bottom-width: 0;
|
2014-02-13 16:26:04 +01:00
|
|
|
background: lighten(@black, 30);
|
|
|
|
.opacity(0.7);
|
|
|
|
.transition(opacity 0.2s ease-in-out);
|
|
|
|
&:hover {
|
|
|
|
.opacity(1);
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
ul {
|
2014-02-13 16:26:04 +01:00
|
|
|
margin: 1px 0 0;
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.image-grid {
|
|
|
|
.clearfix();
|
|
|
|
list-style: none;
|
|
|
|
margin: 0 0 1em;
|
|
|
|
padding: 0;
|
|
|
|
li {
|
|
|
|
.grid(12,6);
|
2014-02-13 19:29:42 +01:00
|
|
|
@media @480px {
|
|
|
|
width: 33.333333%;
|
|
|
|
}
|
|
|
|
@media @600px {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
@media @768px {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
@media @992px {
|
|
|
|
width: 16.666666666%;
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.recent-grid {
|
|
|
|
.clearfix();
|
|
|
|
list-style: none;
|
|
|
|
margin: 1em 0;
|
|
|
|
li {
|
|
|
|
display: inline;
|
|
|
|
a {
|
|
|
|
border-bottom: 0 solid transparent;
|
|
|
|
&:hover {
|
|
|
|
border-bottom: 0 solid transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
width: 19%;
|
|
|
|
margin-bottom: 1%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.holder {
|
2013-09-07 14:44:10 +02:00
|
|
|
font-family: @heading-font;
|
2013-05-24 16:25:31 +02:00
|
|
|
a {
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
a.jp-previous {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
a.jp-next {
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
a.jp-current {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
a.jp-disabled,
|
|
|
|
a.jp-disabled:hover {
|
|
|
|
}
|
|
|
|
a.jp-current,
|
|
|
|
a.jp-current:hover,
|
|
|
|
a.jp-disabled,
|
|
|
|
a.jp-disabled:hover {
|
|
|
|
cursor: default;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
span {
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.footer-wrap {
|
|
|
|
.container();
|
|
|
|
.clearfix();
|
|
|
|
clear: both;
|
|
|
|
padding-bottom: 3em;
|
|
|
|
a,
|
|
|
|
a:active,
|
|
|
|
a:visited,
|
|
|
|
p,
|
|
|
|
h4,
|
|
|
|
h5,
|
2013-09-07 18:26:18 +02:00
|
|
|
h6,
|
|
|
|
span {
|
|
|
|
.font-rem(14);
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
footer {
|
|
|
|
.grid(12,10);
|
|
|
|
.prefix(12,1);
|
|
|
|
.suffix(12,1);
|
2014-02-13 19:29:42 +01:00
|
|
|
@media @600px {
|
|
|
|
.grid(12,6);
|
|
|
|
.prefix(12,3);
|
|
|
|
.suffix(12,3);
|
|
|
|
}
|
|
|
|
@media @1382px {
|
|
|
|
.grid(12,4.5);
|
|
|
|
.prefix(12,4);
|
|
|
|
.suffix(12,3.5);
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.related-articles {
|
|
|
|
.grid(12,10);
|
|
|
|
.prefix(12,1);
|
|
|
|
.suffix(12,1);
|
2013-09-07 18:26:18 +02:00
|
|
|
margin-bottom: 2em;
|
2014-02-13 19:29:42 +01:00
|
|
|
@media @600px {
|
|
|
|
.grid(12,6);
|
|
|
|
.prefix(12,3);
|
|
|
|
.suffix(12,3);
|
|
|
|
}
|
|
|
|
@media @1382px {
|
|
|
|
.grid(12,4.5);
|
|
|
|
.prefix(12,4);
|
|
|
|
.suffix(12,3.5);
|
|
|
|
}
|
2013-05-24 16:25:31 +02:00
|
|
|
h4 {
|
2013-09-07 14:44:10 +02:00
|
|
|
|
2013-05-24 16:25:31 +02:00
|
|
|
text-transform: uppercase;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.footer-icons {
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: 5px;
|
|
|
|
a {
|
|
|
|
color: lighten(@basecolor, 40%);
|
|
|
|
.transition(.4s linear);
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
border-bottom: none;
|
|
|
|
.icon-twitter,
|
|
|
|
.icon-twitter-sign {
|
|
|
|
color: #2aa9df;
|
|
|
|
}
|
|
|
|
.icon-facebook,
|
|
|
|
.icon-facebook-sign {
|
|
|
|
color: #3a5a98;
|
|
|
|
}
|
|
|
|
.icon-instagram,
|
|
|
|
.icon-instagram-sign {
|
|
|
|
color: #306088;
|
|
|
|
}
|
|
|
|
.icon-google-plus,
|
|
|
|
.icon-google-plus-sign {
|
|
|
|
color: #b63324;
|
|
|
|
}
|
|
|
|
.icon-lastfm,
|
|
|
|
.icon-lastfm-sign {
|
|
|
|
color: #d80049;
|
|
|
|
}
|
|
|
|
.icon-github {
|
|
|
|
color: #4183c4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-09-07 17:59:02 +02:00
|
|
|
|
|
|
|
// Browser Upgrade
|
|
|
|
// --------------------------------------------------
|
2013-09-07 16:10:55 +02:00
|
|
|
.browser-upgrade {
|
2013-05-24 16:25:31 +02:00
|
|
|
background: #000;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 0 2em 0;
|
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
|
|
|
color: @white;
|
|
|
|
a {
|
|
|
|
color: @white;
|
|
|
|
border-bottom: 1px dotted @white;
|
|
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
|
|
border-bottom: 1px solid @white;
|
|
|
|
}
|
|
|
|
}
|
2013-09-07 17:59:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// Google Search
|
|
|
|
// --------------------------------------------------
|
|
|
|
#goog-fixurl {
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
li {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#goog-wm-qt {
|
|
|
|
width: auto;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 8px 20px;
|
|
|
|
display: inline-block;
|
|
|
|
.font-rem(14);
|
|
|
|
background-color: @white;
|
|
|
|
color: @black;
|
|
|
|
border-width: 2px !important;
|
|
|
|
border-style: solid !important;
|
|
|
|
border-color: lighten(@black,50);
|
|
|
|
.rounded(3px);
|
|
|
|
}
|
|
|
|
#goog-wm-sb {
|
|
|
|
.btn();
|
2014-04-07 12:29:07 +02:00
|
|
|
}
|