-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCustom-style.css
More file actions
137 lines (108 loc) · 2.27 KB
/
Custom-style.css
File metadata and controls
137 lines (108 loc) · 2.27 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
#comments .comment .comment-body, #comments .pingback .comment-body {
display: flex
;
flex-direction: column;
padding-block-start: 30px;
padding-block-end: 30px;
padding-inline-start: 60px;
padding-inline-end: 0;
border-block-end: 0px solid #ccc;
background-color: white;
border-radius: 15px;
margin-top: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}
.comment-metadata a {
color: #1976d2;
}
#comments .comment-metadata, #comments .reply {
font-size: 11px;
line-height: 1;
margin-left: 20px;
}
#email{
background-color: #F1F1F1;
margin-bottom: 10px;
width: 100%;
}
.avatar.avatar-42.photo {
margin-right: 5px;
}
#author {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
margin-bottom: 10px;
background-color: #F1F1F1;
width: 100%;
}
.comment-form-comment #comment{
}
.comment-form-comment label{
display: none;
}
.comment-form-email label{
display: none;
}
.comment-form-cookies-consent{
display: none;
}
.comment-form-url{
display: none;
}
.my-comment-form #submit{
width: 300px;
background-color: #0189FF;
color:white;
border-radius: 15px;
border-color: white;
float: left;
}
#comment :active {
border-color:white;
}
/* فرم ارسال نظر */
.comment-form {
margin-top: 40px;
display: flex;
gap: 15px;
flex-wrap: wrap;
}
.comment-textarea {
width:60%; /* عرض 50 درصد برای عنصر کامنت */
max-height:200px;
border: 1px solid #ffffff;
border-radius: 15px;
padding: .5rem 1rem;
transition: all .3s;
background-color: #F1F1F1;
}
.input-group {
flex-direction: column;
gap: 10px;
width:27%;
}
.input-group input {
padding: 10px;
border-radius: 8px;
border: 1px solid #ddd;
font-size: 13px;
font-family: 'Vazirmatn', sans-serif;
display: flex;
}
#submit {
background-color: #1976d2;
color: white;
border: none;
border-radius: 8px;
padding: 12px 20px;
font-weight: 700;
font-size: 14px;
cursor: pointer;
margin-top: auto;
align-self: flex-start;
width: 100%;
}
.comment-form-cookies-consent{
display: none;
}