cirandas.net

ref: master

public/stylesheets/comments.scss


  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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
.comments {
}
span.comment-count.hide{
  display: none;
}
#content .no-comments-yet {
  text-align: center;
  font-size: 80%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.do-not-comment {
  display: block;
  text-align: right;
  padding-top: 15px;
  font-size: 80%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.article-comment {
  position: relative;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 4px;
}
#article .article-comment .comment-details h4 {
  font-size: 13px;
  margin: 0px;
  display: inline;
}
.comment-picture {
  display: block;
  float: left;
  width: 70px;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
a.comment-picture {
  text-decoration: none;
}
.comment-created-at {
  float: right;
  margin-left: 5px;
}
.comment-info, .comment-created-at {
  font-size: 10px;
  color: #999;
  display: inline;
}
.comment-info {
  display: block;
}
.comment-from-owner .comment-info {
  color: #666;
}
.comment-text {
  font-size: 11px;
  padding-right: 10px;
  overflow: hidden;
}
.comment-logged-out .comment-text {
  color: #888;
}

.comment-title {
  font-size: 12px;
  font-weight: bold;
}
.comment-created-at {
  padding-right: 9px;
}
#content .comment-from-owner input.button, #content .comment-from-owner a.button {
  border-color: #646464;
}
.article-comment .button-bar {
  top: 9px;
  right: 8px;
}
.msie7 .article-comments-list .comment-balloon {
  margin-top: -15px;
}
.article-comments-list .comment-balloon br {
  line-height: 0;
}
.article-comments-list .comment-balloon div#errorExplanation h2 {
  margin-left: 20px;
  font-size: 14px;
}
.article-comments-list .comment-balloon div#errorExplanation p, .article-comments-list .comment-balloon div#errorExplanation ul, .article-comments-list .comment-balloon div#errorExplanation li {
  margin: 0;
  margin-left: 20px;
  text-align: left;
}
.article-comments-list .comment-balloon div#errorExplanation li {
  list-style: circle;
}
.comment-user-status {
  font-size: 9px;
  text-indent: -5000em;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 33px;
  left: 33px;
  background-repeat: no-repeat;
}
.comment-user-status-wall {
  top: 16px;
  left: 16px;
}
#article .article-comments-list, #article .article-comments-list ul, #article .article-comments-list li {
  padding: 0;
  margin: 25px 0 10px 0;
  list-style: none;
}
.article-comment .button-bar {
  margin: 0;
}
.article-comment .comment-details {
  margin: 0px;
  padding: 7px 1px 3px 5px;
}

#article .comment-footer {
  font-size: 10px;
  text-decoration: none;
  color: #000;
}

#profile-activity .profile-activity-send-message a:hover, #profile-network .profile-network-send-message a:hover, #profile-wall .profile-wall-send-message a:hover,
#article .comment-footer-link:hover {
  text-decoration: underline;
}

#article .opened .comment-footer-hide {
  display: none;
}
.comment_form div.fieldWithErrors input {
  border-color: #999;
  border-width: 0 1px 1px 0;
  background: transparent url("../images/input-bg.gif") no-repeat top left;
}
.comment_form div.fieldWithErrors {
  background: transparent;
}
.block #article .post-comment-button a:hover, .block #article .post-comment-button a:visited, .block #article .post-comment-button a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-balloon-content {
  margin-left: 15px;
}
/* * * Comment Replies * * */

.comment-replies .comment-wrapper-1 {
  margin-left: 45px;
}
.comment-replies .comment-wrapper-1, .comment-replies .comment-wrapper-2, .comment-replies .comment-wrapper-3, .comment-replies .comment-wrapper-4, .comment-replies .comment-wrapper-5, .comment-replies .comment-wrapper-6, .comment-replies .comment-wrapper-7, .comment-replies .comment-wrapper-8, .comment-replies .comment-from-owner .comment-wrapper-1, .comment-replies .comment-from-owner .comment-wrapper-2, .comment-replies .comment-from-owner .comment-wrapper-3, .comment-replies .comment-from-owner .comment-wrapper-4, .comment-replies .comment-from-owner .comment-wrapper-5, .comment-replies .comment-from-owner .comment-wrapper-6, .comment-replies .comment-from-owner .comment-wrapper-7, .comment-replies .comment-from-owner .comment-wrapper-8 {
  background: transparent;
}
.comment-replies .comment-from-owner.comment-content {
  background: transparent url(../images/comment-reply-owner-bg.png) left bottom repeat-x;
}
.comment-replies .comment-user-status {
  top: 15px;
  left: 15px;
}
#article .article-comments-list .comment-replies li {
  margin-bottom: 2px;
}
.comment-replies .comment-balloon div#errorExplanation h2 {
  margin-left: 0;
}
.comment-replies .comment-text, .comment-replies .comment-created-at {
  padding-right: 7px;
}
.comment-replies .comment-text {
  margin-top: 1px;
}
.comment-replies .comment-picture {
  width: 40px;
  height: 57px;
  overflow: hidden;
}
.comment-replies .comment-picture img {
  max-width: 32px;
  max-height: 32px;
}
.article-comment .comment-replies .button-bar {
  right: 7px;
  top: 2px;
}
.article-comment form .button-bar, .article-comment .comment-replies form .button-bar {
  right: 0;
  top: 0;
}
.comment-replies .comment-details {
  padding-top: 0;
  padding-left: 0;
}
#article .article-comments-list .comment-replies {
  padding-left: 74px;
  margin-top: 2px;
}
#article .comment-replies .comment-replies {
  padding-left: 10px;
}
#article .comment-replies .comment-replies .article-comment, #article .comment-replies .comment-replies .article-comment-inner {
  border-right: 0;
  margin-right: -1px;
  padding-right: 1px;
}
.comment-replies .comment-content {
  padding: 4px 0 0 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#article .comment-replies .article-comment {
  border: 1px solid #808080;
  padding: 0;
  margin-bottom: 10px;
  background: transparent url(../images/black-alpha-pixel-5.png) left top repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.comment-replies .article-comment-inner,
.scrap-replies {
  border: 1px solid #fff;
  padding: 0;
  border-right: 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#article .comment-replies .comment-replies .article-comment {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.comment-replies .comment-replies .article-comment-inner {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.comment-replies .comment-replies .comment-content {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#content .comment-replies a.button, #content .comment-replies input.button {
  border-color: #808080;
}
.comment-replies .comment_reply {
  padding-right: 9px;
}
.comment-replies .comment-info, .comment-replies .comment-created-at, .comment-replies .comment-logged-out .comment-text, .comment-logged-out h4 {
  color: #000;
}
.comment-replies .comment-created-at {
  opacity: 0.4;
}
.comment-replies .comment-logged-out .comment-text, .comment-logged-out .comment-picture, .comment-logged-out h4 {
  opacity: 0.6;
}
/* * * Comment Box * * */

.comment-button-loading {
  padding-left: 20px;
  background: transparent url(../images/loading-small.gif) no-repeat left center;
}


.post_comment_box {
  text-align: center;
  padding: 0px 15px 5px 15px;
}

#comments_list a.display-comment-form {
  padding: 1px 20px;
  margin: 0px;
  background: #eee;
  border: 1px solid #888;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: bold;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.post_comment_box.opened h4 {
  border: none;
  cursor: default;
}
.post_comment_box.opened {
  border: 1px solid #888;
  background: #eee;
}
.post_comment_box form {
  text-align: left;
  margin: -10px 0px 0px 0px;
}
.post_comment_box.opened form {
  padding-bottom: 15px;
}
.post_comment_box .formfield * {
  width: 99%;
}
.post_comment_box .button-bar {
  text-align: center;
}
.post_comment_box input.button {
  position: relative;
  float: left;
  margin: auto;
}
.post_comment_box .button-bar br {
  display: none;
}
.post_comment_box.closed form {
  display: none;
}
.post_comment_box.opened form {
  display: block;
}
.post_comment_box.comment_reply {
  margin: 0;
  text-align: right;
  padding: 0 11px 5px 0;
}
.comment_reply.post_comment_box.opened {
  background: transparent;
}
.comment_reply.post_comment_box form {
  margin: 0;
  padding-bottom: 27px;
  padding-left: 26px;
}
.comment-replies .comment_reply.post_comment_box form {
  padding-left: 0;
}
.post_comment_box.comment_reply #comment_title {
  width: 100%;
}

#page-comment-form-template {
  display:none;
}

#page-comment-form .post_comment_box {
  text-align: left;
  padding-left: 0;
}

.unfollow-article {
  margin-bottom: 40px;
}