MediaWiki:Common.css: Difference between revisions

Added comment section styles
(Added guide badge color)
(Added comment section styles)
 
Line 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%;
}