szurubooru/public_html/media/css/comment-small.css

49 lines
707 B
CSS
Raw Normal View History

.comment {
margin: 0 0 1em 0;
}
.comment .avatar {
float: left;
}
2013-10-17 23:37:41 +02:00
.comment .body {
margin-left: 60px;
}
.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:before {
content: ' on ';
margin: 0 0.2em;
}
.comment .date {
color: silver;
2013-10-17 23:37:41 +02:00
}
.comment .date,
.comment .delete {
font-size: small;
}
2013-10-17 23:37:41 +02:00
.comment .delete:before {
margin-left: 0.2em;
content: ' [';
color: silver;
}
.comment .delete:after {
content: ']';
color: silver;
}
.comment .delete a {
color: silver;
}