2014-07-12 02:00:18 +02:00
|
|
|
//
|
|
|
|
// kremalicious3
|
|
|
|
// --------------
|
|
|
|
// Generic Content
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
|
// Page Title
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
.page-title
|
|
|
|
@extend .h2, .heading-band
|
|
|
|
color: $brand-grey-light
|
2014-07-12 21:22:47 +02:00
|
|
|
margin-top: ($line-height-computed/2)
|
|
|
|
margin-bottom: ($line-height-computed/2)
|
2014-07-12 02:00:18 +02:00
|
|
|
|
|
|
|
@media $breakpoint2
|
|
|
|
margin-left: -108%
|
2014-07-12 21:22:47 +02:00
|
|
|
|
2014-07-12 02:00:18 +02:00
|
|
|
.page-photos &
|
2014-07-12 21:22:47 +02:00
|
|
|
margin-bottom: ($line-height-computed*4)
|
2014-07-12 02:00:18 +02:00
|
|
|
|
2015-06-22 21:28:31 +02:00
|
|
|
.hash
|
|
|
|
@extend .h3
|
|
|
|
color: darken($page-bg, 15%)
|
2015-08-09 21:50:06 +02:00
|
|
|
margin-right: 2px
|
2015-06-22 21:28:31 +02:00
|
|
|
|
2015-08-09 21:50:06 +02:00
|
|
|
.hentry,
|
|
|
|
.grid > .hentry
|
2014-07-12 02:00:18 +02:00
|
|
|
@extend .divider-bottom
|
2015-08-09 21:50:06 +02:00
|
|
|
padding-top: ($line-height-computed*2)
|
|
|
|
padding-bottom: ($line-height-computed*2)
|
2014-07-12 02:00:18 +02:00
|
|
|
|
2014-07-12 21:22:47 +02:00
|
|
|
@media $breakpoint2
|
2015-08-09 21:50:06 +02:00
|
|
|
padding-top: ($line-height-computed*4)
|
|
|
|
padding-bottom: ($line-height-computed*4)
|
2014-07-12 02:00:18 +02:00
|
|
|
|
2015-08-09 21:50:06 +02:00
|
|
|
.page-index &:first-child
|
|
|
|
padding-top: ($line-height-computed*2)
|
2014-07-12 02:00:18 +02:00
|
|
|
|
|
|
|
.page-single &
|
2014-07-12 21:22:47 +02:00
|
|
|
padding-bottom: ($line-height-computed*2)
|
2014-07-12 02:00:18 +02:00
|
|
|
border: none
|
2014-07-12 21:22:47 +02:00
|
|
|
|
2014-07-12 02:00:18 +02:00
|
|
|
&:before
|
|
|
|
@extend .hide
|
|
|
|
|
|
|
|
// Post Title
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
2014-07-12 21:22:47 +02:00
|
|
|
.entry-title
|
2014-07-12 02:00:18 +02:00
|
|
|
@extend .h1, .textcenter
|
2014-07-12 21:22:47 +02:00
|
|
|
color: $headings-color
|
|
|
|
margin-top: 0
|
|
|
|
margin-bottom: $line-height-computed
|
2014-07-12 02:00:18 +02:00
|
|
|
|
2014-07-12 21:22:47 +02:00
|
|
|
.format-link &
|
2014-07-12 02:00:18 +02:00
|
|
|
@extend .h3
|
|
|
|
|
2014-07-12 21:22:47 +02:00
|
|
|
|
2014-07-12 02:00:18 +02:00
|
|
|
// Post Content
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
.entry-content
|
2014-07-12 21:22:47 +02:00
|
|
|
h1,
|
2014-07-12 02:00:18 +02:00
|
|
|
h2
|
|
|
|
@extend .heading-band
|
|
|
|
|
|
|
|
h1
|
|
|
|
font-size: ceil($font-size-base * 2.5)
|
|
|
|
|
2015-08-02 21:15:22 +02:00
|
|
|
.teaser
|
|
|
|
box-shadow: 0 1px 3px rgba(0,0,0,.2)
|
|
|
|
|
2014-07-12 02:00:18 +02:00
|
|
|
p:last-child
|
|
|
|
margin-bottom: 0
|
|
|
|
|
|
|
|
|
|
|
|
// Post meta
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
.entry-meta
|
|
|
|
@extend .clearfix
|
2014-07-12 21:22:47 +02:00
|
|
|
margin-top: ($line-height-computed*2)
|
2014-07-12 02:00:18 +02:00
|
|
|
font-size: $font-size-small
|
|
|
|
|
|
|
|
.byline,
|
2015-06-10 22:17:56 +02:00
|
|
|
.time,
|
|
|
|
.tags,
|
|
|
|
.categories
|
2014-07-12 02:00:18 +02:00
|
|
|
@extend .textcenter
|
|
|
|
|
|
|
|
.byline,
|
2015-06-10 22:17:56 +02:00
|
|
|
.time
|
2014-07-12 21:22:47 +02:00
|
|
|
font-style: italic
|
2015-06-10 22:53:29 +02:00
|
|
|
color: $text-color-dimmed
|
2014-07-12 02:00:18 +02:00
|
|
|
|
|
|
|
.byline
|
2014-07-12 21:22:47 +02:00
|
|
|
margin-bottom: 0
|
2014-07-12 02:00:18 +02:00
|
|
|
|
|
|
|
.by
|
|
|
|
display: block
|
|
|
|
|
|
|
|
|
2015-06-10 22:17:56 +02:00
|
|
|
// Categories & Tags
|
2015-06-10 22:53:29 +02:00
|
|
|
/////////////////////////////////////
|
|
|
|
|
2015-06-10 22:17:56 +02:00
|
|
|
.categories
|
|
|
|
margin-bottom: 0
|
|
|
|
|
|
|
|
.category
|
|
|
|
text-transform: capitalize
|
2014-07-12 02:00:18 +02:00
|
|
|
|
2015-06-07 22:53:01 +02:00
|
|
|
.tag
|
2015-06-10 22:53:29 +02:00
|
|
|
color: $text-color
|
2015-06-07 22:53:01 +02:00
|
|
|
margin-right: 5px
|
|
|
|
|
|
|
|
&:before
|
|
|
|
content: '#'
|
|
|
|
color: darken($page-bg, 15%)
|
|
|
|
margin-right: 2px
|
|
|
|
|
2014-07-12 02:00:18 +02:00
|
|
|
.avatar
|
|
|
|
width: 80px
|
|
|
|
height: 80px
|
|
|
|
border-radius: 80px
|
|
|
|
border: 2px solid #fff
|
|
|
|
|
|
|
|
|
|
|
|
// Goodies download
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
.goodie-actions
|
|
|
|
@extend .clearfix, .aligncenter
|
|
|
|
max-width: 640px
|
|
|
|
|
|
|
|
p,
|
|
|
|
.btn
|
|
|
|
margin-bottom: 0
|
|
|
|
|
|
|
|
.btn
|
|
|
|
display: block
|
|
|
|
|
|
|
|
.download
|
2014-07-12 21:22:47 +02:00
|
|
|
margin-top: ($line-height-computed/2)
|
2014-07-12 02:00:18 +02:00
|
|
|
|
|
|
|
@media $breakpoint2
|
|
|
|
margin-top: 0
|
|
|
|
text-align: right
|
|
|
|
|
|
|
|
// Masonry
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
.masonry
|
|
|
|
@media $breakpoint2
|
|
|
|
width: 125%
|
|
|
|
margin-left: -12.5%
|
2014-07-12 21:22:47 +02:00
|
|
|
clearfix()
|
2014-07-12 02:00:18 +02:00
|
|
|
|
|
|
|
.hentry
|
|
|
|
@media $breakpoint1
|
|
|
|
width: 49%
|
2014-07-12 21:22:47 +02:00
|
|
|
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
|
2014-07-12 02:00:18 +02:00
|
|
|
display: none
|
|
|
|
|
|
|
|
&:nth-child(2n+1)
|
|
|
|
margin-right: 0
|
|
|
|
|
2014-07-12 21:22:47 +02:00
|
|
|
&:last-child
|
2014-07-12 02:00:18 +02:00
|
|
|
margin-bottom: 3em
|
|
|
|
|
|
|
|
.grid-sizer
|
|
|
|
width: 100%
|
|
|
|
|
|
|
|
@media screen and (min-width: 480px)
|
|
|
|
width: 50%
|