Merge https://github.com/codeshell/grav-plugin-comments into develop
This commit is contained in:
commit
be0eca0ff5
10 changed files with 1071 additions and 391 deletions
86
assets/comments.css
Normal file
86
assets/comments.css
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
/*
|
||||
===============================================================================================================================
|
||||
Comments Plugin Styles
|
||||
===============================================================================================================================
|
||||
*/
|
||||
|
||||
.comment {
|
||||
margin-top: 0px;
|
||||
width:100%;
|
||||
}
|
||||
.comment:first-child {
|
||||
margin-top: 0px;
|
||||
}
|
||||
.comment,
|
||||
.comment-body {
|
||||
zoom: 1;
|
||||
}
|
||||
.comment-body {
|
||||
overflow: hidden;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.comment-object {
|
||||
display: block;
|
||||
}
|
||||
.comment-right,
|
||||
.comment > .pull-right {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.comment-left,
|
||||
.comment > .pull-left {
|
||||
padding-right: 10px;
|
||||
}
|
||||
.comment-middle {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.comment-bottom {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.comment-heading {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.comment-meta {
|
||||
font-size: small;
|
||||
}
|
||||
.comment-text {
|
||||
clear: both;
|
||||
}
|
||||
.comment-list {
|
||||
padding-left: 0px;
|
||||
list-style: none;
|
||||
}
|
||||
.comment-flag-new {
|
||||
background-color: lightcyan;
|
||||
}
|
||||
.comment-wrapper {
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
}
|
||||
.comment-avatar {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-left: -10px;
|
||||
margin-right:5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
/*.comment-thread-line:hover {
|
||||
border-left:3px solid #1BB3E9;
|
||||
}*/
|
||||
.comment-thread-top {
|
||||
margin-top:20px;
|
||||
}
|
||||
.comment-thread {
|
||||
float: left;
|
||||
border-left:3px solid #444;
|
||||
margin-left:10px;
|
||||
}
|
||||
.comment-footer {
|
||||
font-size: small;
|
||||
}
|
||||
.comment-reply {
|
||||
display: inline;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue