No edit summary |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
.cs-stream { |
.cs-stream { |
||
− | background-color: # |
+ | background-color: #14181f; |
− | margin-top: |
+ | margin-top: 15px; |
margin-bottom: 10px; |
margin-bottom: 10px; |
||
padding: 15px; |
padding: 15px; |
||
Line 9: | Line 9: | ||
} |
} |
||
+ | .cs-comments > .cs-stream { |
||
+ | margin-bottom: 0px; |
||
+ | } |
||
.cs-head-comment > .cs-comment-header { |
.cs-head-comment > .cs-comment-header { |
||
− | border |
+ | border: none; |
background-color: transparent; |
background-color: transparent; |
||
} |
} |
||
Line 34: | Line 37: | ||
padding: 5px; |
padding: 5px; |
||
border-radius: 8px; |
border-radius: 8px; |
||
⚫ | |||
margin-left: 5px; |
margin-left: 5px; |
||
} |
} |
||
Line 46: | Line 50: | ||
.cs-edit-box { |
.cs-edit-box { |
||
− | margin-top: |
+ | margin-top: 15px; |
+ | margin-bottom: 0; |
||
⚫ | |||
+ | background-color: #14181f; |
||
border: none; |
border: none; |
||
border-radius: 5px; |
border-radius: 5px; |
||
+ | padding: 10px; |
||
+ | } |
||
+ | |||
+ | .cs-title-edit-field { |
||
+ | margin-bottom: 10px; |
||
} |
} |
||
Line 56: | Line 66: | ||
padding: 15px; |
padding: 15px; |
||
border: none; |
border: none; |
||
− | background-color: # |
+ | background-color: #020710; |
+ | } |
||
+ | |||
+ | .cs-custom-login-prompt { |
||
+ | margin-bottom: 0px; |
||
+ | } |
||
+ | |||
+ | .cs-comments { |
||
+ | background: #020710; |
||
+ | padding: 20px; |
||
+ | margin: 10px -20px 10px -20px; |
||
+ | border-radius: 10px; |
||
+ | } |
||
+ | |||
+ | .cs-comment-header-right { |
||
+ | margin-top: -5px; |
||
} |
} |
Latest revision as of 01:44, 15 October 2023
/* All CSS here will be loaded for users of the Citizen skin */
.cs-stream {
background-color: #14181f;
margin-top: 15px;
margin-bottom: 10px;
padding: 15px;
border-radius: 8px;
}
.cs-comments > .cs-stream {
margin-bottom: 0px;
}
.cs-head-comment > .cs-comment-header {
border: none;
background-color: transparent;
}
.cs-comment-body > p {
margin: 5px;
}
.cs-comment.cs-reply-comment {
margin-left: 5px;
border-left: 2px solid #383d47;
margin-top: 10px;
margin-bottom: 10px;
}
.cs-reply-comment .cs-comment-body {
padding: 5px;
margin-bottom: 0;
}
.cs-reply-comment .cs-comment-header {
padding: 5px;
border-radius: 8px;
background-color: #020710;
margin-left: 5px;
}
.cs-stream-footer {
margin: 10px 5px 0 5px;
}
.cs-edit-box.cs-reply-edit-box {
margin-left: 0px;
}
.cs-edit-box {
margin-top: 15px;
margin-bottom: 0;
background-color: #14181f;
border: none;
border-radius: 5px;
padding: 10px;
}
.cs-title-edit-field {
margin-bottom: 10px;
}
.cs-body-edit-field, .cs-title-edit-field {
border-radius: 4px;
padding: 15px;
border: none;
background-color: #020710;
}
.cs-custom-login-prompt {
margin-bottom: 0px;
}
.cs-comments {
background: #020710;
padding: 20px;
margin: 10px -20px 10px -20px;
border-radius: 10px;
}
.cs-comment-header-right {
margin-top: -5px;
}