MediaWiki:Common.css: Difference between revisions
Created page with "→CSS placed here will be applied to all skins: .cs-comment { 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; }" |
No edit summary |
||
Line 1: | Line 1: | ||
.cs-comment { | .cs-comment { | ||
margin-top: 3px; | |||
margin-bottom: 10px; | margin-bottom: 10px; | ||
padding: 10px; | padding: 10px; |
Revision as of 04:13, 2 August 2024
.cs-comment {
margin-top: 3px;
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;
}