adding read page and side calendar
This commit is contained in:
@@ -20,20 +20,19 @@
|
||||
}
|
||||
|
||||
.ql-editor, #context {
|
||||
padding:0;
|
||||
font-family: $font_para;
|
||||
font-size: 14px;
|
||||
|
||||
div {
|
||||
margin:0;
|
||||
@extend .thought;
|
||||
}
|
||||
|
||||
#context {
|
||||
.entry_date {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
p {
|
||||
text-indent: 1.5em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: justify;
|
||||
line-height: 1.5em;
|
||||
.entry_sep {
|
||||
font-size: 1.5em;
|
||||
text-align: center;
|
||||
letter-spacing: 0.3em;
|
||||
padding: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -42,26 +41,29 @@
|
||||
/* Write - Navbar */
|
||||
|
||||
#nav {
|
||||
position:absolute;
|
||||
bottom:0;
|
||||
right:0;
|
||||
left:0;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
|
||||
.nav-elem {
|
||||
color: $gray-500;
|
||||
width: 1.25em;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fa-prev, .fa-next {
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
width: 1.25em;
|
||||
font-size: 1.25em;
|
||||
|
||||
&:hover {
|
||||
color: $gray-700;
|
||||
}
|
||||
|
||||
&.prev, &.curr, &.next {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
&.next {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user