No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
.cs-stream { |
.cs-stream { |
||
− | background-color: # |
+ | background-color: #1d2330; |
margin-top: 10px; |
margin-top: 10px; |
||
margin-bottom: 10px; |
margin-bottom: 10px; |
||
Line 42: | Line 42: | ||
.cs-edit-box.cs-reply-edit-box { |
.cs-edit-box.cs-reply-edit-box { |
||
⚫ | |||
margin-left: 0px; |
margin-left: 0px; |
||
} |
} |
||
Line 48: | Line 47: | ||
.cs-edit-box { |
.cs-edit-box { |
||
margin-top: 5px; |
margin-top: 5px; |
||
+ | background-color: #1d2330; |
||
+ | border: none; |
||
⚫ | |||
+ | } |
||
+ | |||
+ | .cs-title-edit-field, .cs-title-edit-field { |
||
+ | border-radius: 5px; |
||
+ | padding: 15px; |
||
} |
} |
Revision as of 00:38, 15 October 2023
/* All CSS here will be loaded for users of the Citizen skin */
.cs-stream {
background-color: #1d2330;
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: 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;
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: 5px;
background-color: #1d2330;
border: none;
border-radius: 5px;
}
.cs-title-edit-field, .cs-title-edit-field {
border-radius: 5px;
padding: 15px;
}