MediaWiki:Common.css: Difference between revisions

Added comment section styles
(Updated namespace badge colors)
(Added comment section styles)
 
(2 intermediate revisions by the same user not shown)
Line 151:
.ns-Category {
background-color: #6E4F83; // dmitri
}
.ns-Guide {
background-color: #5E5E93; // guru
}
 
Line 538 ⟶ 541:
.hlist ul li:last-child:after {
content: none;
}
 
/* Article comment sections */
.c-order select {
outline: none;
border: none;
text-transform: lowercase;
border-radius: 2px;
}
 
.c-item {
padding: 10px;
margin: 5px 0px;
border-radius: 2px;
}
 
.c-avatar {
padding: 10px;
}
 
.c-actions {
margin-top: -5px;
margin-right: -5px;
}
 
.commentForm {
width: fit-content !important;
}
 
.c-form-button {
padding: 0;
}
 
.c-form-button input[type=button] {
padding: 5px 8px;
text-transform: lowercase;
border: none;
cursor: pointer;
}
 
.comment-preview {
padding: 10px 20px;
max-width: 25%;
}
 
/* Miscellaneous */
.shadow-box {
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
}