1
|
1 |
/* Begin Comments*/ |
|
2 |
|
|
3 |
.commentlist { |
|
4 |
padding: 0px; |
|
5 |
margin: 0px 0px 0px 27px; |
|
6 |
width: 420px; |
|
7 |
list-style-image: none; |
|
8 |
list-style-type: none; |
|
9 |
float: left; |
|
10 |
} |
|
11 |
|
|
12 |
.commentlist li { |
|
13 |
font-weight: bold; |
|
14 |
width: 420px; |
|
15 |
display: block; |
|
16 |
padding: 0px 0px 45px 0px; |
|
17 |
margin: 0px; |
|
18 |
list-style-image: none; |
|
19 |
list-style-type: none; |
|
20 |
float: left; |
|
21 |
border: 1px solid #000; |
|
22 |
margin-bottom: 20px; |
|
23 |
} |
|
24 |
|
|
25 |
.commentlist li div { |
|
26 |
width: 420px; |
|
27 |
display: block; |
|
28 |
margin: 0px; |
|
29 |
padding: 10px; |
|
30 |
float: left; |
|
31 |
} |
|
32 |
|
|
33 |
.commentlist li .avatar { |
|
34 |
float: left; |
|
35 |
border: 1px solid #eee; |
|
36 |
padding: 2px; |
|
37 |
border: 5px solid #3E4C49; |
|
38 |
|
|
39 |
} |
|
40 |
|
|
41 |
.commentlist cite { |
|
42 |
font-size: 18px; |
|
43 |
float: left; |
|
44 |
font-style: normal; |
|
45 |
margin-left: 10px; |
|
46 |
margin-right: 6px; |
|
47 |
margin-top: 5px; |
|
48 |
font-weight: normal; |
|
49 |
} |
|
50 |
|
|
51 |
.says { |
|
52 |
display: none; |
|
53 |
} |
|
54 |
|
|
55 |
.commentlist p { |
|
56 |
font-weight: normal; |
|
57 |
line-height: 1.5em; |
|
58 |
text-transform: none; |
|
59 |
display: block; |
|
60 |
float: left; |
|
61 |
width: 90%; |
|
62 |
margin-left: 3%; |
|
63 |
} |
|
64 |
|
|
65 |
|
|
66 |
#commentform p { |
|
67 |
clear: both; |
|
68 |
} |
|
69 |
|
|
70 |
.alt { |
|
71 |
margin: 0; |
|
72 |
padding: 10px; |
|
73 |
} |
|
74 |
|
|
75 |
.nocomments { |
|
76 |
text-align: center; |
|
77 |
margin: 0; |
|
78 |
padding: 0; |
|
79 |
} |
|
80 |
|
|
81 |
.commentlist .children li { |
|
82 |
width: 90%; |
|
83 |
display: block; |
|
84 |
margin: 0px; |
|
85 |
border: 1px solid #262D2B; |
|
86 |
overflow: hidden; |
|
87 |
} |
|
88 |
|
|
89 |
.commentlist .children li div { |
|
90 |
width: 97%; |
|
91 |
padding: 3%; |
|
92 |
} |
|
93 |
|
|
94 |
.commentlist .commentmetadata { |
|
95 |
font-weight: normal; |
|
96 |
float: left; |
|
97 |
margin: 5px 0px 0px 0px; |
|
98 |
display: block; |
|
99 |
clear: both; |
|
100 |
width: 90%; |
|
101 |
margin-left: 3%; |
|
102 |
} |
|
103 |
|
|
104 |
.commentlist .vcard, .commentlist .children .comment-author, .commentlist .children .vcard, .commentlist .commentmetadata, .commentlist .children .comment-author, .commentlist .children .comment-meta { |
|
105 |
width: 100%; |
|
106 |
padding: 0px !important; |
|
107 |
} |
|
108 |
|
|
109 |
.commentlist .reply, .commentlist .children .reply { |
|
110 |
float: right; |
|
111 |
width: 54px; |
|
112 |
height: 22px; |
|
113 |
margin-bottom: 0px; |
|
114 |
padding: 0px; |
|
115 |
margin-right: 10px; |
|
116 |
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; |
|
117 |
} |
|
118 |
|
|
119 |
.commentlist .reply a:link, .commentlist .reply a:hover, .commentlist .children .reply a:link, .commentlist .children .reply a:hover { |
|
120 |
width: 39px; |
|
121 |
height: 17px; |
|
122 |
display: block; |
|
123 |
color: #fff; |
|
124 |
font-size: 8px; |
|
125 |
text-transform: lowercase; |
|
126 |
font-weight: normal; |
|
127 |
padding: 5px 0px 0px 15px; |
|
128 |
letter-spacing: 1px; background: #B40000; |
|
129 |
} |
|
130 |
|
|
131 |
.commentlist .children li { |
|
132 |
padding-bottom: 10px; |
|
133 |
float: right; |
|
134 |
} |
|
135 |
|
|
136 |
.commentlist .children li ul li { |
|
137 |
padding-bottom: 10px; |
|
138 |
} |
|
139 |
|
|
140 |
#respond { |
|
141 |
margin-top: 20px; |
|
142 |
margin-left: 20px; |
|
143 |
float: left; |
|
144 |
background-image: none; |
|
145 |
} |
|
146 |
|
|
147 |
.commentlist #respond h3, .commentlist #respond a { |
|
148 |
margin-left: 28px; |
|
149 |
} |
|
150 |
|
|
151 |
#comments { |
|
152 |
line-height: 30px; |
|
153 |
margin-left: 25px; |
|
154 |
} |
|
155 |
|
|
156 |
.children { |
|
157 |
clear: both; |
|
158 |
} |
|
159 |
|
|
160 |
.children .commentmetadata, .children .vcard { |
|
161 |
background-image: none; |
|
162 |
} |
|
163 |
|
|
164 |
.children textarea { |
|
165 |
width: 90% !important; |
|
166 |
} |
|
167 |
|
|
168 |
.children input { |
|
169 |
width: 80% !important; |
|
170 |
} |
|
171 |
|
|
172 |
#cancel-comment-reply-link { |
|
173 |
display: block; |
|
174 |
width: 144px; |
|
175 |
height: 21px; |
|
176 |
padding: 5px 0px 0px 23px; |
|
177 |
font-weight: normal; |
|
178 |
color: #84878E; |
|
179 |
font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; |
|
180 |
background: #4683DD; |
|
181 |
} |
|
182 |
|
|
183 |
#respond div { |
|
184 |
background-image: none; |
|
185 |
} |
|
186 |
|
|
187 |
#submit { |
|
188 |
width: 120px !important; |
|
189 |
} |
|
190 |
* html .commentlist, * html .commentlist li, * html .commentlist li div { |
|
191 |
width: 500px; |
|
192 |
} |
|
193 |
textarea#comment { |
|
194 |
width: 420px; |
|
195 |
} |
|
196 |
|
|
197 |
|
|
198 |
/* End Comments */ |