No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
margin-top: 10px; |
margin-top: 10px; |
||
margin-bottom: 10px; |
margin-bottom: 10px; |
||
− | padding: |
+ | padding: 15px; |
+ | border-radius: 8px; |
||
+ | } |
||
+ | |||
+ | |||
+ | .cs-comment-header { |
||
+ | border-top: none; |
||
+ | background-color: transparent; |
||
+ | } |
||
+ | |||
+ | .cs-comment .cs-reply-comment { |
||
+ | margin-left: 0px; |
||
+ | border-left: 1px solid #00a7d8; |
||
+ | } |
||
+ | |||
+ | .cs-reply-comment .cs-comment-body { |
||
+ | padding-left: 15px; |
||
} |
} |
Revision as of 00:13, 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-comment-header {
border-top: none;
background-color: transparent;
}
.cs-comment .cs-reply-comment {
margin-left: 0px;
border-left: 1px solid #00a7d8;
}
.cs-reply-comment .cs-comment-body {
padding-left: 15px;
}