2016-08-19 09:19:06 +02:00
|
|
|
@import _normalize
|
|
|
|
@import _config
|
|
|
|
@import _utils
|
|
|
|
|
|
|
|
@import _comments
|
|
|
|
@import _error
|
2016-09-06 12:04:30 +02:00
|
|
|
@import _search
|
2016-08-19 09:19:06 +02:00
|
|
|
|
|
|
|
|
|
|
|
#blog_container
|
2017-10-25 16:01:53 +02:00
|
|
|
+media-xs
|
|
|
|
flex-direction: column
|
|
|
|
padding-top: 0
|
|
|
|
display: flex
|
2016-08-19 09:19:06 +02:00
|
|
|
padding:
|
2016-08-22 23:04:06 +02:00
|
|
|
top: 15px
|
2016-08-19 09:19:06 +02:00
|
|
|
bottom: 15px
|
|
|
|
|
2018-01-17 15:55:25 +01:00
|
|
|
video
|
|
|
|
max-width: 100%
|
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
#blog_post-edit-form
|
|
|
|
padding: 20px
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.form-group
|
|
|
|
position: relative
|
|
|
|
margin: 0 auto 30px auto
|
|
|
|
font-family: $font-body
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
input, textarea, select
|
|
|
|
+input-generic
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
&#fileupload
|
|
|
|
color: $color-info
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
&.tags .select2-container
|
|
|
|
.select2-selection
|
|
|
|
+input-generic
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
select
|
|
|
|
text-transform: capitalize
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
label
|
|
|
|
+label-generic
|
|
|
|
text-transform: capitalize
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
&.error
|
|
|
|
color: $color-danger
|
|
|
|
background-color: $color-background-light
|
|
|
|
padding: 10px 15px
|
|
|
|
border: thin solid lighten($color-danger, 10%)
|
|
|
|
border-top: 2px solid $color-danger
|
|
|
|
border-bottom-left-radius: 3px
|
|
|
|
border-bottom-right-radius: 3px
|
2016-08-19 09:19:06 +02:00
|
|
|
label
|
|
|
|
color: $color-danger
|
2017-10-25 16:01:53 +02:00
|
|
|
font-weight: 500
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
&.file
|
|
|
|
background-color: $color-background-light
|
|
|
|
padding: 10px 15px
|
|
|
|
border: thin solid $color-background
|
|
|
|
border-top: 2px solid $color-info
|
|
|
|
border-bottom-left-radius: 3px
|
|
|
|
border-bottom-right-radius: 3px
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.form-upload-progress
|
|
|
|
.form-upload-progress-bar
|
|
|
|
margin-top: 5px
|
|
|
|
background-color: $color-success
|
|
|
|
height: 5px
|
|
|
|
min-width: 0
|
|
|
|
border-radius: 3px
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.form-group
|
|
|
|
.node-preview-thumbnail
|
|
|
|
display: block
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
&.attachments
|
|
|
|
+clearfix
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.form-control
|
|
|
|
padding: 0
|
|
|
|
margin: 0
|
|
|
|
border: none
|
|
|
|
list-style-type: none
|
|
|
|
+clearfix
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
label[for^='attachments-']
|
|
|
|
margin-top: 15px
|
|
|
|
font-weight: 400
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
div[id^='attachments-']
|
|
|
|
margin-bottom: 15px
|
|
|
|
border-top: thin solid $color-text-dark-hint
|
2016-08-19 09:19:06 +02:00
|
|
|
|
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.form-group.description,
|
|
|
|
.form-group.summary,
|
|
|
|
.form-group.content
|
|
|
|
position: relative
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
textarea
|
|
|
|
width: 100%
|
|
|
|
min-height: 220px
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
line-height: 1.5em
|
|
|
|
border: 1px solid $color-background-dark
|
|
|
|
border-radius: 3px
|
|
|
|
margin: 0 auto 10px auto
|
|
|
|
padding: 10px
|
|
|
|
color: $color-text-dark
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
transition: all 300ms ease-in-out
|
|
|
|
resize: vertical
|
2016-08-19 09:19:06 +02:00
|
|
|
|
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
&:focus
|
|
|
|
border: 1px solid $color-info
|
|
|
|
outline: none
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
&.field-error
|
|
|
|
border-color: $color-danger
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.md-preview-loading
|
|
|
|
position: absolute
|
|
|
|
left: 85px
|
|
|
|
padding-top: 5px
|
|
|
|
font-size: .9em
|
|
|
|
color: $color-text-dark-secondary
|
|
|
|
display: none
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.node-edit-form-md-preview
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
+markdown-preview-container
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
&:before
|
|
|
|
content: 'Live Preview'
|
|
|
|
position: absolute
|
|
|
|
top: -25px
|
|
|
|
left: 20px
|
|
|
|
font-size: .7em
|
|
|
|
color: $color-text-dark-secondary
|
|
|
|
transition: color 150ms ease-in-out
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
&:after
|
|
|
|
content: 'Markdown Supported'
|
|
|
|
position: absolute
|
|
|
|
top: -25px
|
|
|
|
right: 20px
|
|
|
|
font-size: .7em
|
|
|
|
color: $color-text-dark-hint
|
|
|
|
transition: color 150ms ease-in-out
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
&:empty
|
2016-08-19 09:19:06 +02:00
|
|
|
color: transparent
|
|
|
|
margin: 0 auto
|
|
|
|
padding: 0 10px
|
|
|
|
|
|
|
|
&:before, &:after
|
|
|
|
content: ''
|
|
|
|
color: transparent
|
|
|
|
|
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
#blog_post-create-container,
|
|
|
|
#blog_post-edit-container
|
|
|
|
padding: 25px
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
#blog_index-container,
|
|
|
|
#blog_post-create-container,
|
|
|
|
#blog_post-edit-container
|
|
|
|
+container-box
|
|
|
|
width: 75%
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
+media-xs
|
|
|
|
border-radius: 0
|
|
|
|
width: 100%
|
|
|
|
clear: both
|
|
|
|
display: block
|
|
|
|
+media-sm
|
|
|
|
width: 60%
|
|
|
|
+media-md
|
|
|
|
width: 70%
|
|
|
|
+media-lg
|
2016-08-19 09:19:06 +02:00
|
|
|
width: 75%
|
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.blog_index-header
|
|
|
|
border-top-left-radius: 3px
|
|
|
|
border-top-right-radius: 3px
|
|
|
|
display: block
|
|
|
|
overflow: hidden
|
|
|
|
position: relative
|
|
|
|
text-align: center
|
|
|
|
width: 100%
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
img
|
2017-10-05 16:38:53 +02:00
|
|
|
width: 100%
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.blog_index-item
|
|
|
|
+media-lg
|
|
|
|
max-width: 880px
|
|
|
|
+media-md
|
|
|
|
max-width: 880px
|
|
|
|
+media-sm
|
|
|
|
max-width: 780px
|
2017-09-21 19:14:30 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
margin: 15px auto
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
&:hover
|
|
|
|
.item-info a
|
|
|
|
color: $color-primary
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.item-picture
|
|
|
|
position: relative
|
|
|
|
width: 100%
|
|
|
|
max-height: 350px
|
|
|
|
min-height: 200px
|
|
|
|
height: auto
|
|
|
|
overflow: hidden
|
|
|
|
border-top-left-radius: 3px
|
|
|
|
border-top-right-radius: 3px
|
|
|
|
+clearfix
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
img
|
|
|
|
+position-center-translate
|
2016-08-19 09:19:06 +02:00
|
|
|
width: 100%
|
|
|
|
border-top-left-radius: 3px
|
|
|
|
border-top-right-radius: 3px
|
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
+media-xs
|
|
|
|
min-height: 150px
|
|
|
|
+media-sm
|
|
|
|
min-height: 150px
|
|
|
|
+media-md
|
|
|
|
min-height: 250px
|
|
|
|
+media-lg
|
|
|
|
min-height: 250px
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.item-title
|
|
|
|
color: $color-text-dark
|
|
|
|
display: block
|
|
|
|
font:
|
|
|
|
family: $font-body
|
|
|
|
size: 1.8em
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-11-23 16:20:29 +01:00
|
|
|
padding: 10px 25px 10px
|
2017-10-25 16:01:53 +02:00
|
|
|
|
2017-11-23 16:20:29 +01:00
|
|
|
ul.meta
|
|
|
|
+list-meta
|
|
|
|
font-size: .9em
|
|
|
|
padding: 15px 25px 5px
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.item-content
|
|
|
|
+node-details-description
|
|
|
|
font-size: 1.3em
|
2017-11-23 16:20:29 +01:00
|
|
|
padding: 15px 25px 25px
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
+media-xs
|
|
|
|
padding:
|
|
|
|
left: 0
|
|
|
|
right: 0
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
img
|
|
|
|
display: block
|
|
|
|
margin: 0 auto
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.item-meta
|
|
|
|
color: $color-text-dark-secondary
|
|
|
|
padding:
|
|
|
|
left: 25px
|
|
|
|
right: 25px
|
2017-01-20 12:05:28 +01:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
+media-xs
|
2016-08-19 09:19:06 +02:00
|
|
|
padding:
|
2017-10-25 16:01:53 +02:00
|
|
|
left: 10px
|
|
|
|
right: 10px
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.button-create,
|
|
|
|
.button-edit
|
|
|
|
+button($color-success, 3px, true)
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.item-picture+.button-back+.button-edit
|
|
|
|
right: 20px
|
|
|
|
top: 20px
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.comments-container
|
|
|
|
padding:
|
|
|
|
left: 20px
|
2016-08-19 09:19:06 +02:00
|
|
|
right: 20px
|
2017-10-25 16:01:53 +02:00
|
|
|
max-width: 680px
|
|
|
|
margin: 0 auto
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
+media-lg
|
2016-08-19 09:19:06 +02:00
|
|
|
padding:
|
2017-10-25 16:01:53 +02:00
|
|
|
left: 0
|
|
|
|
right: 0
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.comment-reply-container
|
|
|
|
background-color: transparent
|
2017-09-21 19:14:30 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.comment-reply-field
|
|
|
|
textarea, .comment-reply-meta
|
|
|
|
background-color: $color-background-light
|
2017-09-25 10:15:05 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
&.filled
|
|
|
|
.comment-reply-meta
|
|
|
|
background-color: $color-success
|
2017-09-25 10:15:05 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.comment-reply-form
|
|
|
|
+media-xs
|
|
|
|
padding:
|
|
|
|
left: 0
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
#blog_post-edit-form
|
|
|
|
padding: 0
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.form-group
|
|
|
|
label
|
|
|
|
text-transform: capitalize
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.form-group.content
|
|
|
|
.form-control
|
|
|
|
min-height: 350px
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.form-group.url
|
|
|
|
label
|
|
|
|
text-transform: uppercase
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.form-group.picture
|
|
|
|
+text-overflow-ellipsis
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
img
|
|
|
|
display: block
|
|
|
|
max-width: 100%
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
a
|
|
|
|
display: block
|
|
|
|
padding: 10px 0
|
|
|
|
text-align: right
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.original a
|
|
|
|
color: $color-info
|
|
|
|
.delete a
|
|
|
|
color: $color-danger
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.form-upload-file-meta
|
|
|
|
width: initial
|
2016-08-19 09:19:06 +02:00
|
|
|
|
|
|
|
#blog_post-edit-title
|
|
|
|
padding: 0
|
|
|
|
color: $color-text
|
|
|
|
font:
|
|
|
|
size: 1.8em
|
|
|
|
weight: 300
|
|
|
|
margin: 0 20px 15px 0
|
|
|
|
|
|
|
|
#blog_index-sidebar
|
|
|
|
width: 25%
|
|
|
|
padding: 0 15px
|
|
|
|
|
|
|
|
+media-xs
|
|
|
|
width: 100%
|
|
|
|
clear: both
|
|
|
|
display: block
|
|
|
|
margin-top: 25px
|
|
|
|
+media-sm
|
|
|
|
width: 40%
|
|
|
|
+media-md
|
|
|
|
width: 30%
|
|
|
|
+media-lg
|
|
|
|
width: 25%
|
|
|
|
|
|
|
|
.button-create
|
|
|
|
display: block
|
|
|
|
width: 100%
|
2016-11-02 16:36:47 +01:00
|
|
|
+button($color-success, 6px)
|
2016-08-19 09:19:06 +02:00
|
|
|
margin: 0
|
|
|
|
|
|
|
|
.button-back
|
2017-10-25 16:01:53 +02:00
|
|
|
+button($color-info, 6px, true)
|
2016-08-19 09:19:06 +02:00
|
|
|
display: block
|
|
|
|
width: 100%
|
|
|
|
margin: 15px 0 0 0
|
|
|
|
|
|
|
|
#blog_post-edit-form
|
|
|
|
.form-group
|
|
|
|
.form-control
|
|
|
|
background-color: white
|
|
|
|
|
|
|
|
.blog_index-sidebar,
|
|
|
|
.blog_project-sidebar
|
|
|
|
+container-box
|
|
|
|
background-color: lighten($color-background, 5%)
|
|
|
|
padding: 20px
|
|
|
|
|
|
|
|
.blog_project-card
|
|
|
|
position: relative
|
|
|
|
width: 100%
|
|
|
|
border-radius: 3px
|
|
|
|
overflow: hidden
|
|
|
|
background-color: white
|
|
|
|
color: lighten($color-text, 10%)
|
|
|
|
box-shadow: 0 0 30px rgba(black, .2)
|
|
|
|
|
|
|
|
margin:
|
|
|
|
top: 0
|
|
|
|
bottom: 15px
|
|
|
|
left: auto
|
|
|
|
right: auto
|
|
|
|
|
|
|
|
|
|
|
|
a.item-header
|
|
|
|
position: relative
|
|
|
|
width: 100%
|
|
|
|
height: 100px
|
|
|
|
display: block
|
|
|
|
background-size: 100% 100%
|
|
|
|
|
|
|
|
overflow: hidden
|
|
|
|
|
|
|
|
.overlay
|
|
|
|
z-index: 1
|
|
|
|
width: 100%
|
|
|
|
height: 100px
|
|
|
|
@include overlay(transparent, 0%, white, 100%)
|
|
|
|
|
|
|
|
|
|
|
|
img.background
|
|
|
|
width: 100%
|
|
|
|
transform: scale(1.4)
|
|
|
|
|
|
|
|
.card-thumbnail
|
|
|
|
position: absolute
|
|
|
|
z-index: 2
|
|
|
|
height: 90px
|
|
|
|
width: 90px
|
|
|
|
display: block
|
|
|
|
top: 35px
|
|
|
|
left: 50%
|
|
|
|
transform: translateX(-50%)
|
|
|
|
background-color: white
|
|
|
|
border-radius: 3px
|
|
|
|
overflow: hidden
|
|
|
|
|
|
|
|
&:hover
|
|
|
|
img.thumb
|
|
|
|
opacity: .9
|
|
|
|
|
|
|
|
img.thumb
|
|
|
|
width: 100%
|
|
|
|
border-radius: 3px
|
|
|
|
transition: opacity 150ms ease-in-out
|
|
|
|
+position-center-translate
|
|
|
|
|
|
|
|
.item-info
|
|
|
|
padding: 10px 20px
|
|
|
|
background-color: white
|
|
|
|
border-bottom-left-radius: 3px
|
|
|
|
border-bottom-right-radius: 3px
|
|
|
|
|
|
|
|
a.item-title
|
|
|
|
display: inline-block
|
|
|
|
width: 100%
|
|
|
|
padding: 30px 0 15px 0
|
|
|
|
color: $color-text-dark
|
|
|
|
text-align: center
|
|
|
|
font:
|
|
|
|
size: 1.6em
|
|
|
|
weight: 300
|
|
|
|
|
|
|
|
transition: color 150ms ease-in-out
|
|
|
|
|
|
|
|
&:hover
|
|
|
|
text-decoration: none
|
|
|
|
color: $color-primary
|
|
|
|
|
|
|
|
|
|
|
|
#blog_container
|
|
|
|
&.cloud-blog
|
|
|
|
#blog_index-container,
|
|
|
|
#blog_post-create-container,
|
|
|
|
#blog_post-edit-container
|
|
|
|
width: 90%
|
|
|
|
padding: 25px 30px 20px 30px
|
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
#blog_index-container+#blog_index-sidebar
|
2016-08-19 09:19:06 +02:00
|
|
|
display: none
|
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
#blog_index-container,
|
|
|
|
&.cloud-blog #blog_index-container
|
2016-08-19 09:19:06 +02:00
|
|
|
+media-sm
|
|
|
|
width: 100%
|
2017-10-25 16:01:53 +02:00
|
|
|
|
2016-08-19 09:19:06 +02:00
|
|
|
+media-xs
|
|
|
|
width: 100%
|
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
padding: 0 0 50px 0
|
|
|
|
margin: 0 auto
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
.blog_index-item
|
2016-08-19 09:19:06 +02:00
|
|
|
+media-xs
|
|
|
|
width: 100%
|
2017-10-25 16:01:53 +02:00
|
|
|
padding: 10px 25px
|
2016-08-19 09:19:06 +02:00
|
|
|
|
|
|
|
&.list
|
|
|
|
margin: 0 auto
|
|
|
|
padding: 15px 0
|
|
|
|
margin: 0 80px
|
|
|
|
border-bottom: thin solid $color-background
|
|
|
|
|
|
|
|
&:last-child
|
|
|
|
border-bottom: none
|
|
|
|
|
|
|
|
+media-xs
|
|
|
|
width: 100%
|
|
|
|
padding: 15px 10px
|
|
|
|
margin: 0
|
|
|
|
|
|
|
|
a.item-title
|
|
|
|
padding:
|
|
|
|
top: 0
|
|
|
|
bottom: 5px
|
|
|
|
font:
|
|
|
|
size: 1.6em
|
|
|
|
weight: 400
|
|
|
|
family: $font-body
|
|
|
|
|
|
|
|
.item-info
|
|
|
|
color: $color-text-dark-secondary
|
|
|
|
font-size: .9em
|
|
|
|
padding:
|
|
|
|
left: 25px
|
|
|
|
right: 25px
|
|
|
|
|
|
|
|
.item-header
|
|
|
|
width: 50px
|
|
|
|
height: 50px
|
|
|
|
position: absolute
|
|
|
|
top: 20px
|
|
|
|
border-radius: 3px
|
|
|
|
background-color: $color-background
|
|
|
|
overflow: hidden
|
|
|
|
|
|
|
|
img
|
|
|
|
+position-center-translate
|
|
|
|
width: 100%
|
|
|
|
|
|
|
|
i
|
|
|
|
+position-center-translate
|
|
|
|
font-size: 1.2em
|
|
|
|
color: $color-text-dark-hint
|
|
|
|
|
|
|
|
&.nothumb
|
|
|
|
border-radius: 50%
|
|
|
|
|
|
|
|
a.item-title, .item-info
|
|
|
|
padding-left: 70px
|
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
#blog_index-container
|
|
|
|
.blog_index-item
|
|
|
|
position: relative
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
+media-xs
|
|
|
|
padding: 25px 0 20px 0
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
&.list
|
|
|
|
padding: 15px 10px
|
|
|
|
margin: 0
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
+media-xs
|
|
|
|
width: 100%
|
|
|
|
padding: 15px 10px
|
|
|
|
margin: 0
|
2017-09-29 17:50:57 +02:00
|
|
|
|
2017-10-05 16:38:53 +02:00
|
|
|
|
|
|
|
.blog-archive-navigation
|
|
|
|
+media-xs
|
|
|
|
font-size: 1em
|
|
|
|
max-width: initial
|
|
|
|
|
|
|
|
border-bottom: thin solid $color-background-dark
|
|
|
|
display: flex
|
|
|
|
font:
|
|
|
|
size: 1.2em
|
|
|
|
weight: 300
|
|
|
|
margin: 0 auto
|
|
|
|
max-width: 90%
|
2017-09-29 17:50:57 +02:00
|
|
|
text-align: center
|
2017-10-05 16:38:53 +02:00
|
|
|
+text-overflow-ellipsis
|
|
|
|
|
|
|
|
&:last-child
|
|
|
|
border: none
|
|
|
|
|
|
|
|
a, span
|
|
|
|
+media-xs
|
|
|
|
padding: 10px
|
|
|
|
|
|
|
|
flex: 1
|
|
|
|
padding: 25px 15px
|
|
|
|
|
|
|
|
span
|
|
|
|
color: $color-text-dark-secondary
|
|
|
|
pointer-events: none
|
2017-10-25 15:48:30 +02:00
|
|
|
|
|
|
|
.blog-action
|
|
|
|
display: flex
|
|
|
|
padding: 10px
|
|
|
|
position: absolute
|
|
|
|
right: 0
|
|
|
|
top: 0
|
|
|
|
z-index: 1
|
2017-10-25 16:01:53 +02:00
|
|
|
|
2017-10-25 17:45:46 +02:00
|
|
|
|
|
|
|
// Specific tweaks for blogs in the context of a project
|
2017-10-25 16:01:53 +02:00
|
|
|
#project_context
|
|
|
|
.blog_index-item
|
|
|
|
+media-xs
|
|
|
|
margin-left: 0
|
|
|
|
padding: 0
|
|
|
|
margin-left: 10px
|
|
|
|
|
2017-10-25 17:45:46 +02:00
|
|
|
&.list
|
|
|
|
margin-left: 35px !important
|
|
|
|
|
|
|
|
.item-title,
|
|
|
|
.item-info
|
2017-10-25 18:43:19 +02:00
|
|
|
+media-xs
|
|
|
|
padding-left: 0
|
2017-10-25 17:45:46 +02:00
|
|
|
padding-left: 25px
|
|
|
|
|
2017-10-25 16:01:53 +02:00
|
|
|
#blog_container
|
|
|
|
.comments-container
|
2017-10-25 18:43:19 +02:00
|
|
|
+media-sm
|
|
|
|
margin-left: 10px
|
2017-10-25 16:01:53 +02:00
|
|
|
margin-left: 30px
|
2017-10-25 17:45:46 +02:00
|
|
|
|
|
|
|
.blog-archive-navigation
|
|
|
|
margin-left: 35px
|