2013-11-28 22:03:13 +01:00
|
|
|
.page-title {
|
|
|
|
.h2;
|
|
|
|
.heading-band;
|
|
|
|
color: @brand-grey-light;
|
|
|
|
margin-top: @line-height-computed/2;
|
|
|
|
margin-bottom: @line-height-computed/2;
|
|
|
|
|
|
|
|
.home {
|
|
|
|
color: @link-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-18 22:09:20 +01:00
|
|
|
.hentry {
|
|
|
|
.divider-bottom;
|
|
|
|
padding: @line-height-computed*2 0;
|
|
|
|
|
|
|
|
@media @breakpoint2 {
|
2013-11-24 17:31:03 +01:00
|
|
|
padding: @line-height-computed*4 0;
|
2013-11-18 22:09:20 +01:00
|
|
|
}
|
|
|
|
|
2013-11-24 00:13:48 +01:00
|
|
|
&:first-child {
|
|
|
|
padding-top: @line-height-computed;
|
|
|
|
}
|
2013-11-24 17:31:03 +01:00
|
|
|
|
|
|
|
.page-single & {
|
2013-12-01 21:46:31 +01:00
|
|
|
padding-bottom: @line-height-computed*2
|
2013-11-24 17:31:03 +01:00
|
|
|
}
|
2013-11-18 22:09:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
// post title
|
|
|
|
.entry-title {
|
|
|
|
.h1;
|
|
|
|
text-align: center;
|
|
|
|
color: @headings-color;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: @line-height-computed;
|
|
|
|
|
2013-11-23 22:05:58 +01:00
|
|
|
.format-link & { .h3; }
|
2013-11-18 22:09:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
// post content
|
|
|
|
.entry-content {
|
2013-11-19 23:21:19 +01:00
|
|
|
h1, h2 {
|
2013-11-18 22:09:20 +01:00
|
|
|
.heading-band;
|
|
|
|
}
|
2013-11-24 00:13:48 +01:00
|
|
|
|
|
|
|
p:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-11-18 22:09:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// post category icons
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
.posttype {
|
|
|
|
display: block;
|
|
|
|
width: 20px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-bottom: @line-height-computed/2;
|
|
|
|
margin-top: -@line-height-computed;
|
|
|
|
|
|
|
|
// icon adjustments
|
|
|
|
&:before {
|
|
|
|
font-size: 20px;
|
|
|
|
color: @text-color-light
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover:before {
|
|
|
|
color: @link-color
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-19 00:47:36 +01:00
|
|
|
|
2013-11-24 17:31:03 +01:00
|
|
|
// LINK POST
|
|
|
|
/////////////////////////////////////
|
2013-11-19 00:47:36 +01:00
|
|
|
|
2013-11-24 17:31:03 +01:00
|
|
|
.hentry.format-link {
|
2013-11-19 23:21:19 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2013-11-24 17:55:57 +01:00
|
|
|
.linkurl {
|
|
|
|
display: block;
|
|
|
|
font-family: @font-family-base;
|
|
|
|
font-size: @font-size-mini;
|
|
|
|
color: @text-color-dimmed;
|
|
|
|
padding: @line-height-computed/3 0;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
.ellipsis;
|
|
|
|
|
|
|
|
max-width: 70%;
|
|
|
|
@media @breakpoint2 {
|
|
|
|
max-width: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-18 22:09:20 +01:00
|
|
|
.permalink-link {
|
|
|
|
float: right;
|
2013-11-24 17:55:57 +01:00
|
|
|
font-size: 1.1em
|
2013-11-18 22:09:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
// PHOTO POST
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
.hentry.format-image {
|
2013-11-24 17:31:03 +01:00
|
|
|
text-align: center;
|
2013-11-18 22:09:20 +01:00
|
|
|
|
|
|
|
figure {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
position: relative;
|
|
|
|
padding: .4em;
|
|
|
|
background: #fcfeff;
|
|
|
|
border: 1px solid rgba(158, 170, 178, .6);
|
|
|
|
border-radius: 2px;
|
|
|
|
.box-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
|
2013-11-24 18:00:20 +01:00
|
|
|
.transition;
|
|
|
|
|
|
|
|
.page-single & { margin-bottom: @line-height-computed*2; }
|
2013-11-18 22:09:20 +01:00
|
|
|
|
|
|
|
@media @breakpoint2 {
|
|
|
|
.box-shadow(~"0 1px 4px rgba(0, 0, 0, 0.1), inset 0 0 30px rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff");
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
.box-shadow(none);
|
|
|
|
border-radius: 2px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
figcaption {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: .5em;
|
|
|
|
color: rgba(46, 79, 92, .7);
|
|
|
|
font-family: @headings-font-family;
|
|
|
|
font-weight: @headings-font-weight;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: .9em
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-24 18:00:20 +01:00
|
|
|
.photo-link {
|
2013-11-24 17:31:03 +01:00
|
|
|
display: block;
|
2013-11-18 22:09:20 +01:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
figure { background: #c4e4df; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#exif {
|
|
|
|
font-size: @font-size-small;
|
|
|
|
color: #b9c3c9;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: .5em;
|
|
|
|
|
|
|
|
span {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-24 17:31:03 +01:00
|
|
|
// POST META
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
.entry-meta {
|
|
|
|
.clearfix;
|
|
|
|
margin-top: @line-height-computed*2;
|
|
|
|
font-size: @font-size-small;
|
2013-11-24 17:55:57 +01:00
|
|
|
}
|
|
|
|
|
2013-12-01 17:14:38 +01:00
|
|
|
.byline,
|
2013-12-01 21:46:31 +01:00
|
|
|
time,
|
2013-12-01 17:14:38 +01:00
|
|
|
.categories {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-11-24 17:55:57 +01:00
|
|
|
.byline,
|
2013-12-01 21:46:31 +01:00
|
|
|
time {
|
2013-11-24 17:55:57 +01:00
|
|
|
font-style: italic;
|
|
|
|
color: @text-color-light;
|
2013-11-24 17:31:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.byline {
|
|
|
|
margin-bottom: 0;
|
2013-11-29 00:17:23 +01:00
|
|
|
|
2013-11-24 17:55:57 +01:00
|
|
|
.by { display: block }
|
2013-11-24 17:31:03 +01:00
|
|
|
}
|
|
|
|
|
2013-12-01 21:46:31 +01:00
|
|
|
time {
|
|
|
|
display: block;
|
2013-11-24 17:55:57 +01:00
|
|
|
color: @text-color-dimmed
|
2013-11-24 17:31:03 +01:00
|
|
|
}
|
|
|
|
|
2013-11-29 00:17:23 +01:00
|
|
|
.categories {
|
2013-12-01 21:46:31 +01:00
|
|
|
margin-top: @line-height-computed;
|
2013-11-29 00:17:23 +01:00
|
|
|
}
|
|
|
|
|
2013-12-07 17:52:43 +01:00
|
|
|
.gravatar {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
.border-radius(80px);
|
|
|
|
border: 2px solid #fff;
|
|
|
|
}
|
|
|
|
|
2013-11-24 17:31:03 +01:00
|
|
|
|
|
|
|
//
|
|
|
|
// Related posts
|
|
|
|
//
|
|
|
|
.related-title {
|
|
|
|
.h5;
|
|
|
|
color: @text-color-dimmed;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: @line-height-computed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.related-posts {
|
|
|
|
&:hover .post-title {
|
|
|
|
color: @text-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.related-post {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.post-title {
|
2013-12-02 23:19:01 +01:00
|
|
|
font-size: 1em;
|
2013-11-24 17:31:03 +01:00
|
|
|
color: @text-color-light;
|
|
|
|
line-height: @line-height-base;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: @line-height-computed;
|
|
|
|
.transition;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
&:hover .post-title { color: @link-color-hover }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-11-28 22:03:13 +01:00
|
|
|
//
|
|
|
|
// Goodies download
|
|
|
|
//
|
|
|
|
.goodie-actions {
|
|
|
|
.clearfix;
|
2013-11-28 22:45:29 +01:00
|
|
|
max-width: 640px;
|
|
|
|
margin: 0 auto;
|
2013-11-28 22:03:13 +01:00
|
|
|
|
|
|
|
p,
|
|
|
|
.btn { margin-bottom: 0 }
|
|
|
|
|
|
|
|
.btn { display: block; }
|
|
|
|
|
|
|
|
.download {
|
|
|
|
margin-top: @line-height-computed/2;
|
|
|
|
|
|
|
|
@media @breakpoint2 {
|
|
|
|
margin-top: 0;
|
|
|
|
text-align: right
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-24 17:31:03 +01:00
|
|
|
|
|
|
|
|
2013-11-18 22:09:20 +01:00
|
|
|
// Masonry
|
|
|
|
|
2013-11-24 17:31:03 +01:00
|
|
|
.masonry {
|
2013-11-18 22:09:20 +01:00
|
|
|
|
|
|
|
@media @breakpoint2 {
|
|
|
|
width: 125%;
|
|
|
|
margin-left: -12.5%;
|
|
|
|
.clearfix();
|
|
|
|
}
|
|
|
|
|
|
|
|
.hentry {
|
|
|
|
|
|
|
|
@media @breakpoint1 {
|
|
|
|
width: 49%;
|
|
|
|
float: left;
|
|
|
|
clear: none;
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
margin-bottom: .7em;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 1%;
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
&:before { display: none; }
|
|
|
|
|
|
|
|
&:nth-child(2n+1) { margin-right: 0; }
|
|
|
|
|
|
|
|
&:last-child { margin-bottom: 3em; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid-sizer {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
@media screen and (min-width: 480px) {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// TABLES
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
border-bottom: 1px solid #cfd9e1;
|
|
|
|
}
|
|
|
|
|
|
|
|
td { vertical-align: top; }
|
|
|
|
|
|
|
|
th,
|
|
|
|
td {
|
|
|
|
padding: .7em .3em;
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
|
|
|
border-top: 1px solid #cfd9e1;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
thead th {
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
table tbody + tbody {
|
|
|
|
border-top: 2px solid #cfd9e1;
|
|
|
|
}
|
|
|
|
|
|
|
|
table tbody tr:nth-child(odd) td,
|
|
|
|
table tbody tr:nth-child(odd) th {
|
|
|
|
background-color: rgba(255,255,255,.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
table tbody tr:hover td,
|
|
|
|
table tbody tr:hover th {
|
|
|
|
background-color: #f5f5f5;
|
2013-11-24 00:13:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
// Old Article Fixes
|
|
|
|
//
|
|
|
|
|
|
|
|
// text-shadow article
|
|
|
|
// fluid examples
|
|
|
|
#post-39 .entry-content > div,
|
|
|
|
#post-39 .entry-content img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto !important;
|
|
|
|
margin-left: 0 !important;
|
2013-11-18 22:09:20 +01:00
|
|
|
}
|