Display blog list and posts within the project

TODO: Edit within the project as well
This commit is contained in:
2016-12-01 15:57:59 +01:00
parent f2942a20fe
commit b6b517688e
11 changed files with 365 additions and 159 deletions

View File

@@ -169,8 +169,6 @@ $project-sidebar-background: lighten($color-background, 5%)
width: $project_nav-width
position: relative
background-color: $project-sidebar-background
color: white
left: 0
&.about
@@ -2663,3 +2661,17 @@ section.node-children
.file_delete, .file_original
display: block
/* Project blog overrides */
#project_context
#blog_container
padding: 0
#blog_index-container,
#blog_post-container
width: 100%
padding: 0
border: none
border-radius: 0
.blog_index-header
border-radius: 0

View File

@@ -8,7 +8,6 @@
#blog_container
margin: 0
padding:
top: 15px
bottom: 15px
@@ -362,8 +361,6 @@
weight: 300
margin: 0 20px 15px 0
#blog_index-sidebar
width: 25%
padding: 0 15px
@@ -437,8 +434,6 @@
img.background
width: 100%
// We can't have nice things because of Edge
// filter: blur(5px)
transform: scale(1.4)
.card-thumbnail

View File

@@ -52,9 +52,14 @@ $tree-color-highlight-background-text: white
color: darken($tree-color-highlight, 5%)
border-bottom: 2px solid $tree-color-highlight
&:hover
border-bottom-color: lighten($tree-color-highlight, 5%)
.jstree-anchor
padding: 3px 8px
.jstree-icon.jstree-themeicon
padding: 5px 8px 1px 8px
&:after
top: 3px !important
.jstree-icon
display: none
/* Brief moment when a node is being loaded */
@@ -63,7 +68,7 @@ $tree-color-highlight-background-text: white
/* Items at top level */
&.jstree-leaf
.jstree-icon.jstree-themeicon
.jstree-icon
opacity: 1
width: 24px !important
@@ -120,7 +125,7 @@ $tree-color-highlight-background-text: white
width: 98%
padding: 0 !important
.jstree-themeicon
.jstree-icon
margin: 0 !important
font-size: 95% !important
color: $color-text-dark-secondary
@@ -130,7 +135,7 @@ $tree-color-highlight-background-text: white
background-color: $tree-color-highlight-background !important
color: $tree-color-highlight-background-text !important
.jstree-ocl, .jstree-themeicon
.jstree-ocl, .jstree-icon
color: $tree-color-highlight-background-text !important
&:after
@@ -147,7 +152,7 @@ $tree-color-highlight-background-text: white
/* hover an active item */
&.jstree-hovered,
&.jstree-hovered .jstree-icon.jstree-themeicon
&.jstree-hovered .jstree-icon
color: $tree-color-highlight-background-text !important
box-shadow: none
@@ -198,6 +203,11 @@ $tree-color-highlight-background-text: white
&:after
display: none
&.blog
.jstree-anchor
&:hover, &:hover i
color: $tree-color-highlight
.jstree-loading
padding: 5px
color: $color-text-light-secondary
@@ -219,7 +229,7 @@ $tree-color-highlight-background-text: white
/* hovered text */
.jstree-default .jstree-hovered,
.jstree-default .jstree-open .jstree-hovered,
.jstree-default .jstree-hovered .jstree-icon.jstree-themeicon
.jstree-default .jstree-hovered .jstree-icon
color: $tree-color-highlight !important