Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #commentcount .comment-list {
- list-style-type: none;
- margin-left: 0;
- }
- #commentcount .comment-list .comment {
- background: #fafafa;
- padding: 15px;
- margin-bottom: 15px;
- font-weight:600;
- }
- #commentcount .comment-list .comment.parent {
- background: unset;
- padding:0;
- }
- #commentcount .comment-list .comment.parent .comment-body {
- background: #fafafa;
- padding: 15px;
- border:none;
- }
- #commentcount .comment-list .comment .children {
- list-style-type: none;
- margin:15px 0 0 0;
- }
- #commentcount .comment-list .comment .children .parent {
- padding:15px;
- }
- #commentcount .comment-list .comment .children .comment {
- background: #efd0ca;
- margin-left:50px;
- }
- #commentcount .comment-list .comment .children .comment-body {
- background: #efd0ca;
- padding: 0;
- border:none;
- margin:0;
- }
- #commentcount .comment-list .comment .children .depth-4 {
- background: #fafafa;
- margin:0 0 10px 0;
- }
- #commentcount .comment-list .comment .children .depth-4 .comment-body {
- background: #fafafa;
- }
- #commentcount .comment-list .comment-author {
- display: inline;
- }
- #commentcount .comment-list .commentmetadata {
- display: inline;
- float: right;
- clear: both;
- }
- #commentcount .comment-list .reply {
- border:none;
- margin:0;
- padding:0;
- }
- #commentcount .comment-list #cancel-comment-reply-link {
- margin-left: 20px;
- font-weight: 300;
- border: 1px solid #e3dfdf;
- padding: 5px;
- color: #000;
- background: #eee;
- }
- #commentform input {
- border: 1px solid #e3dfdf;
- }
- #commentcount .comment-list .comment-respond {
- margin-left:50px;
- margin-top: 0;
- border-bottom: none;
- border-top: none;
- }
- #commentcount .comment-list .comment-author cite,
- #commentcount .comment-list .reply a {
- text-transform:uppercase!important;
- font-weight:600!important;
- margin-right:5px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement