MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.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;
}
.cs-comment-form {
display: block !important;
}
.random-article {
margin: 10px 0;
padding: 15px;
border: 1px solid #d3d3d3; /* Soft gray border */
border-radius: 5px; /* Rounded corners */
background-color: #f9f9f9; /* Light gray background */
}
.random-article h2 {
margin-top: 0;
font-size: 1.5em;
}
.random-article p {
margin: 0;
font-size: 1em;
color: #333; /* Dark gray text color */
}