forked from mshshuvooo/Wordpress-Necessary-Codes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwp-comments.css
104 lines (104 loc) · 1.9 KB
/
wp-comments.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.comments-area {
margin-top: 40px;
}
.comments-area .comments-title {
font-size: 22px;
}
.comments-area .comment-meta a {
color: #494949;
}
.comment-author.vcard {
position: relative;
padding-left: 50px;
}
.comment-author.vcard img {
position: absolute;
left: 0;
top: 3px;
width: 40px;
}
.comment-metadata {
padding-left: 50px;
font-size: 12px;
}
.comment-meta {
margin-bottom: 15px;
}
.comments-area .comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.comments-area table {
border-left: 1px solid #D9DADA;
border-bottom: 1px solid #D9DADA;
margin-bottom: 20px;
}
.comments-area table td, .comments-area table th {
border-right: 1px solid #D9DADA;
border-top: 1px solid #D9DADA;
padding: 10px;
}
.comments-area th {
background-color: #85D6DE;
color: #fff;
}
.comments-area dd {
margin-bottom: 15px;
}
.comments-area .comment-content ul, .comments-area .comment-content ol {
padding-left: 15px;
}
a.comment-reply-link {
display: inline-block;
background-color: #85D6DE;
color: #fff;
padding: 6px 20px;
border-radius: 3px;
font-size: 14px;
margin-top: 10px;
}
.comment-list li.comment {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #ddd;
}
.comment-list li.comment:last-child {
margin: 0;
padding: 0;
border: none;
}
.comment-list li ol.children {
padding-left: 40px;
margin-top: 30px;
list-style: none;
}
.comment-list li ol.children ol.children {
padding-left: 20px;
}
.comment-form input, .comment-form textarea {
width: 100%;
background-color: #F2F4F5;
border: none;
padding: 10px;
}
.comment-form label {
display: block;
margin-bottom: 10px;
}
.comment-form textarea {
height: 120px;
}
.comment-respond {
margin-top: 40px;
}
.comment-respond h3 {
margin-bottom: 10px;
}
.comment-form input[type=submit] {
width: auto;
padding: 10px 15px;
margin-top: 20px;
background-color: #85D6DE;
color: #fff;
}