Skip to content

Instantly share code, notes, and snippets.

@manhleo93
Created July 30, 2017 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manhleo93/fa638d88ec0d2909977515c77620d2e4 to your computer and use it in GitHub Desktop.
Save manhleo93/fa638d88ec0d2909977515c77620d2e4 to your computer and use it in GitHub Desktop.
# Tùy chỉnh lại giao diện comments trong genesis vữ đức mạnh #
.comment-respond,
.entry-pings,
.entry-comments {
color: #32373c;
padding: 20px 45px 40px 45px;
overflow: hidden;
background: #fff;
}
.entry-comments h3{
font-size: 30px;
margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
font-size: 20px;
margin-bottom: 30px;
}
.comment-respond {
padding-bottom: 5%;
margin: 20px 1px 20px 1px;
border-radius: 2px;
border: 1px solid #e8e8e8;
}
.comment-header {
color: #adaeb3;
font-size: 17px;
margin-bottom: 20px;
}
.comment-header cite a {
border: none;
font-style: normal;
font-size: 17px;
font-weight: bold;
}
.comment-header .comment-meta a {
border: none;
color: #adaeb3;
}
li.comment {
border-top: solid 2px #efece6;
background-color: #fff;
border-right: none;
}
.comment-content {
clear: both;
overflow: hidden;
}
.comment-list li {
font-size: 18px;
padding: 20px 30px 20px 50px;
}
.comment-list .children {
margin-top: 40px;
}
.comment-list li li {
background-color: #ffffff;
}
.comment-list li li li {
background-color: #fff;
}
.comment-meta a {
color: #888;
font-style: italic;
font-size: 15px;
}
a.url {
color: #21759b;
font-size: 18px;
font-weight: 500;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
width: 50%;
}
.comment-respond label {
display: block;
margin-right: 12px;
}
.entry-comments .comment-author {
margin-bottom: 0;
position: relative;
}
.entry-comments .comment-author img {
border-radius: 50%;
border: 5px solid #fff;
left: -80px;
top: -5px;
position: absolute;
width: 60px;
}
.entry-pings .reply {
display: none;
}
.bypostauthor {
}
.form-allowed-tags {
background-color: #f5f5f5;
font-size: 16px;
padding: 24px;
}
.comment-reply-link{
cursor: pointer;
border: none;
color: #3d5a98;
font-size: 17px;
font-weight: 500;
letter-spacing: 1px;
width: auto;
}
.comment-reply-link:hover{
color: #fff;
}
.comment-notes{
display:none;
}
@zenfortech
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment