MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
Line 37: | Line 37: | ||
font-size: 1.2em; | font-size: 1.2em; | ||
margin: 5px 0; | margin: 5px 0; | ||
} | |||
/* Hide the "Discussion" tab */ | |||
.action-viewtalk, .action-edit-talk { | |||
display: none; | |||
} | |||
/* Hide the "Discussion" link in the page header */ | |||
#p-tb .newtalk { | |||
display: none; | |||
} | } |
Revision as of 03:08, 16 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;
}
.cs-comment-form {
display: block !important;
}
#random-articles {
font-family: Arial, sans-serif;
}
.category-group {
margin: 20px;
padding: 15px;
border: 1px solid #d3d3d3; /* Soft gray border */
background-color: transparent; /* Transparent background */
}
.category-group h2 {
font-size: 1.5em;
margin-bottom: 10px;
}
.category-group h3 {
font-size: 1.2em;
margin: 5px 0;
}
/* Hide the "Discussion" tab */
.action-viewtalk, .action-edit-talk {
display: none;
}
/* Hide the "Discussion" link in the page header */
#p-tb .newtalk {
display: none;
}