szurubooru/public_html/css/comments.css

112 lines
2 KiB
CSS
Raw Normal View History

2014-10-04 14:06:44 +02:00
.comment-form {
2015-06-28 12:25:35 +02:00
margin: 1em 0 2em;
2014-10-04 14:06:44 +02:00
}
.comment-form .preview {
2015-06-28 12:25:35 +02:00
background: lemonchiffon;
padding: 0.5em;
margin-bottom: 1em;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5) inset;
display: none;
2014-10-04 14:06:44 +02:00
}
.comments ul {
2015-06-28 12:25:35 +02:00
list-style-type: none;
margin: 1em 0;
padding: 0;
2014-10-04 14:06:44 +02:00
}
.comment {
2015-06-28 12:25:35 +02:00
margin: 0 0 1em 0;
padding: 0;
2015-07-12 19:19:08 +02:00
display: -webkit-flex;
2015-06-28 12:25:35 +02:00
display: flex;
2014-10-04 14:06:44 +02:00
}
.comment .avatar {
2015-06-28 12:25:35 +02:00
margin-right: 0.5em;
2015-07-12 19:19:08 +02:00
-webkit-flex-shrink: 0;
2015-06-28 12:25:35 +02:00
flex-shrink: 0;
vertical-align: top;
2014-10-04 14:06:44 +02:00
}
.comment .content {
2015-06-28 12:25:35 +02:00
margin-top: 0.25em;
2014-10-04 14:06:44 +02:00
}
2014-10-05 20:22:45 +02:00
.comment .content p:first-child {
2015-06-28 12:25:35 +02:00
margin-top: 0;
2014-10-05 20:22:45 +02:00
}
2014-10-04 14:06:44 +02:00
.comment .header {
2015-06-28 12:25:35 +02:00
line-height: 16pt;
vertical-align: middle;
2014-10-04 14:06:44 +02:00
}
2014-10-05 16:19:08 +02:00
.comment .score,
2014-10-04 14:06:44 +02:00
.comment .date {
2015-06-28 12:25:35 +02:00
color: silver;
font-size: 90%;
padding-left: 0.5em;
2014-10-04 14:06:44 +02:00
}
2014-10-05 16:19:08 +02:00
.comment .score-up.active,
.comment .score-down.active {
2015-06-28 12:25:35 +02:00
font-weight: bold;
2014-10-05 16:19:08 +02:00
}
2014-10-04 14:06:44 +02:00
.comment .header .ops a {
2015-06-28 12:25:35 +02:00
color: silver;
font-size: 80%;
2014-10-04 14:06:44 +02:00
}
2014-10-05 16:19:08 +02:00
.comment .header .ops a:first-of-type:before {
2015-06-28 12:25:35 +02:00
margin-left: 0.5em;
content: '[';
2014-10-04 14:06:44 +02:00
}
2014-10-05 16:19:08 +02:00
.comment .header .ops a:not(:first-of-type):before {
2015-06-28 12:25:35 +02:00
content: '|';
margin: 0 0.3em;
2014-10-05 16:19:08 +02:00
}
.comment .header .ops a:last-of-type:after {
2015-06-28 12:25:35 +02:00
content: ']';
2014-10-04 14:06:44 +02:00
}
#global-comment-list {
2015-06-28 12:25:35 +02:00
text-align: center;
2014-10-04 14:06:44 +02:00
}
#global-comment-list .pagination-content {
2015-06-28 12:25:35 +02:00
text-align: left;
2014-10-04 14:06:44 +02:00
}
#global-comment-list .comments>ul {
2015-06-28 12:25:35 +02:00
margin-top: 0;
2014-10-04 14:06:44 +02:00
}
#global-comment-list ul.posts {
2015-06-28 12:25:35 +02:00
list-style-type: none;
margin: 0;
padding: 0;
2014-10-04 14:06:44 +02:00
}
#global-comment-list ul.posts>li {
2015-06-28 12:25:35 +02:00
margin-bottom: 2em;
2014-10-04 14:06:44 +02:00
}
2014-10-24 09:45:45 +02:00
#global-comment-list .post-comment {
2015-07-12 19:19:08 +02:00
display: -webkit-flex;
2015-06-28 12:25:35 +02:00
display: flex;
2014-10-24 09:45:45 +02:00
}
@media all and (max-width: 40em) {
2015-06-28 12:25:35 +02:00
#global-comment-list .post-comment {
2015-07-12 19:19:08 +02:00
-webkit-flex-direction: column;
2015-06-28 12:25:35 +02:00
flex-direction: column;
}
2014-10-24 09:45:45 +02:00
}
2014-10-04 14:06:44 +02:00
#global-comment-list .post {
2015-07-12 19:19:08 +02:00
-webkit-flex-shrink: 0;
-webkit-flex-grow: 0;
2015-06-28 12:25:35 +02:00
flex-shrink: 0;
flex-grow: 0;
margin-right: 1em;
margin-bottom: 1em;
2014-10-04 14:06:44 +02:00
}
#global-comment-list .comment-add,
2014-10-05 20:22:45 +02:00
#global-comment-list .comments>h1 {
2015-06-28 12:25:35 +02:00
display: none;
2014-10-04 14:06:44 +02:00
}
2015-02-22 10:32:55 +01:00
#global-comment-list .post-small .link {
2015-06-28 12:25:35 +02:00
margin: 0;
2014-10-04 14:06:44 +02:00
}