No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
.cs-comment.cs-reply-comment { |
.cs-comment.cs-reply-comment { |
||
− | margin-left: |
+ | margin-left: 5px; |
border-left: 1px solid #00a7d8; |
border-left: 1px solid #00a7d8; |
||
+ | margin-top: 10px; |
||
+ | margin-bottom: 10px; |
||
} |
} |
||
.cs-reply-comment .cs-comment-body { |
.cs-reply-comment .cs-comment-body { |
||
− | padding |
+ | padding: 5px; |
+ | } |
||
+ | |||
+ | .cs-reply-comment .cs-comment-header { |
||
+ | padding: 5px; |
||
+ | border-radius: 8px; |
||
} |
} |
Revision as of 00:21, 15 October 2023
/* All CSS here will be loaded for users of the Citizen skin */
.cs-stream {
background-color: #1f2b41;
margin-top: 10px;
margin-bottom: 10px;
padding: 15px;
border-radius: 8px;
}
.cs-head-comment > .cs-comment-header {
border-top: none;
background-color: transparent;
}
.cs-comment-body > p {
margin: 5px;
}
.cs-comment.cs-reply-comment {
margin-left: 5px;
border-left: 1px solid #00a7d8;
margin-top: 10px;
margin-bottom: 10px;
}
.cs-reply-comment .cs-comment-body {
padding: 5px;
}
.cs-reply-comment .cs-comment-header {
padding: 5px;
border-radius: 8px;
}