2013-10-17 22:57:32 +02:00
|
|
|
.comment {
|
|
|
|
margin: 0 0 1em 0;
|
|
|
|
}
|
|
|
|
.comment .avatar {
|
|
|
|
float: left;
|
|
|
|
}
|
2013-10-17 23:37:41 +02:00
|
|
|
.comment .body {
|
|
|
|
margin-left: 60px;
|
|
|
|
}
|
2013-10-17 22:57:32 +02:00
|
|
|
.comment .header {
|
|
|
|
margin-bottom: 0.2em;
|
|
|
|
}
|
|
|
|
.comment .avatar a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.comment .avatar img {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
background-image: url('http://www.gravatar.com/avatar/0?f=y&d=mm&s=40');
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
.comment {
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
.comment .date {
|
2014-02-16 13:10:29 +01:00
|
|
|
margin: 0 0.2em 0 0.75em;
|
2013-10-17 22:57:32 +02:00
|
|
|
color: silver;
|
2013-10-17 23:37:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.comment .date,
|
2014-01-25 16:34:20 +01:00
|
|
|
.comment .edit,
|
2013-10-17 23:37:41 +02:00
|
|
|
.comment .delete {
|
2013-10-17 22:57:32 +02:00
|
|
|
font-size: small;
|
|
|
|
}
|
2014-04-27 15:59:29 +02:00
|
|
|
.comment .edit a:before,
|
|
|
|
.comment .delete a:before {
|
2013-10-17 23:37:41 +02:00
|
|
|
margin-left: 0.2em;
|
|
|
|
content: ' [';
|
|
|
|
color: silver;
|
|
|
|
}
|
2014-04-27 15:59:29 +02:00
|
|
|
.comment .edit a:after,
|
|
|
|
.comment .delete a:after {
|
2013-10-17 23:37:41 +02:00
|
|
|
content: ']';
|
|
|
|
color: silver;
|
|
|
|
}
|
2014-01-25 16:34:20 +01:00
|
|
|
.comment .edit a,
|
2013-10-17 23:37:41 +02:00
|
|
|
.comment .delete a {
|
|
|
|
color: silver;
|
|
|
|
}
|
2014-02-16 18:49:04 +01:00
|
|
|
|
|
|
|
.comment .edit a:hover,
|
2014-02-23 19:50:44 +01:00
|
|
|
.comment .delete a:hover,
|
|
|
|
.comment .edit a:focus,
|
|
|
|
.comment .delete a:focus {
|
2014-02-16 18:49:04 +01:00
|
|
|
color: red;
|
|
|
|
}
|