MediaWiki:Common.css: Difference between revisions

From DefacerID Encyclopedia
No edit summary
No edit summary
Line 1: Line 1:
.cs-comment {
.cs-comment {
margin-top: 3px;
margin-top: 30px;
     margin-bottom: 10px;
     margin-bottom: 10px;
     padding: 10px;
     padding: 10px;

Revision as of 04:13, 2 August 2024

.cs-comment {
	margin-top: 30px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}
.cs-comment-author {
    font-weight: bold;
    color: #333;
}
.cs-comment-timestamp {
    font-size: 0.9em;
    color: #999;
}